[Mplayer-cvslog] CVS: main/etc codecs.conf,1.154,1.155
Mike Melanson
melanson at mplayer.dev.hu
Thu Mar 21 02:21:52 CET 2002
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv26047/etc
Modified Files:
codecs.conf
Log Message:
added HuffYUV support, courtesy of Roberto Togni <rtogni at bresciaonline.it>
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- codecs.conf 19 Mar 2002 07:07:06 -0000 1.154
+++ codecs.conf 21 Mar 2002 01:21:49 -0000 1.155
@@ -304,7 +304,7 @@
format 0x1
format 0x2
driver msrle
- out BGR32,BGR24
+ out BGR32,BGR24,BGR16,BGR15
videocodec fli
info "Autodesk FLI/FLC Animation"
@@ -392,6 +392,14 @@
fourcc rpza,azpr
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"
More information about the MPlayer-cvslog
mailing list