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

cehoyos subversion at mplayerhq.hu
Wed Jan 4 15:55:30 CET 2012


Author: cehoyos
Date: Wed Jan  4 15:55:29 2012
New Revision: 34500

Log:
Support decoding AVrp, v308 and yuv4 via FFmpeg.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Wed Jan  4 13:33:59 2012	(r34499)
+++ trunk/etc/codecs.conf	Wed Jan  4 15:55:29 2012	(r34500)
@@ -218,6 +218,30 @@ videocodec ffr10k
   dll "r10k"
   out RGB48BE,RGB48LE
 
+videocodec ffavrp
+  info "FFmpeg Avid 1:1 10-bit RGB Packer"
+  status working
+  fourcc AVrp
+  driver ffmpeg
+  dll avrp
+  out RGB48BE,RGB48LE
+
+videocodec ffv308
+  info "FFmpeg Quicktime v308 packed 4:4:4"
+  status working
+  fourcc v308
+  driver ffmpeg
+  dll v308
+  out 444P
+
+videocodec ffyuv4
+  info "FFmpeg libquicktime yuv4 packed 4:2:0"
+  status working
+  fourcc yuv4
+  driver ffmpeg
+  dll yuv4
+  out YV12
+
 videocodec blackmagic
   info "Blackmagic 10-bit"
   status working


More information about the MPlayer-cvslog mailing list