[Mplayer-cvslog] CVS: main/DOCS BUGREPORTS,1.1,1.2 BUGS,1.1,1.2 MPlayer-FAQ,1.20,1.21 VIDEOCARDS,1.12,1.13
Berczi Gabor
gabucino at users.sourceforge.net
Tue May 1 00:58:24 CEST 2001
Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv5998/DOCS
Modified Files:
BUGREPORTS BUGS MPlayer-FAQ VIDEOCARDS
Log Message:
kommitke
Index: BUGREPORTS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/BUGREPORTS,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BUGREPORTS 2001/04/30 02:16:26 1.1
--- BUGREPORTS 2001/04/30 22:58:22 1.2
***************
*** 14,18 ****
Don't send bugreports private, directly to author's address!!!
We are working together on code, so everyone is interested in it.
! Btw many times other users know the solution (system config probs,
bad drivers etc), even when we think it's a bug in our code.
--- 14,18 ----
Don't send bugreports private, directly to author's address!!!
We are working together on code, so everyone is interested in it.
! BTW many times other users know the solution (system config probs,
bad drivers etc), even when we think it's a bug in our code.
Index: BUGS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/BUGS,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BUGS 2001/04/30 02:16:07 1.1
--- BUGS 2001/04/30 22:58:22 1.2
***************
*** 4,13 ****
Special system/cpu-specific bugs/problems:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! 1. SIGILL (signal 4) in draw_frame, on P3 (mostly 2.2.x kernels):
Problem: movups is crashing in libvo/fastmemcpy.h
Workaround: ./configure --disable-fastmemcpy
2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing
! MPEG files on SMP machine:
Problem: bug(?) in MMX YV12->RGB16 converter code
Workaround: ./configure --disable-mmx
--- 4,13 ----
Special system/cpu-specific bugs/problems:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! 1. SIGILL (signal 4) in draw_frame, on P3 (mostly with 2.2.x kernels):
Problem: movups is crashing in libvo/fastmemcpy.h
Workaround: ./configure --disable-fastmemcpy
2. No image (black image) in RGB 16bpp (x11,dga,fbdev,svga) playing
! MPEG files on SMP machine:
Problem: bug(?) in MMX YV12->RGB16 converter code
Workaround: ./configure --disable-mmx
***************
*** 20,25 ****
people to test fixes and send us as many system details information as
possible (kernel+libc+gcc+binutils version, test results, /proc/cpuinfo etc)
! because they are system-dependent problems and aren't reproducable here.
! Please tell me if you can fix them or you are only user.
Unfortunately we can't reproduce these here, so it's very hard to fix.
--- 20,25 ----
people to test fixes and send us as many system details information as
possible (kernel+libc+gcc+binutils version, test results, /proc/cpuinfo etc)
! because these are system-dependent problems and aren't reproducable here.
! Please tell me if you can fix them or you are only a user.
Unfortunately we can't reproduce these here, so it's very hard to fix.
***************
*** 32,36 ****
Workaround: mplayer -abs option
- slow machine (cpu or vga)
! try with -vo null, if it plays well, then you has slow VGA card/driver:
Workaround: buy a faster card or read DOCS/VIDEOCARDS about how to speed up
--- 32,36 ----
Workaround: mplayer -abs option
- slow machine (cpu or vga)
! try with -vo null, if it plays well, then you have slow VGA card/driver:
Workaround: buy a faster card or read DOCS/VIDEOCARDS about how to speed up
***************
*** 39,43 ****
Workaround: -ni and/or -bps options
-delay option or +/- keys at runtime to adjuts delay
! - your soundcard doesn't support 48khz playback
Workaround: buy a better soundcard...
- file has VBR mp3 audio
--- 39,43 ----
Workaround: -ni and/or -bps options
-delay option or +/- keys at runtime to adjuts delay
! - your soundcard doesn't support 48Khz playback
Workaround: buy a better soundcard...
- file has VBR mp3 audio
***************
*** 54,58 ****
No sound at all:
! - your file uses a not supported codec
Workaround: read DOCS/CODECS, and help us adding support for it
--- 54,58 ----
No sound at all:
! - your file uses an unsupported codec
Workaround: read DOCS/CODECS, and help us adding support for it
Index: MPlayer-FAQ
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/MPlayer-FAQ,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** MPlayer-FAQ 2001/04/25 19:31:06 1.20
--- MPlayer-FAQ 2001/04/30 22:58:22 1.21
***************
*** 40,44 ****
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
--- 40,45 ----
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 (and SDL's DGA driver, see VIDEOCARDS) works for you.
! It's much faster. If even SDL's DGA works, it'll be EVEN more faster!
Q: audio goes out of sync playing .avi file
Index: VIDEOCARDS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/VIDEOCARDS,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** VIDEOCARDS 2001/04/29 23:13:38 1.12
--- VIDEOCARDS 2001/04/30 22:58:22 1.13
***************
*** 18,22 ****
But before reading this, read DOCS/MTRR, and check your /proc/mtrr.
! Believe me, it does worth! Speed up things 5x on P3!!!
I. Under XFree86 4.0.2 or newer, using the XVideo extension:
--- 18,22 ----
But before reading this, read DOCS/MTRR, and check your /proc/mtrr.
! Believe me, it's worth it! Speeds things up more than 5 times on P3!!!
I. Under XFree86 4.0.2 or newer, using the XVideo extension:
***************
*** 128,132 ****
switches -vm (only with X 3.0.x), -fs, -bpp, -zoom to find a video mode that
the movie fits in. There is no converter right now.. :(
! 4. Became ROOT. DGA needs root access to be able to write directly video memory.
If you want to run it as user, then install MPlayer SUID root:
'chown root /usr/local/bin/mplayer'
--- 128,132 ----
switches -vm (only with X 3.0.x), -fs, -bpp, -zoom to find a video mode that
the movie fits in. There is no converter right now.. :(
! 4. Become ROOT. DGA needs root access to be able to write directly video memory.
If you want to run it as user, then install MPlayer SUID root:
'chown root /usr/local/bin/mplayer'
***************
*** 140,143 ****
--- 140,144 ----
!!!! SO YOU HAVE BEEN WARNED ... !!!!
5. Use '-vo dga' option, and there you go! (hope so:)
+ 6. Try if the '-vo sdl -sdl dga' options work for you! It's much faster!!!
If you have fast enough CPU (P3 800 for example) you can try fsdga for
_______________________________________________
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