summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-05 03:17:12 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-05 03:17:12 +0000
commita827159b0c252aac0188c452ee86aae77aaf5480 (patch)
tree38bceac1cf97fbee19b4e3245283c2c5eaa7956b /etc
parent7c8c916ebadabfafaec02a71e737585d09c200f3 (diff)
downloadmpv-a827159b0c252aac0188c452ee86aae77aaf5480.tar.bz2
mpv-a827159b0c252aac0188c452ee86aae77aaf5480.tar.xz
add binary codec Philips Speech Processing CELP acm for format 0x120
works on /A-codecs/format-0x120-phillips-celp-T_CELP.WAV add DIVF fourcc to ffodivx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28259 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 9447901d4c..67f0c19fd0 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -718,6 +718,7 @@ videocodec ffdivx
fourcc DIV5,div5 div3 ; DivX 3.20
fourcc DIV6,div6 div4 ; -||-
fourcc DIV3,div3,DIV4,div4
+ fourcc DIVF,divf ; divx4.12
fourcc AP41 div3 ; AngelPotion stuff
fourcc COL1,col1,COL0,col0 ; Cool codec (based on mpg4ds32.ax)
fourcc 3IVD,3ivd ; divxdoctored files (3ivx.com)
@@ -3868,6 +3869,13 @@ audiocodec lhacm
driver acm
dll "lhacm.acm"
+audiocodec pscelp
+ info "Philips Speech Processing CELP"
+ status working
+ format 0x120
+ driver acm
+ dll "smcelp32.acm"
+
audiocodec TwinVQ
info "VQF codec by NTTLabs"
status working