[FFmpeg-cvslog] doc/filters: add missing anchors

2023-09-27 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Sep 27 19:51:52 2023 -0300| [b643af4acb471c3cb09b02afcc511498c9674347] | committer: James Almer doc/filters: add missing anchors Fixes build failures introduced in 7f685d0f49. Reviewed-by: Marton Balint Signed-off-by: James Almer > http://git.vide

[FFmpeg-cvslog] avcodec/aacsbrdata: Move ff_sbr_noise_table to sbrdsp_template.c

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 19:40:08 2023 +0200| [533ebe755af4cfc19d49a2e9e53a1952efe78f25] | committer: Andreas Rheinhardt avcodec/aacsbrdata: Move ff_sbr_noise_table to sbrdsp_template.c ff_sbr_noise_table is only used by SBR DSP code and sbrdsp.h is the header

[FFmpeg-cvslog] avcodec/snow: Move decoder parts out of ff_snow_common_init_after_header

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 18:57:47 2023 +0200| [00ba78cd6fb8fb7cbd20a36e840ddde3eda0dca0] | committer: Andreas Rheinhardt avcodec/snow: Move decoder parts out of ff_snow_common_init_after_header They are not common. Furthermore, this file is pulled in when link

[FFmpeg-cvslog] avcodec/tests/.gitignore: Add bitstream test tools

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 23 16:47:33 2023 +0200| [89c99291444eddf5ed37221d2c6e245c92cc20ef] | committer: Andreas Rheinhardt avcodec/tests/.gitignore: Add bitstream test tools Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avcodec/snow: Split ff_snow_get_buffer()

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 18:21:55 2023 +0200| [418332e01ce99d43f218504e4e4e1b4ea89c9a49] | committer: Andreas Rheinhardt avcodec/snow: Split ff_snow_get_buffer() The part of said function that is common to both encoder and decoder is negligible since c954cf1e1b

[FFmpeg-cvslog] avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c()

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 17:32:32 2023 +0200| [97cd698ee408371c97960b384256125d88984b63] | committer: Andreas Rheinhardt avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c() This function is used by the AARCH64 code to filter a few remaining lines in ca

[FFmpeg-cvslog] checkasm/motion: Don't allocate AVCodecContext

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 17:55:40 2023 +0200| [0228e27dedc66c98e5b25dee0f95e664a185bbf1] | committer: Andreas Rheinhardt checkasm/motion: Don't allocate AVCodecContext Instead use one on the stack to avoid pulling in all of libavcodec. Signed-off-by: Andreas R

[FFmpeg-cvslog] avfilter/bwdifdsp: Constify

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 17:25:47 2023 +0200| [fa06f48371ba2b73c139810db5bb893dc27eda7a] | committer: Andreas Rheinhardt avfilter/bwdifdsp: Constify Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa06f48371ba2b73

[FFmpeg-cvslog] avfilter/bwdif: Add proper BWDIFDSPContext

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 16:32:21 2023 +0200| [80afcc85390819c8d35da5971840b762a40875af] | committer: Andreas Rheinhardt avfilter/bwdif: Add proper BWDIFDSPContext This already avoids unnecessary indirectly included headers in the arch-specific vf_bwdif_init.c

[FFmpeg-cvslog] avfilter/vf_bwdif: Move DSP code to a new file

2023-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 16:49:25 2023 +0200| [1db884c625ea1ebfa780d8d487700beec040d32a] | committer: Andreas Rheinhardt avfilter/vf_bwdif: Move DSP code to a new file Otherwise checkasm/vf_bwdif.c pulls in vf_bwdif.c and then all of libavfilter. Besides being

[FFmpeg-cvslog] avfilter: add libvmaf_cuda

2023-09-27 Thread Kyle Swanson
ffmpeg | branch: master | Kyle Swanson | Mon Sep 25 13:14:13 2023 +0100| [7f685d0f493bbfa44cf1b3b65f9347291e23872b] | committer: Kyle Swanson avfilter: add libvmaf_cuda Signed-off-by: Kyle Swanson > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f685d0f493bbfa44cf1b3b65f9347291e2

[FFmpeg-cvslog] avcodec/vlc: fix off by one in limit check for multi

2023-09-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 27 19:13:58 2023 +0200| [b23eaf968e375f2d38865d90a788221caead3324] | committer: Paul B Mahol avcodec/vlc: fix off by one in limit check for multi > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b23eaf968e375f2d38865d90a788221caead3324