[Mplayer-cvslog] CVS: main/etc codecs.conf,1.128,1.129
Mike Melanson
melanson at mplayer.dev.hu
Fri Feb 1 06:33:49 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main roqav.c,NONE,1.1 roqav.h,NONE,1.1 Makefile,1.146,1.147 codec-cfg.h,1.38,1.39 codec-cfg.c,1.64,1.65
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_roq.c,NONE,1.1 demuxer.c,1.68,1.69 demuxer.h,1.26,1.27 Makefile,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv17223/etc
Modified Files:
codecs.conf
Log Message:
added skeleton decoders for RoQ audio and video format decoders
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- codecs.conf 1 Feb 2002 01:00:24 -0000 1.128
+++ codecs.conf 1 Feb 2002 05:33:46 -0000 1.129
@@ -294,7 +294,8 @@
videocodec fli
info "Autodesk FLI/FLC Animation"
status working
- fourcc FLIC ; internal MPlayer FOURCC, not official
+ comment "FLIC is an internal MPlayer FOURCC"
+ fourcc FLIC
driver fli
out BGR32,BGR24
@@ -344,6 +345,14 @@
driver ducktm1
out BGR32,BGR24,BGR16,BGR15
+videocodec roqvideo
+ info "Id RoQ File Video Decoder"
+ status buggy
+ comment "RoQV is an internal MPlayer FOURCC"
+ fourcc RoQV
+ driver roqvideo
+ out YV12
+
audiocodec imaadpcm
info "IMA ADPCM"
status working
@@ -370,6 +379,13 @@
comment "This format number was used by Duck Corp. but not officially registered with Microsoft"
format 0x62
driver fox62adpcm
+
+videocodec roqaudio
+ info "Id RoQ File Audio Decoder"
+ status buggy
+ comment "RoQA is an internal MPlayer FOURCC"
+ fourcc RoQA
+ driver roqaudio
; =============== WINDOWS DLL's ==============
- Previous message: [Mplayer-cvslog] CVS: main roqav.c,NONE,1.1 roqav.h,NONE,1.1 Makefile,1.146,1.147 codec-cfg.h,1.38,1.39 codec-cfg.c,1.64,1.65
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_roq.c,NONE,1.1 demuxer.c,1.68,1.69 demuxer.h,1.26,1.27 Makefile,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list