[FFmpeg-cvslog] avfilter/af_surround: use outlink variable already available

2022-02-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Feb 22 14:43:47 2022 +0100| [570fda56b9195bb0b13969b5fa7e9bcf363380eb] | committer: Paul B Mahol avfilter/af_surround: use outlink variable already available >

[FFmpeg-cvslog] avfilter/af_afftfilt: stop resetting pts

2022-02-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Feb 22 22:26:12 2022 +0100| [f984383ea01c9f614ab303285caa7b7dd6dc3ce6] | committer: Paul B Mahol avfilter/af_afftfilt: stop resetting pts Also stop using audio fifo. >

[FFmpeg-cvslog] avfilter/af_surround: do not rewrite pts any more

2022-02-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Feb 22 13:02:41 2022 +0100| [fee804f7edcc974507de9a84cb1d0ba702c8935b] | committer: Paul B Mahol avfilter/af_surround: do not rewrite pts any more Also stop using fifo and excessive peeking. >

[FFmpeg-cvslog] avfilter/af_afir: remove pts rewriting code

2022-02-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Feb 22 12:04:35 2022 +0100| [c337b0f826ea1ca3b52a1e1d264871e37b660e87] | committer: Paul B Mahol avfilter/af_afir: remove pts rewriting code This is not needed at all. >

[FFmpeg-cvslog] lavd/avfoundation: Fix mixed declaration and code

2022-02-22 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Tue Feb 22 13:10:42 2022 +0100| [a473e11e324550c7a6c2aaa3c47aab602ce852c5] | committer: Thilo Borgmann lavd/avfoundation: Fix mixed declaration and code >

[FFmpeg-cvslog] avdevice/avfoundation: check strdup

2022-02-22 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Feb 5 00:19:35 2022 +0800| [079de4991229fe18aeafee4ef2d420ce62861b81] | committer: Thilo Borgmann avdevice/avfoundation: check strdup > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=079de4991229fe18aeafee4ef2d420ce62861b81 ---

[FFmpeg-cvslog] avdevice/avfoundation: fix memleak

2022-02-22 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Feb 5 00:19:34 2022 +0800| [6b708592fa8c80a8c65b063b25bb496920d1eda0] | committer: Thilo Borgmann avdevice/avfoundation: fix memleak > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b708592fa8c80a8c65b063b25bb496920d1eda0 ---

[FFmpeg-cvslog] avfilter/framepool: fix alignment requirements for audio and video filters

2022-02-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Feb 20 19:06:52 2022 +0100| [17a59a634c39b00a680c6ebbaea58db95594d13d] | committer: Paul B Mahol avfilter/framepool: fix alignment requirements for audio and video filters >