Mercurial > mplayer.hg
changeset 743:79f7c70dbdc1
*** empty log message ***
author | gabucino |
---|---|
date | Wed, 09 May 2001 22:25:15 +0000 |
parents | 8e5f87d56ed3 |
children | 6bb9d383c392 |
files | DOCS/CODECS DOCS/MPlayer-FAQ |
diffstat | 2 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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:
--- 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?