[Mplayer-cvslog] CVS: main/etc codecs.conf,1.57,1.58
Arpi of Ize
arpi at mplayer.dev.hu
Fri Sep 21 23:38:18 CEST 2001
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv16090
Modified Files:
codecs.conf
Log Message:
added ffmp3, fixed mp3 comments
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- codecs.conf 17 Sep 2001 01:54:07 -0000 1.57
+++ codecs.conf 21 Sep 2001 21:38:16 -0000 1.58
@@ -457,17 +457,26 @@
audiocodec mp3
info "MPEG layer-2, layer-3"
status working
- comment "Optimized to AMD 3Dnow!"
+ comment "Optimized to MMX/SSE/3Dnow!"
format 0x50
format 0x55
driver mp3lib
dll "mp3lib (mpglib)"
flags seekable
+audiocodec ffmp3
+ info "FFmpeg layer-123 audio decoder - integer only"
+ status working
+ format 0x50
+ format 0x55
+ driver ffmpeg
+ dll "mpegaudio"
+ flags seekable
+
audiocodec mp3acm
info "MPEG layer-3"
status working
- comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches"
+ comment "conflicts with security kernel patches"
format 0x55
driver acm
dll "l3codeca.acm"
More information about the MPlayer-cvslog
mailing list