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
  • mpeg4_unpack_bframes_bsf.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avcodec/mpeg4_unpack_bframes_bsf: Use avpriv_find_start_code · 1eb6bfbc
    Andreas Rheinhardt authored Feb 02, 2019
    instead of an ad-hoc function to search for start codes in order to
    remove code duplication and to improve performance.
    
    Improved performance of finding startcodes from 52606 decicycles to
    9543 decicycles based upon 262144 runs for a 1 Mb/s MPEG4 video.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@googlemail.com>
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    1eb6bfbc
mpeg4_unpack_bframes_bsf.c 5.62 KB
EditWeb IDE

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