1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-02 20:35:37 +02:00
FFmpeg/libavcodec
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-04-19 14:34:10 +02:00
2021-04-27 10:43:15 -03:00
2021-01-01 15:25:48 +01:00
2021-06-02 17:30:24 +02:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-07-08 20:10:01 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-08-10 18:05:13 +02:00
2021-07-22 15:02:30 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2020-12-08 17:51:47 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 12:59:07 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-06-10 16:51:44 +02:00
2021-06-10 16:51:44 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-03-22 02:43:04 +01:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2020-11-12 15:55:16 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-08-06 21:04:43 +02:00
2021-08-05 19:46:33 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-08 20:10:17 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2020-11-24 11:35:03 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-26 21:15:33 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2020-12-31 11:49:43 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2020-11-11 18:36:09 +01:00
2021-06-08 12:52:49 +02:00
2021-04-27 10:43:15 -03:00
2021-01-01 15:25:48 +01:00
2021-07-22 14:47:57 +02:00
2021-08-02 14:30:52 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-05-05 14:17:03 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-08 20:10:17 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 15:02:30 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2020-11-24 09:38:35 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-07-22 14:47:57 +02:00
2021-07-22 14:47:57 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-12 18:29:11 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-01-25 00:18:47 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-05-12 06:00:13 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00