git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2692 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-04 17:46:27 +00:00
parent cc635b2c82
commit 1a10521a2c
1 changed files with 18 additions and 25 deletions

View File

@ -6,9 +6,17 @@
; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS ===================== ; =============== Win32/libmpeg2/ProjectMayo MPEG CODECS =====================
videocodec vivo
info "Vivo H.263"
status working
fourcc VIVO,vivo vivo
driver vfw
dll "ivvideo.dll"
out BGR32,BGR24,BGR16 flip
videocodec u263 videocodec u263
info "UB Video H.263+ Decoder" info "UB Video H.263+ Decoder"
comment "added by Juanjo (also working with VIVO)" comment "added by Juanjo"
status working status working
fourcc U263 fourcc U263
fourcc vivo,VIVO U263 fourcc vivo,VIVO U263
@ -64,7 +72,6 @@ videocodec mpeg4ds
videocodec mpeg4 videocodec mpeg4
info "Microsoft MPEG-4 v1/v2" info "Microsoft MPEG-4 v1/v2"
status working status working
; comment "No postprocessing"
fourcc MPG4,mpg4 fourcc MPG4,mpg4
fourcc MP42,mp42 fourcc MP42,mp42
fourcc DIV2 mp42 fourcc DIV2 mp42
@ -135,18 +142,9 @@ videocodec divx4vfw
out YUY2 out YUY2
out BGR32,BGR24,BGR15 out BGR32,BGR24,BGR15
videocodec vivo
info "Vivo H.263"
status working
fourcc VIVO,vivo vivo
driver vfw
dll "ivvideo.dll"
out BGR32,BGR24,BGR16 flip
videocodec i263 videocodec i263
info "I263" info "I263"
status working status working
comment "also working with VIVO"
fourcc I263,i263,I420,i420 fourcc I263,i263,I420,i420
fourcc vivo,VIVO I263 fourcc vivo,VIVO I263
driver vfw driver vfw
@ -211,7 +209,6 @@ videocodec ffdivx
videocodec ffodivx videocodec ffodivx
info "FFmpeg OpenDivX" info "FFmpeg OpenDivX"
status working status working
; comment "doesn't support >= 4.0alpha48 movies yet"
fourcc DIVX,divx fourcc DIVX,divx
fourcc DIV1,div1 divx fourcc DIV1,div1 divx
fourcc MP4S,mp4s ; ISO MPEG-4 Video V1 fourcc MP4S,mp4s ; ISO MPEG-4 Video V1
@ -229,7 +226,6 @@ videocodec ffmpeg12
dll "mpegvideo" dll "mpegvideo"
out YV12 out YV12
videocodec mpegpes videocodec mpegpes
info "Mpeg PES output (.mpg or DVB card)" info "Mpeg PES output (.mpg or DVB card)"
comment "for hardware decoding" comment "for hardware decoding"
@ -307,7 +303,7 @@ videocodec cram
info "Microsoft Video 1" info "Microsoft Video 1"
comment "8bpp is only supported by GGI (?)" comment "8bpp is only supported by GGI (?)"
status working status working
fourcc cram,CRAM,MSVC fourcc cram,CRAM,MSVC CRAM
driver vfw driver vfw
dll "msvidc32.dll" dll "msvidc32.dll"
out BGR8,BGR15,BGR24 out BGR8,BGR15,BGR24
@ -400,21 +396,19 @@ videocodec huffyuv
videocodec mszh videocodec mszh
info "AVImszh" info "AVImszh"
status crashing status crashing
comment "calls RegEnumValueA()"
fourcc MSZH fourcc MSZH
driver vfw driver vfw
dll "avimszh.dll" dll "avimszh.dll"
out YUY2 ; out YUY2
out BGR32,BGR24,BGR15 out BGR32,BGR24,BGR15
videocodec zlib videocodec zlib
info "AVIzlib" info "AVIzlib"
status crashing status crashing
comment "calls RegEnumValueA()"
fourcc ZLIB fourcc ZLIB
driver vfw driver vfw
dll "avizlib.dll" dll "avizlib.dll"
out YUY2 ; out YUY2
out BGR32,BGR24,BGR15 out BGR32,BGR24,BGR15
videocodec mwv1 videocodec mwv1
@ -459,7 +453,7 @@ videocodec asv1
out BGR32,BGR24,BGR15 flip out BGR32,BGR24,BGR15 flip
videocodec msrle videocodec msrle
info "M$ RLE" info "M$ RLE8"
status working status working
format 0x1 format 0x1
driver rle driver rle
@ -468,7 +462,7 @@ videocodec msrle
videocodec 3ivX videocodec 3ivX
info "3ivX Delta 3.5" info "3ivX Delta 3.5"
status buggy status crashing
fourcc 3IV1 fourcc 3IV1
driver dshow driver dshow
dll "3ivxdmo.dll" dll "3ivxdmo.dll"
@ -479,7 +473,7 @@ videocodec 3ivX
videocodec 3ivXqtx videocodec 3ivXqtx
info "3ivX Delta 3.5" info "3ivX Delta 3.5"
status buggy status crashing
fourcc 3IV1 fourcc 3IV1
driver vfw driver vfw
dll "qtx/3ivx.qtx" dll "qtx/3ivx.qtx"
@ -557,7 +551,7 @@ videocodec cyuvxa
videocodec null videocodec null
info "NULL codec (no decoding)" info "NULL codec (no decoding!)"
status working status working
comment "for unknown/unsupported codecs or testing" comment "for unknown/unsupported codecs or testing"
driver null driver null
@ -602,7 +596,6 @@ audiocodec msadpcm
driver acm driver acm
dll "msadp32.acm" dll "msadp32.acm"
; now mp3lib is stable enough!?
audiocodec mp3 audiocodec mp3
info "MPEG layer-2, layer-3" info "MPEG layer-2, layer-3"
status working status working
@ -619,7 +612,7 @@ audiocodec mp3
audiocodec mad audiocodec mad
info "MAD MPEG layer-2, layer-3" info "MAD MPEG layer-2, layer-3"
status working status working
comment "Optimized for ARM" comment "Optimized for ARM, unstable"
format 0x50 format 0x50
format 0x55 format 0x55
format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
@ -703,7 +696,7 @@ audiocodec ac3
audiocodec voxware audiocodec voxware
info "VoxWare" info "VoxWare"
status working ; audio is bubbling status working
format 0x75 format 0x75
driver dshow driver dshow
dll "voxmsdec.ax" dll "voxmsdec.ax"