[FFmpeg-cvslog] wasm/hevc: Add sao_band_filter

2025-06-20 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Jun 7 18:18:11 2025 +0800| [fe45f5537b28de68fe0964898e3deca023708803] | committer: Zhao Zhili wasm/hevc: Add sao_band_filter hevc_sao_band_8_8_c:63.0 ( 1.00x) hevc_sao_band_8_8_simd128:

[FFmpeg-cvslog] fftools/ffplay_renderer: Use new vulkan queue API

2025-06-20 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 16 22:36:57 2025 +0800| [9c7b019284505740e5f8bb5f498b3c48709594f8] | committer: Zhao Zhili fftools/ffplay_renderer: Use new vulkan queue API Fixes deprecation warning. Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avfilter/vf_libplacebo: list AV_PIX_FMT_VULKAN first

2025-06-20 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Jun 16 14:52:13 2025 +0200| [f883b7cf93ed56fbd54e285f6c5f27241ee195f2] | committer: Niklas Haas avfilter/vf_libplacebo: list AV_PIX_FMT_VULKAN first Under normal circumstances, this change does not affect anything, as the vast majority of filters eith

[FFmpeg-cvslog] wasm/hevc: Add sao_edge_filter

2025-06-20 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Jun 7 18:18:16 2025 +0800| [88ac69631e04f6f8767c90ea04a056c7aef5f855] | committer: Zhao Zhili wasm/hevc: Add sao_edge_filter hevc_sao_edge_8_8_c: 124.5 ( 1.00x) hevc_sao_edge_8_8_simd128:

[FFmpeg-cvslog] avfilter/vf_libplacebo: correctly update SAR to reflect scaled result

2025-06-20 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Jun 16 19:41:23 2025 +0200| [c0698840c41ced3f2fd0ff4070fd4294e6164dd6] | committer: Niklas Haas avfilter/vf_libplacebo: correctly update SAR to reflect scaled result This aligns the behavior of vf_libplacebo with other filters in the vf_scale family,

[FFmpeg-cvslog] avfilter/vf_libplacebo: add `reset_sar` option

2025-06-20 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Jun 16 20:01:48 2025 +0200| [7039a37e358ec93bd589f2ac25f3aad13c5cce7e] | committer: Niklas Haas avfilter/vf_libplacebo: add `reset_sar` option This was requested by users of `vf_libplacebo`, to mirror the existing option on the other `vf_scale_*` fami

[FFmpeg-cvslog] avformat/mov: set array entry count after the array is allocated in heif_add_stream()

2025-06-20 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 20 13:25:15 2025 -0300| [64e6f5d5fa2d78ed5653bea46276099c9e8116a8] | committer: James Almer avformat/mov: set array entry count after the array is allocated in heif_add_stream() Ensures no bogus values being preserved after returning. Signed-off

[FFmpeg-cvslog] avformat/whip: mark as experimental

2025-06-20 Thread Jack Lau
ffmpeg | branch: master | Jack Lau | Tue Jun 10 17:26:13 2025 +0800| [214248e2d6c61bcbf1c7f61ee1013e5c91a8597e] | committer: Zhao Zhili avformat/whip: mark as experimental This patch doesn't effect WHIP usage via command, as WHIP always needs to be explicitly specified Signed-off-by: Jack Lau

[FFmpeg-cvslog] avformat/tls_openssl: fix warnings when openssl is lower version

2025-06-20 Thread Jack Lau
ffmpeg | branch: master | Jack Lau | Sun Jun 15 23:15:45 2025 +0800| [177b92df2b054895f75e3cdd00d68b91a47a243f] | committer: Zhao Zhili avformat/tls_openssl: fix warnings when openssl is lower version api doc: https://docs.openssl.org/1.0.2/man3/BIO_s_mem In higher versions (openssl 1.0.2 and

[FFmpeg-cvslog] avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODING

2025-06-20 Thread Jack Lau
ffmpeg | branch: master | Jack Lau | Fri Jun 13 16:56:03 2025 +0800| [8aa6df663e76cb1231c389037006fdf3451551c8] | committer: Zhao Zhili avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODING Signed-off-by: Jack Lau Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.