mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
added yvu9 and if09 support. revised some codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6529 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0768891d2d
commit
a934705746
@ -329,8 +329,7 @@ videocodec divxds
|
||||
driver dshow
|
||||
dll "divx_c32.ax"
|
||||
guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
|
||||
; out YV12
|
||||
out YUY2
|
||||
out YUY2,UYVY
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec divx
|
||||
@ -390,8 +389,7 @@ videocodec wmv7
|
||||
driver dshow
|
||||
dll "wmvds32.ax"
|
||||
guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
|
||||
; out I420
|
||||
out YUY2
|
||||
out YUY2,UYVY
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec ubmp4
|
||||
@ -417,10 +415,8 @@ videocodec m3jpeg
|
||||
fourcc dmb1 MJPG ; MJPEG by Matrox Rainbow Runner
|
||||
driver vfw
|
||||
dll "m3jpeg32.dll"
|
||||
out I420
|
||||
out YV12
|
||||
out YUY2
|
||||
out UYVY
|
||||
; out YV12,I420
|
||||
out YUY2,UYVY
|
||||
out BGR32,BGR24,BGR15
|
||||
|
||||
videocodec mjpeg
|
||||
@ -431,8 +427,7 @@ videocodec mjpeg
|
||||
; fourcc AVRn,AVDJ MJPG ; AVID (sometimes buggy)
|
||||
driver vfw
|
||||
dll "mcmjpg32.dll"
|
||||
out YUY2
|
||||
out UYVY
|
||||
out YUY2,UYVY
|
||||
out BGR32,BGR24,BGR15
|
||||
|
||||
videocodec avid
|
||||
@ -486,8 +481,7 @@ videocodec m3jpegds
|
||||
dll "m3jpegdec.ax"
|
||||
guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68
|
||||
out I420
|
||||
out YUY2
|
||||
out UYVY
|
||||
out YUY2,UYVY
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec pegasusm
|
||||
@ -609,15 +603,15 @@ videocodec indeo5ds
|
||||
driver dshow
|
||||
dll "ir50_32.dll"
|
||||
guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
|
||||
out YV12
|
||||
out YUY2
|
||||
out YV12,IYUV,I420
|
||||
out YUY2,UYVY
|
||||
out BGR32,BGR24,BGR16,BGR15
|
||||
|
||||
videocodec indeo5
|
||||
info "Intel Indeo 5"
|
||||
status working
|
||||
fourcc IV50,iv50
|
||||
driver vfw
|
||||
driver vfwex
|
||||
dll "ir50_32.dll"
|
||||
; out YV12,I420 ; flickering
|
||||
out YUY2
|
||||
@ -629,17 +623,20 @@ videocodec indeo4
|
||||
fourcc IV41,iv41
|
||||
driver vfw
|
||||
dll "ir41_32.dll"
|
||||
out IF09
|
||||
out BGR24,BGR15
|
||||
in YVU9
|
||||
|
||||
videocodec indeo3
|
||||
info "Intel Indeo 3.1/3.2"
|
||||
status working
|
||||
comment "upside-down with some vo drivers, (no yuv)"
|
||||
fourcc IV31,iv31
|
||||
fourcc IV32,iv32
|
||||
driver vfw
|
||||
driver vfwex
|
||||
dll "ir32_32.dll"
|
||||
out IF09
|
||||
out BGR24,BGR15 flip,static
|
||||
in YVU9
|
||||
|
||||
videocodec indeo5xa
|
||||
info "Intel Indeo 5"
|
||||
@ -647,7 +644,7 @@ videocodec indeo5xa
|
||||
fourcc IV50,iv50
|
||||
driver xanim
|
||||
dll "vid_iv50.xa"
|
||||
out YV12,IYUV,I420
|
||||
out YVU9,YV12,IYUV,I420
|
||||
|
||||
videocodec indeo4xa
|
||||
info "Intel Indeo 4.1"
|
||||
@ -655,7 +652,7 @@ videocodec indeo4xa
|
||||
fourcc IV41,iv41
|
||||
driver xanim
|
||||
dll "vid_iv41.xa"
|
||||
out YV12,IYUV,I420
|
||||
out YVU9,YV12,IYUV,I420
|
||||
|
||||
videocodec indeo3xa
|
||||
info "Intel Indeo 3.1/3.2"
|
||||
|
Loading…
Reference in New Issue
Block a user