avcodec: add new Videotoolbox hwaccel

Multimedia / FFmpeg - Sebastien Zwickert [gmail.com] - 3 August 2015 03:12 UTC

11d923d avcodec: add new Videotoolbox hwaccel.
Changelog | 1 +
MAINTAINERS | 1 +
Makefile | 5 +-
configure | 19 +-
ffmpeg.h | 3 +
ffmpeg_opt.c | 8 +-
ffmpeg_vda.c | 137 ---------
ffmpeg_videotoolbox.c | 187 ++++++++++++
libavcodec/Makefile | 12 +-
libavcodec/allcodecs.c | 5 +
libavcodec/h263dec.c | 3 +
libavcodec/h264_slice.c | 4 +
libavcodec/mpeg12dec.c | 3 +
libavcodec/vda.c | 2 +-
libavcodec/vda_h264.c | 154 +---------
libavcodec/vda_internal.h | 33 --
libavcodec/vda_vt_internal.h | 55 ++++
libavcodec/version.h | 4 +-
libavcodec/videotoolbox.c | 690 ++++++++++++++++++++++++++++++++++++++++++
libavcodec/videotoolbox.h | 126 ++++++++
libavutil/pixdesc.c | 4 +
libavutil/pixfmt.h | 2 +
22 files changed, 1141 insertions(+), 317 deletions(-)

  • Share