[Mplayer-cvslog] CVS: main/etc codecs.conf,1.175,1.176

Alex Beregszaszi alex at mplayerhq.hu
Sun Apr 21 11:20:13 CEST 2002


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

Modified Files:
	codecs.conf 
Log Message:
ATI VCR2 working (YV12) added ATI VCR1 and rricm (matrox marvel mjpeg)

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- codecs.conf	21 Apr 2002 02:31:20 -0000	1.175
+++ codecs.conf	21 Apr 2002 09:20:01 -0000	1.176
@@ -720,6 +720,15 @@
   out UYVY
   out BGR32,BGR24,BGR15 flip
 
+videocodec vcr2
+  info "ATI VCR-2"
+  status working
+  fourcc VCR2
+  driver vfw
+  dll "ativcr2.dll"
+  out YV12
+  out BGR24
+
 videocodec CJPG
   info "CJPG"
   status untested
@@ -778,15 +787,13 @@
 
 ; non-working codecs:
 
-videocodec vcr2
-  info "ATI VCR-2"
-  status crashing
-  comment "segfault"
-  fourcc VCR2
+videocodec vcr1
+  info "ATI VCR-1"
+  status buggy
+  fourcc VCR1
   driver vfw
-  dll "ativcr2.dll"
-  out YUY2
-  out BGR32,BGR24,BGR15
+  dll "ativcr1.dll"
+  out RGB24 flip
 
 videocodec tm20
   info "TrueMotion 2.0"
@@ -815,11 +822,20 @@
 videocodec qpeg
   info "Q-Team's QPEG (www.q-team.de)"
   status buggy
+  comment "BGR8 only!"
   fourcc Q1.0
   fourcc Q1.1
   driver vfw
   dll "qpeg32.dll"
   out BGR8 flip
+
+videocodec rricm
+  info "rricm"
+  status buggy
+  fourcc MJPG
+  driver vfw
+  dll "rricm.dll"
+  out BGR24 flip
 
 ; raw formats:  (now RGB formats are autodetected)
 




More information about the MPlayer-cvslog mailing list