summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-17 00:24:43 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-17 00:24:43 +0000
commitdb7183458aaeb68760b4223505a24a49235d7d05 (patch)
tree2b119f52309ba05037aca1063499f84062439aaa /etc
parent454110ceea9753d203f16e058819f33ad339c4b5 (diff)
downloadmpv-db7183458aaeb68760b4223505a24a49235d7d05.tar.bz2
mpv-db7183458aaeb68760b4223505a24a49235d7d05.tar.xz
- raw rgb1, rgb4 added
- mapping raw yuv formats added - fourcc 'alaw' fo rmov files added - version bumped git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7772 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf31
1 files changed, 25 insertions, 6 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 504ec8abe7..0ff0ca031d 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3,7 +3,7 @@
; Before editing this file, please read DOCS/tech/codecs.conf.txt !
;=============================================================================
-release 20020910
+release 20021016
;=============================================================================
; VIDEO CODECS
@@ -1092,11 +1092,29 @@ videocodec rawbgr15
format 0x4247520F
out BGR15 flip
+videocodec rawbgr8
+ info "RAW BGR8"
+ status working
+ driver raw
+ format 0x0
+ format 0x20776172
+ format 0x4247520F
+ out BGR8 flip
+
+videocodec rawbgr1
+ info "RAW BGR8"
+ status working
+ driver raw
+ format 0x0
+ format 0x20776172
+ format 0x4247520F
+ out BGR1 flip
+
videocodec rawyuy2
info "RAW YUY2"
status working
driver raw
- format 0x0
+ format 0x0 0x32595559
format 0x20776172
fourcc yuy2,YUY2
out YUY2
@@ -1105,7 +1123,7 @@ videocodec rawuyvy
info "RAW UYVY"
status working
driver raw
- format 0x0
+ format 0x0 0x59565955
format 0x20776172
fourcc uyvy,UYVY
out UYVY
@@ -1114,7 +1132,7 @@ videocodec rawyv12
info "RAW YV12"
status working
driver raw
- format 0x0
+ format 0x0 0x32315659
format 0x20776172
fourcc yv12,YV12
out YV12
@@ -1123,7 +1141,7 @@ videocodec rawi420
info "RAW I420"
status working
driver raw
- format 0x0
+ format 0x0 0x30323449
format 0x20776172
fourcc i420,I420
fourcc IYUV,iyuv
@@ -1133,7 +1151,7 @@ videocodec rawyvu9
info "RAW YVU9"
status working
driver raw
- format 0x0
+ format 0x0 0x39555659
format 0x20776172
fourcc yvu9,YVU9
out YVU9
@@ -1335,6 +1353,7 @@ audiocodec alaw
info "aLaw"
status working
format 0x6
+ format 0x77616C61 ; 'alaw', .mov files
driver alaw
audiocodec ulaw