[FFmpeg-cvslog] swscale/aarch64/rgb24toyv12: skip early right shift by 2

2025-02-17 Thread Krzysztof Pyrkosz
ffmpeg | branch: master | Krzysztof Pyrkosz | Tue Feb 11 22:43:11 2025 +0100| [64107e22f545d3899f9270751531997734d89a3d] | committer: Martin Storsjö swscale/aarch64/rgb24toyv12: skip early right shift by 2 It's a minor improvement that shaves off 5-8% from the execution time. Instead of shifti

[FFmpeg-cvslog] avcodec/hevc/ps: Add basic HEVC_SCALABILITY_AUXILIARY support

2025-02-17 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Feb 11 18:39:59 2025 +0800| [d367016d3ccaa225ab76b22afb8d17f5500304ff] | committer: Zhao Zhili avcodec/hevc/ps: Add basic HEVC_SCALABILITY_AUXILIARY support Only implementing what's needed for HEVC with alpha. Signed-off-by: Zhao Zhili > http://git

[FFmpeg-cvslog] avcodec/hevc: Add alpha layer support

2025-02-17 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Feb 11 21:21:25 2025 +0800| [f926b6045522c5f9887a108f5d9b6ae017e9ba02] | committer: Zhao Zhili avcodec/hevc: Add alpha layer support Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f926b6045522c5f9887a108f5d9b6a

[FFmpeg-cvslog] avutil/frame: Fix direct pointer compare between different array

2025-02-17 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Feb 11 21:21:48 2025 +0800| [88d9ecaa7b792edc9baf22d0f4eca2071cafd91e] | committer: Zhao Zhili avutil/frame: Fix direct pointer compare between different array Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88d

[FFmpeg-cvslog] avcodec/hevc: Rewrite scalability_mask_flag parse in decode_vps_ext

2025-02-17 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Feb 11 18:39:55 2025 +0800| [d3220ed8181d6729bfe867da2890c9b3eada6731] | committer: Zhao Zhili avcodec/hevc: Rewrite scalability_mask_flag parse in decode_vps_ext Remove a for loop and make it easy to extend to support other types of scalability. Move

[FFmpeg-cvslog] fftools/ffmpeg: use an int for nb_threads

2025-02-17 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 14 13:17:43 2025 -0300| [0e7c2a6287f977c30e08e2a211385c6a80614fe8] | committer: James Almer fftools/ffmpeg: use an int for nb_threads Removes unnecessary allocations. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] swscale/aarch64/rgb2rgb_neon: Implemented {yuyv, uyvy}toyuv{420, 422}

2025-02-17 Thread Krzysztof Pyrkosz
ffmpeg | branch: master | Krzysztof Pyrkosz | Thu Feb 13 20:02:29 2025 +0100| [b92577405b40b6eb5ecf0036060e34e0219da1e3] | committer: Martin Storsjö swscale/aarch64/rgb2rgb_neon: Implemented {yuyv, uyvy}toyuv{420, 422} A78: uyvytoyuv420_neon:6112.5 ( 6.96x)

[FFmpeg-cvslog] avfilter/interlace_vulkan: add interlace_vulkan filter

2025-02-17 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Feb 17 15:46:09 2025 +0100| [4dc2ae69e72b57ba828bc57a1d0d1e09c65de5e3] | committer: Niklas Haas avfilter/interlace_vulkan: add interlace_vulkan filter This is a Vulkan-accelerated version of the existing interlace filter. > http://git.videolan.org/gi