FFmpeg/libavcodec
Linjie Fu 5345965b3f lavc/qsvdec: Add GPU-accelerated memory copy support
GPU copy enables or disables GPU accelerated copying between video
and system memory. This may lead to a notable performance improvement.
Memory must be sequent and aligned with 128x64.

CMD:
ffmpeg -init_hw_device qsv=hw -filter_hw_device hw -c:v h264_qsv
                    -gpu_copy on -i input.h264 -f null -
or:
ffmpeg -c:v h264_qsv -gpu_copy on -i input.h264 -f null -

Signed-off-by: Linjie Fu <linjie.fu@intel.com>
Signed-off-by: ChaoX A Liu <chaox.a.liu@intel.com>
Signed-off-by: Zhong Li <zhong.li@intel.com>
2019-10-09 11:27:34 +08:00
..
2019-09-20 23:26:34 +02:00
2019-09-26 21:02:34 +02:00
2019-09-25 17:18:37 +02:00
2019-09-19 21:30:54 +02:00
2019-09-20 01:36:13 +02:00
2019-10-06 17:29:11 +08:00
2019-09-19 23:56:03 -07:00
2019-09-26 14:06:06 +02:00
2019-09-06 22:26:55 +02:00
2019-09-20 23:26:34 +02:00
2019-09-16 21:30:19 +02:00
2019-10-07 22:32:32 -07:00
2019-09-05 19:45:53 +02:00