git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/avidec : Ignore duplicate GAB2
9 mai, par Michael Niedermayeravformat/avidec: Ignore duplicate GAB2 Fixes: memleak Fixes: 398401912/clusterfuzz-testcase-minimized-ffmpeg_dem_AVI_fuzzer-4669849976766464 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
libavformat/oggdec.{c, h} : Implement packet skip on packet return value of 1
9 mai, par Romain Beauxis -
libavformat/oggdec.h : Document packet function return value.
9 mai, par Romain Beauxis -
fftools/ffmpeg : move elapsed time counter to the end of the status line
9 mai, par Marton Balintfftools/ffmpeg: move elapsed time counter to the end of the status line Elapsed time is much less important than the actual progress, and I am guessing several ffmpeg CLI frontends use the existing status line for showing progress, so putting a new field in the beginning is less optimal anyway. Related to ticket #11582. Signed-off-by: Marton Balint <cus@passwd.hu>
-
avformat/wavdec : increase requested probe score for codec probe
8 mai, par Marton Balintavformat/wavdec: increase requested probe score for codec probe Codec probing was primarily added to the wav demuxer to support DTS-in-wav files, but DTS probing functions return AVPROBE_SCORE_EXTENSION+1, so we can be a bit more strict with the required score. This fixes MP3 misdetections for some wav files. Fixes ticket #11581. Signed-off-by: Marton Balint <cus@passwd.hu>