From f910f3d94140ea17acc55d84420b58a05c712b98 Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 18 Jun 2003 00:34:35 +0000 Subject: HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards) based on patch by Alex git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10306 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'etc/codecs.conf') 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 -- cgit v1.2.3