mirror of https://github.com/mpv-player/mpv
inserted some avi codecs, and stupid comments. no, no jokes, sorry.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@314 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
568259a19c
commit
33d03b699c
|
@ -122,6 +122,57 @@ videocodec wmv1
|
|||
out YUY2
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec ap41
|
||||
info "AngelPotion Definitive V1"
|
||||
; status "NOT WORKING"
|
||||
fourcc APV1
|
||||
format 0x31345041
|
||||
driver vfw
|
||||
dll "apmpg4v1.dll"
|
||||
out YUY2
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec tm20
|
||||
info "TrueMotion 2.0"
|
||||
; status "NOT WORKING"
|
||||
fourcc TM20
|
||||
format 0x30324D54
|
||||
driver dshow
|
||||
dll "tm20dec.ax"
|
||||
guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
|
||||
out YUY2
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec hfyu
|
||||
info "HuffYUV"
|
||||
; status "NOT WORKING"
|
||||
fourcc HFYU
|
||||
format 0x55594648
|
||||
driver vfw
|
||||
dll "huffyuv.dll"
|
||||
out YUY2
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec mszh
|
||||
info "AVImszh"
|
||||
; status "NOT WORKING"
|
||||
fourcc MSZH
|
||||
format 0x485A534D
|
||||
driver vfw
|
||||
dll "avimszh.dll"
|
||||
out YUY2
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec zlib
|
||||
info "AVIzlib"
|
||||
; status "NOT WORKING"
|
||||
fourcc ZLIB
|
||||
format 0x42494C5A
|
||||
driver vfw
|
||||
dll "avizlib.dll"
|
||||
out YUY2
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
audiocodec divx
|
||||
info "DivX audio (WMA)"
|
||||
format 0x160
|
||||
|
@ -135,6 +186,7 @@ audiocodec msadpcm
|
|||
driver acm
|
||||
dll "msadp32.acm"
|
||||
|
||||
; 3DNow! autodetection?
|
||||
audiocodec mp3acm
|
||||
info "MPEG layer-3"
|
||||
comment "Optimized to Intel MMX/SSE"
|
||||
|
@ -175,6 +227,13 @@ audiocodec alaw
|
|||
format 0x6
|
||||
driver alaw
|
||||
|
||||
audiocodec ulaw
|
||||
info "uLaw"
|
||||
; status "?"
|
||||
format 0x7
|
||||
driver alaw
|
||||
comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)"
|
||||
|
||||
audiocodec pcm
|
||||
info "Uncompressed PCM"
|
||||
format 0x1
|
||||
|
|
Loading…
Reference in New Issue