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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel