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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to