[FFmpeg-cvslog] avcodec/mediacodecenc: Support config qp range

2025-01-14 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jan 10 16:47:23 2025 +0800| [4f3c9f2f03378a08692a26532bc3146414717f8c] | committer: Zhao Zhili avcodec/mediacodecenc: Support config qp range Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f3c9f2f03378a08692a2

[FFmpeg-cvslog] avcodec/cuviddec: Fix missing HW_CONFIG_METHOD_HW_FRAMES_CTX flag

2025-01-14 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Dec 18 15:13:19 2024 +0800| [ff000373683ecf60317b040f94b530f318cefb01] | committer: Zhao Zhili avcodec/cuviddec: Fix missing HW_CONFIG_METHOD_HW_FRAMES_CTX flag Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff

[FFmpeg-cvslog] avcodec/bit_depth_template: Remove empty macro INIT_CLIP

2025-01-14 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Dec 16 23:41:00 2024 +0800| [d157e1f16b30ae5aa6b2685d013a7a518dc09cce] | committer: Zhao Zhili avcodec/bit_depth_template: Remove empty macro INIT_CLIP Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d157e1f16b3

[FFmpeg-cvslog] avcodec/ffv1enc: Fix handling of 32bit unsigned symbols

2025-01-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 9 21:35:06 2025 +0100| [402824e9e99461f1c9e74a6730ced40894669560] | committer: Michael Niedermayer avcodec/ffv1enc: Fix handling of 32bit unsigned symbols This may be needed for floats Sponsored-by: Sovereign Tech Fund Reviewed-by: Alex

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Check FLV1 resolution limits

2025-01-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 8 02:59:28 2025 +0100| [827c073154f4cc17d1bd3777dff3b58370210bcb] | committer: Michael Niedermayer avcodec/mpegvideo_enc: Check FLV1 resolution limits Found-by: Elias Myllymäki Reviewed-by: Alexander Strasser Signed-off-by: Michael Nie

[FFmpeg-cvslog] avfilter/vf_v360: Fix NULL pointer use

2025-01-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 8 03:11:02 2025 +0100| [66e9888bf418984a274beddbc3e87e9f1b8f5077] | committer: Michael Niedermayer avfilter/vf_v360: Fix NULL pointer use Fixes: applying zero offset to null pointer partly Fixes: verysmall.flv Found-by: Elias Myllymäki

[FFmpeg-cvslog] avformat/mov: Factorize sanity check out

2025-01-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 9 00:02:35 2025 +0100| [16b3d3e3ebb9ff7b00c0fd14b0167779ada87f86] | committer: Michael Niedermayer avformat/mov: Factorize sanity check out Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] loongarch: fixes fate-checkasm-sw_rgb failure

2025-01-14 Thread yuanhecai
ffmpeg | branch: master | yuanhecai | Wed Jan 8 17:40:18 2025 +0800| [858acd8d02125c029959b1980c0d52f079765f6f] | committer: Michael Niedermayer loongarch: fixes fate-checkasm-sw_rgb failure The reason for the failure is that the function yuv2rgb_1_c_template was modified in 095f8038fa918084

[FFmpeg-cvslog] avformat/mov: perform sanity checks for heif before index building

2025-01-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 7 23:21:32 2025 +0100| [afbc3a1b23b3ba3e5a3f2820228a5fe51b517be7] | committer: Michael Niedermayer avformat/mov: perform sanity checks for heif before index building Fixes: undefined NULL pointer use Fixes: clusterfuzz-testcase-minimized

[FFmpeg-cvslog] avformat/mov: fix potential unsigned underflow in loop condition

2025-01-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 13 18:17:06 2025 -0300| [fd1772b7475d0d5673a5dd314ee78443d0be4cf1] | committer: James Almer avformat/mov: fix potential unsigned underflow in loop condition if sc->tts_count is 0, this condition will wrap around to UINT_MAX and the code will try t