[Mplayer-cvslog] CVS: main/DOCS AUTHORS,1.18,1.19 MPlayer-FAQ,1.13,1.14 README,1.15,1.16 SOUNDCARDS,1.8,1.9 TODO,1.15,1.16
Berczi Gabor
gabucino at users.sourceforge.net
Wed Apr 4 18:47:56 CEST 2001
Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv12205/DOCS
Modified Files:
AUTHORS MPlayer-FAQ README SOUNDCARDS TODO
Log Message:
big review
Index: AUTHORS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/AUTHORS,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** AUTHORS 2001/03/31 12:58:29 1.18
--- AUTHORS 2001/04/04 16:47:53 1.19
***************
*** 15,18 ****
--- 15,19 ----
- hacking DivX/Mpeg4 VfW codecs to get YUV output
- opendivx decoder speed optimizations (see opendivx/ChangeLog)
+ - OSD & SUB display code
Zoltán Ponekker (Pontscho/Fresh!): <pontscho at makacs.poliod.hu>
***************
*** 40,43 ****
--- 41,47 ----
László Megyer (Lez, Laaz): <lez at sch.bme.hu>
- SUB reader
+
+ Chass: (?)
+ - fonts
Andreas Ackermann: <asackerm at stud.informatik.uni-erlangen.de>
Index: MPlayer-FAQ
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/MPlayer-FAQ,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** MPlayer-FAQ 2001/03/28 22:03:57 1.13
--- MPlayer-FAQ 2001/04/04 16:47:53 1.14
***************
*** 12,16 ****
~~~~~~~~~~
Q: SDL output doesn't work or compile. Problem is ....
! A: It works only with SDL v1.1.7 (and maybe newer)
It does NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask.
--- 12,16 ----
~~~~~~~~~~
Q: SDL output doesn't work or compile. Problem is ....
! A: It is tested with SDL v1.1.8 (probably runs on 1.1.7 too).
It does NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask.
***************
*** 34,42 ****
Q: fullscreen option (-fs) and/or -xy doesn't work with x11 driver (-vo x11)
! A: x11 driver doesn't support scaling, and it can't change screen resolution.
! Yes, I know that it should be but I have no time to write software
! scaling routines and experiencing with XVidMode extension...
! You can do it yourself, just press ALT,CTRL,- or ALT,CTRL,+ simultaneously,
! see X-server docs for details.
Q: audio goes out of sync playing .avi file
--- 34,41 ----
Q: fullscreen option (-fs) and/or -xy doesn't work with x11 driver (-vo x11)
! A: x11 driver doesn't support scaling, but XF86VidMode support is now
! used: you must specify the -vm and the -fs switch, and you're done.
! Make sure you have the right Modelines in your XF86Config file, and
! try if the DGA driver works for you. It's much faster.
Q: audio goes out of sync playing .avi file
***************
*** 100,109 ****
A: It's a damaged file with bad mp3 audio stream. Try it with -afm 4
- Q: It aborts with signal 11 playing a file with IMA-ADPCM audio.
- A: This codec isn't yet supported!
-
Q: Are there rpm/deb/... packages of MPlayer?
! A: Not yet. However, you can make a .deb package for yourself, check
! DOCS/DEBIAN
Q: Are there any mailing lists on MPlayer?
--- 99,111 ----
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.
! NOTE: MANUAL COMPILATION _ALWAYS_ GIVES BETTER PERFORMANCE AND SPEED !
Q: Are there any mailing lists on MPlayer?
Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** README 2001/03/28 16:30:47 1.15
--- README 2001/04/04 16:47:53 1.16
***************
*** 92,102 ****
- md5: MD5sum output (for mpeg conformance tests)
! NOTE: not all are available for AVI files
Supported audio output devices:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- OSS driver
! - ALSA driver with OSS emulation
! - ESD with the esddsp utility
NOTE: check DOCS/SOUNDCARDS !
--- 92,103 ----
- md5: MD5sum output (for mpeg conformance tests)
! NOTE: check DOCS/VIDEOCARDS !
! NOTE: maybe not all are available for AVI files
Supported audio output devices:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- OSS driver
! - ALSA driver with OSS emulation (NOT recommended, causes annoying delays)
! - ESD with the esddsp utility (not tested)
NOTE: check DOCS/SOUNDCARDS !
***************
*** 221,230 ****
6. If you have speed problems (too slow playing), then please first check that:
! - you don't use OpenGL driver while have software-only opengl (DRI disabled,
! or not yet installed, conflicting libs installed, or your hardware not
! supported etc...)
- you have set up MTRR registers properly (many new cards are really
slow without setting up MTRR registers. it's NOT done by X 3.3.x! Also,
there are older K6-2's, which lack MTRR support /stepping=0/).
- you have a fast machine (don't report that your 386 can't play DivX)
- try with Null output (-vo null) and check CPU usage (first % value)
--- 222,232 ----
6. If you have speed problems (too slow playing), then please first check that:
! - you don't use OpenGL driver while have software-only opengl (Utah-GLX
! disabled, or not yet installed, conflicting libs installed, or your
! hardware not supported etc...)
- you have set up MTRR registers properly (many new cards are really
slow without setting up MTRR registers. it's NOT done by X 3.3.x! Also,
there are older K6-2's, which lack MTRR support /stepping=0/).
+ Check DOCS/MTRR !
- you have a fast machine (don't report that your 386 can't play DivX)
- try with Null output (-vo null) and check CPU usage (first % value)
***************
*** 242,251 ****
- no sound at all: check that you have working OSS driver (/dev/dsp),
and it isn't used by another program (for example esd, xmms etc.)
8. unsupported codecs (AVI files):
! We may add support for your movie, but we need the following things:
! - the codec DLL file: find it in your WINDOWS directory. In the SYSTEM.INI
! there will be a listing of the installed codecs (vids.<codecname>=DLLfile)
! - a sample file encoded with that codec.
Contact information:
--- 244,251 ----
- no sound at all: check that you have working OSS driver (/dev/dsp),
and it isn't used by another program (for example esd, xmms etc.)
+ - use OSS. If the problem persists, use ALSA ;)
8. unsupported codecs (AVI files):
! Check DOCS/CODECS
Contact information:
Index: SOUNDCARDS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/SOUNDCARDS,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** SOUNDCARDS 2001/03/23 18:30:19 1.8
--- SOUNDCARDS 2001/04/04 16:47:53 1.9
***************
*** 17,21 ****
Gravis UltraSound ACE:
OSS : OK
! ALSA : if video lags, use OSS or mplayerHQ
Max kHz : 48
--- 17,21 ----
Gravis UltraSound ACE:
OSS : OK
! ALSA : if video lags, use OSS
Max kHz : 48
***************
*** 25,29 ****
Max kHz : 48
! ESS 688 and probably all old SB's:
OSS : OK
ALSA : OK
--- 25,29 ----
Max kHz : 48
! ESS 688 and probably all old SB's (without buffers):
OSS : OK
ALSA : OK
Index: TODO
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/TODO,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** TODO 2001/04/03 22:27:47 1.15
--- TODO 2001/04/04 16:47:53 1.16
***************
*** 11,15 ****
Libvo features:
! - framebuffer and svgalib support (both)
- real fullscreen (black bands at unused areas) support - DONE for xmga & x11
- fix X4.0.x/DRI OpenGL (doesn't really work, at least mga & tdfx & nvidia)
--- 11,15 ----
Libvo features:
! - framebuffer and svgalib support (DONE)
- real fullscreen (black bands at unused areas) support - DONE for xmga & x11
- fix X4.0.x/DRI OpenGL (doesn't really work, at least mga & tdfx & nvidia)
***************
*** 17,22 ****
Player features:
- libcss support
! - subtitles (.sub files) & OSD support
! - show movie length / position in percent
- show current frame number [Gabucino]
- seek_to_frame and seek_to_index options
--- 17,22 ----
Player features:
- libcss support
! - subtitles (.sub files) & OSD support (DONE)
! - show movie length / position in percent (no, but there is a seekbar)
- show current frame number [Gabucino]
- seek_to_frame and seek_to_index options
***************
*** 26,29 ****
--- 26,30 ----
- support for MPEG TS (transport streams) and PES format - I need sample files!
- verify valid range of numeric options (like '-xy 0') - new configfile code?
+ (DONE)
- audio copy/encoding capability
- seeking support for broken avi files without index chunk
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list