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

compn subversion at mplayerhq.hu
Sat Jan 16 15:00:00 CET 2010


Author: compn
Date: Sat Jan 16 14:59:59 2010
New Revision: 30318

Log:
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
change ffsipr to working (and first choice by default) in codecs.conf

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat Jan 16 12:08:16 2010	(r30317)
+++ trunk/etc/codecs.conf	Sat Jan 16 14:59:59 2010	(r30318)
@@ -3162,6 +3162,7 @@ videocodec rawuyvy
   fourcc UYNY UYVY
   fourcc uyv1 UYVY
   fourcc 2Vu1 UYVY
+  fourcc VDTZ UYVY
   out UYVY
 
 videocodec raw444P
@@ -3286,6 +3287,8 @@ videocodec ffrawuyvy
   fourcc uyv1,UYV1
   fourcc 2Vu1,2vu1,2VU1
   fourcc 2Vuy,2vuy,2VUY
+  fourcc AV1x,AVup
+  fourcc VDTZ
   driver ffmpeg
   dll rawvideo
   out UYVY
@@ -3490,7 +3493,7 @@ audiocodec ffatrc
 
 audiocodec ffsipr
   info "FFmpeg Sipr/Acelp.net audio"
-  status buggy ; missing 16k support
+  status working
   format 0x72706973 ; "sipr"
   format 0x130 ; acelp.net
   driver ffmpeg


More information about the MPlayer-cvslog mailing list