[FFmpeg-cvslog] avformat/matroskaenc: log unsupported subtitle codec name

2025-02-03 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Feb 4 01:17:39 2025 +0800| [4307008b9a81ae3322f742f557192ccc52517be2] | committer: Zhao Zhili avformat/matroskaenc: log unsupported subtitle codec name It's more user friendly than codec ID. Signed-off-by: Zhao Zhili Reviewed-by: Marth64 > http:/

[FFmpeg-cvslog] avcodec/speexdec: fix frame_size for mode == 2

2025-02-03 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 30 10:54:42 2025 -0300| [4a0e1cfc6f33d152e007849f6de7028d651de2af] | committer: James Almer avcodec/speexdec: fix frame_size for mode == 2 Should match the non-extradata path now, and fix ticket #11078. Signed-off-by: James Almer > http://git.v

[FFmpeg-cvslog] avutil: add hwcontext_amf.

2025-02-03 Thread Dmitrii Ovchinnikov
ffmpeg | branch: master | Dmitrii Ovchinnikov | Tue Oct 15 11:07:54 2024 +0200| [9e7242579e8e5d23dd012cd090d79030001c8d41] | committer: Dmitrii Ovchinnikov avutil: add hwcontext_amf. Adds hwcontext_amf, enabling a shared AMF context for encoders, decoders, and AMF-based filters, without copy

[FFmpeg-cvslog] avcodec: add amfdec.

2025-02-03 Thread Evgeny Pavlov
ffmpeg | branch: master | Evgeny Pavlov | Tue Oct 15 14:49:39 2024 +0200| [fbfde332304e3bcc75d71ad86f751508119a7f5d] | committer: Dmitrii Ovchinnikov avcodec: add amfdec. Added AMF based h264, hevc, av1 decoders. Co-authored-by: Dmitrii Ovchinnikov v2: added encoder reinitialisation v3: use A

[FFmpeg-cvslog] avfilter/scale_amf: Add AMF VPP & super resolution filters

2025-02-03 Thread Evgeny Pavlov
ffmpeg | branch: master | Evgeny Pavlov | Tue Oct 15 15:18:20 2024 +0200| [4b77a0a6810c0018120e82cf1f0ab06bf3d1a22c] | committer: Dmitrii Ovchinnikov avfilter/scale_amf: Add AMF VPP & super resolution filters This commit adds two AMF filters: vpp_amf & sr_amf. Both filters are using AMF hardwa

[FFmpeg-cvslog] avcodec/amfenc: redesign to use hwcontext_amf.

2025-02-03 Thread Dmitrii Ovchinnikov
ffmpeg | branch: master | Dmitrii Ovchinnikov | Tue Oct 15 19:52:12 2024 +0200| [88a8ba5c991a0ffd00c8ce34d127b1b201b1ee19] | committer: Dmitrii Ovchinnikov avcodec/amfenc: redesign to use hwcontext_amf. Co-authored-by: Evgeny Pavlov v3: cleanup code > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] doc/filters: Add documentation for AMF filters

2025-02-03 Thread Evgeny Pavlov
ffmpeg | branch: master | Evgeny Pavlov | Wed Feb 14 02:55:15 2024 +0100| [1f94cc4588911305063da9cead137088e0c75b8c] | committer: Dmitrii Ovchinnikov doc/filters: Add documentation for AMF filters Signed-off-by: Evgeny Pavlov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f94cc

[FFmpeg-cvslog] swscale/x86/rgb2rgb: add AVX512ICL versions of shuffle_bytes

2025-02-03 Thread Shreesh Adiga
ffmpeg | branch: master | Shreesh Adiga <16567adigashre...@gmail.com> | Tue Jan 28 21:36:57 2025 +0530| [59f9dbaa31263c021eae5e33bb387b0c562d481d] | committer: James Almer swscale/x86/rgb2rgb: add AVX512ICL versions of shuffle_bytes On a AMD 7950x Zen 4 shuffle_bytes_0321_c:

[FFmpeg-cvslog] avcodec/nvenc: Enable recovery point SEI for intra refresh mode

2025-02-03 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Jan 23 22:17:29 2025 +0800| [1438f6997db70945173f01aea1768e3b27ce2679] | committer: Zhao Zhili avcodec/nvenc: Enable recovery point SEI for intra refresh mode Otherwise all frames can be dropped after seek without the output_corrupt/showall flags. Si

[FFmpeg-cvslog] avformat/seek: Remove always true condition

2025-02-03 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jan 24 15:31:20 2025 +0800| [1c5961e4b42565bb6573fe013e2db8036b4e9ae6] | committer: Zhao Zhili avformat/seek: Remove always true condition Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c5961e4b42565bb6573fe01

[FFmpeg-cvslog] avformat/seek: Remove dead code

2025-02-03 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jan 24 15:24:23 2025 +0800| [ef3ffd8c5c75995132a0fb6d7c59b6a85e019028] | committer: Zhao Zhili avformat/seek: Remove dead code Signed-off-by: Zhao Zhili Reviewed-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef3ffd8c5c7599

[FFmpeg-cvslog] avfilter/avfilter: remove accidental loop index variable reset

2025-02-03 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 1 21:51:06 2025 -0300| [db7ff135744d171bfc6adc7d4af065f9d853233f] | committer: James Almer avfilter/avfilter: remove accidental loop index variable reset Fixes ticket #11442. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avfilter/vf_scale: remove global side data when it no longer applies after scaling

2025-02-03 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 1 21:52:53 2025 -0300| [49726a922fd2b358feb7753488d415180da5121c] | committer: James Almer avfilter/vf_scale: remove global side data when it no longer applies after scaling Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpe