[FFmpeg-devel] [PATCH] hwcontext: add a QSV implementation

nablet developer sdk at nablet.com
Wed Jul 6 10:08:04 EEST 2016


add hwcontext_qsv (Intel QuickSync Video) implementation
basically it's adapted patch from libav (https://lists.libav.org/pipermail/libav-devel/2016-May/077126.html)
hwcontext_qsv is needed for VPP filter (which cannot use API functions from libavcodec)

nablet developer (1):
  hwcontext: add a QSV implementation

 libavutil/Makefile             |   3 +
 libavutil/hwcontext.c          |   3 +
 libavutil/hwcontext.h          |   1 +
 libavutil/hwcontext_internal.h |   1 +
 libavutil/hwcontext_qsv.c      | 791 +++++++++++++++++++++++++++++++++++++++++
 libavutil/hwcontext_qsv.h      |  52 +++
 6 files changed, 851 insertions(+)
 create mode 100644 libavutil/hwcontext_qsv.c
 create mode 100644 libavutil/hwcontext_qsv.h

-- 
1.8.3.1



More information about the ffmpeg-devel mailing list