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
  • tests
  • ref
  • seek
  • extra-mp4
Find file
BlameHistoryPermalink
  • Jonas Licht's avatar
    libavformat/mov.c: use calculated dts offset when seeking in streams · 59ad5046
    Jonas Licht authored Oct 29, 2017
    Subtract the calculated dts offset from the requested timestamp before
    seeking. This fixes an error "Error while filtering: Operation not
    permitted" observed with a short file which contains only one key frame
    and starts with negative timestamps.
    
    Then, av_index_search_timestamp() returns a valid negative timestamp,
    but mov_seek_stream bails out with AVERROR_INVALIDDATA.
    
    Fixes ticket #6139.
    Signed-off-by: 's avatarJonas Licht <jonas.licht@fem.tu-ilmenau.de>
    Signed-off-by: 's avatarPeter Große <pegro@friiks.de>
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    59ad5046
extra-mp4 9.97 KB
EditWeb IDE

Replace extra-mp4

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.