Sat, 02 Dec 2006 17:29:56 +0000 |
diego |
Replace deprecated vo_plugin_args by vf_settings.
|
Sat, 02 Dec 2006 17:24:17 +0000 |
diego |
cosmetics: Rename functions and variable names from vop to vf.
|
Sat, 25 Nov 2006 18:37:37 +0000 |
diego |
Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h
|
Tue, 21 Nov 2006 20:48:17 +0000 |
uau |
Make compilation depending on USE_SUB unconditional.
|
Mon, 06 Nov 2006 22:57:14 +0000 |
diego |
Remove remnants of long-gone libfame.
|
Wed, 25 Oct 2006 00:05:14 +0000 |
eugeni |
Add ASS subtitle rendering options to gui.
|
Fri, 29 Sep 2006 09:21:53 +0000 |
diego |
Fix #ifdef indentation.
|
Mon, 31 Jul 2006 19:59:06 +0000 |
ben |
fix includes due to libmpdemux split (patch by Stefan Huehner)
|
Fri, 14 Jul 2006 16:57:24 +0000 |
diego |
Mark several string parameters that are not modified in the function as const.
|
Thu, 13 Jul 2006 16:17:24 +0000 |
reynaldo |
drops casts from void * on malloc/calloc from the gui code
|
Sat, 17 Jun 2006 20:54:27 +0000 |
reimar |
respect saved default for cache enable when nothing specified on
|
Sun, 11 Jun 2006 21:29:00 +0000 |
nicodvb |
include stream_dvd's interface from libmpdemux/stream_dvd.h
|
Wed, 17 May 2006 17:29:06 +0000 |
reimar |
also set guiIntfStruct.sh_video to NULL for guiSetDefaults.
|
Tue, 11 Apr 2006 12:17:21 +0000 |
gpoirier |
Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail POIS com
|
Mon, 27 Mar 2006 11:39:27 +0000 |
diego |
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
|
Thu, 08 Dec 2005 22:12:57 +0000 |
diego |
Unify include paths, -I.. is in CFLAGS.
|
Sat, 03 Sep 2005 15:19:52 +0000 |
ods15 |
Remove many annoying GTK includes in every compile line and remove GTK
|
Wed, 01 Jun 2005 09:01:41 +0000 |
reimar |
strdup subtitle filename at a more appropriate place, fixing memleaks and
|
Sat, 12 Feb 2005 16:05:11 +0000 |
reimar |
ESD configuration dialog and software volume control option for Gui
|
Mon, 31 Jan 2005 18:16:39 +0000 |
reimar |
Yet another memleak...
|
Thu, 06 Jan 2005 18:10:36 +0000 |
reimar |
libao2/eq.h was removed, use libaf/equalizer.h instead.
|
Mon, 27 Dec 2004 19:34:42 +0000 |
reimar |
Do not use audio plugins anymore
|
Sat, 18 Dec 2004 10:30:17 +0000 |
reimar |
Fixes the bug that after opening the preferences panel gmplayer plays files
|
Fri, 17 Dec 2004 20:32:46 +0000 |
reimar |
Somebody obviously took a course "coding non-portable".
|
Wed, 15 Dec 2004 01:22:24 +0000 |
diego |
printf --> mp_msg conversion, less verbosity
|
Sun, 12 Dec 2004 22:24:32 +0000 |
diego |
printf --> mp_msg
|
Fri, 30 Jul 2004 15:58:36 +0000 |
reimar |
unified audio options dialog, fixes also bug #40
|
Sat, 26 Jun 2004 13:26:11 +0000 |
diego |
Fix GUI compilation, patch by Reimar D¸«Óffinger and Alexander Strasser.
|
Fri, 25 Jun 2004 16:49:53 +0000 |
diego |
string handling security fixes
|
Thu, 25 Mar 2004 21:49:48 +0000 |
pontscho |
patch from Rune <runner@mail.tele.dk>
|
Tue, 03 Feb 2004 19:02:45 +0000 |
pontscho |
'video window vanishes after pause' bugfix, based on Andr¸«± K¸«ähne's (andre.kuehne@gmx.net) bugreport
|
Thu, 29 Jan 2004 11:04:35 +0000 |
attila |
fix broken fullscreen start of gmplayer
|
Sat, 08 Nov 2003 00:26:51 +0000 |
rathann |
Warning fixes (approved by A'rpi).
|
Mon, 25 Aug 2003 21:33:39 +0000 |
alex |
1000l. The vcd api changed and nobody updated the gui..
|
Thu, 14 Aug 2003 01:54:27 +0000 |
alex |
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.
|
Wed, 13 Aug 2003 16:29:32 +0000 |
alex |
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.
|
Mon, 09 Jun 2003 12:15:48 +0000 |
arpi |
renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
|
Mon, 26 May 2003 08:34:17 +0000 |
pontscho |
From: Michael Joosten <joost@c-lab.de>
|
Mon, 07 Apr 2003 16:04:02 +0000 |
henry |
support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>
|
Thu, 03 Apr 2003 12:09:44 +0000 |
pontscho |
fix dvd, vcd playing, compiling, and add one small playlist patch
|
Thu, 20 Mar 2003 12:42:16 +0000 |
pontscho |
many 10l for me ...
|
Thu, 20 Mar 2003 07:51:03 +0000 |
pontscho |
bugfix from Raindel Shachar <raindel@techunix.technion.ac.il>
|
Fri, 07 Feb 2003 18:06:16 +0000 |
arpi |
this patch adds the option -guiwid to gmplayer. I think its a more clean
|
Thu, 06 Feb 2003 23:12:37 +0000 |
arpi |
Embed gui into the playback window, if winid>0
|
Wed, 05 Feb 2003 23:02:35 +0000 |
arpi |
- It adds an option enqueue/noenqueue, so users can choose if they want to
|
Sat, 01 Feb 2003 16:42:02 +0000 |
pontscho |
- rewrite Jan Spitalnik's patch
|
Sat, 25 Jan 2003 10:04:05 +0000 |
pontscho |
- fix -fs
|
Tue, 21 Jan 2003 19:12:46 +0000 |
pontscho |
- add subcp
|
Tue, 21 Jan 2003 13:33:40 +0000 |
pontscho |
- rewrite sub_fps
|
Fri, 17 Jan 2003 22:39:43 +0000 |
pontscho |
- add playbar
|
Mon, 13 Jan 2003 23:38:49 +0000 |
pontscho |
correct skin changing
|
Sun, 12 Jan 2003 18:35:53 +0000 |
pontscho |
not needed.
|
Sat, 11 Jan 2003 01:30:07 +0000 |
pontscho |
- new font render finished
|
Thu, 02 Jan 2003 12:42:32 +0000 |
pontscho |
SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
|
Sun, 29 Dec 2002 14:59:23 +0000 |
arpi |
these patches let ,,oldstyle'' and freetype subtitle renderers live
|
Sat, 28 Dec 2002 14:36:03 +0000 |
arpi |
missing #endif
|
Sat, 28 Dec 2002 13:39:51 +0000 |
arpi |
Lots of functions and variables specific to OSS audio are used without
|
Mon, 16 Dec 2002 22:25:17 +0000 |
pontscho |
- fix (?) "mixer bug"
|
Wed, 11 Dec 2002 01:21:12 +0000 |
pontscho |
- fix three submenu bug
|
Fri, 29 Nov 2002 00:58:25 +0000 |
pontscho |
- audio track handling in menu (idea from R¸«ädiger Kuhlmann)
|
Thu, 28 Nov 2002 23:17:14 +0000 |
pontscho |
add autosync && some 10l bugfix
|
Thu, 28 Nov 2002 00:44:24 +0000 |
pontscho |
no exit on fulscreen if you press esc
|
Wed, 27 Nov 2002 23:11:49 +0000 |
pontscho |
10l fix in item disabling (vagymi)
|
Mon, 25 Nov 2002 18:18:45 +0000 |
pontscho |
cache (buzeralas)
|
Mon, 25 Nov 2002 17:33:30 +0000 |
pontscho |
no seeking if stream is STREAMTYPE_STREAM (net/stdin)
|
Mon, 11 Nov 2002 16:57:09 +0000 |
pontscho |
updating
|
Sat, 02 Nov 2002 20:10:18 +0000 |
pontscho |
cosmetic
|
Sat, 02 Nov 2002 16:09:05 +0000 |
pontscho |
cleanup
|
Wed, 23 Oct 2002 23:13:26 +0000 |
arpi |
A small patch to Gui/interface.c; the first fix is a plain bug, the second is
|
Thu, 10 Oct 2002 14:11:06 +0000 |
pontscho |
upsz ...
|
Thu, 10 Oct 2002 14:06:49 +0000 |
pontscho |
- better dxr3 support
|
Wed, 02 Oct 2002 13:16:15 +0000 |
pontscho |
add [video||audio]_driver_list
|
Sat, 28 Sep 2002 19:42:10 +0000 |
pontscho |
- add "start in fullscreen" function
|
Sat, 28 Sep 2002 18:03:34 +0000 |
pontscho |
- fix new afm/vfm support
|
Sun, 01 Sep 2002 11:28:18 +0000 |
pontscho |
rewrite eq interface and add *.rm to fs
|
Fri, 30 Aug 2002 19:32:43 +0000 |
pontscho |
upsz, 10l
|
Fri, 30 Aug 2002 19:11:03 +0000 |
pontscho |
add subtitle dropping support
|
Thu, 29 Aug 2002 23:15:24 +0000 |
pontscho |
- fix window handling with dxr3
|
Thu, 29 Aug 2002 22:24:49 +0000 |
pontscho |
- add play time subtitle change support
|
Thu, 29 Aug 2002 17:16:34 +0000 |
pontscho |
- add freetype support for gui
|
Wed, 28 Aug 2002 23:00:25 +0000 |
nexus |
FreeBSD iconv change/fix
|
Wed, 28 Aug 2002 20:52:02 +0000 |
arpi |
freetype 2.0/2.1+ support - disabled by default until bugs fixed
|
Wed, 28 Aug 2002 15:55:58 +0000 |
alex |
removed old input code
|
Mon, 26 Aug 2002 22:20:58 +0000 |
pontscho |
- warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>
|
Thu, 15 Aug 2002 22:52:52 +0000 |
pontscho |
fix (?) cmd line handling
|
Wed, 14 Aug 2002 23:02:45 +0000 |
pontscho |
- add dxr3 gui support (dialogbox, etc.)
|
Wed, 14 Aug 2002 12:17:04 +0000 |
pontscho |
add uri2filename converter
|
Sun, 11 Aug 2002 18:07:42 +0000 |
pontscho |
fix -sub
|
Sun, 11 Aug 2002 13:32:28 +0000 |
pontscho |
10l :)
|
Sun, 11 Aug 2002 13:12:38 +0000 |
pontscho |
add xdnd support (from Gregory Kovriga <gkovriga@techunix.technion.ac.il>) and fix -subdelay bug
|
Mon, 05 Aug 2002 01:14:14 +0000 |
pontscho |
- fix equ handling
|
Sun, 04 Aug 2002 19:23:58 +0000 |
pontscho |
- fix mixer handling
|
Sun, 04 Aug 2002 17:24:00 +0000 |
pontscho |
- fix fuckin' locale (?:)
|
Sun, 04 Aug 2002 11:09:20 +0000 |
arpi |
gui.conf parsing moved to after gtkInit() - should fix i18n problems
|
Wed, 31 Jul 2002 13:26:46 +0000 |
pontscho |
upsz 2
|
Tue, 30 Jul 2002 13:38:35 +0000 |
pontscho |
upsz :)
|
Tue, 30 Jul 2002 11:50:20 +0000 |
pontscho |
- some cosmetic change in preferences
|
Thu, 25 Jul 2002 21:31:36 +0000 |
pontscho |
upsz, sorry, i forgott this :) (skin name saving:)
|
Thu, 25 Jul 2002 20:26:38 +0000 |
pontscho |
- add preferences support (first try)
|
Fri, 19 Jul 2002 20:51:48 +0000 |
pontscho |
- fix audio equalizer
|
Fri, 12 Jul 2002 00:53:26 +0000 |
pontscho |
add simple playlist support
|
Fri, 05 Jul 2002 23:47:00 +0000 |
pontscho |
- add icon (nice, but very ugly hakk:)
|
Wed, 03 Jul 2002 18:57:52 +0000 |
pontscho |
add equalizer support and fix some small bug...
|
Tue, 02 Jul 2002 22:31:50 +0000 |
pontscho |
add -audiofile support for gui
|
Tue, 02 Jul 2002 13:35:04 +0000 |
pontscho |
fix volume handling ( step 2 ) -- add balance support and some code cleanup and fix
|
Mon, 03 Jun 2002 15:06:32 +0000 |
pontscho |
add VCD support for GUI
|
Tue, 28 May 2002 11:55:17 +0000 |
pontscho |
fix text render chrash ...
|
Mon, 06 May 2002 15:05:07 +0000 |
pontscho |
add WM detection, and wm specific fullscreen code. (???)
|
Sun, 05 May 2002 18:46:42 +0000 |
pontscho |
window resize bug fixed
|
Fri, 03 May 2002 21:44:11 +0000 |
pontscho |
fix video vindov background
|
Fri, 03 May 2002 20:57:13 +0000 |
pontscho |
fix xmga fs, resize to movie size and mouse auto hide + dga
|
Fri, 03 May 2002 13:12:46 +0000 |
pontscho |
fix aspect ratio handling
|
Mon, 22 Apr 2002 21:36:12 +0000 |
pontscho |
fix audio only files play
|
Thu, 18 Apr 2002 14:03:50 +0000 |
eyck |
ifdef reading dvd args, without it non-dvd compilation fails.
|
Wed, 17 Apr 2002 21:12:12 +0000 |
pontscho |
fix dvd playing under gui
|
Fri, 15 Mar 2002 23:22:36 +0000 |
alex |
workaround to compile without new-input support
|
Thu, 07 Mar 2002 00:03:51 +0000 |
pontscho |
sorry, 10l:)
|
Wed, 06 Mar 2002 23:54:20 +0000 |
pontscho |
small changes
|
Mon, 25 Feb 2002 13:14:27 +0000 |
pontscho |
add half new input support for gui
|
Sun, 24 Feb 2002 17:38:33 +0000 |
pontscho |
inttypes.h bug fix. 10l
|