Files
FFmpeg/libavcodec
Wenbin Chen d165ce22a4 libavcodec/vaapi_encode: Add async_depth to vaapi_encoder to increase performance
Fix: #7706. After commit 5fdcf85bbf, vaapi encoder's performance
decrease. The reason is that vaRenderPicture() and vaSyncBuffer() are
called at the same time (vaRenderPicture() always followed by a
vaSyncBuffer()). Now I changed them to be called in a asynchronous way,
which will make better use of hardware.
Async_depth is added to increase encoder's performance. The frames that
are sent to hardware are stored in a fifo. Encoder will sync output
after async fifo is full.

Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
2022-02-28 12:37:02 +08:00
..
2021-07-22 14:47:57 +02:00
2021-07-08 20:10:01 +02:00
2022-02-07 00:31:23 +01:00
2022-02-07 00:31:23 +01:00
2021-07-22 14:47:57 +02:00
2021-09-05 22:22:05 +02:00
2022-02-11 19:38:41 +01:00
2021-10-08 20:37:36 +11:00
2022-01-04 13:16:49 +01:00
2022-01-04 13:16:49 +01:00
2021-07-22 14:47:57 +02:00
2022-02-24 12:56:49 +01:00
2022-02-07 00:31:23 +01:00
2021-07-22 14:47:57 +02:00
2022-02-24 12:56:49 +01:00
2021-08-05 19:46:33 +02:00
2021-07-08 20:10:17 +02:00
2022-01-13 08:28:56 +01:00
2022-01-26 15:30:28 +01:00
2021-10-09 11:42:16 +02:00
2022-02-15 10:16:16 +01:00
2021-12-03 16:09:14 +01:00
2021-12-03 16:09:14 +01:00
2022-02-18 20:11:06 +01:00
2022-02-18 20:11:06 +01:00
2022-02-07 00:31:23 +01:00
2022-02-07 00:31:23 +01:00
2021-07-22 14:47:57 +02:00
2021-10-02 18:49:40 +02:00
2021-05-05 14:17:03 +02:00
2021-07-08 20:10:17 +02:00
2022-02-07 00:31:23 +01:00
2022-02-24 12:56:49 +01:00
2021-07-22 15:02:30 +02:00
2021-07-22 14:47:57 +02:00
2021-10-10 17:44:41 +02:00
2021-07-22 14:47:57 +02:00
2022-02-14 10:13:16 +01:00
2022-02-24 12:56:49 +01:00
2022-02-15 10:16:16 +01:00
2021-09-12 22:23:35 +02:00