[Mplayer-cvslog] CVS: main/etc codecs.conf,1.81,1.82
Alex Beregszaszi
alex at mplayer.dev.hu
Sun Nov 11 04:58:48 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.6,1.7 tv.h,1.4,1.5 tvi_def.h,1.2,1.3 tvi_v4l.c,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main configure,1.233,1.234
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv15240
Modified Files:
codecs.conf
Log Message:
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- codecs.conf 11 Nov 2001 00:14:46 -0000 1.81
+++ codecs.conf 11 Nov 2001 03:58:46 -0000 1.82
@@ -553,12 +553,33 @@
dll "vid_cyuv.xa"
out YV12,IYUV,I420
-videocodec raw
- info "RAW codec (only copying)"
- status untested
+videocodec rawyv12
+ info "RAW YV12"
+ status working
driver raw
- fourcc YV12
+ format 0x0
out YV12
+
+videocodec rawuyvy
+ info "RAW UYVY"
+ status working
+ driver raw
+ format 0x0
+ out UYVY
+
+videocodec rawrgb32
+ info "RAW RGB32"
+ status working
+ driver raw
+ format 0x0
+ out RGB32
+
+videocodec rawrgb24
+ info "RAW RGB24"
+ status working
+ driver raw
+ format 0x0
+ out RGB24
videocodec null
info "NULL codec (no decoding!)"
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.6,1.7 tv.h,1.4,1.5 tvi_def.h,1.2,1.3 tvi_v4l.c,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main configure,1.233,1.234
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list