[Mplayer-cvslog] CVS: main/etc codecs.conf,1.358,1.359
Roberto Togni CVS
syncmail at mplayerhq.hu
Wed Sep 15 23:58:24 CEST 2004
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv23463
Modified Files:
codecs.conf
Log Message:
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
via windows binary dll
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -r1.358 -r1.359
--- codecs.conf 29 Aug 2004 13:52:18 -0000 1.358
+++ codecs.conf 15 Sep 2004 21:58:21 -0000 1.359
@@ -2279,6 +2279,20 @@
driver acm
dll "iac25_32.ax"
+audiocodec ctadp32
+ info "Creative ADPCM CODEC"
+ status working
+ format 0x200
+ driver acm
+ dll "ctadp32.acm"
+
+audiocodec sc4
+ info "SC4 : Micronas speech codec (ADPCM, MPman recording)"
+ status working
+ format 0x350
+ driver acm
+ dll "mi-sc4.acm"
+
audiocodec hwac3
info "AC3 through SPDIF"
status working
More information about the MPlayer-cvslog
mailing list