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

  • avcodec/svq3 : Deduplicate allocating dummy frame

    15 mai, par Andreas Rheinhardt
    avcodec/svq3: Deduplicate allocating dummy frame
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/svq3.c
  • avcodec/svq3 : Improve returned error codes

    15 mai, par Andreas Rheinhardt
    avcodec/svq3: Improve returned error codes
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/svq3.c
  • avcodec/svq3 : Factor out decoding extradata

    15 mai, par Andreas Rheinhardt
    avcodec/svq3: Factor out decoding extradata
    
    Reduces indentation and avoids an extra variable for whether
    a sequence header has been found.
    It also fixes potential undefined behaviour:
    NULL + 0 is undefined and happens when no extradata is available.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/svq3.c
  • cbs_apv : Fix memory leak on metadata parse failure

    14 mai, par Mark Thompson
    cbs_apv: Fix memory leak on metadata parse failure
    
    Buffers are allocated inside some metadata types, so we must ensure
    that the object is visible to the free function before a parse failure.
    
    Found by libFuzzer.
    
    • [DH] libavcodec/cbs_apv_syntax_template.c
  • doc : add htmlxref.cnf

    14 mai, par James Almer
    doc: add htmlxref.cnf
    
    Silences warnings like
    
    filters.texi:256: warning: no htmlxref.cnf entry found for `ffmpeg-utils'
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] doc/htmlxref.cnf