mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
added new xanim codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2399 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
65348b282e
commit
e6ee04e413
@ -454,25 +454,44 @@ videocodec msrle
|
||||
dll "xa_rle8"
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec 3ivx
|
||||
info "3IVX MPEG4 Codec"
|
||||
status crashing
|
||||
fourcc 3IV1,3ivx
|
||||
videocodec 3ivX
|
||||
info "3ivX Delta 3.5"
|
||||
status buggy
|
||||
fourcc 3IV1
|
||||
driver dshow
|
||||
dll "3ivxdmo.dll"
|
||||
guid 0x0E6772C0, 0xDD80, 0x11D4, 0xB5, 0x8f, 0xA8, 0x6B, 0x66, 0xd0, 0x61, 0x1c
|
||||
; out YUY2
|
||||
; out UYVY
|
||||
out YV12
|
||||
out YUY2
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
; =============== XANIM DLL's =============
|
||||
|
||||
videocodec indeo5xa
|
||||
info "Intel Indeo 5"
|
||||
status buggy
|
||||
status working
|
||||
fourcc IV50,iv50
|
||||
driver xanim
|
||||
dll "vid_iv50_1.0_linuxELFx86c6.xa"
|
||||
out YV12,IYUV,I420
|
||||
|
||||
videocodec indeo4xa
|
||||
info "Intel Indeo 4.1"
|
||||
status working
|
||||
fourcc IV41,iv41
|
||||
driver xanim
|
||||
dll "vid_iv41_1.1_linuxELFx86c6.xa"
|
||||
out YV12,IYUV,I420
|
||||
|
||||
videocodec indeo3xa
|
||||
info "Intel Indeo 3.1/3.2"
|
||||
status working
|
||||
fourcc IV31,iv31
|
||||
fourcc IV32,iv32
|
||||
driver xanim
|
||||
dll "vid_iv32_2.1_linuxELFx86c6.xa"
|
||||
out YV12,IYUV,I420
|
||||
|
||||
videocodec cvidxa
|
||||
info "Radius Cinepak Video"
|
||||
status working
|
||||
@ -482,13 +501,37 @@ videocodec cvidxa
|
||||
out YV12,IYUV,I420
|
||||
|
||||
videocodec 3ivXxa
|
||||
info "3ivX"
|
||||
info "3ivX Delta 3.5"
|
||||
status working
|
||||
fourcc 3IV1
|
||||
driver xanim
|
||||
dll "vid_3ivX_d3.5_linuxELFx86c6.xa"
|
||||
out YV12,IYUV,I420
|
||||
|
||||
videocodec h263xa
|
||||
info "CCITT H.263"
|
||||
status untested
|
||||
fourcc h263
|
||||
driver xanim
|
||||
dll "vid_h263_1.1_linuxELFx86c6.xa"
|
||||
out YV12,IYUV,I420
|
||||
|
||||
videocodec h261xa
|
||||
info "CCITT H.261"
|
||||
status untested
|
||||
fourcc i263
|
||||
driver xanim
|
||||
dll "vid_h261_1.0_linuxELFx86c6.xa"
|
||||
out YV12,IYUV,I420
|
||||
|
||||
videocodec cyuvxa
|
||||
info "Creative CYUV"
|
||||
status untested
|
||||
fourcc CYUV,cyuv
|
||||
driver xanim
|
||||
dll "vid_cyuv_1.0_linuxELFx86c6.xa"
|
||||
out YV12,IYUV,I420
|
||||
|
||||
videocodec null
|
||||
info "NULL codec (no decoding)"
|
||||
status working
|
||||
@ -500,7 +543,6 @@ videocodec null
|
||||
out UYVY
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
|
||||
;=============================================================================
|
||||
; AUDIO CODECS
|
||||
;=============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user