Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavcodec
  • msrledec.c
Find file
BlameHistoryPermalink
  • Daniel Verkamp's avatar
    avcodec/msrledec: implement vertical offset in 4-bit RLE · e856ac23
    Daniel Verkamp authored Nov 29, 2016
    The delta escape (2) is supposed to work the same in 4-bit RLE as in
    8-bit RLE.  This is documented in the MSDN Bitmap Compression page:
    https://msdn.microsoft.com/en-us/library/windows/desktop/dd183383(v=vs.85).aspx
    
    The unchecked modification of line is safe, since the loop condition
    (line >= 0) will check it before any pixel data is written.
    
    Fixes ticket #5153 (output now matches ImageMagick for the provided sample).
    Signed-off-by: 's avatarDaniel Verkamp <daniel@drv.nu>
    e856ac23
msrledec.c 9.59 KB
EditWeb IDE

Replace msrledec.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.