git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/leaddec : support format 0x1006
14 janvier, par Peter Ross -
avformat/mov : fix potential unsigned underflow in loop condition
13 janvier, par James Almer -
avcodec/sanm : codec37 buffers are private
13 janvier, par Manuel Laussavcodec/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>
-
avformat/iamf_parse : add missing av_free() call on failure path
13 janvier, par James Almer -
fftools/ffmpeg_opt : Remove audio_drift_threshold
12 janvier, par Andreas Rheinhardt