[FFmpeg-cvslog] libswscale: arm: Don't assume aligned output in yuv2rgb functions

2024-08-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Aug 19 11:35:46 2024 +0300| [507c2a57746d503cd97e1dd520e563a1f1b85fee] | committer: Martin Storsjö libswscale: arm: Don't assume aligned output in yuv2rgb functions This fixes failures in recently added checkasm tests. While the buffers in most c

[FFmpeg-cvslog] lavfi: make FFFilterContext private to generic code

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Aug 17 10:04:56 2024 +0200| [52471b56ba5cef13aa0d9149c868911614cfa862] | committer: Anton Khirnov lavfi: make FFFilterContext private to generic code Nothing in it needs to be visible to filters. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] lavfi/filters: move functions only used by generic code to avfilter_internal.h

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Aug 17 10:01:36 2024 +0200| [f19c988911f4d03d396ab286138bd03c0a56fed4] | committer: Anton Khirnov lavfi/filters: move functions only used by generic code to avfilter_internal.h > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f19c988911f

[FFmpeg-cvslog] lavfi: move ff_parse_{sample_rate,channel_layout}() to audio.[ch]

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Aug 16 01:26:43 2024 +0200| [a83a30e899099ec76a3570c07ee40b013dbfd409] | committer: Anton Khirnov lavfi: move ff_parse_{sample_rate,channel_layout}() to audio.[ch] That is a more appropriate place for those functions. > http://git.videolan.org/git

[FFmpeg-cvslog] lavfi: move ff_parse_pixel_format() to vf_format, its only caller

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Aug 15 22:00:50 2024 +0200| [f4bfdf789335e690dd92c9ee85974c338429103a] | committer: Anton Khirnov lavfi: move ff_parse_pixel_format() to vf_format, its only caller The only thing this function does beyond calling av_get_pix_fmt() is falling back on

[FFmpeg-cvslog] lavfi/f_streamselect: remove a no-op ff_filter_config_links() call

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Aug 16 22:18:21 2024 +0200| [90e4af65e155d3e7925c15b6d9c478fb6ae1f6f1] | committer: Anton Khirnov lavfi/f_streamselect: remove a no-op ff_filter_config_links() call It does not do anything when the links are already configured. > http://git.videol

[FFmpeg-cvslog] lavfi/inernal: move ff_fmt_is_regular_yuv() declaration to video.h

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Aug 16 10:03:29 2024 +0200| [a2314308f297ca2384cb30dda580cdc47f12ada4] | committer: Anton Khirnov lavfi/inernal: move ff_fmt_is_regular_yuv() declaration to video.h > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2314308f297ca2384cb30d

[FFmpeg-cvslog] lavfi/internal: move functions used by filters to filters.h

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Aug 12 15:29:00 2024 +0200| [1afe42852b25c6bf74f1f5b5f6d6dfa42da02434] | committer: Anton Khirnov lavfi/internal: move functions used by filters to filters.h internal.h currently mixes interfaces intended to be used by filters with those that shoul

[FFmpeg-cvslog] lavc/mpegvideoencdsp: R-V V try_8x8basis

2024-08-19 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Wed Aug 14 19:56:05 2024 +0300| [1907dd7f2335ba106b1d92070a497e818d734efd] | committer: Rémi Denis-Courmont lavc/mpegvideoencdsp: R-V V try_8x8basis T-Head C908: try_8x8basis_c: 922.5 try_8x8basis_rvv_i32: 135.3 SpacemiT X60: try_8x8basis_

[FFmpeg-cvslog] lavc/mpegvideoencdsp: R-V V pix_norm1

2024-08-19 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri Aug 9 22:03:49 2024 +0300| [0fd37c00d728becba6c49aff9efaf7cae17d46d7] | committer: Rémi Denis-Courmont lavc/mpegvideoencdsp: R-V V pix_norm1 T-Head C908: pix_norm1_c: 480.2 pix_norm1_rvv_i64: 146.9 SpacemiT X60: pix_norm1_c: 478

[FFmpeg-cvslog] lavc/mpegvideoencdsp: R-V V add_8x8basis

2024-08-19 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Wed Aug 14 20:16:30 2024 +0300| [d8fb44c0aa2f7bc566f937330067be6f2ab83c67] | committer: Rémi Denis-Courmont lavc/mpegvideoencdsp: R-V V add_8x8basis T-Head C908: add_8x8basis_c: 440.6 add_8x8basis_rvv_i32: 70.3 SpacemiT X60: add_8x8basis_c:

[FFmpeg-cvslog] lavc/mpegvideoencdsp: R-V V pix_sum

2024-08-19 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri Aug 9 22:03:49 2024 +0300| [63d016aea5d9e6e10f68b29d001dd708b29f869f] | committer: Rémi Denis-Courmont lavc/mpegvideoencdsp: R-V V pix_sum T-Head C908: pix_sum_c: 332.2 pix_sum_rvv_i64: 91.2 SpacemiT X60: pix_sum_c: 321.2 pix_sum_

[FFmpeg-cvslog] lavc/hevcdec: simplify output logic

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jun 21 12:03:40 2024 +0200| [4b9adb35b609b7acb591be0459cde07550fd4ebe] | committer: Anton Khirnov lavc/hevcdec: simplify output logic Current code is written around the "simple" decode API's limitation that a single input packet (AU/coded frame) tr

[FFmpeg-cvslog] lavc/hevcdec: call ff_thread_finish_setup() even if hwaccel is in use

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jun 13 14:03:16 2024 +0200| [631a7256705eb5ca424133b612cea9e4c0154ab8] | committer: Anton Khirnov lavc/hevcdec: call ff_thread_finish_setup() even if hwaccel is in use Serializing frame threading for non-threadsafe hwaccels is handled at the generi

[FFmpeg-cvslog] lavc/hevcdec: switch to receive_frame()

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jun 4 10:51:17 2024 +0200| [2fdecbb239714b6203e37067fda2521f80e19d47] | committer: Anton Khirnov lavc/hevcdec: switch to receive_frame() Required by following commits, where we will want to output multiple frames per packet. > http://git.videolan

[FFmpeg-cvslog] lavc/hevcdec: use a ContainerFifo to hold frames scheduled for output

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jun 20 21:01:49 2024 +0200| [79afc45c03abfb7f1d9dc2cc758ec162bfade1a0] | committer: Anton Khirnov lavc/hevcdec: use a ContainerFifo to hold frames scheduled for output Instead of a single AVFrame. Will be useful in future commits, where we will wa

[FFmpeg-cvslog] lavc/videotoolbox: drop HEVC cropping from start_frame rather than end_frame

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jul 23 09:32:43 2024 +0200| [4bda7f288c7bb8f78b0c3b379da91330af5dd4ac] | committer: Anton Khirnov lavc/videotoolbox: drop HEVC cropping from start_frame rather than end_frame HEVCContext.output_frame will be removed in following commits. Reported-

[FFmpeg-cvslog] lavc: add private container FIFO API

2024-08-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jun 20 19:50:51 2024 +0200| [6174818252fd45a503d9ef6b8da3973df644c5a9] | committer: Anton Khirnov lavc: add private container FIFO API It provides a FIFO for "container" objects like AVFrame/AVPacket and features an integrated FFRefStructPool-based

[FFmpeg-cvslog] lavc/vp9dsp: R-V V mc bilin hv

2024-08-19 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Fri Aug 9 22:24:04 2024 +0800| [4e7b5ac48f37f166a9a9aaab909175235395] | committer: Rémi Denis-Courmont lavc/vp9dsp: R-V V mc bilin hv C908 X60 vp9_avg_bilin_4hv_8bpp_c :

[FFmpeg-cvslog] lavc/vp9dsp: R-V V mc bilin h v

2024-08-19 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Fri Aug 9 22:24:03 2024 +0800| [9edd2e723bd82392b19a5e315dfa335ca362d3cf] | committer: Rémi Denis-Courmont lavc/vp9dsp: R-V V mc bilin h v C908 X60 vp9_avg_bilin_4h_8bpp_c:

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. d845d12 src/index/news: drop redundant sentence

2024-08-19 Thread ffmpeg-git
The branch, master has been updated via d845d12cf632ab0685141af1f5b942611a4a051f (commit) from 320a3444d83eb1cb3899825a7075e041982b9ff6 (commit) - Log - commit d845d12cf632ab0685141af1f5b942611a4a051f Author: Lynne

[FFmpeg-cvslog] MAINTAINERS: add CC preference for myself

2024-08-19 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Thu Aug 15 00:41:44 2024 +0200| [8f36c6f2e7b7180e28960437c011bcfa11d669d1] | committer: Michael Niedermayer MAINTAINERS: add CC preference for myself Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f36c