summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-17 20:54:25 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-17 20:54:25 +0000
commitb8830753f103748e8faa630ba636c845263906ce (patch)
tree9f49de427603069a41d77dd8616058038d290dad /etc/codecs.conf
parent9000a532c3f83013b54eb7b39b0497a2a591f6b6 (diff)
downloadmpv-b8830753f103748e8faa630ba636c845263906ce.tar.bz2
mpv-b8830753f103748e8faa630ba636c845263906ce.tar.xz
add binary codecs:
yuv8 - yuv8 vfw decoder WCMV - Wincam Screen capture codec AJPG,ABYR - Kensington videocam codec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28162 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf33
1 files changed, 31 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index cd503f82fd..57bbc5a0b7 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -66,6 +66,15 @@ videocodec zmbv
dll "zmbv.dll"
out BGR24,BGR15,BGR8 query,flip
+videocodec yuv8
+ info "YUV422 = Cb0 Y0 Cr0 Y1 Cb1 Y2 Cr1 Y3 (U Y V Y U Y V Y)"
+ status working
+ fourcc yuv8
+ driver vfwex
+ dll "kdvyuv8.dll" ; i wonder if this works with raw codecs?
+ out YV12,I420,UYVY
+ out BGR24,BGR15,BGR32
+
videocodec blackmagic
info "Blackmagic 10-bit"
status working
@@ -495,6 +504,15 @@ videocodec msuscls
dll "SCLS.DLL"
out BGR32,BGR24,BGR16 flip
+videocodec wincam
+ info "wincam screen capture codec"
+ comment "requires Zlib.dll"
+ status working
+ fourcc WCMV
+ driver vfw
+ dll "wcmv.dll" ; requires Zlib.dll
+ out BGR15 flip
+
videocodec cram
info "Microsoft Video 1"
comment "-vf palette required for 8bpp"
@@ -1854,8 +1872,9 @@ videocodec vcr2
out YV12
out BGR24
-videocodec CJPG
- info "CJPG"
+videocodec cjpg
+ info "Creative Labs Video Blaster Webcam"
+ comment "sequential jpeg files?"
status working
fourcc CJPG
driver vfw
@@ -1864,6 +1883,16 @@ videocodec CJPG
out UYVY
out BGR24,BGR15
+videocodec kensington
+ info "kensington webcam"
+ status working
+ fourcc AJPG,ABYR
+ fourcc LBYR,JBYR ; untested, creative labs cam
+ fourcc UV12 ; untested
+ driver vfw
+ dll "aoxdxipl.ax"
+ out BGR24 flip
+
videocodec xjpg
info "xiricam Veo PC Camera"
status working