1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 21:57:39 +00:00
Commit Graph

4628 Commits

Author SHA1 Message Date
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
gabucino
09a6d6f465 gcc 3.0.3 compiling howto by Matt Willis <willis_matthew@yahoo.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4512 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 13:39:35 +00:00
nexus
49cf0be8e0 fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4511 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 13:19:39 +00:00
alex
2b0c600e69 using dlerror() instead strerror(), displays unresolved symbol messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4510 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 13:05:30 +00:00
gabucino
fa44281fc5 added more audio plugin documentation
(patch submitted by Johansson <ajh@atri.curtin.edu.au>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4509 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 13:03:09 +00:00
albeu
43778fe0ac Added options to enable new input and joystick support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4508 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 12:43:18 +00:00
gabucino
a3aa571621 vidix equalizer can be used with 1-8 keys also
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4507 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 11:19:12 +00:00
gabucino
b75b5301cc on non-Linux use Vidix instead of mga_vid kernelmodule
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4506 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 11:14:02 +00:00
gabucino
f105bb3189 mga_vid supports reads and writes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4505 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 11:06:04 +00:00
gabucino
7aaf483005 RoQ fileformat added, anything it is ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4504 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 11:00:39 +00:00
gabucino
f934fa1d2f Also: -vo xvidix, -vo vesa:vidix, -vo fbdev:vidix ;) - as Nick noticed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4503 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 10:55:55 +00:00
gabucino
43164e8772 QNX updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4502 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 10:41:41 +00:00
gabucino
df030171d5 QNX updates
Dariusz spellings corrected (noticed by Nell)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4501 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 10:41:04 +00:00
gabucino
59f9c1f493 more translated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4500 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 10:40:14 +00:00
gabucino
8462dca483 -vo xv does video equalizing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4499 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 10:32:49 +00:00
nick
2fe888069c Restore K7 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4498 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 10:27:26 +00:00
gabucino
f6720f6a82 Vidix video equalizing (Nick's patch)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4497 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 10:26:36 +00:00
nick
77f4d19adf Be more precise
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4496 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 09:29:35 +00:00
nick
104c125e6d Allows to users control direct rendering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4495 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 09:28:58 +00:00
nick
c4d519e193 code cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4494 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 09:12:32 +00:00
michael
420039c5f5 filterPos bugfix (only nearest neighbor scaling was affected)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4493 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 02:08:05 +00:00
rfelker
70af3967c4 finally fixed no-opendivx compile problem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4492 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 01:42:02 +00:00
rfelker
eaff4aad66 fixed compiletime problems with divx4 caused by making opendivx optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4491 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 01:15:39 +00:00
rfelker
b106f93d00 make opendivx codec optional at compiletime
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4490 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 00:52:51 +00:00
rfelker
0234e8f3c7 config file support for mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4489 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 23:39:53 +00:00
eyck
6a6350bce0 Attila's Linux 2.2 patch, and contrast control applied
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4488 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 23:38:35 +00:00
melanson
80168a072d further work on the RoQ audio decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4487 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 22:45:39 +00:00
melanson
9996ca0ac9 demuxer is now more complete, though still not perfect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4486 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 22:35:47 +00:00
eyck
4fc4130bf7 support cat /dev/mga_vid.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4485 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 21:39:25 +00:00
eyck
22dfed32b5 framework for settings modifications like in radeon_vid ( /dev/mga_vid can
be written to ).
Brightness and chroma control.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4484 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 20:49:52 +00:00
nick
98f66c1fe2 using MTRR
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4483 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 18:28:55 +00:00
michael
f363f965be MMX(2) optimized YUY2 input
avoid duplicate checks for formats by changeing them (Y8->Y800, IYUV->I420)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4482 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 18:18:58 +00:00
mswitch
4cc01fb724 Cleaned up some code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4481 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 18:09:35 +00:00
alex
2bba56d959 tested and fixed on 2.2.x, more comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4480 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 17:35:53 +00:00
gabucino
7c156f155c applied David Holm's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4479 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 17:20:53 +00:00