[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


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 ==============
 




More information about the MPlayer-cvslog mailing list