# HG changeset patch # User gabucino # Date 989447115 0 # Node ID 79f7c70dbdc1a40795f10b8f9548478725fef065 # Parent 8e5f87d56ed38f3368e22e76d88c45eda4b67f15 *** empty log message *** diff -r 8e5f87d56ed3 -r 79f7c70dbdc1 DOCS/CODECS --- a/DOCS/CODECS Wed May 09 22:09:12 2001 +0000 +++ b/DOCS/CODECS Wed May 09 22:25:15 2001 +0000 @@ -58,6 +58,8 @@ - MSZH avimszh.dll: RGB only (no YUV), Called unk_RegEnumValueA -> endless loop - MWV1: calls many unk_ functions and then segfaults. +- HuffYUV: (HFYU) + huffyuv.dll: YUY2 _or_ 24/32bpp only (depending on file encoding) Not tested: diff -r 8e5f87d56ed3 -r 79f7c70dbdc1 DOCS/MPlayer-FAQ --- a/DOCS/MPlayer-FAQ Wed May 09 22:09:12 2001 +0000 +++ b/DOCS/MPlayer-FAQ Wed May 09 22:25:15 2001 +0000 @@ -105,11 +105,14 @@ Q: Are there rpm/deb/... packages of MPlayer? A: You can make a .deb package for yourself, check DOCS/DEBIAN . There are .rpm packages at - ftp://ftp.pld.org.pl/test/i{3,5,6}86/ - and/or - ftp://ftp.pld.org.pl/PLD-1.0/i{3,5,6}86/PLD/RPMS/ - NOTE: i{3,5,6} stand for i386, i586, i686 . If you have i686 CPU, use - i686, etc. + ftp://ftp.pld.org.pl/test/i386/ + ftp://ftp.pld.org.pl/test/i586/ + ftp://ftp.pld.org.pl/test/i686/ + + NOTE : it's _STRONGLY_ discouraged to make and distribute binary packages + of MPlayer, since it (currently) _highly_ depends on compile-time + options and optimizations! + NOTE: MANUAL COMPILATION _ALWAYS_ GIVES BETTER PERFORMANCE AND SPEED ! Q: Are there any mailing lists on MPlayer?