[FFmpeg-cvslog] lavc/av1dec: use frame split bsf

2022-01-06 Thread Fei Wang
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-cvslog] doc/encoders.texi: Add doc for qsv

2022-01-06 Thread Wenbin Chen
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-cvslog] lavu/videotoolbox: add support for memory mapping frames

2022-01-06 Thread Cameron Gutman
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-cvslog] avcodec/libdav1d: honor the requested strict_std_compliance level on supported builds

2022-01-06 Thread James Almer
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-cvslog] avcodec/libdav1d: honor the requested strict_std_compliance level on supported builds

2022-01-06 Thread James Almer
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-cvslog] avcodec/golomb: Factor writing golomb codes out

2022-01-06 Thread Andreas Rheinhardt
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