[Mplayer-cvslog] CVS: main/etc codecs.conf,1.172,1.173
Alex Beregszaszi
alex at mplayerhq.hu
Sun Apr 21 04:08:08 CEST 2002
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv18214
Modified Files:
codecs.conf
Log Message:
added truespeech and moved ms11, ucod
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- codecs.conf 21 Apr 2002 02:05:39 -0000 1.172
+++ codecs.conf 21 Apr 2002 02:08:05 -0000 1.173
@@ -646,6 +646,7 @@
out YUY2
out BGR32,BGR24,BGR16,BGR15
+
; others:
videocodec ffrv10
@@ -700,6 +701,26 @@
out UYVY
out BGR32,BGR24,BGR15 flip
+videocodec mss1
+ info "Windows Screen Video"
+ status working
+ fourcc MSS1
+ driver dshow
+ dll "msscds32.ax"
+ guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
+ out BGR32,BGR24,BGR16,BGR15
+
+; CLRVIDDC.DLL needed too, with uppercase
+videocodec ucod
+ info "UCOD-ClearVideo"
+ status working
+ comment "BGR16 is buggy"
+ fourcc UCOD
+ driver vfw
+ dll "clrviddd.dll"
+ out UYVY
+ out BGR32,BGR24,BGR15 flip
+
videocodec CJPG
info "CJPG"
status untested
@@ -711,6 +732,7 @@
out UYVY
out BGR24,BGR15
+
; buggy codecs: (any volunteers for native rewrite?)
videocodec zlibnative
@@ -752,6 +774,8 @@
driver vfwex
dll "vgpix32d.dll"
out UYVY
+ out BGR24
+
; non-working codecs:
@@ -777,17 +801,6 @@
out YUY2
out BGR32,BGR24,BGR16,BGR15
-videocodec mss1
- info "Windows Screen Video"
- status crashing
- fourcc MSS1
- driver dshow
- dll "msscds32.ax"
- guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
-; out I420
-; out YUY2
- out BGR32,BGR24,BGR16,BGR15
-
videocodec pim1
info "PIM1"
status buggy
@@ -800,18 +813,6 @@
; out YUY2
; out BGR32,BGR24,BGR16,BGR15
-; CLRVIDDC.DLL needed too, with uppercase
-videocodec ucod
- info "UCOD-ClearVideo"
- status working
- comment "BGR16 is buggy"
- fourcc UCOD
- driver vfw
- dll "clrviddd.dll"
- out UYVY
- out BGR32,BGR24,BGR15 flip
-; out BGR16 flip
-
videocodec qpeg
info "Q-Team's QPEG (www.q-team.de)"
status buggy
@@ -1188,3 +1189,9 @@
driver acm
dll "alf2cd.acm"
+audiocodec truespeech
+ info "Truespeech"
+ status working
+ format 0x22
+ driver acm
+ dll "tssoft32.acm"
More information about the MPlayer-cvslog
mailing list