0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

acelp working, added some codecs contributed by users

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4093 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-01-11 18:50:52 +00:00
parent 67c7e759fc
commit 36db6b34a7

View File

@ -627,6 +627,26 @@ videocodec 3ivXqtx
out YUY2
out BGR32,BGR24,BGR16,BGR15
videocodec alaris
info "Alaris VideoGramPiX"
; http://www.alaris.com/movies/toocool.vgm
; Martin Schuster <schuster@ap.univie.ac.at>
status buggy
comment "only produces strange patterns"
fourcc VGPX,VTLP VGPX
driver vfwex
dll "vgpix32d.dll"
out UYVY
videocodec CJPG
info "CJPG"
status untested
fourcc CJPG
driver vfw
dll "CtWbJpg.DLL"
out YUY2
out UYVY
out BGR24,BGR15
; =============== XANIM DLL's =============
@ -946,8 +966,7 @@ audiocodec voxware
audiocodec acelp
info "ACELP.net Sipro Lab Audio Decoder"
status crashing
comment "DS: cannot connect Output pin"
status working
format 0x130
driver dshow
dll "acelpdec.ax"
@ -1003,3 +1022,14 @@ audiocodec atrac3
format 0x270
driver acm
dll "atrac3.acm"
audiocodec ALF2
; http://www.nctsoft.com/products/NCTALFCD/
; jdp@mail.sonofon.dk
info "ALF2"
status untested
comment "Working so try it"
format 0x1FC4 ; ALF2
driver acm
dll "alf2cd.acm"