[Mplayer-cvslog] CVS: main/etc codecs.conf,1.200,1.201
Alex Beregszaszi
alex at mplayerhq.hu
Sun Jun 23 18:04:47 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_VideoDecoder.c,1.19,1.20 guids.c,1.4,1.5 guids.h,1.5,1.6 libwin32.h,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv25307
Modified Files:
codecs.conf
Log Message:
added yvu9 and if09 support. revised some codecs
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- codecs.conf 22 Jun 2002 23:11:34 -0000 1.200
+++ codecs.conf 23 Jun 2002 16:04:44 -0000 1.201
@@ -329,8 +329,7 @@
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 @@
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 @@
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 @@
; 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 @@
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 @@
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 @@
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 @@
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 @@
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"
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_VideoDecoder.c,1.19,1.20 guids.c,1.4,1.5 guids.h,1.5,1.6 libwin32.h,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list