[FFmpeg-devel] [PATCH] OS X VideoToolbox (VT) support

Sebastien Zwickert dilaroga at gmail.com
Sun Sep 9 11:28:18 CEST 2012


This patch adds support of VideoToolbox to the HWAccel infrastructure.
VideoToolbox framework became public since MacOS 10.8.

Sebastien Zwickert (1):
  hwaccel: add VideoToolbox support.

 Changelog                |    1 +
 MAINTAINERS              |    1 +
 configure                |   12 ++
 libavcodec/Makefile      |    7 +
 libavcodec/allcodecs.c   |    4 +
 libavcodec/h264.c        |    1 +
 libavcodec/mpeg12.c      |    3 +
 libavcodec/mpegvideo.c   |    1 +
 libavcodec/version.h     |    2 +-
 libavcodec/vt.c          |  388 ++++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/vt.h          |  185 ++++++++++++++++++++++
 libavcodec/vt_h264.c     |   94 +++++++++++
 libavcodec/vt_internal.h |   44 ++++++
 libavcodec/vt_mpeg2.c    |   77 +++++++++
 libavcodec/vt_mpeg4.c    |   92 +++++++++++
 libavutil/pixdesc.c      |    6 +
 libavutil/pixfmt.h       |    1 +
 17 files changed, 918 insertions(+), 1 deletion(-)
 create mode 100644 libavcodec/vt.c
 create mode 100644 libavcodec/vt.h
 create mode 100644 libavcodec/vt_h264.c
 create mode 100644 libavcodec/vt_internal.h
 create mode 100644 libavcodec/vt_mpeg2.c
 create mode 100644 libavcodec/vt_mpeg4.c

-- 
1.7.9.6 (Apple Git-31.1)



More information about the ffmpeg-devel mailing list