summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-09 15:49:25 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-09 15:49:25 +0000
commit6d5ac123fbce89d1c0a6af9e4eea7b8bfdb5e77b (patch)
treea2ea131526e26a609823babe3720aec0fa8d8d17 /etc
parentf5b7d3df3d1b4a886b4cc898dab6b53a659881ae (diff)
downloadmpv-6d5ac123fbce89d1c0a6af9e4eea7b8bfdb5e77b.tar.bz2
mpv-6d5ac123fbce89d1c0a6af9e4eea7b8bfdb5e77b.tar.xz
updated raw codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3400 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8e29c44a99..6406d0f3c7 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -483,6 +483,18 @@ videocodec 3ivX
out YUY2
out BGR32,BGR24,BGR16,BGR15
+videocodec mss1
+ info "Windows Screen Video"
+ status crashing
+ comment "with MMX optimizations!"
+ fourcc MSS1
+ driver dshow
+ dll "msscds32.ax"
+ guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
+; out I420
+; out YUY2
+ out BGR32,BGR24,BGR16,BGR15
+
videocodec 3ivXqtx
info "3ivX Delta 3.5"
status crashing
@@ -590,6 +602,7 @@ videocodec video1
driver msvidc
out BGR32,BGR24
+; these raw codecs are used mostly by tv input
videocodec rawyv12
info "RAW YV12"
comment "pre-postprocessing support"
@@ -612,6 +625,7 @@ videocodec rawuyvy
status working
driver raw
format 0x0
+ fourcc uyvy,UYVY
out UYVY
videocodec rawrgb32
@@ -619,6 +633,7 @@ videocodec rawrgb32
status working
driver raw
format 0x0
+ format 0x52474220
out RGB32
videocodec rawrgb24
@@ -626,8 +641,17 @@ videocodec rawrgb24
status working
driver raw
format 0x0
+ format 0x52474218
out RGB24
+videocodec rawrgb16
+ info "RAW RGB16"
+ status working
+ driver raw
+ format 0x0
+ format 0x52474210
+ out RGB16
+
videocodec rawbgr24
info "RAW BGR24"
status working