[FFmpeg-devel] [PATCH 0/2] Add CUDA CUVID decoder/hwaccel

Timo Rothenpieler timo at rothenpieler.org
Fri Jun 10 12:18:09 CEST 2016


Will push later today if there are no further comments or objections.


Timo Rothenpieler (2):
  avcodec/cuvid: add cuvid decoder
  ffmpeg: Add cuvid hwaccel support

 Changelog              |   2 +
 MAINTAINERS            |   1 +
 Makefile               |   1 +
 configure              |  34 +++
 ffmpeg.c               |   5 +
 ffmpeg.h               |   3 +
 ffmpeg_cuvid.c         | 237 +++++++++++++++++
 ffmpeg_opt.c           |   3 +
 libavcodec/Makefile    |   5 +
 libavcodec/allcodecs.c |  10 +
 libavcodec/cuvid.c     | 698 +++++++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/version.h   |   2 +-
 12 files changed, 1000 insertions(+), 1 deletion(-)
 create mode 100644 ffmpeg_cuvid.c
 create mode 100644 libavcodec/cuvid.c

-- 
2.8.4



More information about the ffmpeg-devel mailing list