diff etc/codecs.conf @ 35032:5dcaa3aa2c7b

Add Video Decode Acceleration support. Patch by Xidorn Quan, quanxunzhen gmail
author cehoyos
date Tue, 28 Aug 2012 20:47:34 +0000
parents 6395c172f9c0
children 3b57273e1301
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Aug 27 20:46:06 2012 +0000
+++ b/etc/codecs.conf	Tue Aug 28 20:47:34 2012 +0000
@@ -1306,6 +1306,25 @@
   dll h264_crystalhd
   out YUY2
 
+videocodec ffh264vda
+  info "FFmpeg H.264 (VDA)"
+  status working
+  fourcc H264,h264
+  fourcc X264,x264
+  fourcc avc1,AVC1
+  fourcc davc,DAVC
+  fourcc vvvc ; only one sample using this fourcc
+  fourcc ai1p,ai1q,ai12,ai13
+  fourcc ai15,ai16
+  fourcc ai5p,ai5q,ai52,ai53
+  fourcc ai55,ai56
+  fourcc x3eV
+  fourcc Q264
+  format 0x10000005
+  driver ffmpeg
+  dll h264_vda
+  out YUY2,UYVY,YV12,NV12
+
 ;http://corecodec.org/
 videocodec coreavcwindows
   info "CoreAVC H.264 for x86"