ffmpeg | branch: master | Fei Wang | Wed Dec 15 16:06:37
2021 +0800| [7787cca18016c1f8100ab158f3479ba4b7e70467] | committer: Haihao Xiang
lavc/av1dec: use frame split bsf
Split packed data in case of its contains multiple show frame in some
non-standard bitstream. This can benefit decoder which
ffmpeg | branch: master | Wenbin Chen |
Thu Jan 6 11:00:40 2022 +0800| [035d2cc46368a7cdbf2585acdb1a83885706e43f] |
committer: Haihao Xiang
doc/encoders.texi: Add doc for qsv
Add doc for qsv decoder.
Add more option's introduction to qsv encoder.
Signed-off-by: Wenbin Chen
Signed-off-by: Ha
ffmpeg | branch: master | Cameron Gutman | Mon Jan 3
00:33:19 2022 +| [242ed971cb005157488b9a21942d9fb4be4d0347] | committer:
Aman Karmani
lavu/videotoolbox: add support for memory mapping frames
Signed-off-by: Cameron Gutman
Signed-off-by: Aman Karmani
> http://git.videolan.org/gitweb
ffmpeg | branch: release/5.0 | James Almer | Thu Jan 6
20:07:07 2022 -0300| [c8df72fce5a8407dfc1b3998a4108463247412ef] | committer:
James Almer
avcodec/libdav1d: honor the requested strict_std_compliance level on supported
builds
Signed-off-by: James Almer
(cherry picked from commit 3e17e0e
ffmpeg | branch: master | James Almer | Thu Jan 6 20:07:07
2022 -0300| [3e17e0e5eff896f43654635bd3219da56f807f11] | committer: James Almer
avcodec/libdav1d: honor the requested strict_std_compliance level on supported
builds
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ff
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Jan 3 12:35:39 2022 +0100| [2b541b8c1d8b214d39c5f86fe8dc3a2aebe08f6d] |
committer: Andreas Rheinhardt
avcodec/golomb: Factor writing golomb codes out
Most users only want to either read or write golomb codes, not both.
By splitting these head