[FFmpeg-cvslog] avfilter: add varblur video filter

2021-10-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 11 15:56:30 2021 +0200| [407acc0747add657cbaa23671a412a787cb35625] | committer: Paul B Mahol avfilter: add varblur video filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=407acc0747add657cbaa23671a412a787cb35625 --- Changelog

[FFmpeg-cvslog] avcodec/libx264: copy unregistered data SEI messages to the input x264 picture

2021-10-18 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 18 21:07:11 2021 -0300| [66f8055c898887c33ab124ca5f00ee60bf5fcf19] | committer: James Almer avcodec/libx264: copy unregistered data SEI messages to the input x264 picture Fixes undefined behavior. Signed-off-by: James Almer > http://git.videola

[FFmpeg-cvslog] avfilter/af_alimiter: add timeline and commands support

2021-10-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 18 22:44:40 2021 +0200| [f7ddf4fc57cbbe5c40e3a28e23e9d8a6d66d3cd0] | committer: Paul B Mahol avfilter/af_alimiter: add timeline and commands support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7ddf4fc57cbbe5c40e3a28e23e9d8a6d66d3

[FFmpeg-cvslog] libavcodec/flac_parser: Validate subframe zero bit and type

2021-10-18 Thread Mattias Wadman
ffmpeg | branch: master | Mattias Wadman | Wed Oct 13 18:15:26 2021 +0200| [49597300e87c5c4b2ca56c5b93930d92f64cdf5b] | committer: Paul B Mahol libavcodec/flac_parser: Validate subframe zero bit and type Reduces the risk of finding false frames that happens to have valid values and CRC. Fixe

[FFmpeg-cvslog] avfilter/vf_fftdnoiz: add command options support

2021-10-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 18 21:28:25 2021 +0200| [025ae145de68c5b6eeed686eb74541c287fd3dde] | committer: Paul B Mahol avfilter/vf_fftdnoiz: add command options support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=025ae145de68c5b6eeed686eb74541c287fd3dde --

[FFmpeg-cvslog] avfilter/vf_fftdnoiz: fix missing funcionality

2021-10-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 18 21:32:06 2021 +0200| [374d6469300f4d5e8b13bef2c87f888cdfdb818f] | committer: Paul B Mahol avfilter/vf_fftdnoiz: fix missing funcionality > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=374d6469300f4d5e8b13bef2c87f888cdfdb818f ---

[FFmpeg-cvslog] avfilter/vf_fftdnoiz: add slice threading support

2021-10-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 18 18:03:16 2021 +0200| [374f2ac370e1c109fde950613d539049c18fd974] | committer: Paul B Mahol avfilter/vf_fftdnoiz: add slice threading support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=374f2ac370e1c109fde950613d539049c18fd974 --

[FFmpeg-cvslog] avcodec/h264_picture: don't assume Film Grain Params side data will be present

2021-10-18 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 17 13:25:04 2021 -0300| [762e18da3fe64dbe7d3091fddf99aeee164017cc] | committer: James Almer avcodec/h264_picture: don't assume Film Grain Params side data will be present If a decoding error happens before frame side data is allocated, this assert

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9f0ae26 web/(old)download: Move FFmpeg 4.0 to olddownloads

2021-10-18 Thread ffmpeg-git
The branch, master has been updated via 9f0ae26ede4521ae9f3c683b56bd01cae358f483 (commit) from 4406903b534a0f60da807d2771d4ab2e55fcedc0 (commit) - Log - commit 9f0ae26ede4521ae9f3c683b56bd01cae358f483 Author: Micha

[FFmpeg-cvslog] libavcodec/libx264: add user data unregistered SEI encoding

2021-10-18 Thread Brad Hards
ffmpeg | branch: master | Brad Hards | Fri Aug 6 19:16:33 2021 +1000| [7c08cad280a16b346c0a5e0efdfd8333ec54f095] | committer: Derek Buitenhuis libavcodec/libx264: add user data unregistered SEI encoding MISB ST 0604 and ST 2101 require user data unregistered SEI messages (precision timestamps

[FFmpeg-cvslog] seek: Fix crashes in ff_seek_frame_binary if built with latest Clang 14

2021-10-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Oct 18 12:31:38 2021 +0300| [ab792634197e364ca1bb194f9abe36836e42f12d] | committer: Martin Storsjö seek: Fix crashes in ff_seek_frame_binary if built with latest Clang 14 Passing an uninitialized variable as argument to a function is undefined beh

[FFmpeg-cvslog] aarch64: h264qpel: Do vertical filtering without transposing

2021-10-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Sep 3 13:56:05 2021 +0300| [fd3bd5c492834bd100bb2462d1e1dc25a66f28f8] | committer: Martin Storsjö aarch64: h264qpel: Do vertical filtering without transposing This gives rather big speedups on these functions: Before: put_h264_qpel_8_mc01_8_neon

[FFmpeg-cvslog] arm/aarch64: Improve scheduling in the avg form of h264_qpel

2021-10-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Sep 3 13:23:31 2021 +0300| [2d5a7f6d002813ee67bffa63d4afcd439dd329a3] | committer: Martin Storsjö arm/aarch64: Improve scheduling in the avg form of h264_qpel Don't use the loaded registers directly, avoiding stalls on in order cores. Use vrhadd.

[FFmpeg-cvslog] doc/filters: correct description of select filter variables

2021-10-18 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Oct 18 14:46:04 2021 +0530| [d04c005021d0f5a8341d7da11d2a14eeb4287985] | committer: Gyan Doshi doc/filters: correct description of select filter variables > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d04c005021d0f5a8341d7da11d2a14eeb4287

[FFmpeg-cvslog] avfilter/vf_w3fdif: do not output extra frame at start with deint=interlaced

2021-10-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 18 09:26:42 2021 +0200| [bbbf95848b3480ca7b8d2ede51c338cde7cb7ced] | committer: Paul B Mahol avfilter/vf_w3fdif: do not output extra frame at start with deint=interlaced > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bbbf95848b3480ca