| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | new error icon by piero <scognito@libero.it> | diego | 2004-06-28 | 1 | -121/+542 |
* | 10l | faust3 | 2004-06-27 | 1 | -1/+1 |
* | simple, smooth, ram-saving dynamic potmeter, which feature is required by the... | alex | 2004-06-26 | 2 | -2/+29 |
* | Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser. | diego | 2004-06-26 | 5 | -7/+14 |
* | scroll strings from the left to right, patch by Andre Kuhne | alex | 2004-06-26 | 1 | -1/+2 |
* | string handling security fixes | diego | 2004-06-25 | 4 | -58/+91 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | Address removed upon request. | diego | 2004-06-15 | 1 | -1/+0 |
* | detect screen resolution as in x11_common.c | reimar | 2004-06-13 | 1 | -0/+16 |
* | Buffer overflow fix in string handling, patch by c0ntex, approved by .so. | diego | 2004-06-02 | 1 | -2/+2 |
* | Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>, | diego | 2004-06-02 | 1 | -0/+4 |
* | MPlayer logo as taskbar icon by Scognito | diego | 2004-05-26 | 1 | -28/+140 |
* | new and improved icons by Scognito | diego | 2004-05-25 | 7 | -2303/+1177 |
* | nicer icons by Scognito | diego | 2004-05-24 | 3 | -109/+277 |
* | patch from Rune <runner@mail.tele.dk> | pontscho | 2004-03-25 | 3 | -4/+5 |
* | 10l | alex | 2004-02-18 | 1 | -1/+1 |
* | 'video window vanishes after pause' bugfix, based on André Kühne's (andre.k... | pontscho | 2004-02-03 | 3 | -5/+6 |
* | fix broken fullscreen start of gmplayer | attila | 2004-01-29 | 1 | -0/+1 |
* | Support binding F11 and F12 keys to commands. | diego | 2004-01-16 | 2 | -0/+3 |
* | patch from Kelemen Gábor <kg0021@stud.unideb.hu> | pontscho | 2004-01-08 | 1 | -2/+2 |
* | VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net> | alex | 2003-12-07 | 1 | -1/+2 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+3 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 | 2 | -3/+4 |
* | Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru. | mosu | 2003-09-17 | 1 | -4/+8 |
* | 1000l | alex | 2003-08-29 | 1 | -1/+1 |
* | 1000l. The vcd api changed and nobody updated the gui.. | alex | 2003-08-25 | 1 | -2/+8 |
* | unknow --> unknown as discussed on dev-eng | diego | 2003-08-15 | 1 | -4/+4 |
* | Fixed a long standing issue: if configured a not available (not existing, per... | alex | 2003-08-14 | 1 | -2/+8 |
* | translated a message to english | alex | 2003-08-14 | 1 | -1/+1 |
* | Removed the historic cfgparser and switched full to the new config parser (al... | alex | 2003-08-13 | 2 | -36/+6 |
* | replacing old MPlayer logo for the much nicer OSX version | gabucino | 2003-08-11 | 1 | -213/+1225 |
* | I attach a fix to the problem described in: | arpi | 2003-07-12 | 1 | -1/+1 |
* | renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_... | arpi | 2003-06-09 | 1 | -2/+2 |
* | fix name clash fix libsmbclient, patch by Raindel Shachar <raindel@techunix.t... | alex | 2003-06-03 | 1 | -1/+1 |
* | vf_scale.h & related cleanup & some small warning fix by dominik | michael | 2003-06-01 | 1 | -7/+1 |
* | From: Ben Low <ben@bdlow.net> | pontscho | 2003-05-26 | 5 | -19/+55 |
* | From: Michael Joosten <joost@c-lab.de> | pontscho | 2003-05-26 | 3 | -2/+5 |
* | [PATCH] CP1250 encoding to GUI and UTF-8 to font.desc | pontscho | 2003-05-25 | 1 | -0/+1 |
* | This could be a 10l, but the codes check later if the wsConvFunc is valid, so... | alex | 2003-05-23 | 1 | -0/+10 |
* | simplyfied it and fixed some 10ls (but sadly xshape still don't works) | alex | 2003-05-23 | 1 | -12/+4 |
* | some fixes and bigendian fix for 32bpp pngs | alex | 2003-05-23 | 2 | -8/+11 |
* | support for pnm and rtsp stream opening with gui, patch by Ambrose Li <a.c.li... | alex | 2003-05-23 | 1 | -1/+5 |
* | support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl> | henry | 2003-04-07 | 1 | -11/+16 |
* | Using a different alignment for only the Gui is bad as this code use | albeu | 2003-04-04 | 1 | -3/+0 |
* | fix dvd, vcd playing, compiling, and add one small playlist patch | pontscho | 2003-04-03 | 2 | -4/+15 |
* | many 10l for me ... | pontscho | 2003-03-20 | 12 | -15/+57 |
* | bugfix from Raindel Shachar <raindel@techunix.technion.ac.il> | pontscho | 2003-03-20 | 1 | -14/+17 |
* | what's the opposite of backport? :) | arpi | 2003-03-17 | 2 | -5/+30 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -1/+1 |
* | 10l | pontscho | 2003-02-08 | 1 | -5/+5 |
* | minor fixes for font autoscaling | henry | 2003-02-08 | 1 | -7/+7 |
* | - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen | filon | 2003-02-07 | 1 | -12/+6 |
* | this patch adds the option -guiwid to gmplayer. I think its a more clean | arpi | 2003-02-07 | 1 | -2/+4 |
* | Embed gui into the playback window, if winid>0 | arpi | 2003-02-06 | 1 | -0/+10 |
* | another 10l | pontscho | 2003-02-06 | 1 | -0/+2 |
* | fix one 10l | pontscho | 2003-02-06 | 1 | -11/+10 |
* | - It adds an option enqueue/noenqueue, so users can choose if they want to | arpi | 2003-02-05 | 4 | -7/+185 |
* | fix idx | pontscho | 2003-02-03 | 1 | -2/+3 |
* | better language support | pontscho | 2003-02-01 | 1 | -12/+12 |
* | - rewrite Jan Spitalnik's patch | pontscho | 2003-02-01 | 9 | -46/+94 |
* | add Type1 and fix one 10l | pontscho | 2003-02-01 | 1 | -3/+8 |
* | again ... | pontscho | 2003-02-01 | 1 | -4/+14 |
* | devfs baszas | pontscho | 2003-02-01 | 1 | -5/+16 |
* | save only video files place | pontscho | 2003-02-01 | 1 | -5/+5 |
* | workaround one possible sig11 | pontscho | 2003-02-01 | 1 | -1/+1 |
* | commit Dominik Mierzejewski's patch | pontscho | 2003-02-01 | 3 | -3/+5 |
* | commit and extend Diego Biurrun's patch | pontscho | 2003-02-01 | 1 | -71/+79 |
* | - fix -fs | pontscho | 2003-01-25 | 3 | -7/+15 |
* | fix compilation error when HAVE_FREETYPE isn't defined | colin | 2003-01-23 | 1 | -1/+1 |
* | - add subcp | pontscho | 2003-01-21 | 5 | -16/+90 |
* | - rewrite sub_fps | pontscho | 2003-01-21 | 7 | -78/+88 |
* | - add new entry's to hungarian skin howto (please Gabu translate) | pontscho | 2003-01-19 | 2 | -4/+3 |
* | fix selected audio language in menu | arpi | 2003-01-19 | 1 | -2/+2 |
* | show one ... | pontscho | 2003-01-19 | 1 | -2/+9 |
* | 11l:) | pontscho | 2003-01-19 | 1 | -1/+8 |
* | 10l | pontscho | 2003-01-18 | 1 | -10/+5 |
* | 10l | pontscho | 2003-01-18 | 1 | -0/+1 |
* | 10l found by Arpi (njamd) | pontscho | 2003-01-18 | 1 | -10/+3 |
* | 10l | arpi | 2003-01-17 | 1 | -1/+1 |
* | 10l | pontscho | |