git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • examples/decode_filter_audio : Add loop for draining the filtergraph

    27 mars, par Tobias Rapp
    examples/decode_filter_audio: Add loop for draining the filtergraph
    
    Depending on the filters used, the filtergraph may produce trailing data
    after feeding it the last input frame. Update the example to include the
    necessary loop for draining the filtergraph.
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
    
    • [DH] doc/examples/decode_filter_audio.c
  • fftools/ffmpeg_sched : make sure to always run task cleanup

    27 mars, par Anton Khirnov
    fftools/ffmpeg_sched: make sure to always run task cleanup
    
    Even in cases where sch_start() failed. This ensures all links are
    properly closed and no tasks are left hanging.
    
    Fixes #10916.
    
    • [DH] fftools/ffmpeg_sched.c
  • fftools/ffmpeg_sched : move sch_stop() to the bottom of the file

    27 mars, par Anton Khirnov
    fftools/ffmpeg_sched: move sch_stop() to the bottom of the file
    
    Will allow avoiding forward declarations in following commits.
    
    • [DH] fftools/ffmpeg_sched.c
  • avformat/mov : don't abort on duplicate Mastering Display Metadata boxes

    27 mars, par James Almer
    avformat/mov: don't abort on duplicate Mastering Display Metadata boxes
    
    The VP9 spec defines a SmDm box for this information, and the ISOBMFF spec defines a
    mdvc one. If both are present, just ignore one of them.
    This is in line with clli and CoLL boxes.
    
    Fixes ticket #10711.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/mov.c
  • Bump after 7.0 branch point

    26 mars, par Michael Niedermayer
    Bump after 7.0 branch point
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/version.h
    • [DH] libavdevice/version.h
    • [DH] libavfilter/version.h
    • [DH] libavformat/version.h
    • [DH] libavutil/version.h
    • [DH] libpostproc/version.h
    • [DH] libswresample/version.h
    • [DH] libswscale/version.h