summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-21 01:21:49 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-21 01:21:49 +0000
commit154bf5a17a63b01472abbde0483019db0e903daf (patch)
tree176a0675b7e13eb09b95ad5dc2bc1362ff55152d /etc
parent8441fe529b64b421a1b900b6498d1c8ffabf3acf (diff)
downloadmpv-154bf5a17a63b01472abbde0483019db0e903daf.tar.bz2
mpv-154bf5a17a63b01472abbde0483019db0e903daf.tar.xz
added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5236 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 818c57afeb..f4aa787f19 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -304,7 +304,7 @@ videocodec msrle
format 0x1
format 0x2
driver msrle
- out BGR32,BGR24
+ out BGR32,BGR24,BGR16,BGR15
videocodec fli
info "Autodesk FLI/FLC Animation"
@@ -393,6 +393,14 @@ videocodec qtrpza
driver qtrpza
out BGR32,BGR24,BGR15
+videocodec mphuffyuv
+ info "HuffYUV Mplayer Native Decoder"
+ status buggy
+ fourcc HFYU
+ driver huffyuv
+ out YUY2
+ out BGR32,BGR24
+
audiocodec imaadpcm
info "IMA ADPCM"
status working