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

  • ffv1enc_vulkan : allow setting the number of slices via -slices

    25 décembre 2024, par Lynne
    ffv1enc_vulkan: allow setting the number of slices via -slices
    
    Falls back to the exact same code the software encoder uses.
    
    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/ffv1enc.h
    • [DH] libavcodec/ffv1enc_vulkan.c
  • avformat/mlvdec : Check avio_read()

    25 décembre 2024, par Michael Niedermayer
    avformat/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>
    
    • [DH] libavformat/mlvdec.c
  • avformat/mxfdec : Check llen addition for overflow

    25 décembre 2024, par Michael Niedermayer
    avformat/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>
    
    • [DH] libavformat/mxfdec.c
  • avcodec/mpeg12dec : fix range for cc_format option

    24 décembre 2024, par Marth64
    avcodec/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>
    
    • [DH] libavcodec/mpeg12dec.c
  • avcodec/aac/aacdec : Free channel layout

    24 décembre 2024, par Michael Niedermayer
    avcodec/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>
    
    • [DH] libavcodec/aac/aacdec.c