Haihao Xiang
ecee3b07cd
qsvdec: add support for HW_DEVICE_CTX method
...
This allows user set hw_device_ctx instead of hw_frames_ctx for QSV
decoders, hence we may remove the ad-hoc libmfx setup code from FFmpeg.
"-hwaccel_output_format format" is applied to QSV decoders after
removing the ad-hoc libmfx code. In order to keep compatibility with old
commandlines, the default format is set to AV_PIX_FMT_QSV, but this
behavior will be removed in the future. Please set "-hwaccel_output_format qsv"
explicitly if AV_PIX_FMT_QSV is expected.
The normal device stuff works for QSV decoders now, user may use
"-init_hw_device args" to initialise device and "-hwaccel_device
devicename" to select a device for QSV decoders.
"-qsv_device device" which was added for workarounding device selection
in the ad-hoc libmfx code still works
For example:
$> ffmpeg -init_hw_device qsv=qsv:hw_any,child_device=/dev/dri/card0
-hwaccel qsv -c:v h264_qsv -i input.h264 -f null -
/dev/dri/renderD128 is actually open for h264_qsv decoder in the above
command without this patch. After applying this patch, /dev/dri/card0
is used.
$> ffmpeg -init_hw_device vaapi=va:/dev/dri/card0 -init_hw_device
qsv=hw@va -hwaccel_device hw -hwaccel qsv -c:v h264_qsv -i input.h264
-f null -
device hw of type qsv is not usable in the above command without this
patch. After applying this patch, this command works as expected.
Reviewed-by: Soft Works <softworkz@hotmail.com >
Signed-off-by: James Almer <jamrial@gmail.com >
2021-08-11 13:45:36 -03:00
..
2021-08-08 23:18:43 +03:00
2021-08-08 17:44:57 +02:00
2021-08-08 17:44:57 +02:00
2021-08-08 17:44:57 +02:00
2021-08-05 19:46:33 +02:00
2021-08-08 17:44:57 +02:00
2021-08-05 19:46:33 +02:00
2021-07-31 22:04:07 +02:00
2021-08-05 19:46:33 +02:00
2021-07-22 11:14:31 +02:00
2021-08-05 19:46:33 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-08-08 17:44:57 +02:00
2021-06-02 17:30:24 +02:00
2021-07-22 14:47:57 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-08-05 19:46:33 +02:00
2021-07-08 19:30:36 +02:00
2021-07-22 15:29:46 +02:00
2021-08-05 19:46:33 +02:00
2021-07-08 20:10:01 +02:00
2021-07-08 20:10:01 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-08-07 21:51:42 +02:00
2021-07-22 08:31:23 +02:00
2021-07-22 08:31:23 +02:00
2021-07-22 08:31:23 +02:00
2021-07-22 08:00:39 +02:00
2021-06-08 12:52:50 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 14:47:57 +02:00
2021-08-10 18:05:13 +02:00
2021-08-08 00:13:57 +02:00
2021-08-08 00:13:57 +02:00
2021-07-22 15:02:30 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 12:59:07 +02:00
2021-08-02 14:45:47 +02:00
2021-07-22 11:14:16 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 14:34:31 +02:00
2021-07-22 14:34:31 +02:00
2021-07-22 15:29:46 +02:00
2021-07-04 09:54:33 +05:30
2021-07-22 11:14:16 +02:00
2021-06-10 16:51:44 +02:00
2021-07-23 11:05:04 -03:00
2021-07-23 11:05:04 -03:00
2021-08-06 09:56:44 -03:00
2021-08-06 09:56:44 -03:00
2021-08-06 09:56:44 -03:00
2021-06-10 16:51:44 +02:00
2021-06-10 16:51:44 +02:00
2021-06-10 16:51:44 +02:00
2021-06-18 19:20:03 -06:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:02:30 +02:00
2021-06-08 12:52:50 +02:00
2021-06-29 19:36:36 +02:00
2021-07-22 14:34:31 +02:00
2021-06-10 16:51:44 +02:00
2021-06-10 16:51:44 +02:00
2021-06-10 16:51:44 +02:00
2021-06-29 19:36:36 +02:00
2021-06-21 15:26:44 -03:00
2021-06-21 15:21:51 -03:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 14:47:57 +02:00
2021-08-05 19:46:33 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-06-10 16:51:44 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:02:46 +02:00
2021-07-22 15:29:46 +02:00
2021-08-03 10:39:37 -03:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-06-08 18:00:05 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 14:47:57 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 14:47:57 +02:00
2021-06-08 12:52:49 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 14:34:31 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 15:29:46 +02:00
2021-08-06 21:04:43 +02:00
2021-08-10 18:05:13 +02:00
2021-08-05 19:46:33 +02:00
2021-08-05 19:46:33 +02:00
2021-08-05 19:46:33 +02:00
2021-08-05 19:56:40 +02:00
2021-08-05 19:46:33 +02:00
2021-07-22 15:02:30 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-06-08 12:52:50 +02:00
2021-06-08 12:52:50 +02:00
2021-07-08 20:10:17 +02:00
2021-07-22 12:59:07 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 15:29:46 +02:00
2021-07-08 20:10:17 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:02:46 +02:00
2021-06-10 16:51:44 +02:00
2021-07-22 15:02:30 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-08 20:10:17 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:02:46 +02:00
2021-07-22 14:33:45 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-06-29 15:31:06 +01:00
2021-07-22 15:29:46 +02:00
2021-08-10 15:11:42 -03:00
2021-07-22 14:47:57 +02:00
2021-07-25 23:54:10 -03:00
2021-07-23 11:06:45 -03:00
2021-08-10 15:11:46 -03:00
2021-07-22 15:29:46 +02:00
2021-08-10 15:11:42 -03:00
2021-07-22 15:29:46 +02:00
2021-08-08 17:44:57 +02:00
2021-08-08 17:44:57 +02:00
2021-08-08 17:44:57 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-08-06 09:56:44 -03:00
2021-08-06 09:56:44 -03:00
2021-08-06 09:56:44 -03:00
2021-08-05 19:58:10 +02:00
2021-08-05 19:58:10 +02:00
2021-06-08 12:52:50 +02:00
2021-06-18 18:58:25 +02:00
2021-07-22 11:14:31 +02:00
2021-08-05 20:02:35 +02:00
2021-07-22 15:29:46 +02:00
2021-07-03 18:03:35 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-06-02 22:35:36 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 12:59:07 +02:00
2021-07-22 12:59:07 +02:00
2021-07-18 21:50:52 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 12:59:07 +02:00
2021-07-22 12:59:07 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 11:14:31 +02:00
2021-06-08 12:52:50 +02:00
2021-05-23 14:42:22 +02:00
2021-05-23 14:42:54 +02:00
2021-06-08 12:52:50 +02:00
2021-05-23 14:43:32 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:16 +02:00
2021-07-22 11:14:31 +02:00
2021-06-08 12:52:50 +02:00
2021-05-23 14:47:49 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 14:47:57 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 12:59:07 +02:00
2021-07-22 12:59:07 +02:00
2021-07-08 20:10:17 +02:00
2021-07-08 20:10:17 +02:00
2021-07-08 20:10:17 +02:00
2021-07-08 20:10:17 +02:00
2021-07-12 12:07:10 +03:00
2021-08-01 12:07:54 +01:00
2021-05-23 15:17:13 +02:00
2021-05-23 15:07:49 +02:00
2021-07-22 14:33:45 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 13:00:11 +02:00
2021-07-22 13:00:11 +02:00
2021-07-22 15:29:46 +02:00
2021-05-29 20:14:24 +02:00
2021-07-03 18:03:35 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-06-08 12:52:50 +02:00
2021-08-05 19:56:40 +02:00
2021-08-05 19:46:33 +02:00
2021-08-05 19:46:33 +02:00
2021-08-05 19:46:33 +02:00
2021-08-06 09:38:35 -03:00
2021-07-05 13:00:50 -04:00
2021-06-10 16:51:44 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-08-08 00:13:57 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-08-08 21:22:51 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 14:47:57 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 14:34:31 +02:00
2021-07-08 20:10:17 +02:00
2021-07-08 20:10:17 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-30 17:14:43 +05:30
2021-08-08 01:56:32 +02:00
2021-08-08 01:56:32 +02:00
2021-08-09 15:16:58 +02:00
2021-08-08 01:56:32 +02:00
2021-06-08 12:52:49 +02:00
2021-07-22 11:14:16 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 14:47:57 +02:00
2021-08-02 14:30:52 +02:00
2021-07-22 11:14:31 +02:00
2021-05-23 15:10:41 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:29:46 +02:00
2021-07-18 22:06:20 +02:00
2021-07-08 20:10:17 +02:00
2021-05-23 15:08:30 +02:00
2021-07-08 20:10:17 +02:00
2021-06-08 12:52:50 +02:00
2021-08-08 18:40:46 +02:00
2021-08-08 18:40:46 +02:00
2021-08-11 13:45:36 -03:00
2021-07-02 23:38:36 +08:00
2021-08-04 10:06:26 -03:00
2021-08-11 09:54:20 -03:00
2021-06-08 12:52:50 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 14:47:57 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-06-08 12:52:50 +02:00
2021-06-08 12:52:50 +02:00
2021-07-08 20:10:17 +02:00
2021-07-08 20:10:17 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 11:14:31 +02:00
2021-08-10 18:05:13 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:02:30 +02:00
2021-07-22 15:02:30 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-07-22 14:47:57 +02:00
2021-07-22 15:02:46 +02:00
2021-06-08 12:52:50 +02:00
2021-06-08 12:52:50 +02:00
2021-07-08 20:10:17 +02:00
2021-08-08 00:13:57 +02:00
2021-06-08 12:52:50 +02:00
2021-06-08 12:52:50 +02:00
2021-07-23 14:43:52 +02:00
2021-07-22 11:14:31 +02:00
2021-06-08 12:52:50 +02:00
2021-07-08 20:10:17 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 14:47:57 +02:00
2021-07-22 11:14:31 +02:00
2021-06-12 14:22:42 +02:00
2021-06-08 12:52:50 +02:00
2021-08-08 00:13:57 +02:00
2021-08-06 21:22:49 -03:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 14:47:57 +02:00
2021-07-22 14:47:57 +02:00
2021-05-20 17:09:48 +03:00
2021-07-22 15:29:46 +02:00
2021-08-10 18:05:13 +02:00
2021-06-08 18:00:05 +02:00
2021-08-05 20:05:54 +02:00
2021-08-08 01:56:32 +02:00
2021-06-14 16:20:47 +02:00
2021-07-12 09:54:52 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 11:14:31 +02:00
2021-08-08 00:13:57 +02:00
2021-06-08 12:52:50 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-08 20:10:17 +02:00
2021-06-08 12:52:50 +02:00