1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 19:35:49 +00:00
Commit Graph

4712 Commits

Author SHA1 Message Date
rfelker
2a7f6ab7f1 finished making vesa optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4562 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-07 02:29:55 +00:00
rfelker
b13e5950a6 made vesa support optional at compiletime
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4561 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-07 02:21:39 +00:00
rfelker
c1977c9ed5 added mga_top_reserved module parameter to skip a configurable amount
of space at the top of video memory. this is needed to prevent
corruption of the kernel's console font when using the "fastfont"
option with matroxfb.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4560 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-07 02:07:29 +00:00
michael
3cf588d2c6 rgb32 & rgb24 input support
squished a endianness bug in the 15/16bgr output


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4559 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 22:55:57 +00:00
pontscho
c50aa0dd88 fix spudec, faszom (C#)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4558 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 22:55:47 +00:00
arpi
8c6da39840 emulating BITMAPINFOHDR (for win32 codecs)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4557 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 22:03:19 +00:00
michael
e4b5914859 101 (yuv2rgb with mpeg1,...) ;)
simple copy if possible (same format, no scaling, ...)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4556 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 21:59:23 +00:00
michael
7bfa2fa275 swScale internally uses yuv2rgb now if possible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4555 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 20:52:14 +00:00
arpi
403b791ab9 ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman <dave@dchapman.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4554 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 20:30:34 +00:00
pontscho
e5f0ff7cbf fix spudec bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4553 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 20:26:19 +00:00
pontscho
a4396200f1 add mfi support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4552 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 20:16:35 +00:00
pontscho
e53e5c4694 add mfi demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4551 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 20:15:36 +00:00
pontscho
ba906db03a add mfi support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4550 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 19:23:49 +00:00
nick
d9cd7968bf Correct vesa shutdown on 'config playback' errors
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4549 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 16:41:41 +00:00
nick
f4a5829305 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4548 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 16:41:06 +00:00
arpi
ae2d683496 qt AVID fourcc added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4547 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 02:28:40 +00:00
arpi
654d172363 bad debug printf caused sig11 with divx audio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4546 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 23:50:40 +00:00
pl
db0caae5b0 missing mlib required to build a solaris mencoder
(patch by meleth@freebox.com)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4545 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 23:02:55 +00:00
pl
f83b0797c0 fix display of echocheck on sunos
added missing '--with-mlibdir' to help message
replaced \t by ' ' in help section
uses $MLIBHOME as a hint to set _mlibdir (Solaris)
small indent fixes (dunno why people did not align them ?)

(bugs & fixes for sun by meleth@freebox.com)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4544 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 22:57:17 +00:00
gabucino
2eb99e4ea5 mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4543 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 22:01:49 +00:00
michael
4fe86911da checking output of getSwsContext*()
101 I420/IYUV support without -zoom


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4542 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 19:54:38 +00:00
nick
845228dd69 Enable 15bpp on server
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4541 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 18:54:41 +00:00
nick
9c8f46a107 mplayer has swapped RGB's fourcc :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4540 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 18:51:37 +00:00
albeu
7380c34169 Added auto selection of the best streams and fixed a few compiler
warnings


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4539 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 16:50:10 +00:00
nick
3eda811f0d Support of scaling with every fourcc
(include patch of Michael Niedermayer <michaelni@gmx.at>)
Now (*swScale)() is used as BES by functionality.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4538 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 16:43:18 +00:00
gabucino
3464b2ed0a HTML fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4537 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 10:39:58 +00:00
anders
3056606749 Enable SSH optimizations for FIR filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4536 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 04:52:41 +00:00
melanson
5e7513f589 promoted the RoQ audio decoder from "buggy" to "working"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4535 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 04:09:50 +00:00
melanson
df3d063c20 reconciled one minor, nagging palette issue with the official QT spec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4534 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 04:08:05 +00:00
melanson
e9d210d59e fixed FPS as well as crash bug when no audio chunks are present
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4533 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 03:54:08 +00:00
gabucino
f4d53cd1f1 applied pl's patch (sorry, overlooked it previously.. and procmailrc
put the Cc into mplayer-dev-eng also;)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4532 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-05 00:25:54 +00:00
atmos4
c72d8db077 Add playlist keys (some missing?!) and add some shift handlers to allow keys to work with german keyboards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4531 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 19:14:40 +00:00
michael
12176a29c0 printing error messages if something is wrong instead of just return NULL;
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4530 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 18:53:01 +00:00
atmos4
15daf31f0b Fix multifile playback (sdl was not fully reinitialized).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4529 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 18:18:46 +00:00
eyck
2b819b72c8 print also contrast on cat /dev/mga_vid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4528 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 16:05:37 +00:00
albeu
87d8c59258 Remove some unuseful stuff and don't try to kill an unexisting
child process on uninit


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4527 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 15:03:18 +00:00
albeu
4903700379 Tell the user when we fallback on default config.
Added some default joystick bindings


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4526 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 14:48:32 +00:00
albeu
b1abc1a384 Fix the bugs the previous version should fix (and those introduced
by the previous version ;) )


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4525 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 14:19:54 +00:00
mswitch
f6787a2265 Activate QSCALE flag for avcodec
Reset playback speed on exit (we aren't using this feature yet... but
will hopefully do soon)
Use fsync instead of the mediocre flush ioctl's on seeking/pausing, at
least video seems to stay in sync...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4524 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 23:13:56 +00:00
gabucino
af33819e27 some updates (patch by Jonas Jermann <jjermann@gmx.net>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4523 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 21:19:30 +00:00
eyck
0df1b49f3d Juergen Kreileder changes, fixing some lintian errors, adding correct manpath and adding
xvidix to array of system-selectable drivers.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4522 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 20:27:20 +00:00
eyck
a1039fb1cd Attila Kinali fixing memleak introduced by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4521 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 19:19:39 +00:00
eyck
094cd24bf4 too many arguments to sscan in subdetect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4520 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 19:17:22 +00:00
albeu
e4be4973e2 Corrected the quit bug and added support for up to 10 axis
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4519 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 19:13:00 +00:00
albeu
416e711c71 Correct bug in plaintext parser : correctly remove trailling \r
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4518 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 16:49:41 +00:00
nick
48ace4b1f7 Direct rendering expansion:
test with -vc divx4vfw:
-vaa_dr:
BENCHMARKs: V:   7.043s VO:   0.005s A:   0.528s Sys:  22.331s =   29.907s
BENCHMARK%: V: 23.5498% VO:  0.0156% A:  1.7670% Sys: 74.6676% = 100.0000%

-vaa_nodr:
BENCHMARKs: V:   5.454s VO:   2.433s A:   0.519s Sys:  21.513s =   29.920s
BENCHMARK%: V: 18.2296% VO:  8.1321% A:  1.7351% Sys: 71.9032% = 100.0000%

speed up on 7.043 vs 7.687 = 10% on K7


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4517 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 16:13:05 +00:00
nick
4e067f62d4 optimization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4516 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 15:16:46 +00:00
mswitch
dfc9dd714b Forgot the osd fix in the other patch, well, here it is ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4515 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 15:10:47 +00:00
mswitch
52c31131ab Switched from libmp1e to libavcodec, at least for me it runs helluva lot faster than libmp1e
(high quality divx movies that before ran very poor now plays perfectly). Also includes some
minor fixes to the osd support. Since libmp1e has issues with non-mmx system I think this move
is a smart one...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4514 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 14:55:27 +00:00
michael
ea1bcc2067 YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4513 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 14:41:31 +00:00