[FFmpeg-cvslog] lavc/vaapi_encode: Query surface alignment

2024-12-17 Thread David Rosca
ffmpeg | branch: master | David Rosca | Tue Oct 22 17:26:58 2024 +0200| [bcfbf2bac8f9dc407b40596f5c7aaa0d5b47] | committer: Timo Rothenpieler lavc/vaapi_encode: Query surface alignment It needs to create temporary config to query surface attribute. Signed-off-by: Timo Rothenpieler

[FFmpeg-cvslog] lavc/vaapi_encode_h265: Use surface alignment

2024-12-17 Thread David Rosca
ffmpeg | branch: master | David Rosca | Tue Oct 22 17:26:59 2024 +0200| [d0facac679faf45d3356dff2e2cb382580d7a521] | committer: Timo Rothenpieler lavc/vaapi_encode_h265: Use surface alignment This is needed to correctly set conformance window crop with Mesa AMD. Signed-off-by: Timo

[FFmpeg-cvslog] hw_base_encode: Free pictures on close

2024-10-16 Thread David Rosca
ffmpeg | branch: master | David Rosca | Tue Oct 15 16:49:41 2024 +0200| [48a1a12968345bf673db1e1cbb5c64bd3529c50c] | committer: Lynne hw_base_encode: Free pictures on close Fixes leaking recon surfaces with VAAPI. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc/vaapi_decode: Make it possible to send multiple slice params buffers

2024-08-04 Thread David Rosca
ffmpeg | branch: release/7.0 | David Rosca | Wed May 8 09:11:11 2024 +0200| [345855af80abdb0638841697cf3e0364a80f191a] | committer: Haihao Xiang lavc/vaapi_decode: Make it possible to send multiple slice params buffers Reviewed-by: Neal Gompa Signed-off-by: David Rosca Signed-off-by

[FFmpeg-cvslog] lavc/vaapi_av1: Avoid sending the same slice buffer multiple times

2024-08-04 Thread David Rosca
ffmpeg | branch: release/7.0 | David Rosca | Wed May 8 09:11:13 2024 +0200| [96e648ddbc10795fed2e97641f469f5b64c6a109] | committer: Haihao Xiang lavc/vaapi_av1: Avoid sending the same slice buffer multiple times When there are multiple tiles in one slice buffer, use multiple slice params to

[FFmpeg-cvslog] lavc/vaapi_h264: Fix merging fields in DPB with missing references

2024-05-28 Thread David Rosca
ffmpeg | branch: master | David Rosca | Wed May 8 17:41:36 2024 +0200| [510494760cde847e4417231f10c9759d0da6cb07] | committer: Haihao Xiang lavc/vaapi_h264: Fix merging fields in DPB with missing references If there are missing references, h264 decode does error concealment by copying

[FFmpeg-cvslog] lavc/vaapi_decode: Make it possible to send multiple slice params buffers

2024-05-28 Thread David Rosca
ffmpeg | branch: master | David Rosca | Wed May 8 09:11:11 2024 +0200| [fe9d889dcd79ea18d4dfaa39df4ddbd4c8c3b15c] | committer: Haihao Xiang lavc/vaapi_decode: Make it possible to send multiple slice params buffers Reviewed-by: Neal Gompa Signed-off-by: David Rosca Signed-off-by: Haihao

[FFmpeg-cvslog] lavc/vaapi_av1: Avoid sending the same slice buffer multiple times

2024-05-28 Thread David Rosca
ffmpeg | branch: master | David Rosca | Wed May 8 09:11:13 2024 +0200| [d2d911eb9a2fc6eb8d86b3ae025a56c1a2692fba] | committer: Haihao Xiang lavc/vaapi_av1: Avoid sending the same slice buffer multiple times When there are multiple tiles in one slice buffer, use multiple slice params to avoid

[FFmpeg-cvslog] lavc/vaapi_decode: Reject decoding of frames with no slices

2024-05-21 Thread David Rosca
ffmpeg | branch: master | David Rosca | Mon May 13 09:38:49 2024 +0200| [f7a1453f27583c36a3417c4a731b45ac4235b660] | committer: Haihao Xiang lavc/vaapi_decode: Reject decoding of frames with no slices Matches other hwaccels. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavu/hwcontext_vaapi: Use vaMapBuffer2 for mapping image buffers

2024-04-28 Thread David Rosca
ffmpeg | branch: master | David Rosca | Fri Oct 27 22:25:50 2023 +0200| [1e2ac489a475198460e424fd4a3d166bb3f424a4] | committer: Haihao Xiang lavu/hwcontext_vaapi: Use vaMapBuffer2 for mapping image buffers This allows some optimizations in driver, such as not having to read back the data if

[FFmpeg-cvslog] lavc/vaapi_encode_av1: Set roi_quant_range

2024-04-01 Thread David Rosca
ffmpeg | branch: master | David Rosca | Mon Apr 1 20:00:19 2024 +0200| [3f863f089c679be62827034d3645f152f9e4fa2f] | committer: Mark Thompson lavc/vaapi_encode_av1: Set roi_quant_range > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f863f089c679be62827034d3645f152f9e4f

[FFmpeg-cvslog] lavu/hwcontext_vaapi: Add vaapi_drm_format_map support for x2rgb10

2023-08-16 Thread David Rosca
ffmpeg | branch: master | David Rosca | Thu Aug 10 08:32:15 2023 +0200| [2ec58055f5c52535154c1f959acce878df22e18d] | committer: Haihao Xiang lavu/hwcontext_vaapi: Add vaapi_drm_format_map support for x2rgb10 Support for allocating frames with x2rgb10 format was added in c00264f5013, this adds

[FFmpeg-cvslog] vaapi_encode_h264: Only set pic_order_cnt_type to 0 with B-frames

2023-01-29 Thread David Rosca
ffmpeg | branch: master | David Rosca | Tue Jan 17 12:17:58 2023 +0100| [4e3b6270c6e12537a26cc3c1f1032175fe823eb4] | committer: Haihao Xiang vaapi_encode_h264: Only set pic_order_cnt_type to 0 with B-frames v3: pic_order_cnt steps by 2 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com