[Mplayer-cvslog] CVS: main/etc codecs.conf,1.266,1.267
Arpi of Ize
arpi at mplayerhq.hu
Fri Feb 7 21:11:21 CET 2003
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv20823
Modified Files:
codecs.conf
Log Message:
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
(should fix upside-down picture from tv in rgb modes)
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- codecs.conf 3 Feb 2003 00:20:46 -0000 1.266
+++ codecs.conf 7 Feb 2003 20:11:07 -0000 1.267
@@ -1243,14 +1243,28 @@
format 0x52474210
out RGB16
+videocodec rawbgr32flip
+ info "RAW BGR32"
+ status working
+ driver raw
+ format 0x0
+ out BGR32 flip
+
videocodec rawbgr32
info "RAW BGR32"
status working
driver raw
format 0x0
format 0x42475220
- out BGR32 flip
-
+ out BGR32
+
+videocodec rawbgr24flip
+ info "RAW BGR24"
+ status working
+ driver raw
+ format 0x0
+ out BGR24 flip
+
videocodec rawbgr24
info "RAW BGR24"
status working
@@ -1258,7 +1272,14 @@
format 0x0
format 0x20776172
format 0x42475218
- out BGR24 flip
+ out BGR24
+
+videocodec rawbgr16flip
+ info "RAW BGR15"
+ status working
+ driver raw
+ format 0x0
+ out BGR16 flip
videocodec rawbgr16
info "RAW BGR15"
@@ -1267,7 +1288,14 @@
format 0x0
format 0x20776172
format 0x42475210
- out BGR16 flip
+ out BGR16
+
+videocodec rawbgr15flip
+ info "RAW BGR15"
+ status working
+ driver raw
+ format 0x0
+ out BGR15 flip
videocodec rawbgr15
info "RAW BGR15"
@@ -1276,7 +1304,14 @@
format 0x0
format 0x20776172
format 0x4247520F
- out BGR15 flip
+ out BGR15
+
+videocodec rawbgr8flip
+ info "RAW BGR8"
+ status working
+ driver raw
+ format 0x0
+ out BGR8 flip
videocodec rawbgr8
info "RAW BGR8"
@@ -1285,7 +1320,7 @@
format 0x0
format 0x20776172
format 0x42475208
- out BGR8 flip
+ out BGR8
videocodec rawbgr1
info "RAW BGR1"
More information about the MPlayer-cvslog
mailing list