[FFmpeg-cvslog] avutil/hwcontext_vulkan: add missing packed YUV444 format mappings

2024-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 27 14:50:54 2024 -0300| [bb57b780134f59e3bddfab295e34e88468bbd545] | committer: James Almer avutil/hwcontext_vulkan: add missing packed YUV444 format mappings Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [d63f7ddebc20a26838cc733aca2c6a21091c391c] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from ./libavf

[FFmpeg-cvslog] jpeg2000dec: fix tile-part header state reset

2024-10-28 Thread Pierre-Anthony Lemieux
ffmpeg | branch: master | Pierre-Anthony Lemieux | Thu Oct 24 16:28:38 2024 -0700| [839f6d38a0ff32d8fb89fc1f1b281ed874ae3543] | committer: Pierre-Anthony Lemieux jpeg2000dec: fix tile-part header state reset Fixes https://trac.ffmpeg.org/ticket/11266 > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/mediacodecdec_common: Workaround MTK broken crop implementation

2024-10-28 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Oct 11 15:49:44 2024 +0800| [7fe9d12f2571265b2a7b5c763d62ee80f9a9e2e2] | committer: Zhao Zhili avcodec/mediacodecdec_common: Workaround MTK broken crop implementation MediaTek SOC return broken crop info, e.g., width: int32(3840) height: int32(2160) c

[FFmpeg-cvslog] fftools/ffplay: use swapchain_colorspace_hint to get better HDR support

2024-10-28 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Sep 25 22:45:42 2024 +0800| [0552238570f3feec64d1cdbc6e89196ca46f7e66] | committer: Zhao Zhili fftools/ffplay: use swapchain_colorspace_hint to get better HDR support For example, the default surface configuration on macOS is: VK_FORMAT_A2B10G10R10_UN

[FFmpeg-cvslog] tests/fate-run: Fix pixdesc failure

2024-10-28 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Oct 22 01:03:24 2024 +0800| [78525bc36b253c760326e7d02c8717ba84067bd4] | committer: Zhao Zhili tests/fate-run: Fix pixdesc failure -u and -q doesn't work together for diff on macOS. Reviewed-by: James Almer Signed-off-by: Zhao Zhili > http://git.v

[FFmpeg-cvslog] avcodec/mediacodecenc: Extract configOBUs from AV1CodecConfigurationRecord

2024-10-28 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Oct 5 01:54:21 2024 +0800| [0ee18ff23d923fd423352868c7344a78568b0e3e] | committer: Zhao Zhili avcodec/mediacodecenc: Extract configOBUs from AV1CodecConfigurationRecord MediaCodec can generate AV1CodecConfigurationRecord, which shouldn't be put into

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [9b0128aa766221f8a32e13cf3c1d3e6d75a2d829] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from ./libavformat

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [4d40898657659f8251a351af3f1f2a93584ccd58] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from ./libavf

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: release/7.1 | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [15035aaec0b5d86ea063b8b3d46d13ed1ee9bed2] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from ./libavf

[FFmpeg-cvslog] avutil/wchar_filename: re-introduce explicit cast of void* to char*

2024-10-28 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Tue Oct 22 19:49:16 2024 +0200| [dcdfd7fb62464beeeb03c24f21713bf3914b9ea4] | committer: Marton Balint avutil/wchar_filename: re-introduce explicit cast of void* to char* Fixes compile error on windows with decklink: In file included from ./libavf

[FFmpeg-cvslog] checkasm/sw_range_convert: test all supported bit depths

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Wed Sep 18 16:43:34 2024 +0200| [031d98790ee06d8acd6182738e6f9c8d3c760d66] | committer: Ramiro Polla checkasm/sw_range_convert: test all supported bit depths This commit also reduces the number of times ff_sws_init_scale() gets called (only once per bit

[FFmpeg-cvslog] checkasm/sw_range_convert: reduce number of input sizes tested

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Wed Sep 18 16:35:23 2024 +0200| [e308d09fba4dcfc585d1105848a024234fcb9b5b] | committer: Ramiro Polla checkasm/sw_range_convert: reduce number of input sizes tested Reduce input sizes to 8 (to test that the function works with widths smaller than the vec

[FFmpeg-cvslog] swscale/range_convert: call arch-specific init functions from main init function

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Wed Sep 18 11:23:18 2024 +0200| [7728b3357df3891585fdc05bb70b709177291a64] | committer: Ramiro Polla swscale/range_convert: call arch-specific init functions from main init function This commit also fixes the issue that the call to ff_sws_init_range_con

[FFmpeg-cvslog] swscale/range_convert: indent after previous commit

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Sep 22 12:49:18 2024 +0200| [8b30daedf7933346589e6283f0b58f33cd8bf52a] | committer: Ramiro Polla swscale/range_convert: indent after previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b30daedf7933346589e6283f0b58f33cd8bf52a

[FFmpeg-cvslog] checkasm: use FF_ARRAY_ELEMS instead of hardcoding size of arrays

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Wed Sep 18 16:29:14 2024 +0200| [a8ef1fac0dfa9d64ba47fd6c4a307e2d4acb218f] | committer: Ramiro Polla checkasm: use FF_ARRAY_ELEMS instead of hardcoding size of arrays > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8ef1fac0dfa9d64ba47fd6c4a

[FFmpeg-cvslog] swscale/range_convert: drop redundant conditionals from arch-specific init functions

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Sep 22 12:48:12 2024 +0200| [f7ee0195dfd527865666dcc1fd194c849576910f] | committer: Ramiro Polla swscale/range_convert: drop redundant conditionals from arch-specific init functions These conditions are already checked for in the main init function

[FFmpeg-cvslog] checkasm/sw_range_convert: indent after previous couple of commits

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Mon Sep 23 14:03:43 2024 +0200| [562524587ea80c1b5f6a91b86b53e06d799e5667] | committer: Ramiro Polla checkasm/sw_range_convert: indent after previous couple of commits > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=562524587ea80c1b5f6a91b86

[FFmpeg-cvslog] checkasm/sw_range_convert: use YUV pixel formats instead of YUVJ

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Wed Sep 18 13:45:17 2024 +0200| [d1acd68d73bea1d9a480cc9c6ebd6d9b60e57892] | committer: Ramiro Polla checkasm/sw_range_convert: use YUV pixel formats instead of YUVJ We are already setting the range, so we can use regular YUV pixel formats instead of YU

[FFmpeg-cvslog] checkasm/sw_range_convert: only run benchmarks on largest input width

2024-10-28 Thread Ramiro Polla
ffmpeg | branch: master | Ramiro Polla | Sun Sep 22 12:59:23 2024 +0200| [2c44393c011033f18131865d16ce3e01209bc6c2] | committer: Ramiro Polla checkasm/sw_range_convert: only run benchmarks on largest input width > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c44393c011033f1813186

[FFmpeg-cvslog] avutil/hwcontext: Don't assume frames_uninit is reentrant

2024-10-28 Thread Zhao Zhili
ffmpeg | branch: release/6.1 | Zhao Zhili | Tue Feb 20 20:08:55 2024 +0800| [7d79d0a43b5533ff584249332bc1db7fedbab1d2] | committer: Zhao Zhili avutil/hwcontext: Don't assume frames_uninit is reentrant Fix heap use after free when vulkan_frames_init failed. Signed-off-by: Zhao Zhili (cherry p