[FFmpeg-cvslog] lavu/opt: add missing 'else'

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: release/7.1 | Anton Khirnov | Wed Sep 25 20:49:47 2024 +0200| [55d0c353fe745c762a9ff0a69c97e11522a6d1e7] | committer: Anton Khirnov lavu/opt: add missing 'else' (cherry picked from commit 9b764e9b491747aa85c47ecd210551ab001ca977) Signed-off-by: Anton Khirnov > http://git.vid

[FFmpeg-cvslog] lavu/opt: avoid accidentally propagating spurious errors

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: release/7.1 | Anton Khirnov | Thu Sep 26 18:08:04 2024 +0200| [d5c308fcc5576861e42aa0c8897e3a0271a86ff7] | committer: Anton Khirnov lavu/opt: avoid accidentally propagating spurious errors An error from read_number() is non-fatal here and should not be forwarded. (cherry pick

[FFmpeg-cvslog] lavfi/buffersink: allow av_buffersink_set_frame_size() to be called earlier

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 14:38:49 2024 +0200| [6b402cdbf46e4398b3285277f3ff7c3654d57ce6] | committer: Anton Khirnov lavfi/buffersink: allow av_buffersink_set_frame_size() to be called earlier The function currently writes directly into the input link, which requires

[FFmpeg-cvslog] doc/examples/transcode: handle audio encoder frame size restrictions

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 14:43:54 2024 +0200| [f6f0e05815a12fdae25b4ce4a345ee27de366574] | committer: Anton Khirnov doc/examples/transcode: handle audio encoder frame size restrictions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6f0e05815a12fdae25b4

[FFmpeg-cvslog] fftools/ffplay: stop using avfilter_graph_create_filter() incorrectly

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 11:58:57 2024 +0200| [577708a70ad873badcf4e7e8aa070fc1a95042fd] | committer: Anton Khirnov fftools/ffplay: stop using avfilter_graph_create_filter() incorrectly This function creates AND initializes a filter, so setting any filter options af

[FFmpeg-cvslog] lavfi: clarify the behaviour of avfilter_graph_create_filter()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 15:21:44 2024 +0200| [ca860d8d07f159ddcefc4ec0289a46cfdeee9150] | committer: Anton Khirnov lavfi: clarify the behaviour of avfilter_graph_create_filter() Mention explicitly that no options can be set manually when using this function. > htt

[FFmpeg-cvslog] lavu/opt: avoid accidentally propagating spurious errors

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Sep 26 18:08:04 2024 +0200| [505fea34e53e0459d1ca6604a3f4737f0b90902c] | committer: Anton Khirnov lavu/opt: avoid accidentally propagating spurious errors An error from read_number() is non-fatal here and should not be forwarded. > http://git.vide

[FFmpeg-cvslog] lavd/lavfi: stop using avfilter_graph_create_filter() incorrectly

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 11:58:57 2024 +0200| [d3f76dbca122360215ded32c3d0e974216511d3e] | committer: Anton Khirnov lavd/lavfi: stop using avfilter_graph_create_filter() incorrectly See previous commits for details. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] lavu/opt: add missing 'else'

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 20:49:47 2024 +0200| [9b764e9b491747aa85c47ecd210551ab001ca977] | committer: Anton Khirnov lavu/opt: add missing 'else' > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b764e9b491747aa85c47ecd210551ab001ca977 --- libavutil/opt.

[FFmpeg-cvslog] doc/examples/decode_filter_video: stop using avfilter_graph_create_filter() incorrectly

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 12:18:31 2024 +0200| [87faa8aebacd6a279b9d2157373776ac8972d859] | committer: Anton Khirnov doc/examples/decode_filter_video: stop using avfilter_graph_create_filter() incorrectly See previous commits for details. > http://git.videolan.org/

[FFmpeg-cvslog] doc/examples/transcode: switch to avcodec_get_supported_config()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 12:18:31 2024 +0200| [cde307c78301724b8c917df6e535651682cf2f04] | committer: Anton Khirnov doc/examples/transcode: switch to avcodec_get_supported_config() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cde307c78301724b8c917df6e

[FFmpeg-cvslog] fftools/ffmpeg_filter: stop using avfilter_graph_create_filter() incorrectly

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 11:58:57 2024 +0200| [53c71777e193e6697cf3e7580b2e37df95cd1f3a] | committer: Anton Khirnov fftools/ffmpeg_filter: stop using avfilter_graph_create_filter() incorrectly This function creates AND initializes a filter, so setting any filter opt

[FFmpeg-cvslog] doc/examples/decode_filter_audio: stop using avfilter_graph_create_filter() incorrectly

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 12:18:31 2024 +0200| [27564f902002589a1681f64dbddfc988d948be70] | committer: Anton Khirnov doc/examples/decode_filter_audio: stop using avfilter_graph_create_filter() incorrectly See previous commit for details. > http://git.videolan.org/g

[FFmpeg-cvslog] doc/examples/transcode: stop using avfilter_graph_create_filter() incorrectly

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 12:18:31 2024 +0200| [d18d119b8fc09023668eaecc33f839ba06e7a1ec] | committer: Anton Khirnov doc/examples/transcode: stop using avfilter_graph_create_filter() incorrectly See previous commits for details. > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/riscv: add h264 qpel

2024-09-28 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Sep 25 02:45:46 2024 +0200| [2f77ecc6bc7dbc832cee4f0fe4d219fb172f775f] | committer: J. Dekker avcodec/riscv: add h264 qpel Benched on K230 for VLEN 128, SpaceMIT for VLEN 256. Variants for 4 width have no speedup for VLEN 256 vs VLEN 128 on available

[FFmpeg-cvslog] avcodec/amfenc: Add support for on-demand key frames

2024-09-28 Thread Cameron Gutman
ffmpeg | branch: master | Cameron Gutman | Sun Sep 8 15:07:43 2024 -0500| [4ffd586e34081a1486f3a352741ce1f9bd1bbd5c] | committer: Dmitrii Ovchinnikov avcodec/amfenc: Add support for on-demand key frames v2: Use forced_idr option instead of AV_FRAME_FLAG_KEY Signed-off-by: Cameron Gutman > h

[FFmpeg-cvslog] avcodec/amfenc: Fix inverted loop filter option

2024-09-28 Thread Cameron Gutman
ffmpeg | branch: master | Cameron Gutman | Sat Sep 14 00:32:05 2024 -0500| [4cbb997e15deecce0628449dabd8856667ec570d] | committer: Dmitrii Ovchinnikov avcodec/amfenc: Fix inverted loop filter option The AMF HEVC encoder takes a bool option for whether deblocking filter should be _disabled_ ins

[FFmpeg-cvslog] avcodec/amfenc: Update supported HEVC color ranges

2024-09-28 Thread Cameron Gutman
ffmpeg | branch: master | Cameron Gutman | Fri Sep 13 23:46:47 2024 -0500| [e3ae57b0de1c82e3430aa1fb3dfb02d44fddb122] | committer: Dmitrii Ovchinnikov avcodec/amfenc: Update supported HEVC color ranges We properly set AMF_VIDEO_ENCODER_HEVC_NOMINAL_RANGE since fb4dd4b6f48. Signed-off-by: Came

[FFmpeg-cvslog] ppc: Recognize the PPC VSX and Power8 CPU flags

2024-09-28 Thread Brad Smith
ffmpeg | branch: master | Brad Smith | Sat Sep 21 05:00:41 2024 -0400| [6ec6b0790021c5871016f57ac33d54bb6cab7a7d] | committer: Brad Smith ppc: Recognize the PPC VSX and Power8 CPU flags Signed-off-by: Brad Smith > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ec6b0790021c5871016f

[FFmpeg-cvslog] lavfi/asrc_hilbert: convert to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:29:04 2024 +0200| [66c945738795ff2ec3f2cc3ec8443c618b76b370] | committer: Anton Khirnov lavfi/asrc_hilbert: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=66c945738795ff2ec3f2cc3ec8443c618b76b370 ---

[FFmpeg-cvslog] lavfi/avf_a3dscope: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 11 12:21:46 2024 +0200| [0c2a5890ac3e0df22080fe0ca836e65f67154980] | committer: Anton Khirnov lavfi/avf_a3dscope: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavfi/*_vaapi: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:51:00 2024 +0200| [c1d7814dcad3fe5d412889543aa5e993b584015a] | committer: Anton Khirnov lavfi/*_vaapi: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] lavfi/avf_avectorscope: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 11 12:21:46 2024 +0200| [a36cea452f6def2a646826906ba1eb336ab88619] | committer: Anton Khirnov lavfi/avf_avectorscope: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/git

[FFmpeg-cvslog] lavfi/avf_showcwt: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 10:33:38 2024 +0200| [423eccadd6bd1c3dbe30e0b51e5b92cd26c42259] | committer: Anton Khirnov lavfi/avf_showcwt: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] lavfi/avf_concat: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 10:29:01 2024 +0200| [d36c368bf3f486dcb96f53e04e0f274959c54c2e] | committer: Anton Khirnov lavfi/avf_concat: switch to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d36c368bf3f486dcb96f53e04e0f274959c54c2e --- l

[FFmpeg-cvslog] lavfi/avf_aphasemeter: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 11 12:21:46 2024 +0200| [55c1cb847c1009e5f3399858c7ca3ea184981796] | committer: Anton Khirnov lavfi/avf_aphasemeter: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavfi/asrc_afirsrc: convert to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:29:04 2024 +0200| [242dab2ccd43159becfa15796b659352fc51bd64] | committer: Anton Khirnov lavfi/asrc_afirsrc: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=242dab2ccd43159becfa15796b659352fc51bd64 ---

[FFmpeg-cvslog] lavfi/asrc_afdelaysrc: convert to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:29:04 2024 +0200| [47f87409e347f778f9ea7384c3c1fb7b22c6bff7] | committer: Anton Khirnov lavfi/asrc_afdelaysrc: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47f87409e347f778f9ea7384c3c1fb7b22c6bff7 -

[FFmpeg-cvslog] lavfi/asrc_anullsrc: convert to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:29:04 2024 +0200| [9335af9accc7b0118195fdaadc47a0445e0a83e5] | committer: Anton Khirnov lavfi/asrc_anullsrc: convert to query_func2() Also, drop a redundant call that also happens implicitly in generic code. > http://git.videolan.org/git

[FFmpeg-cvslog] lavfi/asrc_flite: convert to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:29:04 2024 +0200| [21d2be108834553511c3fa4395b813bbfafb8466] | committer: Anton Khirnov lavfi/asrc_flite: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21d2be108834553511c3fa4395b813bbfafb8466 ---

[FFmpeg-cvslog] lavfi/avf_showvolume: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 10:40:05 2024 +0200| [fadd1dda8af3967814dfe83e88f3459b853542f7] | committer: Anton Khirnov lavfi/avf_showvolume: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitwe

[FFmpeg-cvslog] lavfi/avf_showfreqs: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 10:34:42 2024 +0200| [d7fde5694d150ef529db057205cce9c75abb677c] | committer: Anton Khirnov lavfi/avf_showfreqs: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitweb

[FFmpeg-cvslog] lavfi/avf_showspectrum: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 10:38:59 2024 +0200| [197a6193710521831514cdb3fcf6e4d88f49aea8] | committer: Anton Khirnov lavfi/avf_showspectrum: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/git

[FFmpeg-cvslog] lavfi/avf_showcqt: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 10:31:52 2024 +0200| [70a16a18ca03ee0c7e92fcab51334392c725e7da] | committer: Anton Khirnov lavfi/avf_showcqt: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] lavfi/avf_showspatial: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 10:37:08 2024 +0200| [d4efdbd029e3f5d274aecbebba616322ea83e32b] | committer: Anton Khirnov lavfi/avf_showspatial: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavfi/asrc_sinc: convert to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:29:04 2024 +0200| [ec01d80f2e6e132f61ad74d3ab924ce7b99e9b28] | committer: Anton Khirnov lavfi/asrc_sinc: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec01d80f2e6e132f61ad74d3ab924ce7b99e9b28 --- l

[FFmpeg-cvslog] lavfi/asrc_anoisesrc: convert to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:29:04 2024 +0200| [5b3212e5f73f0061c4239c510b9283e503e685df] | committer: Anton Khirnov lavfi/asrc_anoisesrc: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b3212e5f73f0061c4239c510b9283e503e685df --

[FFmpeg-cvslog] lavfi/asrc_sine: convert to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Sep 9 17:29:04 2024 +0200| [194e1ca03f7c6125329b2fe83dcff833950982ff] | committer: Anton Khirnov lavfi/asrc_sine: convert to query_func2() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=194e1ca03f7c6125329b2fe83dcff833950982ff --- l

[FFmpeg-cvslog] lavfi/avf_ahistogram: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 11 12:21:46 2024 +0200| [88f3893148dd60f36b327fdc0b92a9902b9ef164] | committer: Anton Khirnov lavfi/avf_ahistogram: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitwe

[FFmpeg-cvslog] lavfi/avf_abitscope: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 11 12:21:46 2024 +0200| [63203011823e2575549280e349f6cdc20e63cc3a] | committer: Anton Khirnov lavfi/avf_abitscope: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitweb

[FFmpeg-cvslog] lavfi/avf_showwaves: switch to query_func2()

2024-09-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 25 10:41:35 2024 +0200| [8a951ef5e119afb41e67d8b7dc3dedadc88c0e41] | committer: Anton Khirnov lavfi/avf_showwaves: switch to query_func2() Also, drop redundant calls that also happen implicitly in generic code. > http://git.videolan.org/gitweb

[FFmpeg-cvslog] ppc: Recognize the PPC VSX and Power8 CPU flags

2024-09-28 Thread Brad Smith
ffmpeg | branch: release/7.1 | Brad Smith | Sat Sep 21 05:00:41 2024 -0400| [05ff3eb9f2b9321e4314e7d84fe67557bd809307] | committer: Brad Smith ppc: Recognize the PPC VSX and Power8 CPU flags Signed-off-by: Brad Smith (cherry picked from commit 6ec6b0790021c5871016f57ac33d54bb6cab7a7d) Signed-