summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-18 00:34:35 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-18 00:34:35 +0000
commitf910f3d94140ea17acc55d84420b58a05c712b98 (patch)
treeac338a86802aa4fdc17374247b7af0deaf2ef886 /etc/codecs.conf
parent669ca2803d3ea6f7905cc97e63892729bd5c427c (diff)
downloadmpv-f910f3d94140ea17acc55d84420b58a05c712b98.tar.bz2
mpv-f910f3d94140ea17acc55d84420b58a05c712b98.tar.xz
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
based on patch by Alex <d18c7db@hotmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10306 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 964237f2d3..e9a64aa68d 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1455,6 +1455,24 @@ videocodec rawyv12
fourcc yv12,YV12
out YV12
+videocodec rawnv12
+ info "RAW NV12"
+ status working
+ driver hmblck
+ format 0x0 0x3231564E
+ format 0x20776172
+ fourcc nv12,NV12
+ out YV12
+
+videocodec rawhm12
+ info "RAW HM12"
+ status working
+ driver hmblck
+ format 0x0 0x32314D48
+ format 0x20776172
+ fourcc hm12,HM12
+ out YV12
+
videocodec rawi420
info "RAW I420"
status working