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

  • fftools/textformat : Introduce common header and deduplicate code

    28 avril, par softworkz
    fftools/textformat: Introduce common header and deduplicate code
    
    Also change writer_printf signature in AVTextWriter to use va_list,
    so that it can be called by the new function writer_printf()
    in tf_internal.h.
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>
    
    • [DH] fftools/textformat/avtextwriters.h
    • [DH] fftools/textformat/tf_compact.c
    • [DH] fftools/textformat/tf_default.c
    • [DH] fftools/textformat/tf_flat.c
    • [DH] fftools/textformat/tf_ini.c
    • [DH] fftools/textformat/tf_internal.h
    • [DH] fftools/textformat/tf_json.c
    • [DH] fftools/textformat/tf_xml.c
    • [DH] fftools/textformat/tw_avio.c
    • [DH] fftools/textformat/tw_buffer.c
    • [DH] fftools/textformat/tw_stdout.c
  • 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
  • avformat/av1dec : fix setting AVPacket->pos in Annex-B demuxer

    28 avril, par James Almer
    avformat/av1dec: fix setting AVPacket->pos in Annex-B demuxer
    
    This demuxers reads encapsulation bytes before reading codec data into the
    output packets, so take such offset into consideration.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/av1dec.c
  • 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
  • avformat/apvdec : Fix seeking

    28 avril, par Andreas Rheinhardt
    avformat/apvdec: Fix seeking
    
    pkt->pos pointed to the actual packet data, not to the start
    of the access unit.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavformat/apvdec.c