summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-06-26 03:12:31 +0000
committerUoti Urpala <uau@mplayer2.org>2011-07-06 13:01:08 +0300
commit01e441dddc3cb9677819513b9ef32f502c58c2fd (patch)
treea9c865a0810f14a722525addfa7053a432de56a7 /etc
parentd67a3223b0b19e0648cb19f9fe1aceec518818d2 (diff)
downloadmpv-01e441dddc3cb9677819513b9ef32f502c58c2fd.tar.bz2
mpv-01e441dddc3cb9677819513b9ef32f502c58c2fd.tar.xz
codecs.conf: add vfw csmcodec for fourcc CSM0, map YV24 fourcc to raw444P codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33727 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 528950723f..b8b5f71108 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2445,6 +2445,15 @@ videocodec bwmpeg
dll "bw10.dll" ;requires vtaccess.dll
out YV12,YUY2,I420
+videocodec csmscreen
+ info "csmscreen AVI lossless video codec"
+ comment "requires Esdll.dll"
+ status working
+ fourcc CSM0
+ driver vfw
+ dll "csmx.dll" ; b6cfb690fe5997da0f07506c8982334f *CSMX.dll
+ out BGR32,BGR24,BGR16 flip
+
videocodec matchware
info "matchware screen capture codec"
status working
@@ -3278,6 +3287,7 @@ videocodec raw444P
format 0x0 0x50343434
format 0x20776172 0x50343434
fourcc 444p,444P
+ fourcc YV24 444P
out 444P
videocodec raw422P
@@ -3403,6 +3413,7 @@ videocodec ffraw444P
format 0x0
format 0x20776172
fourcc 444p,444P
+ fourcc YV24
driver ffmpeg
dll rawvideo