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/leaddec : support format 0x1006

    14 janvier, par Peter Ross
    avcodec/leaddec: support format 0x1006
    
    Fixes ticket #10658.
    
    • [DH] libavcodec/leaddec.c
  • avformat/mov : fix potential unsigned underflow in loop condition

    13 janvier, par James Almer
    avformat/mov: fix potential unsigned underflow in loop condition
    
    if sc->tts_count is 0, this condition will wrap around to UINT_MAX and the
    code will try to dereference a NULL pointer.
    
    Fixes ticket #11417
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/mov.c
  • avcodec/sanm : codec37 buffers are private

    13 janvier, par Manuel Lauss
    avcodec/sanm: codec37 buffers are private
    
    codec37 operates on 2 buffers, which must be considered private to
    the codec and must therefore not be changed by subsequent FOBJs.
    
    Let codec37 therefore operate on frm1/2 instead of frm0/2, but copy
    the decoded image to frm0 where other codecs operate on.
    
    Fixes artifacts encountered in Full Throttle "dazed.san" and also
    in a lot of Rebel Assault II gameplay videos: these videos consist of
    frames with an initial codec37 FOBJ image to set the stage, and
    optional codec1-23 FOBJs overlaid on top of that image.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/sanm.c
  • avformat/iamf_parse : add missing av_free() call on failure path

    13 janvier, par James Almer
    avformat/iamf_parse: add missing av_free() call on failure path
    
    Fixes ticket #11416
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/iamf_parse.c
  • fftools/ffmpeg_opt : Remove audio_drift_threshold

    12 janvier, par Andreas Rheinhardt
    fftools/ffmpeg_opt: Remove audio_drift_threshold
    
    Forgotten in 5a04aae82193d75b8f8814dc7e35f4cc84b1beba.
    
    Reviewed-by: Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] fftools/ffmpeg_opt.c