mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 21:42:18 +00:00
i420, indeo5 fixes/changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@347 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
def735bdc8
commit
74d45df3ba
@ -38,7 +38,6 @@ videocodec divx
|
|||||||
fourcc DIV5,div5 div3 ; DivX 3.20
|
fourcc DIV5,div5 div3 ; DivX 3.20
|
||||||
fourcc DIV6,div6 div4 ; -||-
|
fourcc DIV6,div6 div4 ; -||-
|
||||||
fourcc DIV3,div3,DIV4,div4
|
fourcc DIV3,div3,DIV4,div4
|
||||||
fourcc AP41 DIV3 ; AngelPotion definitive MPEG4 (yet another stolen stuff)
|
|
||||||
driver vfw
|
driver vfw
|
||||||
dll "divxc32.dll"
|
dll "divxc32.dll"
|
||||||
out YUY2 yuvhack
|
out YUY2 yuvhack
|
||||||
@ -52,15 +51,6 @@ videocodec odivx
|
|||||||
driver odivx
|
driver odivx
|
||||||
out YV12
|
out YV12
|
||||||
|
|
||||||
videocodec indeo5
|
|
||||||
info "Intel Indeo 5"
|
|
||||||
status working
|
|
||||||
fourcc IV50,iv50
|
|
||||||
driver vfw
|
|
||||||
dll "ir50_32.dll"
|
|
||||||
out YUY2
|
|
||||||
out BGR32,BGR24,BGR15
|
|
||||||
|
|
||||||
videocodec indeo5ds
|
videocodec indeo5ds
|
||||||
info "Intel Indeo 5"
|
info "Intel Indeo 5"
|
||||||
status untested
|
status untested
|
||||||
@ -71,6 +61,15 @@ videocodec indeo5ds
|
|||||||
out YUY2
|
out YUY2
|
||||||
out BGR32,BGR24,BGR16,BGR15
|
out BGR32,BGR24,BGR16,BGR15
|
||||||
|
|
||||||
|
videocodec indeo5
|
||||||
|
info "Intel Indeo 5"
|
||||||
|
status working
|
||||||
|
fourcc IV50,iv50
|
||||||
|
driver vfw
|
||||||
|
dll "ir50_32.dll"
|
||||||
|
out YUY2
|
||||||
|
out BGR32,BGR24,BGR15
|
||||||
|
|
||||||
videocodec indeo4
|
videocodec indeo4
|
||||||
info "Intel Indeo 4.1"
|
info "Intel Indeo 4.1"
|
||||||
status buggy
|
status buggy
|
||||||
@ -119,8 +118,7 @@ videocodec vcr2
|
|||||||
videocodec i263
|
videocodec i263
|
||||||
info "I263"
|
info "I263"
|
||||||
status working
|
status working
|
||||||
fourcc I420 i263 ; (map!) they use the same dll.. dunno if it (i420) worx
|
fourcc I263,i263,I420,i420
|
||||||
fourcc I263,i263
|
|
||||||
driver vfw
|
driver vfw
|
||||||
dll "i263_32.drv"
|
dll "i263_32.drv"
|
||||||
out YUY2
|
out YUY2
|
||||||
@ -147,13 +145,15 @@ videocodec wmv1
|
|||||||
out BGR32,BGR24,BGR16,BGR15
|
out BGR32,BGR24,BGR16,BGR15
|
||||||
|
|
||||||
videocodec ap41
|
videocodec ap41
|
||||||
info "AngelPotion Definitive V1"
|
info "AngelPotion Definitive V1" ; yet another stolen stuff
|
||||||
status crashing
|
status working
|
||||||
fourcc AP41
|
fourcc AP41 div3
|
||||||
driver vfw
|
fourcc div3
|
||||||
dll "apmpg4v1.dll"
|
driver dshow
|
||||||
|
dll "divx_c32.ax" ; no need to use apmpg4v1.dll
|
||||||
|
guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
|
||||||
out YUY2
|
out YUY2
|
||||||
out BGR32,BGR24,BGR15
|
out BGR32,BGR24,BGR16,BGR15
|
||||||
|
|
||||||
videocodec tm20
|
videocodec tm20
|
||||||
info "TrueMotion 2.0"
|
info "TrueMotion 2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user