[FFmpeg-cvslog] configure: afir filter no longer depends on rdft from avcodec

2022-02-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Feb 6 11:28:27 2022 +0100| [cfe6df99fa172d6e78305c07a809a14f49cfd40a] | committer: Paul B Mahol configure: afir filter no longer depends on rdft from avcodec > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfe6df99fa172d6e78305c07a809a14

[FFmpeg-cvslog] avfilter/asrc_sinc: switch to rdft from lavu/tx

2022-02-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Feb 6 12:43:16 2022 +0100| [e597ea4c0ec193cd7dda1ab10265de5a921f0218] | committer: Paul B Mahol avfilter/asrc_sinc: switch to rdft from lavu/tx > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e597ea4c0ec193cd7dda1ab10265de5a921f0218 ---

[FFmpeg-cvslog] avformat/udp: set ttl upper bound to 255

2022-02-06 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Jan 27 00:22:59 2022 +0800| [9daac85da8ad94fde05ae6ec70555ef29a68605c] | committer: Marton Balint avformat/udp: set ttl upper bound to 255 Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9daac85da8ad94fde05ae

[FFmpeg-cvslog] avformat/rtpproto: set ttl upper bound to 255

2022-02-06 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Jan 27 00:23:00 2022 +0800| [03afa12762f8c07da0706075820d78affaefd5ef] | committer: Marton Balint avformat/rtpproto: set ttl upper bound to 255 Also remove bogus millisecond reference from help text. Signed-off-by: Marton Balint > http://git.videol

[FFmpeg-cvslog] avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek()

2022-02-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jan 13 17:30:53 2022 +0100| [2d71f93c7c0e4c624df3fd53ba162135b0cbe32a] | committer: Andreas Rheinhardt avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek() Avoids code duplication. It furthermore properly checks for buf_size t

[FFmpeg-cvslog] lavu/fifo: disallow overly large fifo sizes

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jan 3 13:09:33 2022 +0100| [5939c8d3616a559fb5994e570c96e1a0ecad528b] | committer: Andreas Rheinhardt lavu/fifo: disallow overly large fifo sizes The API currently allows creating FIFOs up to - UINT_MAX: av_fifo_alloc(), av_fifo_realloc(), av_fifo

[FFmpeg-cvslog] lavu/fifo: add a flag for automatically growing the FIFO as needed

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 16:32:49 2022 +0100| [14429f8fec231e1d6e0bfdb3f646e7461d11c736] | committer: Andreas Rheinhardt lavu/fifo: add a flag for automatically growing the FIFO as needed This will not increase the FIFO beyond 1MB, unless the caller explicitly speci

[FFmpeg-cvslog] lavu/fifo: Add new AVFifo API based upon the notion of element size

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Dec 30 19:56:11 2021 +0100| [7329b22c058cf271e9ea3aa6e8ab2bb1c462d99f] | committer: Andreas Rheinhardt lavu/fifo: Add new AVFifo API based upon the notion of element size Many AVFifoBuffer users operate on fixed-size elements (e.g. pointers), but t

[FFmpeg-cvslog] lavu/tests/fifo: switch to the new API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 11 21:38:49 2022 +0100| [93ed3755746227dee13f71605d9a9d2fab6d524c] | committer: Andreas Rheinhardt lavu/tests/fifo: switch to the new API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93ed3755746227dee13f71605d9a9d2fab6d524c ---

[FFmpeg-cvslog] lavc/avcodec: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [37e70d480218b041d247c7be92d21556343b3c9a] | committer: Andreas Rheinhardt lavc/avcodec: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37e70d480218b041d247c7be92d21556343b3c9a --- l

[FFmpeg-cvslog] lavc/amfenc: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jan 10 11:04:36 2022 +0100| [70611d7f3b8521a4b91d81a023d80287d4cad07b] | committer: Andreas Rheinhardt lavc/amfenc: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70611d7f3b8521a4b91d81a023d80287d4cad07b --- li

[FFmpeg-cvslog] lavc/libvorbisenc: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 12:40:10 2022 +0100| [a718d84e927434aac958aa44543cd5a1952309dd] | committer: Andreas Rheinhardt lavc/libvorbisenc: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a718d84e927434aac958aa44543cd5a1952309dd --

[FFmpeg-cvslog] lavc/cuviddec: do not reallocate the fifo unnecessarily

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Jan 5 15:16:23 2022 +0100| [de40342c0442ce5bd423ba373e465625bc504f3e] | committer: Andreas Rheinhardt lavc/cuviddec: do not reallocate the fifo unnecessarily > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de40342c0442ce5bd423ba373e465

[FFmpeg-cvslog] lavc/libvpxenc: switch to the new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 16:46:13 2022 +0100| [4b066b53b27dc3a7227dac793fb790715b552dae] | committer: Andreas Rheinhardt lavc/libvpxenc: switch to the new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b066b53b27dc3a7227dac793fb790715b552dae -

[FFmpeg-cvslog] lavc/cuviddec: convert to the new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Jan 5 15:26:33 2022 +0100| [6eaf5cd00a93cdab1f972bdaf7db46450cb1e6ec] | committer: Andreas Rheinhardt lavc/cuviddec: convert to the new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6eaf5cd00a93cdab1f972bdaf7db46450cb1e6ec -

[FFmpeg-cvslog] lavc/libvpxenc: remove unneeded context variable

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 16:49:45 2022 +0100| [9ef4b6699b77d2b6a89f477340be040fa7329572] | committer: Andreas Rheinhardt lavc/libvpxenc: remove unneeded context variable discard_hdr10_plus is 0 IFF hdr10_plus_fifo is non-NULL, so we can test for the latter and avoid

[FFmpeg-cvslog] lavc/nvenc: switch to the new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 16:59:49 2022 +0100| [587545c9e07950c8985ac3bf5bfd2c434f49a410] | committer: Andreas Rheinhardt lavc/nvenc: switch to the new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=587545c9e07950c8985ac3bf5bfd2c434f49a410 ---

[FFmpeg-cvslog] lavc/qsvdec: switch to the new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 17:16:47 2022 +0100| [08181624e041d36742870415319a1c599a6d3870] | committer: Andreas Rheinhardt lavc/qsvdec: switch to the new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=08181624e041d36742870415319a1c599a6d3870 ---

[FFmpeg-cvslog] lavc/qsvenc: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [35e52d21dc77653b5466c7bc0696d26edcfa8bab] | committer: Andreas Rheinhardt lavc/qsvenc: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35e52d21dc77653b5466c7bc0696d26edcfa8bab --- li

[FFmpeg-cvslog] avcodec/qsvenc: Reindent after the previous commit

2022-02-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 22 20:08:57 2022 +0100| [d3c6156ce33911d1aa35fee3758f310f3a237696] | committer: Andreas Rheinhardt avcodec/qsvenc: Reindent after the previous commit Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] lavf/dvenc: return an error on audio/video desync

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 19:19:39 2022 +0100| [7e2be84a9491ff2e03c1653e4dca7cc46b0e2383] | committer: Andreas Rheinhardt lavf/dvenc: return an error on audio/video desync > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e2be84a9491ff2e03c1653e4dca7cc46b0

[FFmpeg-cvslog] lavf/mpegenc: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [ea511196a6c85eb433e10cdbecb0b2c722faf20d] | committer: Andreas Rheinhardt lavf/mpegenc: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea511196a6c85eb433e10cdbecb0b2c722faf20d --- l

[FFmpeg-cvslog] lavf/dvenc: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 19:25:37 2022 +0100| [60414afc9d8bb55762c798f6559622f339e00413] | committer: Andreas Rheinhardt lavf/dvenc: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60414afc9d8bb55762c798f6559622f339e00413 --- lib

[FFmpeg-cvslog] lavf/swfenc: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [5fe2c3773496bb79392646dddc1415adb3b6d3d7] | committer: Andreas Rheinhardt lavf/swfenc: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5fe2c3773496bb79392646dddc1415adb3b6d3d7 --- li

[FFmpeg-cvslog] lavf/udp: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [70a1774f1a40386605d156aacc4eab4f44f643d6] | committer: Andreas Rheinhardt lavf/udp: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70a1774f1a40386605d156aacc4eab4f44f643d6 --- libav

[FFmpeg-cvslog] lavu/audio_fifo: drop an unnecessary include

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 13:03:53 2022 +0100| [082136209c5038e54813bb3a6e35da8a73acf0ea] | committer: Andreas Rheinhardt lavu/audio_fifo: drop an unnecessary include Nothing in audio_fifo.h uses anything from fifo.h > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] lavf/async: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [36117968ad66d7e4a461eb2d22e2a5f5c494120e] | committer: Andreas Rheinhardt lavf/async: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36117968ad66d7e4a461eb2d22e2a5f5c494120e --- lib

[FFmpeg-cvslog] lavu/audio_fifo: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [d1bd189c6318fc016a9b6f9c8fee8a47e9b7e173] | committer: Andreas Rheinhardt lavu/audio_fifo: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1bd189c6318fc016a9b6f9c8fee8a47e9b7e173 ---

[FFmpeg-cvslog] lavd/jack: switch to the new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 6 17:16:47 2022 +0100| [d46fd9640f0e6793eb1cf991eb4808c9c97a6a68] | committer: Andreas Rheinhardt lavd/jack: switch to the new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d46fd9640f0e6793eb1cf991eb4808c9c97a6a68 ---

[FFmpeg-cvslog] lavu/threadmessage: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [90eef1c3de7b575091b9299bc396b6ebb86ca8e8] | committer: Andreas Rheinhardt lavu/threadmessage: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90eef1c3de7b575091b9299bc396b6ebb86ca8e8 -

[FFmpeg-cvslog] lavfi/qsvvpp: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [85c938fa287c61334d01adfb038ca47bed6d106c] | committer: Andreas Rheinhardt lavfi/qsvvpp: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85c938fa287c61334d01adfb038ca47bed6d106c --- l

[FFmpeg-cvslog] lavfi/vf_deshake_opencl: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 7 11:41:42 2022 +0100| [c65c2ed01d83db0faba8c359a620ab2a23249532] | committer: Andreas Rheinhardt lavfi/vf_deshake_opencl: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c65c2ed01d83db0faba8c359a620ab2a23249

[FFmpeg-cvslog] ffplay: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jan 10 11:04:36 2022 +0100| [bdf9ed41fe4bdf4e254615b7333ab0feb1977e98] | committer: Andreas Rheinhardt ffplay: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdf9ed41fe4bdf4e254615b7333ab0feb1977e98 --- fftools

[FFmpeg-cvslog] avutil/fifo: Deprecate old FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Dec 30 13:49:12 2021 +0100| [a10f1aec1fe59ff3aee3fb93be44142ba33a5c1d] | committer: Andreas Rheinhardt avutil/fifo: Deprecate old FIFO API Users should switch to the superior AVFifo API. Unfortunately AVFifoBuffer fields cannot be marked as deprec

[FFmpeg-cvslog] ffmpeg: switch to new FIFO API

2022-02-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jan 10 11:04:36 2022 +0100| [e6469e68cc06f0a9a6842f250af5e1f9b97876ca] | committer: Andreas Rheinhardt ffmpeg: switch to new FIFO API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6469e68cc06f0a9a6842f250af5e1f9b97876ca --- fftools

[FFmpeg-cvslog] lavu/tx: refactor assembly codelet definition

2022-02-06 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Feb 7 03:30:27 2022 +0100| [3bbe9c5e3842338c0eb491cc9d240c90df221fdb] | committer: Lynne lavu/tx: refactor assembly codelet definition This commit does some refactoring to make defining assembly codelets smaller, and fixes compiler redefinition warnings. I

[FFmpeg-cvslog] lavu/tx: disable debugging information when CONFIG_SMALL

2022-02-06 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Feb 7 03:42:19 2022 +0100| [eac4c3574bb4e145a84e160c4dba1c50b60f3470] | committer: Lynne lavu/tx: disable debugging information when CONFIG_SMALL > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eac4c3574bb4e145a84e160c4dba1c50b60f3470 --- lib

[FFmpeg-cvslog] lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALL

2022-02-06 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Feb 7 04:22:19 2022 +0100| [04cc7a5548fa22241a2d6bb4f719fe8e0e0843f1] | committer: Lynne lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALL It's the only one that isn't defined through the macros used elsewhere. > http://git.videolan.org/gitweb.cgi/ffmpe