[Mplayer-cvslog] CVS: main/etc codecs.conf,1.210,1.211

Arpi of Ize arpi at mplayerhq.hu
Mon Aug 5 19:22:16 CEST 2002


Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv18503

Modified Files:
	codecs.conf 
Log Message:
native libdv added, fourccs fixed/commented for qdv & mcdv


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- codecs.conf	4 Aug 2002 16:06:24 -0000	1.210
+++ codecs.conf	5 Aug 2002 17:22:14 -0000	1.211
@@ -693,13 +693,15 @@
   dll "vid_iv32.xa"
   out YV12,IYUV,I420
 
-; DV:  qdv is more stable...  (native libdv support coming soon)
+; DV:  qdv is more stable...  libdv is slow, mcdv is unstable
 
 videocodec qdv
   info "Sony Digital Video (DV)"
   status working
-  fourcc DVSD,dvsd,dvcp dvsd
-;  fourcc "dvc " dvsd
+  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
@@ -707,11 +709,25 @@
   out UYVY
   out BGR32,BGR24,BGR16,BGR15
 
+videocodec libdv
+  info "Raw DV decoder using libdv"
+  status working
+  fourcc DVSD,dvsd   ; PAL
+  fourcc DVCS,dvcs   ; NTSC ?
+  fourcc "dvcp"      ; PAL DV in .mov
+  fourcc "dvc "      ; NTSC DV in .mov
+  driver libdv
+  out YUY2
+
+; note: it crashes with pond.dv :(
 videocodec mcdv
   info "MainConcept DV Codec"
   status working
-  fourcc DVSD,dvsd,dvcp dvsd		# dvcp stands for PAL DV in mov
-  fourcc "dvc " dvsd
+  fourcc DVSD,dvsd   ; PAL
+  fourcc DVCS,dvcs   ; NTSC ?
+  fourcc CDVC,cdvc   ; ???
+  fourcc "dvcp" dvsd ; PAL DV in .mov
+  fourcc "dvc " dvcs ; NTSC DV in .mov
   driver vfw
   dll "mcdvd_32.dll"
   out YUY2
@@ -1139,6 +1155,13 @@
   comment "RoQA is an internal MPlayer FOURCC"
   fourcc RoQA
   driver roqaudio
+
+audiocodec libdv
+  info "raw DV audio decoder"
+  status working
+  comment "raw DV audio decoder"
+  fourcc RADV
+  driver libdv
 
 audiocodec faad
   info "AAC MPEG2/MPEG4 Audio"




More information about the MPlayer-cvslog mailing list