[FFmpeg-cvslog] fftools/ffmpeg: make demuxing with one file always blocking

2022-11-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Nov 8 12:07:11 2022 +0100| [822da7a31746b8a5ec92c854b52bc767e6e98e8a] | committer: Anton Khirnov fftools/ffmpeg: make demuxing with one file always blocking > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=822da7a31746b8a5ec92c854b52bc7

[FFmpeg-cvslog] fftools/ffmpeg_[de]mux: constify all uses of OptionsContext

2022-11-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 18 11:19:38 2022 +0200| [c15eb2773a5381e0aef209f22713d505bdad6f02] | committer: Anton Khirnov fftools/ffmpeg_[de]mux: constify all uses of OptionsContext > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c15eb2773a5381e0aef209f22713d5

[FFmpeg-cvslog] avcodec/tiff: add read support for compressed rgb floating point formats

2022-11-15 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Sat Oct 1 16:05:12 2022 -0700| [15df8261bec5c0a8657d920d532edbccd1e8fc57] | committer: Anton Khirnov avcodec/tiff: add read support for compressed rgb floating point formats floating point uses a slightly different predictor technique describe here http:/

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: stop using OptionsContext as storage in copy_metadata()

2022-11-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 18 12:05:37 2022 +0200| [41194806812a31d25e24c535fcb92d7d97b8ce9d] | committer: Anton Khirnov fftools/ffmpeg_mux_init: stop using OptionsContext as storage in copy_metadata() It should be input-only to this code. Will allow making it const in f

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata()

2022-11-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Oct 18 12:00:36 2022 +0200| [3c7dd5ed37da6d2de06c4850de5a319ca9cdd47f] | committer: Anton Khirnov fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata() It does the same thing as the block right below it. > http://git.videolan.org/git

[FFmpeg-cvslog] avcodec/dvdsub_parser: Fix length check for short packets

2022-11-15 Thread Aidan MacDonald
ffmpeg | branch: master | Aidan MacDonald | Fri Sep 30 15:20:09 2022 +0100| [a4405cc0cc16413fe5222c888b3d4bb04cedc83f] | committer: Anton Khirnov avcodec/dvdsub_parser: Fix length check for short packets The DVD subtitle parser handles two types of packets: "normal" packets with a 16-bit lengt

[FFmpeg-cvslog] fftools/ffprobe: support 2D arrays in print_list_fmt()

2022-11-15 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 13 08:53:40 2022 -0300| [b119b3da1e772bcf152f487d6e39cbeea17d8f50] | committer: James Almer fftools/ffprobe: support 2D arrays in print_list_fmt() Should fix undefined behavior. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] libavcodec/flacenc: Enable sample rates > 655350 Hz

2022-11-15 Thread Martijn van Beurden
ffmpeg | branch: master | Martijn van Beurden | Mon Oct 31 17:09:15 2022 +0100| [bf6c500cff88564f3e47d8deb88bd3cd3526f812] | committer: Michael Niedermayer libavcodec/flacenc: Enable sample rates > 655350 Hz Also, make use of the full sample rate code table Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/af_surround: add support for commands

2022-11-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 15 15:20:34 2022 +0100| [752039a9ebb19c883201333f1d66a8f143108c44] | committer: Paul B Mahol avfilter/af_surround: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=752039a9ebb19c883201333f1d66a8f143108c44 ---

[FFmpeg-cvslog] avfilter/af_surround: add focus option

2022-11-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 15 12:01:09 2022 +0100| [64031c5e659d22fb56148c7bc2b5d374629194c9] | committer: Paul B Mahol avfilter/af_surround: add focus option And improve angle option handling. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64031c5e659d22fb56

[FFmpeg-cvslog] avfilter/vf_libplacebo: init vulkan device in query_format

2022-11-15 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Nov 7 23:27:41 2022 +0100| [be13812a23a8b49e1382004d42b5ddb0d6b64782] | committer: Niklas Haas avfilter/vf_libplacebo: init vulkan device in query_format Instead of doing it ad-hoc in `filter_frame`. This is not a huge change on its own, but paves th

[FFmpeg-cvslog] avfilter/vf_libplacebo: support all supported pixfmts

2022-11-15 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Tue Nov 8 00:08:37 2022 +0100| [c0b93c4f8be48e2abad1eb5358643a01b9e27613] | committer: Niklas Haas avfilter/vf_libplacebo: support all supported pixfmts This is done only to the inputs, not the outputs, because we always output vulkan hwframes. Doing so

[FFmpeg-cvslog] lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8

2022-11-15 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Wed Nov 2 16:01:22 2022 +0100| [3b375a0c5ce42803926ac5d294d18b1f9b593dca] | committer: Thilo Borgmann lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8 Has been removed by mistake in 2003e32f62d94ba75b59d70632c9f2862b383591, readd it to the

[FFmpeg-cvslog] avfilter/af_surround: avoid using doubles

2022-11-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 15 09:52:39 2022 +0100| [11d744343f8fd4aa942d461ca7b45ab646ca69b7] | committer: Paul B Mahol avfilter/af_surround: avoid using doubles > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11d744343f8fd4aa942d461ca7b45ab646ca69b7 --- liba

[FFmpeg-cvslog] avfilter/af_surround: add forgotten null pointer check

2022-11-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 15 09:54:02 2022 +0100| [52f7adfbdeb6f92e393486fa2533575d33d1c88f] | committer: Paul B Mahol avfilter/af_surround: add forgotten null pointer check > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52f7adfbdeb6f92e393486fa2533575d33d1c8