*** empty log message ***

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@744 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-05-09 22:25:15 +00:00
parent a124989983
commit 90a349ebf3
2 changed files with 10 additions and 5 deletions

View File

@ -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:

View File

@ -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?