| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless #includes. | diego | 2007-04-06 | 7 | -8/+0 |
* | Remove useless #includes. | diego | 2007-04-06 | 2 | -4/+0 |
* | Consistent include paths for config.h. | diego | 2007-04-06 | 1 | -1/+1 |
* | thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru. | vayne | 2007-04-03 | 1 | -2/+5 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -0/+1 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 | 1 | -2/+0 |
* | Remove useless -I./skin from CFLAGS. | diego | 2007-03-16 | 1 | -1/+0 |
* | Don't look for header files in ../../ anymore. Compilation was broken unless | diego | 2007-03-16 | 9 | -50/+50 |
* | Remove unnecessary -I./wm option from CFLAGS. | diego | 2007-03-15 | 1 | -1/+1 |
* | Remove useless -I../loader option from CFLAGS. | diego | 2007-03-15 | 1 | -1/+1 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -34/+33 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -3/+3 |
* | fixed dvd chapter and title switching | vayne | 2007-03-10 | 3 | -14/+28 |
* | removed redundant assignments, these get handled in evDropFile | vayne | 2007-03-10 | 1 | -2/+0 |
* | supposed to be using global m_config here, and this wasn't even getting set. | vayne | 2007-03-03 | 1 | -1/+0 |
* | cosmetics, fix indentation as pointed out by Reimar | vayne | 2007-03-02 | 1 | -1/+1 |
* | add missing playtree entry | vayne | 2007-03-02 | 1 | -1/+2 |
* | simplify and modify fullscreen switching to avoid improper aspects | vayne | 2007-03-02 | 1 | -24/+25 |
* | add forgotten case value as per recent changes to mplayer.c | vayne | 2007-03-02 | 1 | -0/+3 |
* | Gui compilation fixes | vayne | 2007-02-23 | 2 | -8/+21 |
* | Declarations must be before code | reimar | 2007-02-22 | 1 | -2/+2 |
* | Fix GUI compilation | uau | 2007-02-21 | 5 | -17/+29 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 | 1 | -1/+1 |
* | Go away you stupid setlocale!! | reimar | 2007-02-04 | 1 | -0/+3 |
* | proper fix for avoiding file skipping when mplayer is already playing a file. | vayne | 2007-01-13 | 3 | -4/+1 |
* | Do not add libavutil unconditionally to CFLAGS. | diego | 2007-01-13 | 1 | -1/+3 |
* | compile fix after latest swscaler changes (r21888) | gpoirier | 2007-01-12 | 1 | -1/+1 |
* | small oops fix from my last commit | vayne | 2006-12-29 | 1 | -0/+2 |
* | fix to allow adding multiple files to the playlist with the open file dialog. | vayne | 2006-12-29 | 2 | -1/+2 |
* | remove two unused functions. | vayne | 2006-12-28 | 1 | -67/+0 |
* | avoid code duplication. | vayne | 2006-12-28 | 1 | -35/+2 |
* | Replace deprecated vo_plugin_args by vf_settings. | diego | 2006-12-02 | 2 | -33/+33 |
* | cosmetics: Rename functions and variable names from vop to vf. | diego | 2006-12-02 | 5 | -19/+19 |
* | Compile fix since libvo/sub.h include was removed from mplayer.h | reimar | 2006-12-02 | 1 | -0/+1 |
* | Remove duplicate OPTFLAGS from CFLAGS. | diego | 2006-11-29 | 1 | -1/+1 |
* | Remove some superfluous include CFLAGS. | diego | 2006-11-29 | 1 | -1/+1 |
* | Remove some of the worst "headers include headers which include | reimar | 2006-11-29 | 3 | -1/+4 |
* | Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since | reimar | 2006-11-26 | 1 | -2/+2 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -25/+3 |
* | Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h | diego | 2006-11-25 | 6 | -5/+5 |
* | simplify | diego | 2006-11-25 | 1 | -4/+2 |
* | Remove commented-out cruft. | diego | 2006-11-25 | 1 | -6/+0 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Make compilation depending on USE_OSD unconditional. | uau | 2006-11-22 | 2 | -9/+0 |
* | Make compilation depending on USE_SUB unconditional. | uau | 2006-11-21 | 7 | -48/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -6/+2 |
* | Remove remnants of long-gone libfame. | diego | 2006-11-06 | 4 | -31/+3 |
* | ARCH_X86 simplifications | reimar | 2006-11-01 | 1 | -1/+1 |
* | Add ASS subtitle rendering options to gui. | eugeni | 2006-10-25 | 6 | -0/+134 |
* | Remove unused variable. | diego | 2006-10-16 | 1 | -1/+0 |
* | Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handling | reimar | 2006-10-15 | 1 | -28/+21 |
* | strcat->strcpy simplification | reimar | 2006-10-15 | 1 | -2/+1 |
* | Set SetErrorMode to make sure no dialog box will pop up when no disk in CD/DV... | reimar | 2006-10-15 | 1 | -0/+3 |
* | as per request, fullscreen and mute options have been added to the context me... | vayne | 2006-10-14 | 2 | -0/+16 |
* | code simplification and minor bug fix for files restarting rather than moving... | vayne | 2006-10-13 | 1 | -16/+7 |
* | indentation fixes. | vayne | 2006-10-09 | 1 | -2/+2 |
* | added a simple timer to hide the mouse when in fullscreen mode. | vayne | 2006-10-09 | 2 | -1/+13 |
* | fixed a crash bug as a result of the last change, as well as file skipping (h... | vayne | 2006-10-09 | 1 | -3/+4 |
* | a + b => (a + b) for defines, just to be sure. | reimar | 2006-10-08 | 1 | -5/+5 |
* | Add ASS subtitles to the subtitles file chooser dialog. | diego | 2006-10-05 | 1 | -1/+2 |
* | Do not compile with -DDEBUG by default. | diego | 2006-09-29 | 1 | -1/+2 |
* | Fix #ifdef indentation. | diego | 2006-09-29 | 2 | -6/+6 |
* | bug fix for replaying files when double clicking in the playlist. | vayne | 2006-09-28 | 1 | -2/+3 |
* | Fix longstanding drag and drop bug: Only n-1 files get played when n files | diego | 2006-09-27 | 1 | -1/+1 |
* | Avoid buffer overflow: memory has do be allocated accordingly when overwritin... | reimar | 2006-09-23 | 1 | -2/+9 |
* | Do not assign constant string to audio_driver_list, it is supposed | reimar | 2006-09-23 | 1 | -2/+3 |
* | fix for disabling screensaver when in fullscreen mode while using the sub win... | vayne | 2006-09-18 | 1 | -11/+11 |
* | ISO C90 warnings fixes | vayne | 2006-09-06 | 4 | -26/+29 |
* | bug fix for starting gmplayer with -fs when using the sub window | vayne | 2006-08-28 | 1 | -1/+1 |
* | vo_colorkey change to avoid clashes with other black windows | vayne | 2006-08-28 | 1 | -2/+10 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -11/+7 |
* | Further fullscreen switching improvements. Fixes sub window position bug when... | vayne | 2006-08-26 | 2 | -15/+22 |
* | Remove backup files from the win32 subdir as well. | diego | 2006-08-22 | 1 | -1/+1 |
* | Fix audio stream selection in Gtk GUI | gpoirier | 2006-08-20 | 1 | -2/+9 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | further improvements to fullscreen switching. | vayne | 2006-08-16 | 2 | -26/+16 |
* | Make sure we do not print the obsolete skin path when we did not find any skin. | reimar | 2006-08-07 | 1 | -0/+1 |
* | fix includes due to libmpdemux split (patch by Stefan Huehner) | ben | 2006-07-31 | 3 | -4/+4 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 9 | -10/+10 |
* | updated documentation. | vayne | 2006-07-29 | 1 | -0/+3 |
* | improved fullscreen switching | vayne | 2006-07-29 | 2 | -27/+56 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -1/+1 |
* | Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk % | gpoirier | 2006-07-21 | 1 | -2/+2 |
* | marks several strings inside structs as const when they hold just | reynaldo | 2006-07-16 | 4 | -5/+5 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 | 4 | -4/+4 |
* | Change function declararation w/o parameters to the correct foo(void) syntax. | diego | 2006-07-15 | 2 | -2/+2 |
* | Mark several string parameters that are not modified in the function as const. | diego | 2006-07-14 | 10 | -29/+29 |
* | cosmetics to ease future patching | diego | 2006-07-13 | 1 | -2/+4 |
* | drops casts from void * on malloc/calloc from the gui code | reynaldo | 2006-07-13 | 6 | -15/+15 |
* | Streamline GUI build. | diego | 2006-07-13 | 1 | -2/+2 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | Use only one global config.mak file. | diego | 2006-07-12 | 1 | -1/+0 |
* | Remove useless variable. | diego | 2006-07-12 | 1 | -3/+1 |
* | center sub window option within the preferences dialog. | vayne | 2006-07-12 | 1 | -1/+1 |
* | Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui will | reimar | 2006-07-11 | 1 | -18/+12 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 5 | -17/+2 |
* | small fix to properly display skins when switching skins during playback. | vayne | 2006-07-08 | 1 | -0/+1 |
* | crash fix when clicking on volume sliders when in stop state. | vayne | 2006-07-08 | 1 | -0/+3 |
* | OpenGL outputs actually support WinID, not to mention that showing the option | reimar | 2006-07-08 | 2 | -7/+3 |
* | vo_init hack is no longer required after the last patch removed the call | reimar | 2006-07-08 | 1 | -9/+0 |
* | Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack arou... | reimar | 2006-07-07 | 1 | -0/+4 |
* | Initial win32 gui release. | vayne | 2006-07-06 | 15 | -0/+6731 |
* | Initial win32 gui release. | vayne | 2006-07-06 | 1 | -3/+14 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 3 | -3/+3 |
* | postproc --> libswscale | diego | 2006-06-30 | 1 | -1/+1 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -1/+1 |
* | Make most of the xpm-files read 'const char*' instead of 'char*' | diego | 2006-06-21 | 45 | -45/+45 |
* | respect saved default for cache enable when nothing specified on | reimar | 2006-06-17 | 1 | -1/+1 |
* | include stream_dvd's interface from libmpdemux/stream_dvd.h | nicodvb | 2006-06-11 | 1 | -0/+5 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 2 | -5/+0 |
* | also set guiIntfStruct.sh_video to NULL for guiSetDefaults. | reimar | 2006-05-17 | 1 | -0/+1 |
* | Make depend targets consistent: Remove redirection through .depend target. | diego | 2006-05-13 | 1 | -4/+2 |
* | Rename some misspelled and misnamed messages. | diego | 2006-04-28 | 3 | -3/+3 |
* | Remove updating of vo_mouse_timer_const from the main loop and also | uau | 2006-04-25 | 1 | -2/+1 |
* | simpler and better subtitles switching, patch by Stanislav Maslovski <stanisl... | gpoirier | 2006-04-22 | 1 | -22/+4 |
* | Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV). | gpoirier | 2006-04-16 | 3 | -1/+42 |
* | Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail ... | gpoirier | 2006-04-11 | 1 | -0/+1 |
* | fix segfault in the skin browser when sbSelectedSkin gets dereferenced before... | gpoirier | 2006-04-09 | 1 | -5/+8 |
* | vertical size of "Configure Equalizer" window is not enough to hold all combo... | gpoirier | 2006-04-09 | 1 | -1/+1 |
* | the title of this window was not localized => added new en and ru strings, ba... | gpoirier | 2006-04-09 | 1 | -1/+1 |
* | Rename the default GUI skins directory from 'Skin' to 'skins', keeping | diego | 2006-03-27 | 7 | -5/+34 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 | 1 | -4/+27 |
* | Automaticall convert message to console charset, use utf8 for GTK2 Gui | reimar | 2006-03-08 | 1 | -1/+0 |
* | Also remove objects in subdirectories. | diego | 2006-01-28 | 1 | -1/+5 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -1/+2 |
* | Change LIB to LIBNAME to fix compilation. | diego | 2006-01-15 | 1 | -9/+8 |
* | This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from | rathann | 2006-01-13 | 1 | -2/+1 |
* | Bandaid fix for compilation failure when creating main/.depend with GUI | diego | 2006-01-04 | 2 | -2/+2 |
* | fix the translator names list so that it conforms to lastname, firstname | rathann | 2006-01-02 | 1 | -8/+8 |
* | vpotmeter fix, scroll in the correct direction | ods15 | 2005-12-27 | 3 | -5/+16 |
* | Avoid gcc warnings: | rathann | 2005-12-15 | 1 | -2/+1 |
* | Convert this file to UTF-8 as it contains funky caracters from all around the... | gpoirier | 2005-12-10 | 1 | -26/+26 |
* | #include help_mp.h only once. | diego | 2005-12-09 | 1 | -1/+0 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-12-08 | 30 | -196/+196 |
* | Every contribution deserves to be listed on the "about" window of the gui. | gpoirier | 2005-12-07 | 1 | -91/+214 |
* | Fix popup menu problems: GTK cannot get a grab while the button is down, | reimar | 2005-12-04 | 4 | -11/+3 |
* | About text should _not_ be editable, it just looks stupid. | reimar | 2005-12-04 | 1 | -0/+3 |
* | Remove many annoying GTK includes in every compile line and remove GTK | ods15 | 2005-09-03 | 2 | -0/+22 |
* | 100l, video_out.h is now needed for some vo_ variables. | reimar | 2005-08-21 | 2 | -0/+2 |
* | Support for GTK 2.x. | reimar | 2005-08-17 | 3 | -0/+25 |
* | gmplayer + arts == bad! | reimar | 2005-07-28 | 1 | -0/+2 |
* | strdup subtitle filename at a more appropriate place, fixing memleaks and | reimar | 2005-06-01 | 1 | -1/+1 |
* | last patch broke skin reading completely, becasue last line of skin | reimar | 2005-05-28 | 1 | -5/+5 |
* | Print error when skin file is not readable (e.g. a directory) instead of hanging | reimar | 2005-05-23 | 1 | -1/+5 |
* | ESD configuration dialog and software volume control option for Gui | reimar | 2005-02-12 | 4 | -0/+56 |
* | Yet another memleak... | reimar | 2005-01-31 | 1 | -3/+6 |
* | Add half size entry to the GMPlayer menu. | diego | 2005-01-25 | 5 | -3/+168 |
* | remove all setlocale calls, they break the behaviour of sscanf and | reimar | 2005-01-20 | 1 | -20/+0 |
* | libao2/eq.h was removed, use libaf/equalizer.h instead. | reimar | 2005-01-06 | 2 | -2/+2 |
* | Do not use audio plugins anymore | reimar | 2004-12-27 | 2 | -10/+65 |
* | Fixes the bug that after opening the preferences panel gmplayer plays files | reimar | 2004-12-18 | 1 | -1/+2 |
* | Somebody obviously took a course "coding non-portable". | reimar | 2004-12-17 | 1 | -1/+1 |
* | printf --> mp_msg conversion, less verbosity | diego | 2004-12-15 | 8 | -45/+50 |
* | printf --> mp_msg | diego | 2004-12-12 | 1 | -1/+1 |
* | Restore normal/double size GUI functionality ( broken since EWMH fs support ). | al | 2004-11-21 | 1 | -12/+16 |
* | warning fix | diego | 2004-11-15 | 1 | -8/+14 |
* | icons for the GUI context menu | diego | 2004-11-02 | 40 | -71/+2936 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | Limit Gui redraw rate. | reimar | 2004-10-18 | 1 | -0/+11 |
* | File filter dropdown box value is now preserved between dialog invocations. | diego | 2004-10-06 | 1 | -9/+17 |
* | fix examples for ao_alsa options dialog and add example for mixer index. | reimar | 2004-09-23 | 1 | -5/+6 |
* | Copy-n-Paste bug breaking channel selection in audio configuration dialog | reimar | 2004-09-06 | 1 | -2/+2 |
* | small gcc warning fix | rathann | 2004-08-28 | 1 | -1/+1 |
* | 100l, fixes DXR3 compile problems caused by my last patch. | reimar | 2004-07-31 | 1 | -1/+5 |
* | unified audio options dialog, fixes also bug #40 | reimar | 2004-07-30 | 5 | -289/+333 |
* | Indentation fix from previous patch, as discussed on IRC. | rtognimp | 2004-07-11 | 1 | -22/+22 |
* | This fixes the problems that originated from my ewmh | rtognimp | 2004-07-11 | 1 | -3/+19 |
* | better menu icons by Piero di Vita <scognito@libero.it> | diego | 2004-07-09 | 2 | -139/+784 |
* | |