mirror of
https://github.com/mpv-player/mpv
synced 2025-02-15 19:47:32 +00:00
another mpeg4 fourcc and add binary vdo codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28137 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1c3d84f190
commit
8578b11a23
@ -804,7 +804,7 @@ videocodec ffodivx
|
||||
fourcc FVFW,fvfw
|
||||
fourcc FFDS
|
||||
fourcc DCOD,MVXM,EM4A,PM4V
|
||||
fourcc M4T3,DMK2
|
||||
fourcc M4T3,DMK2,DIGI
|
||||
driver ffmpeg
|
||||
dll mpeg4 ;opendivx
|
||||
out YV12,I420,IYUV
|
||||
@ -854,7 +854,7 @@ videocodec xvid
|
||||
fourcc VIDM ; vidm 4.01 codec
|
||||
fourcc FFDS
|
||||
fourcc DCOD,MVXM,EM4A,PM4V
|
||||
fourcc M4T3,DMK2
|
||||
fourcc M4T3,DMK2,DIGI
|
||||
format 0x10000004 ; mpeg 4 es
|
||||
driver xvid
|
||||
out YV12
|
||||
@ -2037,6 +2037,15 @@ videocodec vdom
|
||||
dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL
|
||||
out BGR24 flip
|
||||
|
||||
videocodec vdowave3
|
||||
info "VDOWave 3 advanced codec"
|
||||
status working
|
||||
fourcc VDO3
|
||||
fourcc VDOM,VDOW
|
||||
driver vfw
|
||||
dll "vdo32_30.drv" ; Need also decvdo.dll
|
||||
out BGR24 flip
|
||||
|
||||
videocodec lsv
|
||||
info "Vianet Lsvx Video Decoder"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user