summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 20:11:07 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 20:11:07 +0000
commitd08be7cba9f842673f15069ae9c446c5418f2f0a (patch)
treee7e20cbd8981d56f4ea82bb680d1ed070a2ce003 /etc
parentfbf83dd1b50d5d2d59efe4c5491f6ec1d89e8430 (diff)
downloadmpv-d08be7cba9f842673f15069ae9c446c5418f2f0a.tar.bz2
mpv-d08be7cba9f842673f15069ae9c446c5418f2f0a.tar.xz
seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formats
(should fix upside-down picture from tv in rgb modes) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9321 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf47
1 files changed, 41 insertions, 6 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index bcfa818157..8b802c5398 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1243,14 +1243,28 @@ videocodec rawrgb16
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 @@ videocodec rawbgr24
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 @@ videocodec rawbgr16
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 @@ videocodec rawbgr15
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 @@ videocodec rawbgr8
format 0x0
format 0x20776172
format 0x42475208
- out BGR8 flip
+ out BGR8
videocodec rawbgr1
info "RAW BGR1"