summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/CODECS2
-rw-r--r--DOCS/MPlayer-FAQ13
2 files changed, 10 insertions, 5 deletions
diff --git a/DOCS/CODECS b/DOCS/CODECS
index 1ffbad52ff..c73e70f79b 100644
--- a/DOCS/CODECS
+++ b/DOCS/CODECS
@@ -58,6 +58,8 @@ Problems:
- 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 --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index 2cf58c7931..5db16d6428 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -105,11 +105,14 @@ A: It's a damaged file with bad mp3 audio stream. Try it with -afm 4
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?