# HG changeset patch # User arpi # Date 1044648667 0 # Node ID c5bb811fa7fcb60b1a6011406f828ef1fc3a7627 # Parent 2e8204f9da6d0637867f273cbfea0aca99829da7 seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats (should fix upside-down picture from tv in rgb modes) diff -r 2e8204f9da6d -r c5bb811fa7fc etc/codecs.conf --- a/etc/codecs.conf Fri Feb 07 20:01:19 2003 +0000 +++ b/etc/codecs.conf Fri Feb 07 20:11:07 2003 +0000 @@ -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"