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

  • avformat/apvdec : Check before access

    28 avril, par Andreas Rheinhardt
    avformat/apvdec: Check before access
    
    The signature check would segfault in case the packet could not
    be allocated or if nothing could be read.
    Furthermore, read_packet callbacks are supposed to return zero
    on success, yet the current code returned the size of the packet.
    
    Reviewed-by: Mark Thompson <sw@jkqxz.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavformat/apvdec.c
  • aacdec_usac : correct Mps212 parsing location

    28 avril, par Lynne
    aacdec_usac: correct Mps212 parsing location
    
    It gets parsed after SBR, even if there is no SBR.
    
    • [DH] libavcodec/aac/aacdec_usac.c
  • fftools/textformat : Rename name param to key for API consistency

    27 avril, par softworkz
    fftools/textformat: Rename name param to key for API consistency
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>
    
    • [DH] fftools/textformat/avtextformat.c
    • [DH] fftools/textformat/avtextformat.h
  • fftools/textformat : Remove unused print_rational() pointer from AVTextFormatter

    27 avril, par softworkz
    fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>
    
    • [DH] fftools/textformat/avtextformat.h
    • [DH] fftools/textformat/avtextwriters.h
  • avformat/apvdec : don't fill container level fields with codec level info

    27 avril, par James Almer
    avformat/apvdec: don't fill container level fields with codec level info
    
    This is a raw demuxer, it should not read codec level information and export it
    as container level information.
    The generic demux code will use the recently introduced parser to take care of
    that.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] configure
    • [DH] libavformat/apvdec.c