name renamed to info

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@269 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-01 16:49:26 +00:00
parent 5e040ca33f
commit 6c18e1ef91
1 changed files with 21 additions and 21 deletions

View File

@ -3,7 +3,7 @@
; mplayer will use codecs.c!!!
videocodec mpeg4
name "Microsoft MPEG-4 v1/v2"
info "Microsoft MPEG-4 v1/v2"
comment "No postprocessing"
fourcc MPG4,mpg4
fourcc MP42,mp42
@ -13,7 +13,7 @@ videocodec mpeg4
out RGB32,RGB24,RGB15
videocodec divx
name "DivX ;-) (MS MPEG-4 v3)"
info "DivX ;-) (MS MPEG-4 v3)"
comment "DivX rulez ;-)"
fourcc MP43,mp43 div3 ; fourcc mapping to div3
fourcc DIV5,div5 div3
@ -25,7 +25,7 @@ videocodec divx
out RGB32,RGB24,RGB15
videocodec divxds
name "DivX ;-) (MS MPEG-4 v3)"
info "DivX ;-) (MS MPEG-4 v3)"
comment "DivX rulez ;-)"
fourcc MP43,mp43 div3 ; fourcc mapping to div3
fourcc DIV5,div5 div3
@ -38,14 +38,14 @@ videocodec divxds
out RGB32,RGB24,RGB16,RGB15 noflip
videocodec odivx
name "OpenDivX (MPEG-4 v2)"
info "OpenDivX (MPEG-4 v2)"
fourcc DIVX,divx
fourcc DIV1,div1 divx
driver odivx
out YV12 noflip
videocodec indeo5
name "Intel Indeo 5"
info "Intel Indeo 5"
fourcc IV50,iv50
driver vfw
dll "ir50_32.dll"
@ -53,7 +53,7 @@ videocodec indeo5
out RGB32,RGB24,RGB15 noflip
videocodec indeo4
name "Intel Indeo 4.1"
info "Intel Indeo 4.1"
comment "upside-down"
fourcc IV41,iv41
driver vfw
@ -61,7 +61,7 @@ videocodec indeo4
out RGB24,RGB15 flip
videocodec indeo3
name "Intel Indeo 3.1/3.2"
info "Intel Indeo 3.1/3.2"
comment "upside-down"
fourcc IV31,iv31
fourcc IV32,iv32
@ -70,7 +70,7 @@ videocodec indeo3
out RGB24,RGB15 flip
videocodec cvid
name "Cinepak Video"
info "Cinepak Video"
fourcc cvid
driver vfw
dll "msvidc32.dll"
@ -78,14 +78,14 @@ videocodec cvid
out RGB24,RGB15 noflip
videocodec cram
name "CRAM"
info "CRAM"
fourcc cram,CRAM
driver vfw
dll "msvidc32.dll"
out RGB24,RGB15 noflip
videocodec vcr2
name "ATI VCR-2"
info "ATI VCR-2"
fourcc VCR2
driver vfw
dll "ativcr2.dll"
@ -93,7 +93,7 @@ videocodec vcr2
out RGB32,RGB24,RGB15 noflip
videocodec i263
name "I263"
info "I263"
comment "not tested"
fourcc I263,i263
driver vfw
@ -101,7 +101,7 @@ videocodec i263
out RGB32,RGB24,RGB15 noflip
videocodec mjpeg
name "Motion JPEG"
info "Motion JPEG"
fourcc MJPG
driver vfw
dll "mcmjpg32.dll"
@ -110,7 +110,7 @@ videocodec mjpeg
out RGB32,RGB24,RGB15 noflip
videocodec wmv1
name "Windows Media Video 7"
info "Windows Media Video 7"
fourcc WMV1
driver dshow
dll "wmvds32.ax"
@ -119,20 +119,20 @@ videocodec wmv1
out RGB32,RGB24,RGB16,RGB15 noflip
audiocodec divx
name "DivX audio (WMA)"
info "DivX audio (WMA)"
format 0x160
format 0x161
driver acm
dll "divxa32.acm"
audiocodec msadpcm
name "MS ADPCM"
info "MS ADPCM"
format 0x2
driver acm
dll "msadp32.acm"
audiocodec mp3acm
name "MPEG layer-3"
info "MPEG layer-3"
comment "Optimized to Intel MMX/SSE"
format 0x55
driver acm
@ -140,7 +140,7 @@ audiocodec mp3acm
flags seekable
audiocodec mp3
name "MPEG layer-2,3"
info "MPEG layer-2,3"
comment "Optimized to AMD 3Dnow!"
format 0x50
format 0x55
@ -148,26 +148,26 @@ audiocodec mp3
flags seekable
audiocodec imaadpcm
name "IMA ADPCM"
info "IMA ADPCM"
format 0x11
driver acm
dll "imaadp32.acm"
audiocodec msgsmacm
name "MS GSM"
info "MS GSM"
format 0x31
format 0x32
driver acm
dll "msgsm32.acm"
audiocodec msgsm
name "MS GSM"
info "MS GSM"
format 0x31
format 0x32
driver msgsm
audiocodec voxware
name "VoxWare"
info "VoxWare"
format 0x75
driver dshow
dll "voxmsdec.ax"