summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 03:58:46 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 03:58:46 +0000
commita0682037fbaa5017667cd35db47d1ede77da72f9 (patch)
tree642d3f04fc913cb804f53e69a5faab3d092108f5 /etc
parent92af740b7286a6fb96c767aa9fb3cf06164b8b83 (diff)
downloadmpv-a0682037fbaa5017667cd35db47d1ede77da72f9.tar.bz2
mpv-a0682037fbaa5017667cd35db47d1ede77da72f9.tar.xz
new rawyv12/rawuyvy/rawrgb32/rawrgb24 for tv (also you can use aalib from now)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2821 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf29
1 files changed, 25 insertions, 4 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 49838e15e6..7edb04d25b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -553,13 +553,34 @@ videocodec cyuvxa
dll "vid_cyuv.xa"
out YV12,IYUV,I420
-videocodec raw
- info "RAW codec (only copying)"
- status untested
+videocodec rawyv12
+ info "RAW YV12"
+ status working
driver raw
- fourcc YV12
+ format 0x0
out YV12
+videocodec rawuyvy
+ info "RAW UYVY"
+ status working
+ driver raw
+ format 0x0
+ out UYVY
+
+videocodec rawrgb32
+ info "RAW RGB32"
+ status working
+ driver raw
+ format 0x0
+ out RGB32
+
+videocodec rawrgb24
+ info "RAW RGB24"
+ status working
+ driver raw
+ format 0x0
+ out RGB24
+
videocodec null
info "NULL codec (no decoding!)"
status working