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

  • doc/ffprobe : remove entry for show_format_entry

    29 avril, par Gyan Doshi
    doc/ffprobe: remove entry for show_format_entry
    
    The option was removed in 1dd6363581.
    
    • [DH] doc/ffprobe.texi
  • tests : Add stream dump test API util, use it to dump stream data for chained ogg...

    28 avril, par Romain Beauxis
    tests: Add stream dump test API util, use it to dump stream data for chained ogg/{vorbis, opus, flac} streams.
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] tests/Makefile
    • [DH] tests/api/Makefile
    • [DH] tests/api/api-dump-stream-meta-test.c
    • [DH] tests/fate/ogg-flac.mak
    • [DH] tests/fate/ogg-opus.mak
    • [DH] tests/fate/ogg-vorbis.mak
    • [DH] tests/ref/fate/ogg-flac-chained-meta.txt
    • [DH] tests/ref/fate/ogg-opus-chained-meta.txt
    • [DH] tests/ref/fate/ogg-vorbis-chained-meta.txt
  • postproc/tests : Add test tools to .gitignore

    28 avril, par Andreas Rheinhardt
    postproc/tests: Add test tools to .gitignore
    
    Reviewed-by: Marvin Scholz <epirat07@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libpostproc/tests/.gitignore
  • avcodec/apv_decode : Remove redundant log message

    27 avril, par Andreas Rheinhardt
    avcodec/apv_decode: Remove redundant log message
    
    ff_thread_get_buffer() already emits its own logmessage.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/apv_decode.c
  • avcodec/apv_decode : Fix shadowing

    27 avril, par Andreas Rheinhardt
    avcodec/apv_decode: Fix shadowing
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/apv_decode.c