mswitch
f88d25146b
Minor cleanups
...
Fixed overlay so that it works with gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8038 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-02 11:24:53 +00:00
mswitch
99e9abc246
Huge update, added native overlay support (no more need for dxr3view).
...
This is still in testing state so I won't update the docs/Changelog just
yet. By pre11 perhaps ;).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8032 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-02 01:18:54 +00:00
arpi
39fe4d0cd3
verbose can be negative
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-01 17:46:45 +00:00
arpi
0cc738f936
panscan support in -vo mga (actually moved common code to mga_common.c)
...
Ivan Szanto <szivan@duticai.TWI.TUDelft.NL>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8018 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-01 00:21:45 +00:00
arpi
2d602b345b
Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400
...
cards and TV out. It's works like DVDMax in Windows.
Instructions on how to make it work are at:
http://www.sci.fi/~syrjala/directfb/readme.txt
patch by Ville Syrjälä <syrjala@sci.fi>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8014 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 23:54:26 +00:00
mswitch
832964ab8e
Removed debugging output
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7990 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 23:31:02 +00:00
albeu
639d4b166c
Some little bugfixs
...
New options to control the colorkey stuff
Fix the osd to be less time consuming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7982 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 17:54:07 +00:00
albeu
89562c1e3d
10L
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7981 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 17:51:13 +00:00
albeu
35c29d0946
Fixed the overlay, some opts to adjust the overlay
...
Experimental osd support for the overlay
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7971 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 23:40:07 +00:00
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
arpi
7147ea6aa6
a small fix for vo_vesa, when calling set_refresh, when -nofs used.
...
patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7651 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 11:26:20 +00:00
arpi
bb6927634a
mayeb fixed dpms/screensaver issues
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7634 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:21:13 +00:00
arpi
ce587559f7
This patch adds the functionality to disable/enable subtitles while playing
...
a video. I mapped it to the input-keyword "sub_visibility".
This keyword is mapped to the 'v' key on the keyboard. I tested the patch
with old-fashioned subtitles, with freetype subtitles and DVD subtitles.
Works fine. The patch also includes documentation updates.
patch by Uwe.Reder@3SOFT.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7629 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:40:51 +00:00
diego
7fb770e88d
Fixed some typos and an error in the help output.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7626 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:18:57 +00:00
arpi
82fc19b9be
This patch hopefully fixes colorkeying and a segfault in exclusive mode
...
Sascha Sommer <saschasommer@freenet.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7625 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:56:42 +00:00
arpi
c9948174b9
flickering fix, patch by Fredrik Noring <noring@nocrew.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7576 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 21:47:32 +00:00
pontscho
690bccca99
_NET_WM_FULLSCREEN support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7573 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 14:37:01 +00:00
rik
c0091278d8
libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals in MpegEncContext
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7568 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-30 21:46:54 +00:00
arpi
1a6f3e1d60
video out driver list support (like -vc, example: -vo xmga,xv,x11,)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7563 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 21:53:05 +00:00
arpi
fd714dd054
warning fix - hope it don't break it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7559 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 19:23:21 +00:00
atmos4
1074247f62
Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7545 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 04:18:53 +00:00
arpi
8ded55d12f
fullscreen fixes, based on mail by Havoc Pennington <hp@redhat.com>
...
- it should not set _NET_WM_STATE_STAYS_ON_TOP, this hint does
not exist in the spec
(http://www.freedesktop.org/standards/wm-spec/1.2/html/x224.html )
and _NET_WM_STATE_FULLSCREEN already implies "on top" so there's no
need to set this.
it should set _NET_WM_STATE_FULLSCREEN instead, I don't
currently see code to set _NET_WM_STATE_FULLSCREEN
- the XUnmapWindow() after sending the client message
is officially speaking breaking the spec, should be
XWithdrawWindow().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7543 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 22:37:20 +00:00
arpi
dbb902acc6
-nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7540 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 20:09:14 +00:00
arpi
6ca786097d
argh i forgot to add new file..
...
directx driver by Sascha Sommer <saschasommer@freenet.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7538 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 19:17:34 +00:00
arpi
309df4a227
-vo directx driver by Sascha Sommer <saschasommer@freenet.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7537 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 19:03:50 +00:00
arpi
baefead944
another dga v1 fix by Fredrik Noring <noring@nocrew.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7534 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:50:45 +00:00
pontscho
253c9833b7
- fix new afm/vfm support
...
- fix fullscreen with xv
- add cache support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7527 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 18:03:34 +00:00
arpi
21b6169342
DGA1 fix by Fredrik Noring <noring@nocrew.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7516 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 20:48:06 +00:00
arpi
8adea7878e
fixes problem with video image alignment.
...
patch by Fredrik Noring <noring@nocrew.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7501 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-25 21:41:42 +00:00
arpi
09dd35390d
cosmetics...
...
- made some internal funcs static
- removed spaces & obsolete comment at the end
- removed cvs log from header
- different driver name if no XF86VidMode avail.
- removed vd_printf, use mp_msg() instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7500 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-25 21:18:43 +00:00
arpi
bdea79cea4
Attached patch improves the vertical retrace synchronisation (vsync)
...
of the mplayer DGA driver.
It implements a more general buffer scheme than double buffers that
allows for deeper buffer queues.
by Fredrik Noring <noring@nocrew.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7499 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-25 21:08:44 +00:00
arpi
c84d0142f1
Modern versions of OpenSSH listen on localhost to forward the X11 connection
...
(X11UseLocalhost defaults to yes). The following patch permits to consider
as non local any DISPLAY environment which port is greater or equal to 10
else mplayer tries a local optimization on a distant X server which doesn't
work.
patch by Denis.Ducamp@groar.org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7493 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-23 21:17:30 +00:00
arpi
8f072bbc54
U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7488 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 18:43:53 +00:00
arpi
d483a015a2
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 02:33:28 +00:00
arpi
766e2f7af3
d_width==screenwidth && -fs hopefully fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7436 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 01:22:03 +00:00
arpi
bda251bbb2
-zoom will be handled by -vop scale
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7428 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 09:55:05 +00:00
arpi
36abc4832b
It prevents mode change when Hsync out of range.
...
Supports non-countinous Hsync freq spec.
patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7361 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 20:41:13 +00:00
arpi
c68635f697
obsolete, use mencoder...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7341 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:07:46 +00:00
arpi
92eb102739
obsolete, old code. use dga with swscaler (-vo dga -zoom)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7340 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:07:01 +00:00
arpi
c5ed6cf600
cosmetics - copyright msg removed, this file has nothing with mpeg2dec or
...
original Aaron code, except its filename :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7339 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:03:21 +00:00
arpi
a5a81a08cd
obsoleted by font_load_ft.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7338 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 19:59:48 +00:00
rik
9fe087d53e
extensible blinkenlights driver, can currently be used for the Arcade http://www.blinkenlights.de/arcade
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7327 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:41:53 +00:00
zdar
000e8626d1
config() parameters change
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7273 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 21:53:38 +00:00
jkeil
d0e59b4ff9
Add the code that chooses a good X11 truecolor visual to the vo_x11 config()
...
function. This is useful for framebuffers on Sun hardware, where we have
multiple truecolor visuals of different depths available, and the root
window typically runs at depth 8, yet there are 24 bit true color visuals
available as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7257 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 18:10:42 +00:00
alex
eb9da7e3d7
10l fix by Mark <CompGuy284@attbi.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7254 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 15:18:39 +00:00
atmos4
a63ea1a018
Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
...
Patch by Donnie Smith <xc0bead2d8130df59@f4n.org>, updated by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7202 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 15:04:18 +00:00
arpi
5531d33220
2*100l, extern fv() {} is nonsense, you have to decide if it is extern or
...
local but never both!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7166 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 13:53:27 +00:00
rik
5552a0569a
libavcodec sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7158 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 09:55:34 +00:00
pontscho
a5bd7044a4
- fix window handling with dxr3
...
- workaround dxr3 subpicture size with freetype osd rendering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7152 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 23:15:24 +00:00
arpi
bb2db97193
libgen.h is glibc specific, and not used at all -> removed
...
noticed by Steven M. Schultz <sms@2BSD.COM>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7148 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 21:09:48 +00:00
pontscho
4d85b357f8
add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7141 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 17:35:21 +00:00