[FFmpeg-devel] [PATCH] hwaccel: add VideoToolbox support.

Sebastien Zwickert dilaroga at gmail.com
Sun Sep 23 15:55:21 CEST 2012


Hello,

On Sep 23, 2012, at 3:39 PM, Reimar Döffinger <Reimar.Doeffinger at gmx.de> wrote:

> On Sun, Sep 23, 2012 at 03:35:09PM +0200, Sebastien Zwickert wrote:
>> ---
>> 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/videotoolbox.c |  560 +++++++++++++++++++++++++++++++++++++++++++++
>> libavcodec/videotoolbox.h |  128 +++++++++++
>> libavutil/pixdesc.c       |    6 +
>> libavutil/pixfmt.h        |    1 +
>> 13 files changed, 726 insertions(+), 1 deletion(-)
>> create mode 100644 libavcodec/videotoolbox.c
>> create mode 100644 libavcodec/videotoolbox.h
> 
> 
> I know I am late, but what is the point of this and the difference to
> VDA?

VDA is a wrapper of VideoToolbox for decoding H264 only.


Best regards,

--
Sebastien Zwickert



More information about the ffmpeg-devel mailing list