mirror of https://github.com/mpv-player/mpv
fixed cram and vivo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2684 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2e29ff3ad8
commit
9d9561be24
|
@ -11,6 +11,7 @@ videocodec u263
|
|||
comment "added by Juanjo (also working with VIVO)"
|
||||
status working
|
||||
fourcc U263
|
||||
fourcc vivo,VIVO U263
|
||||
driver dshow
|
||||
dll "ubv263d+.ax"
|
||||
guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
|
||||
|
@ -145,7 +146,9 @@ videocodec vivo
|
|||
videocodec i263
|
||||
info "I263"
|
||||
status working
|
||||
comment "also working with VIVO"
|
||||
fourcc I263,i263,I420,i420
|
||||
fourcc vivo,VIVO I263
|
||||
driver vfw
|
||||
dll "i263_32.drv"
|
||||
; out I420
|
||||
|
@ -302,11 +305,12 @@ videocodec cvid
|
|||
|
||||
videocodec cram
|
||||
info "Microsoft Video 1"
|
||||
comment "8bpp is only supported by GGI (?)"
|
||||
status working
|
||||
fourcc cram,CRAM,MSVC
|
||||
driver vfw
|
||||
dll "msvidc32.dll"
|
||||
out BGR24,BGR15
|
||||
out BGR8,BGR15,BGR24
|
||||
|
||||
videocodec vcr2
|
||||
info "ATI VCR-2"
|
||||
|
@ -528,8 +532,9 @@ videocodec 3ivXxa
|
|||
|
||||
videocodec h263xa
|
||||
info "CCITT H.263"
|
||||
status untested
|
||||
status working
|
||||
fourcc H263,h263
|
||||
fourcc VIVO,vivo H263
|
||||
driver xanim
|
||||
dll "vid_h263.xa"
|
||||
out YV12,IYUV,I420
|
||||
|
|
Loading…
Reference in New Issue