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