These commits are required to merge Libav's cuvid hwaccel, and to fix videotoolbox operation if frame threading is enabled.
Anton Khirnov (4): decode: avoid leaks on failure in ff_get_buffer() decode: add a method for attaching lavc-internal data to frames decode: add a mechanism for performing delayed processing on the decoded frames decode: add a per-frame private data for hwaccel use wm4 (1): lavc/avrndec: remove AV_CODEC_CAP_DR1, as it's broken libavcodec/avrndec.c | 1 - libavcodec/decode.c | 113 ++++++++++++++++++++++++++++++++++++++++++- libavcodec/decode.h | 40 +++++++++++++++ libavcodec/h264dec.c | 5 +- libavcodec/huffyuvdec.c | 3 +- libavcodec/mpegutils.c | 4 +- libavcodec/vp3.c | 3 +- libavcodec/wrapped_avframe.c | 7 +++ 8 files changed, 167 insertions(+), 9 deletions(-) -- 2.14.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel