[FFmpeg-cvslog] fftools/ffmpeg_mux_init: move more code from of_open() to create_streams()

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 25 11:24:40 2022 +0200| [6a8145a4b1bf0d4508978972a881e84758ab80d7] | committer: Anton Khirnov fftools/ffmpeg_mux_init: move more code from of_open() to create_streams() Specificaly, the of_add_attachments() call (which can add attachment stream

[FFmpeg-cvslog] fftools/ffmpeg: stop handling max_frames in do_video_out()

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 25 22:27:13 2022 +0200| [25620b69e0d3b4098add3242872f05cb0e641be5] | committer: Anton Khirnov fftools/ffmpeg: stop handling max_frames in do_video_out() Frame limiting is now handled using sync queues. This code prevents the sync queue from tri

[FFmpeg-cvslog] fftools/ffmpeg: simplify ost_iter()

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Oct 19 13:46:14 2022 +0200| [1b076556c65a6b49ab3ee48eda8061f9f0dc180b] | committer: Anton Khirnov fftools/ffmpeg: simplify ost_iter() The inner loop never goes through more than 1 iteration, and so can be replaced by an if(). Found-by: Andreas Rhe

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: move validating codec avoptions to a separate function

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Nov 14 11:18:26 2022 +0100| [52380a055b358b8611d88fc02b3a477cac2e4f0c] | committer: Anton Khirnov fftools/ffmpeg_mux_init: move validating codec avoptions to a separate function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52380a055b

[FFmpeg-cvslog] fftools/ffmpeg: move OutputStream.max_frames to MuxStream

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 25 22:37:13 2022 +0200| [0fb7d111e891b7256a44227e193686c41ae6a986] | committer: Anton Khirnov fftools/ffmpeg: move OutputStream.max_frames to MuxStream It no longer needs to be visible outside of the muxing code. > http://git.videolan.org/gitw

[FFmpeg-cvslog] doc/developer.texi: improve the introductory text

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Nov 9 14:59:21 2022 +0100| [26080d1542c3695b6ebca127f180be102dd59af3] | committer: Anton Khirnov doc/developer.texi: improve the introductory text Remove confusing references to "external" vs. "internal" developers. > http://git.videolan.org/gitw

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: do not call av{codec,format}_get_class() repeatedly

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Nov 14 11:18:26 2022 +0100| [19e192eae6e52042f382272b1235ae6315e18cbc] | committer: Anton Khirnov fftools/ffmpeg_mux_init: do not call av{codec,format}_get_class() repeatedly > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19e192eae6e52

[FFmpeg-cvslog] doc/developer.texi: refine the "contributing code" section

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Nov 9 14:59:21 2022 +0100| [6a3e174ad1921ba6aec473a2224c71610de3329b] | committer: Anton Khirnov doc/developer.texi: refine the "contributing code" section Drop the reference to directly committing code, because - it is highly discouraged and very

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: use av_dict_iterate() where appropriate

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Nov 14 11:18:26 2022 +0100| [13947aff3f7718c7985c73c52563d8dc6a3b1e24] | committer: Anton Khirnov fftools/ffmpeg_mux_init: use av_dict_iterate() where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=13947aff3f7718c7985c73c52

[FFmpeg-cvslog] doc/developer.texi: extend the argument for submitting patches

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Nov 9 14:59:21 2022 +0100| [c0c492dd47c76c4ef45ddc565f34b451981b2088] | committer: Anton Khirnov doc/developer.texi: extend the argument for submitting patches Stop talking about commercial programs, since this applies to any downstream user. > h

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: drop an always-false check

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Nov 14 15:56:20 2022 +0100| [b58264217b605d0e8f2ef1cf7d41396b6cb1617f] | committer: Anton Khirnov fftools/ffmpeg_mux_init: drop an always-false check It cannot be true since 1959351aecf. Effectively reverts 6a3833e1411. > http://git.videolan.org/g

[FFmpeg-cvslog] doc/developer.texi: demote the "contributing" chapter to a section

2022-11-17 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Nov 9 14:59:21 2022 +0100| [66871647dc75216009675f3a510d1647de2ab14e] | committer: Anton Khirnov doc/developer.texi: demote the "contributing" chapter to a section It is very short and its main functions is linking to the coding rules/submitting p

[FFmpeg-cvslog] fate: Mark the tiff-zip-* tests as requiring zlib

2022-11-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Nov 17 11:28:00 2022 +0200| [cc6312dd3b6d8a7c19e6196436618e133167a2d3] | committer: Martin Storsjö fate: Mark the tiff-zip-* tests as requiring zlib Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc6312

[FFmpeg-cvslog] avfilter/af_loudnorm: simplify query_formats()

2022-11-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 17 10:55:31 2022 +0100| [24cd4c966116bf9b6a00628cdee7e680cb61e2f3] | committer: Paul B Mahol avfilter/af_loudnorm: simplify query_formats() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24cd4c966116bf9b6a00628cdee7e680cb61e2f3 ---

[FFmpeg-cvslog] avfilter/avf_showspatial: switch to lavu TX

2022-11-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 17 12:30:04 2022 +0100| [59b16355ec6c56b2def6c02ae3f6e72aa45860a2] | committer: Paul B Mahol avfilter/avf_showspatial: switch to lavu TX Also try harder to make output constant frame rate. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_firequalizer: switch to TX from lavu

2022-11-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Nov 12 12:02:08 2022 +0100| [4f6c06e8ffca86128319ad660e7f898481a1c474] | committer: Paul B Mahol avfilter/af_firequalizer: switch to TX from lavu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f6c06e8ffca86128319ad660e7f898481a1c474 ---

[FFmpeg-cvslog] avcodec/rpzaenc: count in packet size also fixed header

2022-11-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 17 13:52:59 2022 +0100| [e9a67ababacb0c66481a17f5648b3594789e8914] | committer: Paul B Mahol avcodec/rpzaenc: count in packet size also fixed header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9a67ababacb0c66481a17f5648b3594789e8

[FFmpeg-cvslog] avformat/vpcc: parse bitstream data to get profile and bitdepth

2022-11-17 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Nov 11 12:44:41 2022 -0300| [cb925c0bc059ce54cb6f8d858d43378ec516f548] | committer: James Almer avformat/vpcc: parse bitstream data to get profile and bitdepth Profile can be derived from values codecpar pixel format only with software formats. For ha

[FFmpeg-cvslog] avformat/concatdec: check that there's extradata before trying to copy it

2022-11-17 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Nov 17 10:52:33 2022 -0300| [63db6a02a78e6f1a3657d6287ea870ce10d54d9e] | committer: James Almer avformat/concatdec: check that there's extradata before trying to copy it The first argument for memcpy must not be NULL. Signed-off-by: James Almer > h

[FFmpeg-cvslog] avfilter/af_surround: add more layouts for stereo upmix

2022-11-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 17 18:38:26 2022 +0100| [2e53376a9b451c49aa443f80310a3463521e7ad5] | committer: Paul B Mahol avfilter/af_surround: add more layouts for stereo upmix > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e53376a9b451c49aa443f80310a3463521e7

[FFmpeg-cvslog] avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer

2022-11-17 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Thu Oct 20 22:55:27 2022 -0500| [031f1561cd286596cdb374da32f8aa816ce3b135] | committer: James Almer avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer compressed_ten_bit_format has been deprecated upstream and has no eff

[FFmpeg-cvslog] avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_ms

2022-11-17 Thread Christopher Degawa
ffmpeg | branch: master | Christopher Degawa | Thu Oct 20 22:55:28 2022 -0500| [1c6fd7d756afe0f8b7df14dbf7a95df275f8f5ee] | committer: James Almer avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_ms svt-av1 v1.2.0 has deprecated vbv_bufsize in favor of using - maximum_buffer_siz

[FFmpeg-cvslog] avfilter/af_surround: simplify some code more

2022-11-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 18 00:04:53 2022 +0100| [00409d81d9a4174023a7edadfb51b19606ec1d27] | committer: Paul B Mahol avfilter/af_surround: simplify some code more > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=00409d81d9a4174023a7edadfb51b19606ec1d27 ---

[FFmpeg-cvslog] avcodec/libx265: fix build error

2022-11-17 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Nov 3 22:20:09 2022 +0800| [36a8d1e729dcad6877791e1aa35c6deeab538555] | committer: Zhao Zhili avcodec/libx265: fix build error x265_sei is available since X265_BUILD 88. Bump required version to 89 to fix the regression from commit 1f585030137, and r