git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
ffv1enc_vulkan : allow setting the number of slices via -slices
25 décembre 2024, par Lynne -
avformat/mlvdec : Check avio_read()
25 décembre 2024, par Michael Niedermayeravformat/mlvdec: Check avio_read() Fixes: use-of-uninitialized-value Fixes: 383170476/clusterfuzz-testcase-minimized-ffmpeg_dem_MLV_fuzzer-4696002884337664 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
avformat/mxfdec : Check llen addition for overflow
25 décembre 2024, par Michael Niedermayeravformat/mxfdec: Check llen addition for overflow Fixes: signed integer overflow: 9223372036854775807 + 1 cannot be represented in type 'long' Fixes: 377971441/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-4966030696316928 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
avcodec/mpeg12dec : fix range for cc_format option
24 décembre 2024, par Marth64avcodec/mpeg12dec: fix range for cc_format option After support was added for DVB 0502 Closed Caption coding, the cc_format option's range was never updated so user cannot select this coding as a forced formatting choice. Fix the range of the option by ending it with the new coding type. Signed-off-by: Marth64 <marth64@proxyid.net>
-
avcodec/aac/aacdec : Free channel layout
24 décembre 2024, par Michael Niedermayeravcodec/aac/aacdec: Free channel layout Fixes: 371445194/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_LATM_fuzzer-5981081124274176 Fixes: memleak Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>