arpi
e5947d8b27
here is a somewhat generic equalizer implementation for the X11 vo drivers
...
using the window's colormap (DirectColor).
this method is using the video card's hardware gamma ramp so it involves
no performance penalties at all.
patch by lucho <lucho@haemimont.bg>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7965 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 20:27:47 +00:00
rik
f5929b0a59
some card/mobo combos can't handle buffers larger than 128kB, we change the default buffer to 128kB, add warnings if the buffer becomes full, add a commandline option to enlarge the buffer and give suggestions to users to lessen the buffer size requirements (lower quality/resolution). 128kB should, however, be enough for everybody :-). Bug reported by Brain Edmonds, cause explained (to allow me to fix the driver) by Ronald Bultje (mjpegtools developer)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7963 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 19:06:26 +00:00
mswitch
02244a1540
Prebuffering is no longer the default option.
...
Switch :prebuf enables prebuffering, :noprebuf has been removed
Added new sync-engine, activate it with :sync
Rewrote commandline parser to be more intelligent (no need for an
internal structure of commands)
Replaced prebuf variable with spubuf, this name was real confusing. I
did not add this variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7951 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 01:38:42 +00:00
mswitch
a64160a3bd
Fixed stupid bug relating to multiple cards on athlons
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7946 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 17:08:37 +00:00
arpi
a7c6891875
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7933 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 03:30:59 +00:00
arpi
889ffa50ea
vo_init() moved to/fixed in preinit()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7932 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 03:16:21 +00:00
arpi
5a473a4ffc
mode detection && vo_init() moved to preinit()
...
NOTE: this driver needs some cleanup, and should use mDisplay/mScreen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7931 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-27 03:15:48 +00:00
arpi
99820540ad
- removed YV12 support (builtin yv12->rgb conversion)
...
- removed built-in OSD rendering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7927 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-26 16:05:47 +00:00
rik
589633170c
spelling: paramerters -> parameters
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7904 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-24 21:34:54 +00:00
rik
998eb2c1c9
sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD did not change, so also no backwards compatibility this time), and a long overdue copyright update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7903 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-24 21:27:50 +00:00
arpi
1dcbb48a70
1l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7877 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 18:53:06 +00:00
arpi
a28cbe4811
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7876 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 18:51:19 +00:00
mark
1eb12974ff
Geometry update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7874 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 18:05:58 +00:00
arpi
f9e3a4bf88
cleanup config option handling in libmpdemux.
...
removed overcompilacted m_config_register_options() mess - export the
subconfig structs instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7868 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 17:21:01 +00:00
mark
a2dfc7a766
Added the -geometry option (supports fbdev and tdfxfb drivers)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7867 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 16:52:54 +00:00
arpi
9823a4e64e
If movie height is odd, the picture is placed badly, due to wrong rouding.
...
patch by Balatoni Denes <pnis@coder.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7864 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 15:32:40 +00:00
arpi
170cdeeee4
re-enabled a-v sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7861 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 14:39:13 +00:00
arpi
51cb286928
MPlayer being unable to display video properly on many nVidia graphics cards.
...
One approach is to always set the XV_AUTOPAINT_COLORKEY attribute if available
on the XVideo port being used.
patch by Ben Liblit <liblit@eecs.berkeley.edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7858 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 00:36:55 +00:00
arpi
4a3d6d4205
compiler warning fixes by Dominik
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7849 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-22 16:24:26 +00:00
faust3
587b78b278
10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7779 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-17 13:17:56 +00:00
pontscho
7eadbc8831
-fixed-vo support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7778 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-17 09:49:25 +00:00
pontscho
a06c8c3796
fix memleak again
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7767 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 22:53:18 +00:00
pontscho
0020017268
fix memleak
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7766 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 22:44:09 +00:00
pontscho
898e7af0fb
-fixed-vo support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7765 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 22:29:00 +00:00
pontscho
210f7955fb
-fixed-vo support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7764 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 21:32:03 +00:00
pontscho
b4e3f138ed
fix fullscreen
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7759 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 19:45:35 +00:00
arpi
9214ce653c
-fixed-vo support, based on patch by .so :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7758 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 19:31:07 +00:00
arpi
e73a9c9bf0
10l to Dominik - casting at wrong place
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7748 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 13:31:38 +00:00
arpi
e84772b08d
compiler warning fixes
...
patch by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7732 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:58:55 +00:00
faust3
4da2217f71
more correct flags
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7714 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-11 14:48:07 +00:00
albeu
3bf7ac2425
Use the common aspect code
...
Better preinint, fix the dr with planar format
uyvy support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7709 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 14:17:59 +00:00
arpi
9a84232f45
compiler warning found by Dominik
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7696 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 00:10:58 +00:00
arpi
6a2c0db5e5
also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7695 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 00:09:34 +00:00
arpi
f5dd264b51
draw_image()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7694 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 00:04:25 +00:00
arpi
a8b7d99c52
for() -> memcpy_pic()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7693 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 23:54:13 +00:00
arpi
127cf0daff
10l fix & cleanup of draw_frame(), still NO support for stride :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7692 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 23:39:36 +00:00
arpi
2e6a5de629
draw_slice() seems to support all csp
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7691 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 23:13:47 +00:00
arpi
db608ffa2f
since draw_slice() supports RGB/BGR, we don't need draw_image() for stride
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7690 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 22:44:07 +00:00
arpi
28d1f0e0f5
since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flag
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7689 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 22:37:27 +00:00
arpi
b9d24f45d7
draw_image, get_image fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7686 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 21:54:58 +00:00
arpi
bc10853076
draw_image()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7685 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 21:26:16 +00:00
arpi
329c4e88c3
- implemented draw_image()
...
- removed unneeded if(!gui) from preinit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7684 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 20:32:41 +00:00
arpi
99e4c45953
-fixes vo_directx to work with -fixed-vo
...
-use subdevice "noaccel" to disable overlay
patch by "Sascha Sommer" <saschasommer@freenet.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7683 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 19:03:17 +00:00
arpi
a7ee9a6f06
draw_image() implementation (new libvo API)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7682 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 14:38:38 +00:00
arpi
49d1ae31e4
more cleanup, some -vo mga fullscreen fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7681 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 13:40:23 +00:00
arpi
96bda1810f
some cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7680 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 13:25:13 +00:00
arpi
4a92dacc4e
preinit() has an arg... use it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7677 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 00:52:15 +00:00
arpi
e670753447
mode check at preinit()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7676 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 00:51:04 +00:00
arpi
a2fd2e1ef8
- fixed a 10l bug: setting PTS flag even if no PTS stored
...
- support for file-writing even if --enable-dvb: -vo mpegpes:filename.mpg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7673 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-08 23:11:49 +00:00
arpi
99fbc21507
DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7653 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 11:29:19 +00:00