summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 02:08:05 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-21 02:08:05 +0000
commit9eab9260dc902ab223ee122dab07187115c3d025 (patch)
treef3b88ebed01a052f51a6a3036801a9a302032a26 /etc
parent2b16b991dc772af1dab9b571954b043b9ffe7ad1 (diff)
downloadmpv-9eab9260dc902ab223ee122dab07187115c3d025.tar.bz2
mpv-9eab9260dc902ab223ee122dab07187115c3d025.tar.xz
added truespeech and moved ms11, ucod
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5750 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf53
1 files changed, 30 insertions, 23 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a9fe55caf5..3a2194f13f 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -646,6 +646,7 @@ videocodec 3ivX
out YUY2
out BGR32,BGR24,BGR16,BGR15
+
; others:
videocodec ffrv10
@@ -700,6 +701,26 @@ videocodec asv1
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 @@ videocodec CJPG
out UYVY
out BGR24,BGR15
+
; buggy codecs: (any volunteers for native rewrite?)
videocodec zlibnative
@@ -752,6 +774,8 @@ videocodec alaris
driver vfwex
dll "vgpix32d.dll"
out UYVY
+ out BGR24
+
; non-working codecs:
@@ -777,17 +801,6 @@ videocodec tm20
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 @@ videocodec pim1
; 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 @@ audiocodec ALF2
driver acm
dll "alf2cd.acm"
+audiocodec truespeech
+ info "Truespeech"
+ status working
+ format 0x22
+ driver acm
+ dll "tssoft32.acm"