[FFmpeg-cvslog] swscale/aarch64: Add bgr24 to yuv

2024-07-05 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 24 21:02:11 2024 +0800| [b8b71be07a7969e9c450bc7f61b7d6135f60e61c] | committer: Zhao Zhili swscale/aarch64: Add bgr24 to yuv Test on Apple M1 with kperf : -O3 : -O3 -fno-vectorize bgr24_to_uv_8_c

[FFmpeg-cvslog] swscale/aarch64: Add argb/abgr to yuv

2024-07-05 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 24 21:02:13 2024 +0800| [4d90a76986cf5ef80266ce845679321b68e3412d] | committer: Zhao Zhili swscale/aarch64: Add argb/abgr to yuv Test on Apple M1 with kperf: : -O3 : -O3 -fno-vectorize abgr_to_uv_8_c

[FFmpeg-cvslog] swscale/aarch64: Add bgra/rgba to yuv

2024-07-05 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jun 24 21:02:12 2024 +0800| [52422133ae9905fdd3c4845a41ac7af9a678b47a] | committer: Zhao Zhili swscale/aarch64: Add bgra/rgba to yuv Test on Apple M1 with kperf : -O3 : -O3 -fno-vectorize bgra_to_uv_8_c

[FFmpeg-cvslog] lavc/libx264: minor format fix

2024-07-05 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 29 09:37:52 2024 +0800| [25a7dcf06916b6b55789abf801ccbc77859da9e2] | committer: Jun Zhao lavc/libx264: minor format fix Remove redundant semicolons Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25a7dcf06916b6b

[FFmpeg-cvslog] lavf/scdet: minor fix

2024-07-05 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 29 09:40:53 2024 +0800| [03c2e9d77eace004db4579116e0141c496862895] | committer: Jun Zhao lavf/scdet: minor fix Change dbl to i64 for bool type Reviewed-by: Michael Niedermayer Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avutil/hwcontext_videotoolbox: Unset undefined values

2024-07-05 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Mon May 20 03:12:01 2024 +0200| [1fa7554bd6cc35b008045d33f9e948a92e7b901c] | committer: Zhao Zhili avutil/hwcontext_videotoolbox: Unset undefined values When mapping AVFrame properties to the CVBuffer attachments, it is necessary to properly delete und

[FFmpeg-cvslog] avutil/hwcontext_videotoolbox: Update documentation

2024-07-05 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Thu May 30 03:16:56 2024 +0200| [b4f9fcc63c29827f3bd2822f0d6ba6af098c9cb7] | committer: Zhao Zhili avutil/hwcontext_videotoolbox: Update documentation The documentation was not clear at all what specifically the function does, so it was left unspecifie

[FFmpeg-cvslog] avutil/hwcontext_videotoolbox: Set CVBuffer CGColorSpace

2024-07-05 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Mon May 20 03:12:01 2024 +0200| [cd9ceaef22ecc25278c771169d179dbfdb24a355] | committer: Zhao Zhili avutil/hwcontext_videotoolbox: Set CVBuffer CGColorSpace In addition to the other properties, try to obtain the right CGColorSpace and set it as well, el

[FFmpeg-cvslog] lavc/h264dsp: R-V V 8-bit h264_idct8_add4

2024-07-05 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 1 23:41:37 2024 +0300| [e0eff64ed1e60d14391d55a91732ec612abf3f64] | committer: Rémi Denis-Courmont lavc/h264dsp: R-V V 8-bit h264_idct8_add4 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0eff64ed1e60d14391d55a91732ec612abf

[FFmpeg-cvslog] lavc/h264dsp: R-V V 8-bit h264_idct_add16

2024-07-05 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 1 23:41:37 2024 +0300| [30475c95ba50d40cf7605cb382bfd7852c825deb] | committer: Rémi Denis-Courmont lavc/h264dsp: R-V V 8-bit h264_idct_add16 While this *tends* to be faster than plain C, the performance numbers are all over the place, pr

[FFmpeg-cvslog] lavc/h264dsp: R-V V 8-bit h264_idct_add16intra

2024-07-05 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Mon Jul 1 23:41:37 2024 +0300| [d1f0c1fbf8db8dffd514c706905a2a8b8e986cb4] | committer: Rémi Denis-Courmont lavc/h264dsp: R-V V 8-bit h264_idct_add16intra > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1f0c1fbf8db8dffd514c706905a2a8

[FFmpeg-cvslog] avutil/timestamp: avoid possible FPE when 0 is passed to av_ts_make_time_string2()

2024-07-05 Thread Marton Balint
ffmpeg | branch: release/7.0 | Marton Balint | Mon Jun 17 22:30:26 2024 +0200| [c75cabef94e0985d1aa3f8d5ea9f4f7b8795d5ab] | committer: Marton Balint avutil/timestamp: avoid possible FPE when 0 is passed to av_ts_make_time_string2() Signed-off-by: Marton Balint (cherry picked from commit 0d5e

[FFmpeg-cvslog] lavc/h264dsp: R-V V 8-bit h264_idct_add

2024-07-05 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Tue Jul 2 22:03:07 2024 +0300| [f447189b0c8067edf54a16c8c6d5513b2de77276] | committer: Rémi Denis-Courmont lavc/h264dsp: R-V V 8-bit h264_idct_add T-Head C908 (cycles): h264_idct4_add_8bpp_c: 271.5 h264_idct4_add_8bpp_rvv_i32: 91.5 > http: