diego
e364249f21
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 16:01:36 +00:00
vayne
2670f98ab4
small fix to properly display skins when switching skins during playback.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18959 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-08 16:52:46 +00:00
vayne
a0b3f86c4d
crash fix when clicking on volume sliders when in stop state.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18958 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-08 16:51:11 +00:00
reimar
6a77e34f94
OpenGL outputs actually support WinID, not to mention that showing the option
...
but just ignoring the setting is a very ugly and confusing way to handle it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18952 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-08 14:05:47 +00:00
reimar
34c173873c
vo_init hack is no longer required after the last patch removed the call
...
from mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18951 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-08 14:00:37 +00:00
reimar
47cb330411
Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack around that for now.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18935 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 11:22:24 +00:00
vayne
4aa477ef2c
Initial win32 gui release.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18919 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 02:07:03 +00:00
vayne
c5cf04f543
Initial win32 gui release.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18918 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 01:51:31 +00:00
reynaldo
132173bbf0
get_path as const, patch by Stefan Huehner, stefan AT huehner-org
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18894 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-03 23:27:37 +00:00
diego
52b8a22453
postproc --> libswscale
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-30 12:40:05 +00:00
lucabe
cc30aae17b
Move postproc ---> libswscale
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18866 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-30 12:00:31 +00:00
diego
c3304dad1f
Make most of the xpm-files read 'const char*' instead of 'char*'
...
to reflect the read-only status of the xpm-definitions.
patch by Stefan Huehner stefan$$at$$huehner$$dot$$org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18776 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-21 17:42:54 +00:00
reimar
dcd2a8f274
respect saved default for cache enable when nothing specified on
...
command-line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18746 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-17 20:54:27 +00:00
nicodvb
2831b49bb5
include stream_dvd's interface from libmpdemux/stream_dvd.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18685 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-11 21:29:00 +00:00
diego
4b64ef7e8e
Remove now obsolete .cvsignore files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-02 11:24:33 +00:00
reimar
9614f96612
also set guiIntfStruct.sh_video to NULL for guiSetDefaults.
...
Avoids a crash at end of playback for skins using $C.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18534 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-17 17:29:06 +00:00
diego
8ef6dadf95
Make depend targets consistent: Remove redirection through .depend target.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18484 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-05-13 18:01:04 +00:00
diego
3f62423f42
Rename some misspelled and misnamed messages.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-28 23:06:42 +00:00
uau
bee52bbd10
Remove updating of vo_mouse_timer_const from the main loop and also
...
remove the variable itself. Convert code in x11_common.c and OSD timing
that depended on the variable to use real time instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18288 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-25 21:36:02 +00:00
gpoirier
53604e0c21
simpler and better subtitles switching, patch by Stanislav Maslovski <stanislav P maslovski A gmail P com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18186 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-22 13:24:20 +00:00
gpoirier
6a425eee5c
Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
...
Patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
Original thread:
Date: Apr 12, 2006 1:50 PM
Subject: [MPlayer-dev-eng] [PATCH] GUI: add cheap subtitle switching for non-DVD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18119 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-16 16:58:36 +00:00
gpoirier
18ecbf6e3a
Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail POIS com
...
Original thread:
Date: Mon, 10 Apr 2006 23:43:23 +0400
Subject: [MPlayer-dev-eng] [PATCH] GUI: segfault in gtk/menu.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18077 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-11 12:17:21 +00:00
gpoirier
c93f360e3d
fix segfault in the skin browser when sbSelectedSkin gets dereferenced before setting, when no skin is selected in the skin list upon opening the browser,
...
and "Cancel" or "OK" buttons get clicked.
Noticed when runnig freshly compiled gmplayer on a system where the skins were still under the old location.
based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18067 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:52:45 +00:00
gpoirier
b2360d8174
vertical size of "Configure Equalizer" window is not enough to hold all comboboxes, based on a patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18066 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:49:37 +00:00
gpoirier
9ef8a90a8f
the title of this window was not localized => added new en and ru strings, based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18065 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 13:47:44 +00:00
diego
b5743fcfda
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
...
backwards compatibility.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 11:39:27 +00:00
diego
3e56c5bb6b
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
...
to ease patching in the future.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 10:38:37 +00:00
reimar
1519205f24
Automaticall convert message to console charset, use utf8 for GTK2 Gui
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17773 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-08 12:45:48 +00:00
diego
15b8702995
Also remove objects in subdirectories.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17495 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-28 17:35:16 +00:00
diego
6325365976
Make clean/distclean behave uniformly in all directories.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17490 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-27 00:18:52 +00:00
diego
bd645471b8
Change LIB to LIBNAME to fix compilation.
...
This is in line with the other Makefiles and does not clash with FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17397 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-15 01:56:17 +00:00
rathann
bb3f61e4ff
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
...
libaf's and libmenu's Makefiles and -g from main Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17382 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-13 23:38:16 +00:00
diego
5081060d66
Bandaid fix for compilation failure when creating main/.depend with GUI
...
enabled. This is only a problem if .developer is not present.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17315 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-04 15:54:47 +00:00
rathann
e55d0e680f
fix the translator names list so that it conforms to lastname, firstname
...
convention, sort and add missing accents
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17288 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 23:22:13 +00:00
ods15
2e4aba523e
vpotmeter fix, scroll in the correct direction
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17255 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 19:21:04 +00:00
rathann
386e76a544
Avoid gcc warnings:
...
'...' might be used uninitialized in this function
In this case 'H', 'N', 'D', and 'F' can indeed be
used unitialized, thus possibly causing all sorts of problems.
Patch by Peter Breitenlohner
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17198 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-15 20:39:59 +00:00
gpoirier
84e6e3240c
Convert this file to UTF-8 as it contains funky caracters from all around the world.
...
What's even better is that this gets rid of a GTK assertion error. \o/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17158 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-10 17:31:04 +00:00
diego
c5561f6bf1
#include help_mp.h only once.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17149 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 12:51:13 +00:00
diego
1fd91df1ea
Unify include paths, -I.. is in CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-08 22:12:57 +00:00
gpoirier
bda8248830
Every contribution deserves to be listed on the "about" window of the gui.
...
Change the way this list is done by following the layout of AUTHORS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17136 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-07 21:17:29 +00:00
reimar
ad18c2792b
Fix popup menu problems: GTK cannot get a grab while the button is down,
...
so show it on button release instead of button press.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17088 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-04 15:58:52 +00:00
reimar
31469b3b69
About text should _not_ be editable, it just looks stupid.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17087 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-04 15:56:40 +00:00
ods15
4d58623130
Remove many annoying GTK includes in every compile line and remove GTK
...
stuff from mp_msg by using a wrapper function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16375 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 15:19:52 +00:00
reimar
715592ae83
100l, video_out.h is now needed for some vo_ variables.
...
This is ugly, but interface.c already does it like that, so why bother...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16285 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-21 10:19:25 +00:00
reimar
c375528575
Support for GTK 2.x.
...
Patch by Onur Kucuk (onur . delipenguen net).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16247 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 18:41:15 +00:00
reimar
fbb2fcb22c
gmplayer + arts == bad!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16123 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 09:43:02 +00:00
reimar
46630a96a9
strdup subtitle filename at a more appropriate place, fixing memleaks and
...
double frees.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15604 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-01 09:01:41 +00:00
reimar
52cbc5b72f
last patch broke skin reading completely, becasue last line of skin
...
file is empty. Fix and simplify, since fgets can do feof's job, too...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15584 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-28 21:12:11 +00:00
reimar
7fac308569
Print error when skin file is not readable (e.g. a directory) instead of hanging
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15555 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-23 20:12:47 +00:00
reimar
f630d42c8a
ESD configuration dialog and software volume control option for Gui
...
Patch by Paul Wilhelm Elsinghorst ( paul [at] uni-bonn de )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14687 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-12 16:05:11 +00:00