[Mplayer-cvslog] CVS: main/etc codecs.conf,1.247,1.248
Alex Beregszaszi
alex at mplayerhq.hu
Mon Nov 25 19:06:00 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_qtvideo.c,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/Gui cfg.c,1.21,1.22 cfg.h,1.7,1.8 interface.c,1.58,1.59 interface.h,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv7653
Modified Files:
codecs.conf
Log Message:
added the working qt audio codecs
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- codecs.conf 16 Nov 2002 05:29:23 -0000 1.247
+++ codecs.conf 25 Nov 2002 18:05:56 -0000 1.248
@@ -955,7 +955,6 @@
videocodec qtsvq3
info "win32/quicktime SVQ3 decoder"
status untested
- comment "REQUIRES libwine, see DOCS/tech/qt-libwine-howto.txt"
fourcc SVQ3
driver qtvideo
dll "QuickTime.qts"
@@ -1200,9 +1199,29 @@
audiocodec qdmc
info "Quicktime QDMC/QDM2 audio decoders"
status working
- comment "REQUIRES libwine, see DOCS/tech/qt-libwine-howto.txt"
format 0x324D4451 ; "QDM2"
format 0x434D4451 ; "QDMC"
+ driver qtaudio
+ dll "QuickTime.qts"
+
+audiocodec qclp
+ info "Quicktime QCLP audio decoder"
+ status working
+ format 0x706C6351 ; "QCLP"
+ driver qtaudio
+ dll "QuickTime.qts"
+
+audiocodec qtmace3
+ info "Quicktime MACE3 audio decoder"
+ status working
+ format 0x3343414D ; "MAC3"
+ driver qtaudio
+ dll "QuickTime.qts"
+
+audiocodec qtmace6
+ info "Quicktime MACE6 audio decoder"
+ status working
+ format 0x3643414D ; "MAC6"
driver qtaudio
dll "QuickTime.qts"
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_qtvideo.c,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/Gui cfg.c,1.21,1.22 cfg.h,1.7,1.8 interface.c,1.58,1.59 interface.h,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list