[FFmpeg-cvslog] fftools/ffplay: fix crash when vk renderer is null

2024-11-06 Thread Leandro Santiago
ffmpeg | branch: release/7.0 | Leandro Santiago | Thu Oct 31 21:50:45 2024 +0100| [786d4af40504eaaa71a18f73e2fb237fdf84be20] | committer: Zhao Zhili fftools/ffplay: fix crash when vk renderer is null When vulkan rendering is requested by the user and fails, ffplay should exit graciously

[FFmpeg-cvslog] fftools/ffplay: fix crash when vk renderer is null

2024-11-06 Thread Leandro Santiago
ffmpeg | branch: release/7.1 | Leandro Santiago | Thu Oct 31 21:50:45 2024 +0100| [367b7b546f0e012eadcbcf88fe28c6ebf8d16d8e] | committer: Zhao Zhili fftools/ffplay: fix crash when vk renderer is null When vulkan rendering is requested by the user and fails, ffplay should exit graciously

[FFmpeg-cvslog] fftools/ffplay: fix crash when vk renderer is null

2024-11-06 Thread Leandro Santiago
ffmpeg | branch: master | Leandro Santiago | Thu Oct 31 21:50:45 2024 +0100| [fd0cacc4720c68c58f86e41153444252dbd4e5b6] | committer: Zhao Zhili fftools/ffplay: fix crash when vk renderer is null When vulkan rendering is requested by the user and fails, ffplay should exit graciously instead of

[FFmpeg-cvslog] lavfi/vf_drawtext: fix memory management when destroying font face

2024-11-19 Thread Leandro Santiago
ffmpeg | branch: master | Leandro Santiago | Thu Oct 31 21:48:27 2024 +0100| [69cbda5770d2fb0d7f11de3a7ba0fea16c6b65b4] | committer: Marton Balint lavfi/vf_drawtext: fix memory management when destroying font face Ref https://trac.ffmpeg.org/ticket/11152 According to harfbuzz docs

[FFmpeg-cvslog] avfilter/vf_dnn_detect: fix loading anchors when labels file is set

2025-01-04 Thread Leandro Santiago
ffmpeg | branch: master | Leandro Santiago | Mon Dec 30 19:52:45 2024 +0100| [9d9ac8e2ca6bea7daecf3830a11c08bce69c3281] | committer: Guo Yejun avfilter/vf_dnn_detect: fix loading anchors when labels file is set References https://trac.ffmpeg.org/ticket/11387 Defining anchors is needed, even

[FFmpeg-cvslog] avfilter/dnn_detect: fail on filter if mandatory anchor option is missing

2025-03-03 Thread Leandro Santiago
ffmpeg | branch: master | Leandro Santiago | Wed Feb 26 15:17:12 2025 +0100| [d21ed2298ef122c64e578831c6dbd2bb2134df79] | committer: Guo Yejun avfilter/dnn_detect: fail on filter if mandatory anchor option is missing It prevents the filter of running in case such option is missing, failing

[FFmpeg-cvslog] avfilter/dnn: do not manually parse anchors filter option

2025-03-03 Thread Leandro Santiago
ffmpeg | branch: master | Leandro Santiago | Wed Feb 26 14:57:32 2025 +0100| [90fbb40da550b4bc26d0a17d598ee2a855fc5868] | committer: Guo Yejun avfilter/dnn: do not manually parse anchors filter option Instead, rely on AV_OPT_TYPE_FLAG_ARRAY, which will automatically perform the parsing