[FFmpeg-devel] [PATCH 0/2] cuvid: Improvements for media player usage

Philip Langdale philipl at overt.org
Sun Sep 4 19:47:27 EEST 2016


I've been investigating using cuvid for interactive playback, and even without
using CUDA->OpenGL interop, it's quite usable. This series includes two major
items:

* Declare decoders for the other formats that cuvid supports
* Implement flushing so that seeks in a player will work

Philip Langdale (2):
  cuvid: Add hwaccels and decoders for remaining supported formats
  cuvid: Implement flush to support seeking in media players

 configure              |  18 ++++++
 libavcodec/allcodecs.c |  10 +++
 libavcodec/cuvid.c     | 165 +++++++++++++++++++++++++++++++++++++++----------
 libavcodec/version.h   |   2 +-
 4 files changed, 160 insertions(+), 35 deletions(-)

-- 
2.7.4


More information about the ffmpeg-devel mailing list