ffmpeg | branch: master | Paul B Mahol | Mon Jan 4 11:11:26
2021 +0100| [89c9c42c5b85b68eddf891e929cfdebd8c163547] | committer: Paul B Mahol
avfilter/af_astats: clip input value to prevent overflow
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89c9c42c5b85b68eddf891e929cfdebd8c16
ffmpeg | branch: master | Xu Guangxin | Sun Nov 15
10:36:22 2020 +0800| [c8bc0f66a875bc3708d8dc11b757f2198606ffd7] | committer:
Linjie Fu
avcodec/hevcdec: fix stat_coeff save/load for
persistent_rice_adaptation_enabled_flag
It's required by the 9.3.1 TableStatCoeff* section.
Following clips
ffmpeg | branch: master | Joose Sainio | Fri Jan 1
22:31:17 2021 +0800| [0cd8769207f1a89fc2236aab9da1c77f5a0b490a] | committer:
Linjie Fu
avcodec/libkvazaar: Set default ratecontrol algorithm for libkvazaar
The standalone version of Kvazaar sets a default ratecontrol algorithm when
bitrate is
ffmpeg | branch: master | James Almer | Sun Nov 15 18:55:38
2020 -0300| [9caf132462de6fe9b68644703c953c899c4e5bb8] | committer: James Almer
avcodec/cbs: add an AVClass to CodedBitstreamType for option handling
So unit parsing may be configured with caller set options.
Signed-off-by: James Alme
ffmpeg | branch: master | James Almer | Sun Nov 15 18:55:41
2020 -0300| [5f9632e491d142b1eb5b2041749c7324ec8ffd78] | committer: James Almer
avcodec/av1dec: add an option to select an operating point
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f9632e
ffmpeg | branch: master | James Almer | Sun Nov 15 18:55:40
2020 -0300| [f951d475635c02e5448afc7665dba24d2ccea533] | committer: James Almer
avcodec/cbs_av1: add an option to select an operating point
This implements the function drop_obu() as defined in Setion 6.2.1 from the
spec.
In a reading
ffmpeg | branch: master | James Almer | Sun Nov 15 18:55:39
2020 -0300| [3b8400c221983c9b1c894532d275af03144f8834] | committer: James Almer
avcodec/cbs: allow cbs_read_fragment_content() to skip decomposition of units
The caller may not need all units in a fragment in reading only scenarios.
Th