# HG changeset patch # User alex # Date 1004112546 0 # Node ID 6d561976740a3691e4ee9b66fa54fa74d24e828f # Parent aa96a104e8e061d2856f126469c0331ead87855a corrected some fourcc's at xanim dll's and corrected mov mp3,ulaw,alaw diff -r aa96a104e8e0 -r 6d561976740a etc/codecs.conf --- a/etc/codecs.conf Fri Oct 26 14:19:42 2001 +0000 +++ b/etc/codecs.conf Fri Oct 26 16:09:06 2001 +0000 @@ -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"