[FFmpeg-devel] [PATCH] vdadec: implement vda decoder

Michael Niedermayer michaelni at gmx.at
Tue Aug 28 04:14:23 CEST 2012


On Sat, Aug 25, 2012 at 11:51:57AM -0400, compn wrote:
> On Sat, 25 Aug 2012 21:25:27 +0800, Xidorn Quan wrote:
> >diff --git a/configure b/configure
> >index 0b95927..368530c 100755
> >--- a/configure
> >+++ b/configure
> >@@ -1557,6 +1557,7 @@ h264_vaapi_hwaccel_select="vaapi h264_decoder"
> > h264_vda_hwaccel_deps="VideoDecodeAcceleration_VDADecoder_h pthreads"
> > h264_vda_hwaccel_select="vda h264_decoder"
> > h264_vdpau_decoder_select="vdpau h264_decoder"
> >+h264_vda_decoder_select="vda h264_parser h264_decoder"
> 
> ehe, vda comes before vdpau...
> 
> 
> 
> >--- a/libavcodec/allcodecs.c
> >+++ b/libavcodec/allcodecs.c
> >@@ -135,6 +135,7 @@ void avcodec_register_all(void)
> >     REGISTER_DECODER (H264, h264);
> >     REGISTER_DECODER (H264_CRYSTALHD, h264_crystalhd);
> >     REGISTER_DECODER (H264_VDPAU, h264_vdpau);
> >+    REGISTER_DECODER (H264_VDA, h264_vda);
> 
> vda comes before vdpau.
> 
> i think anyways.

fixed locally

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 3
"Rare item" - "Common item with rare defect or maybe just a lie"
"Professional" - "'Toy' made in china, not functional except as doorstop"
"Experts will know" - "The seller hopes you are not an expert"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120828/7c8cabe4/attachment.asc>


More information about the ffmpeg-devel mailing list