[FFmpeg-cvslog] lavc: move bitstream filters into bsf/ subdir

2024-01-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 26 11:36:02 2024 +0100| [887a7817b6671cd5dce9ba9bf97b88afdbbe7137] | committer: Anton Khirnov lavc: move bitstream filters into bsf/ subdir > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=887a7817b6671cd5dce9ba9bf97b88afdbbe7137 ---

[FFmpeg-cvslog] lavc/vvc: Increase IntraEdgeParams buffer size

2024-01-29 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Mon Jan 29 23:22:00 2024 +| [85e031d5bfa83c25e4b644e3453fe8073d959a4c] | committer: James Almer lavc/vvc: Increase IntraEdgeParams buffer size The reference line buffers are used with indices in the range -MAX_TB_SIZE - 3 to refw + FFMAX(1, w/h) *

[FFmpeg-cvslog] avcodec/cbs_h266: fix logic setting num_layers_in_ols when vps_ols_mode_idc is 2

2024-01-29 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 29 20:41:34 2024 -0300| [66f028accbcc88d56716065f7a40a681a798064a] | committer: James Almer avcodec/cbs_h266: fix logic setting num_layers_in_ols when vps_ols_mode_idc is 2 The old code did not follow the syntax from the spec. Reviewed-by: Frank