pontscho
d1d9313755
patch from Rune <runner@mail.tele.dk>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12069 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-25 21:49:48 +00:00
alex
6f0edb4574
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11977 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-18 13:34:41 +00:00
pontscho
69de035e80
'video window vanishes after pause' bugfix, based on André Kühne's (andre.kuehne@gmx.net) bugreport
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11919 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-03 19:02:45 +00:00
attila
0a71883da4
fix broken fullscreen start of gmplayer
...
patch by Joe Drago <joe@gotdoofed.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11875 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-29 11:04:35 +00:00
diego
7ec1fd3d3e
Support binding F11 and F12 keys to commands.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11794 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-16 17:31:38 +00:00
pontscho
660e3c2281
patch from Kelemen Gábor <kg0021@stud.unideb.hu>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11761 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-08 18:29:27 +00:00
alex
c0d17b60ce
VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11570 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-07 15:42:03 +00:00
joey
640f93d018
runtime 'stay-on-top' functionality
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-30 16:36:10 +00:00
rathann
e1dc488097
Warning fixes (approved by A'rpi).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11413 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-08 00:26:51 +00:00
mosu
5b40cac6ba
Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10880 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-17 09:42:25 +00:00
alex
c81e374ce1
1000l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10719 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-29 21:42:51 +00:00
alex
0fc1e3cd3f
1000l. The vcd api changed and nobody updated the gui..
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10697 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-25 21:33:39 +00:00
diego
52fe5ee4f9
unknow --> unknown as discussed on dev-eng
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10612 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 11:55:21 +00:00
alex
df56e83ed9
Fixed a long standing issue: if configured a not available (not existing, permission denied, ...) skin, the gui never ever started again. Now it reverts to 'default' if it can't open the selected skin, if 'default' fails too, the gui exits with error.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10608 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-14 01:54:27 +00:00
alex
56059cf2bd
translated a message to english
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10607 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-14 01:45:16 +00:00
alex
2283b6305f
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10595 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-13 16:29:32 +00:00
gabucino
796caf4656
replacing old MPlayer logo for the much nicer OSX version
...
(AFAIK currently used only for Gentoo desktop icon, maybe other distribs also)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10574 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-11 21:08:42 +00:00
arpi
9abd90701e
I attach a fix to the problem described in:
...
http://mplayerhq.hu/pipermail/mplayer-dev-eng/2003-July/019494.html
The bug came out to be that sws_rgb2rgb_init was called, but only after
the critical step in which ws.c copied the relevant function pointer to
wsConvFunc. Someone deserves 1000l for this.
Maybe we want to preinit the function pointers so that they will print
something like "Call to an rgb2rgb function without calling to
sws_rgb2rgb_init first. Please report." - this bug wasn't discovered since
the function pointers were NULL, and the rest of the cde uses "wsConvFunc"
only if it is not NULL.
Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10412 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-12 17:19:18 +00:00
arpi
ed9296d845
renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10273 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:15:48 +00:00
alex
9e13900d4c
fix name clash fix libsmbclient, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10242 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-03 17:36:25 +00:00
michael
5b882e5130
vf_scale.h & related cleanup & some small warning fix by dominik
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10234 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 21:59:29 +00:00
pontscho
d7a6430c30
From: Ben Low <ben@bdlow.net>
...
[PATCH] xineramascreen for gmplayer (the right way)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10195 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-26 08:45:43 +00:00
pontscho
01ab34d04a
From: Michael Joosten <joost@c-lab.de>
...
PATCH: fullscreen issues with GUI, WM layers, gmplayer plays first file always twice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10194 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-26 08:34:17 +00:00
pontscho
bbd2eafbb1
[PATCH] CP1250 encoding to GUI and UTF-8 to font.desc
...
From: Nikola Smolenski <smolensk@eunet.yu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10183 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-25 17:26:31 +00:00
alex
8b1d077bf4
This could be a 10l, but the codes check later if the wsConvFunc is valid, so no sig11 if it's NULL, but at least no XShape support on PPC :) After all, finally the GUI works on my PPC!%#^^
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10171 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 17:39:33 +00:00
alex
f6213644aa
simplyfied it and fixed some 10ls (but sadly xshape still don't works)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10170 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 17:23:35 +00:00
alex
13d89cd03d
some fixes and bigendian fix for 32bpp pngs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10169 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 17:04:24 +00:00
alex
f647802a3f
support for pnm and rtsp stream opening with gui, patch by Ambrose Li <a.c.li@ieee.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10161 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 12:58:13 +00:00
henry
3f4505eabb
support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9871 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-07 16:04:02 +00:00
albeu
66c4cc2f34
Using a different alignment for only the Gui is bad as this code use
...
some header in the rest of MPlayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9826 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-04 15:39:51 +00:00
pontscho
6637888c97
fix dvd, vcd playing, compiling, and add one small playlist patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9813 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-03 12:09:44 +00:00
pontscho
90b278bfaa
many 10l for me ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9626 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-20 12:42:16 +00:00
pontscho
19ce70acb9
bugfix from Raindel Shachar <raindel@techunix.technion.ac.il>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9624 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-20 07:51:03 +00:00
arpi
561ab920c0
what's the opposite of backport? :)
...
some changes ported from 0_90
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9613 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-17 00:48:26 +00:00
arpi
7ff83a7181
linux->osdep
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9381 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 20:18:23 +00:00
pontscho
f541066d3f
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9352 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 21:54:57 +00:00
henry
43edcd2801
minor fixes for font autoscaling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9347 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 18:45:32 +00:00
filon
a3385947b2
- support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen
...
- help (-fstype help) also availabible
- support state BELOW (someone may want to use it...) and by -fstype none forcing of
not changing window layer (user request)
- drop icelayer option, it can be set by -fstype layer=<number>
- simplify vo_x11_fullscreen
- fs change code cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9318 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 19:38:39 +00:00
arpi
fc52bafec0
this patch adds the option -guiwid to gmplayer. I think its a more clean
...
approach than using just wid.
Fabian Franz <FabianFranz@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9315 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 18:06:16 +00:00
arpi
ae34b980d4
Embed gui into the playback window, if winid>0
...
also don't center window and align gui at the bottom.
(see http://mplayerplug-in.sf.net for screenshot and speial skin)
patch by Fabian Franz <FabianFranz@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9307 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 23:12:37 +00:00
pontscho
1fc53654e3
another 10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9306 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 22:44:52 +00:00
pontscho
4774e76d0a
fix one 10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9304 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 22:13:54 +00:00
arpi
6b5dc1e612
- It adds an option enqueue/noenqueue, so users can choose if they want to
...
have playlist overwritten by files on commandline or just enqueue them at
the end ...
- Playtree is finally cleared, as such gui has total control!
- Autoplay if files are available on commandline and -enqueue is not set!
- Fallback on Playlists finally does work with Gui and even with streaming
Playlists! [ Before gui was broken as mplayer.c:playtree tried to have
control]
patch by Fabian Franz <FabianFranz@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9292 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-05 23:02:35 +00:00
pontscho
084dae624a
fix idx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9260 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-03 22:06:07 +00:00
pontscho
28eb0b1c15
better language support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9209 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 18:41:50 +00:00
pontscho
300a1416e5
- rewrite Jan Spitalnik's patch
...
- fix some nice 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9203 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 16:42:02 +00:00
pontscho
b3c5f30d35
add Type1 and fix one 10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9196 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 09:44:40 +00:00
pontscho
60ee64cf19
again ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9195 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 09:36:25 +00:00
pontscho
abfce41700
devfs baszas
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9194 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 09:08:08 +00:00
pontscho
34512124e5
save only video files place
...
(eh)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9193 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 09:00:35 +00:00