[FFmpeg-devel] [PATCH 0/2] Reimplemented VDA decoder

Xidorn Quan quanxunzhen at gmail.com
Thu Aug 23 10:49:11 CEST 2012


Hi,

I have reimplemented VDA decoder as just a simple wrapper of H.264
decoder with VDA HWAccel.

Regards,
Xidorn Quan

Xidorn Quan (2):
  osx: detect version of mac os
  vdadec: implement vda decoder

 configure                 |   3 +
 libavcodec/Makefile       |   1 +
 libavcodec/allcodecs.c    |   1 +
 libavcodec/vda_h264_dec.c | 266 ++++++++++++++++++++++++++++++++++++++++++++++
 libavutil/Makefile        |   4 +
 libavutil/osx.c           |  87 +++++++++++++++
 libavutil/osx.h           |  34 ++++++
 7 files changed, 396 insertions(+)
 create mode 100644 libavcodec/vda_h264_dec.c
 create mode 100644 libavutil/osx.c
 create mode 100644 libavutil/osx.h

-- 
1.7.11.4



More information about the ffmpeg-devel mailing list