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

reimar subversion at mplayerhq.hu
Sun Mar 15 10:25:50 CET 2009


Author: reimar
Date: Sun Mar 15 10:25:50 2009
New Revision: 28953

Log:
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sun Mar 15 10:17:42 2009	(r28952)
+++ trunk/etc/codecs.conf	Sun Mar 15 10:25:50 2009	(r28953)
@@ -1520,20 +1520,6 @@ videocodec indeo3xa
 
 ; DV:  qdv is more stable...  libdv is slow, mcdv is unstable
 
-videocodec qdv
-  info "Sony Digital Video (DV)"
-  status working
-  fourcc dvsl,dvsd,dvhd  ; ????
-  fourcc DVSD dvsd   ; pal .avi
-  fourcc "dvcp" dvsd ; pal .mov
-  fourcc "dvc " dvsd ; ntsc .mov
-  driver dshow
-  dll "qdv.dll"
-  guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
-  out YUY2
-  out UYVY
-  out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
-
 videocodec ffdv
   info "FFmpeg DV"
   status working
@@ -1554,6 +1540,20 @@ videocodec ffdv
   dll dvvideo
   out 411P,422P,YV12
 
+videocodec qdv
+  info "Sony Digital Video (DV)"
+  status working
+  fourcc dvsl,dvsd,dvhd  ; ????
+  fourcc DVSD dvsd   ; pal .avi
+  fourcc "dvcp" dvsd ; pal .mov
+  fourcc "dvc " dvsd ; ntsc .mov
+  driver dshow
+  dll "qdv.dll"
+  guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
+  out YUY2
+  out UYVY
+  out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
+
 videocodec libdv
   info "Raw DV (libdv)"
   status working



More information about the MPlayer-cvslog mailing list