[FFmpeg-devel] [PATCH 0/5] Cuvid/videotoolbox preparations

wm4 nfxjfg at googlemail.com
Fri Oct 13 19:59:14 EEST 2017


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



More information about the ffmpeg-devel mailing list