mirror of https://github.com/mpv-player/mpv
added qt-extras
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8325 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
34504396cd
commit
43d65169a8
|
@ -995,12 +995,46 @@ videocodec sp5x
|
||||||
|
|
||||||
; quicktime codecs:
|
; quicktime codecs:
|
||||||
|
|
||||||
|
videocodec qt3ivx
|
||||||
|
info "win32/quicktime 3IV1 (3ivx) decoder"
|
||||||
|
status working
|
||||||
|
fourcc 3IV1
|
||||||
|
driver qtvideo
|
||||||
|
dll "3ivx Delta 3.5.qtx"
|
||||||
|
out YUY2
|
||||||
|
|
||||||
|
videocodec qtvp3
|
||||||
|
info "win32/quicktime VP3 decoder"
|
||||||
|
status crashing
|
||||||
|
fourcc VP31
|
||||||
|
driver qtvideo
|
||||||
|
dll "On2_VP3.qtx"
|
||||||
|
out YUY2
|
||||||
|
|
||||||
|
videocodec qtzygo
|
||||||
|
info "win32/quicktime ZyGo decoder"
|
||||||
|
status buggy
|
||||||
|
comment "wrong colors"
|
||||||
|
fourcc ZyGo,zygo,lsvx
|
||||||
|
driver qtvideo
|
||||||
|
dll "ZyGoVideo.qtx"
|
||||||
|
out BGR32,RGB32
|
||||||
|
|
||||||
|
videocodec qtbhiv
|
||||||
|
info "win32/quicktime BeHereiVideo decoder"
|
||||||
|
comment "sample file wanted!"
|
||||||
|
status untested
|
||||||
|
fourcc bhiv
|
||||||
|
driver qtvideo
|
||||||
|
dll "BeHereiVideo.qtx"
|
||||||
|
out YUY2
|
||||||
|
|
||||||
videocodec qtsvq3
|
videocodec qtsvq3
|
||||||
info "win32/quicktime SVQ3 decoder"
|
info "win32/quicktime SVQ3 decoder"
|
||||||
status untested
|
status working
|
||||||
fourcc SVQ3
|
fourcc SVQ3
|
||||||
driver qtvideo
|
driver qtvideo
|
||||||
dll "QuickTime.qts"
|
dll "QuickTimeEssentials.qtx"
|
||||||
out YUY2
|
out YUY2
|
||||||
|
|
||||||
videocodec qtsvq1
|
videocodec qtsvq1
|
||||||
|
|
Loading…
Reference in New Issue