PR #20354 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20354
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20354.patch
Fixes: out of array read
Fixes:
441131173/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_DEC_fuzzer-6700429212975104
Found-by: continuou
PR #20325 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20325
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20325.patch
These are taken from before the switch to GPLv3+
If people prefer, we can merge the GPLv3+ switch for these modules too and put
them under --enab
PR #20306 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20306
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20306.patch
Remove some pointers into freed buffers
Fixes BIGSLEEP-440183164
>From fbc1d9dca1aa30ac5e2c63c295652c4b1f54d7be Mon Sep 17 00:00:00 2001
From: M
PR #20280 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20280
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20280.patch
ff_lxf_uncompress() reallocates the array which we allocated with
av_fast_realloc(),
this patchset fixes this by adding av_fast_realloc() suppor
PR #20277 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20277
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20277.patch
Signed-off-by: Michael Niedermayer
>From fddada82fb61a75f207b57d316114a57b97781a0 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer
Date: Mon
PR #20274 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20274
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20274.patch
Avoids failure of xyz12 fate tests on mingw and linux x86-32
Signed-off-by: Michael Niedermayer
>From a9bc076f4873161e96098337a16b4657a0174fd5
PR #20268 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20268
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20268.patch
The setup code fow w,h,left,top is complex, the code using it also falls in
at least 2 different classes, one using left/top the other not.
To en
PR #20261 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20261
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20261.patch
Extensions in AAC USAC can be stored across multiple frames (mainly to keep CBR
compliance).
This means that we need to reallocate a buffer when