[MPlayer-cvslog] r32843 - trunk/etc/codecs.conf

compn subversion at mplayerhq.hu
Thu Feb 3 12:55:17 CET 2011


Author: compn
Date: Thu Feb  3 12:55:15 2011
New Revision: 32843

Log:
add apco and ap4h fourcc to prores decoder
add ai55 and ai15 fourcc to h264 docoders

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Feb  3 00:55:16 2011	(r32842)
+++ trunk/etc/codecs.conf	Thu Feb  3 12:55:15 2011	(r32843)
@@ -986,6 +986,7 @@ videocodec ffh264
   fourcc avc1,AVC1
   fourcc davc,DAVC
   fourcc vvvc ; only one sample using this fourcc
+  fourcc ai55,ai15 ; flip4mac avc intra
   format 0x10000005
   driver ffmpeg
   dll h264
@@ -998,6 +999,7 @@ videocodec ffh264vdpau
   fourcc X264,x264
   fourcc avc1,AVC1
   fourcc davc,DAVC
+  fourcc ai55,ai15 ; flip4mac avc intra
   format 0x10000005
   driver ffmpeg
   dll h264_vdpau
@@ -1012,6 +1014,7 @@ videocodec coreavcwindows
   fourcc avc1 AVC1,AVC1
   fourcc davc,DAVC
   fourcc VSSH
+  fourcc ai55,ai15 ; flip4mac avc intra
   format 0x10000005
   driver dshow
   dll "CoreAVCDecoder.ax"
@@ -2894,6 +2897,8 @@ videocodec qtprores
   fourcc apch
   fourcc apcn
   fourcc apcs
+  fourcc apco
+  fourcc ap4h
   driver qtvideo
   dll "AppleProResDecoder.qtx"
   out YUY2


More information about the MPlayer-cvslog mailing list