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
  • ffv1dec_template.c
Find file
BlameHistoryPermalink
  • Michael Niedermayer's avatar
    avcodec/ffv1dec_template: Optimize common case in run mode · e6f4d5dc
    Michael Niedermayer authored May 22, 2019
    Fixes: Timeout (14sec -> 9sec)
    Fixes: 13398/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FFV1_fuzzer-5664106709778432
    
    decode_line() becomes 1% faster for fate/vsynth2-ffv1.avi
    for another fate sample there is a 0.5% speedup
    the effect should be bigger for files with "flat" colored areas
    the new faster branch is used in 97-100% of the cases in fate samples
    compared to the older more complex (which i tested)
    
    vsynth3-ffv1-v3-bgr0.avi had the lowest percentual useage of about 97%
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    e6f4d5dc
ffv1dec_template.c 6.64 KB
EditWeb IDE

Replace ffv1dec_template.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.