[Mplayer-cvslog] CVS: main/etc codecs.conf,1.72,1.73

Alex Beregszaszi alex at mplayer.dev.hu
Fri Oct 26 18:09:57 CEST 2001


Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv2292

Modified Files:
	codecs.conf 
Log Message:
corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw

Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- codecs.conf	23 Oct 2001 17:04:41 -0000	1.72
+++ codecs.conf	26 Oct 2001 16:09:06 -0000	1.73
@@ -179,7 +179,7 @@
 videocodec ffh263
   info "FFmpeg H263+ decoder"
   status working
-  fourcc H263,U263
+  fourcc H263,U263,h263
   driver ffmpeg
   dll h263
   out YV12
@@ -511,15 +511,16 @@
 videocodec h263xa
   info "CCITT H.263"
   status untested
-  fourcc h263
+  fourcc H263,h263
   driver xanim
   dll "vid_h263.xa"
   out YV12,IYUV,I420
+  comment "only tested with one buggy movie"
 
 videocodec h261xa
   info "CCITT H.261"
   status untested
-  fourcc i263
+  fourcc H261,h261
   driver xanim
   dll "vid_h261.xa"
   out YV12,IYUV,I420
@@ -584,8 +585,8 @@
   comment "Optimized to MMX/SSE/3Dnow!"
   format 0x50
   format 0x55
-  format 0x33706d2e  ; ".mp3" VBR MP3 (MOV files)
-  format 0x5500736d  ; "ms\0\x55" CBR MP3 (MOV files)
+  format 0x33706d2e  ; ".mp3" CBR/VBR MP3 (MOV files)
+  format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
   driver mp3lib
   dll "mp3lib (mpglib)"
   flags seekable
@@ -597,8 +598,8 @@
   comment "Optimized for ARM"
   format 0x50
   format 0x55
-  format 0x33706d2e  ; ".mp3" VBR MP3 (MOV files)
-  format 0x5500736d  ; "ms\0\x55" CBR MP3 (MOV files)
+  format 0x33706d2e  ; ".mp3" CBR/VBR MP3 (MOV files)
+  format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
   driver libmad
   dll "libmad"
   flags seekable
@@ -608,6 +609,8 @@
   status working
   format 0x50
   format 0x55
+  format 0x33706d2e  ; ".mp3" CBR/VBR MP3 (MOV files)
+  format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
   driver ffmpeg
   dll "mpegaudio"
   flags seekable
@@ -649,6 +652,7 @@
   info "aLaw"
   status working
   format 0x6
+  format 0x77616c75  ; "ulaw" (MOV files)
   driver alaw
   dll "alaw"
 
@@ -656,7 +660,7 @@
   info "uLaw"
   status working
   format 0x7
-  format 0x66515c75  ; "ulaw" (MOV files)
+  format 0x77616c61  ; "ulaw" (MOV files)
   driver alaw
   dll "ulaw"
 




More information about the MPlayer-cvslog mailing list