[FFmpeg-cvslog] avformat/iamf: rename Codec Config seek_preroll to audio_roll_distance

2024-07-18 Thread James Almer
ffmpeg | branch: release/7.0 | James Almer | Thu Jul 18 18:56:54 2024 -0300| [5fc5b33319902ca151246d40a9853d238cb230ef] | committer: James Almer avformat/iamf: rename Codec Config seek_preroll to audio_roll_distance The semantics for the field are different than the one in AVCodecParameters, s

[FFmpeg-cvslog] avformat/iamf_parse: keep substream count consistent

2024-07-18 Thread James Almer
ffmpeg | branch: release/7.0 | James Almer | Sun Jun 23 23:27:29 2024 +0200| [507348799c9cc78fec4d67e0f6f935f2e5e760a1] | committer: James Almer avformat/iamf_parse: keep substream count consistent Fixes: member access within null pointer of type 'IAMFSubStream' (aka 'struct IAMFSubStream') F

[FFmpeg-cvslog] avformat/iamf_parse: 0 layers are not allowed

2024-07-18 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Mon Jun 17 01:08:26 2024 +0200| [3d4d2897e63057291668ac65107d3ed2df6134c7] | committer: James Almer avformat/iamf_parse: 0 layers are not allowed Fixes: out of array access Fixes: 68302/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-4

[FFmpeg-cvslog] avformat/iamf_parse: consider nb_substreams when accessing substreams array

2024-07-18 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Mon Jun 17 01:08:25 2024 +0200| [ce939aa59aee1867277bd7f38ad35485386a8506] | committer: James Almer avformat/iamf_parse: consider nb_substreams when accessing substreams array Fixes: out of array access Fixes: 68584/clusterfuzz-testcase-min

[FFmpeg-cvslog] avformat/iamf_parse: add missing padding to AAC extradata

2024-07-18 Thread James Almer
ffmpeg | branch: release/7.0 | James Almer | Mon Jun 17 21:47:50 2024 -0300| [29d626ea854c90c692e73b9e0fd88c0eaa9c7aaa] | committer: James Almer avformat/iamf_parse: add missing padding to AAC extradata Fixes: out of array access Fixes: 68863/clusterfuzz-testcase-minimized-ffmpeg_dem_IAMF_fuz

[FFmpeg-cvslog] avformat/iamf_parse: Remove dead case

2024-07-18 Thread Michael Niedermayer
ffmpeg | branch: release/7.0 | Michael Niedermayer | Mon Jun 3 00:12:54 2024 +0200| [fd789a087eed3c980074816a23ec096d83388297] | committer: James Almer avformat/iamf_parse: Remove dead case Fixes: CID1559546 Logically dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niederm

[FFmpeg-cvslog] avformat/iamf: rename Codec Config seek_preroll to audio_roll_distance

2024-07-18 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 18 18:56:54 2024 -0300| [54b8d5e201c97464625cfb6cfd851ed80976aa44] | committer: James Almer avformat/iamf: rename Codec Config seek_preroll to audio_roll_distance The semantics for the field are different than the one in AVCodecParameters, so use

[FFmpeg-cvslog] avformat/mov: don't export frame cropping stream side data when the clap box is a no-op

2024-07-18 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 17 22:53:01 2024 -0300| [3de65f47e0cd4c971cc78901c213210e6ba26abd] | committer: James Almer avformat/mov: don't export frame cropping stream side data when the clap box is a no-op Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] fftools/ffmpeg_filter: use the correct specifier for crop arguments

2024-07-18 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 17 22:57:46 2024 -0300| [2ff7d10c307bc36d56f7c28e4b7675144b0a7546] | committer: James Almer fftools/ffmpeg_filter: use the correct specifier for crop arguments Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/png: more informative error message for invalid sBIT size

2024-07-18 Thread Leo Izen
ffmpeg | branch: release/6.1 | Leo Izen | Fri Jul 12 15:03:17 2024 -0400| [6a8cf7b3834bf649197392d7c6bb05dc2ba21a55] | committer: Leo Izen avcodec/png: more informative error message for invalid sBIT size If the sBIT chunk size is invalid, we should print a more informative error message rathe

[FFmpeg-cvslog] avcodec/pngdec: avoid erroring with sBIT on indexed-color images

2024-07-18 Thread Leo Izen
ffmpeg | branch: release/6.1 | Leo Izen | Fri Jul 12 15:03:16 2024 -0400| [09c1c0b12653c34137e5075889fe91a69447845f] | committer: Leo Izen avcodec/pngdec: avoid erroring with sBIT on indexed-color images Indexed color images use three colors for sBIT, but the function ff_png_get_nb_channels re

[FFmpeg-cvslog] avcodec/png: more informative error message for invalid sBIT size

2024-07-18 Thread Leo Izen
ffmpeg | branch: release/7.0 | Leo Izen | Fri Jul 12 15:03:17 2024 -0400| [daffde0544aa7db7964d7a9dc8e36cee831709f7] | committer: Leo Izen avcodec/png: more informative error message for invalid sBIT size If the sBIT chunk size is invalid, we should print a more informative error message rathe

[FFmpeg-cvslog] avcodec/pngdec: avoid erroring with sBIT on indexed-color images

2024-07-18 Thread Leo Izen
ffmpeg | branch: release/7.0 | Leo Izen | Fri Jul 12 15:03:16 2024 -0400| [b5d42852d05509d8970452fdd573e0bf9ad3cb4a] | committer: Leo Izen avcodec/pngdec: avoid erroring with sBIT on indexed-color images Indexed color images use three colors for sBIT, but the function ff_png_get_nb_channels re

[FFmpeg-cvslog] avcodec/png: more informative error message for invalid sBIT size

2024-07-18 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Fri Jul 12 15:03:17 2024 -0400| [90e28331c7887b83d7c508bea71735ae12dad177] | committer: Leo Izen avcodec/png: more informative error message for invalid sBIT size If the sBIT chunk size is invalid, we should print a more informative error message rather than

[FFmpeg-cvslog] avcodec/pngdec: avoid erroring with sBIT on indexed-color images

2024-07-18 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Fri Jul 12 15:03:16 2024 -0400| [4225f51c62b69f12e51151c2c73245342890f794] | committer: Leo Izen avcodec/pngdec: avoid erroring with sBIT on indexed-color images Indexed color images use three colors for sBIT, but the function ff_png_get_nb_channels returns

[FFmpeg-cvslog] lavc/h264dsp: R-V V high-depth idct_add{,intra}16, idct8_add4

2024-07-18 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 15 21:19:39 2024 +0300| [483fd732abc3eda80681811250cd4d2937ade265] | committer: Rémi Denis-Courmont lavc/h264dsp: R-V V high-depth idct_add{,intra}16, idct8_add4 As with 8-bit, this tends to be faster, but results are all over the place d

[FFmpeg-cvslog] fftools/ffmpeg_demux: don't insert the crop filter if frame cropping side data defines no cropping

2024-07-18 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 17 23:01:48 2024 -0300| [90672974bd4eaed658f538563a8f216c52d1e996] | committer: James Almer fftools/ffmpeg_demux: don't insert the crop filter if frame cropping side data defines no cropping Signed-off-by: James Almer > http://git.videolan.org/