| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix windows Gui compilation and remove some related typecasts. | reimar | 2010-02-27 | 1 | -8/+8 |
* | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 2 | -2/+2 |
* | Fix silly type of guiGetEvent argument to use void * instead of char * and | reimar | 2010-02-25 | 2 | -10/+10 |
* | Include libmpcodecs/vd.h for declaration of "fullscreen". | zuxy | 2010-02-25 | 1 | -0/+1 |
* | Declare externally used variables from vd.c as extern in vd.h. | diego | 2010-02-22 | 4 | -2/+3 |
* | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 6 | -6/+0 |
* | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 1 | -2/+0 |
* | Fix win32 gui compilation. | reimar | 2010-02-16 | 5 | -5/+8 |
* | Move movie_aspect extern declaration to libmpcodecs/vd.h. | diego | 2010-02-14 | 1 | -0/+1 |
* | Move GUI-related extern declarations to a GUI header file. | diego | 2010-02-14 | 4 | -0/+8 |
* | GUI: Mark functions that are not used outside their files as static. | diego | 2010-02-14 | 13 | -63/+79 |
* | Avoid forward declarations for import_initial_playtree_into_gui() and | diego | 2010-02-14 | 1 | -0/+7 |
* | Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch]. | diego | 2010-02-14 | 4 | -5/+4 |
* | GUI: #include associated .h files in .c files. | diego | 2010-02-14 | 3 | -1/+4 |
* | Fix exit_player() usage throughout the codebase. | diego | 2010-02-14 | 3 | -4/+7 |
* | Simplify and correct loop condition, also avoids a compiler warning for unuse... | reimar | 2010-01-27 | 1 | -2/+2 |
* | Fix newline removal code that might read and write out of bounds. | reimar | 2010-01-27 | 2 | -4/+4 |
* | Use av_malloc to ensure sufficient alignment and also free at least some | reimar | 2010-01-24 | 1 | -1/+2 |
* | Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API. | reimar | 2010-01-17 | 1 | -1/+2 |
* | Call XSync after XShmAttach to avoid a possible race-condition with shmctl. | reimar | 2010-01-10 | 1 | -0/+1 |
* | Add missing config.h #include; remove a redundant one. | diego | 2010-01-04 | 2 | -2/+2 |
* | Remove more direct includes of libass/ass.h | reimar | 2009-12-24 | 2 | -2/+0 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 2 | -2/+2 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 26 | -292/+292 |
* | Remove pointless #ifdef around internal #include. | diego | 2009-04-19 | 1 | -4/+1 |
* | add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663 | compn | 2009-04-04 | 1 | -2/+3 |
* | Fix some typos, add flv and trp to the list of video formats | diego | 2009-01-05 | 1 | -42/+47 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -5/+5 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 32 | -205/+205 |
* | Add necessary #include <stdlib.h> for realloc/calloc/free. | diego | 2008-08-31 | 1 | -0/+1 |
* | consistency cosmetics: Avoid using .. in #include paths. | diego | 2008-08-29 | 2 | -40/+40 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 4 | -25/+25 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 2 | -6/+6 |
* | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 | 3 | -9/+9 |
* | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 | 3 | -9/+9 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 3 | -14/+14 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 8 | -33/+33 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 3 | -12/+12 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 3 | -6/+6 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 13 | -86/+86 |
* | Remove unnecessary and troublesome inline | zuxy | 2008-07-18 | 1 | -1/+1 |
* | Force gcc to emit function body under -gnu99 | zuxy | 2008-07-17 | 1 | -1/+1 |
* | Mark function not used outside of the file as static. | diego | 2008-07-08 | 1 | -1/+1 |
* | Remove declaration of extern inline function that is used nowhere from header | diego | 2008-07-08 | 1 | -1/+0 |
* | Add standard GPL header to individual files. | diego | 2008-04-22 | 51 | -21/+910 |
* | Use standard GPL header. | diego | 2008-04-22 | 12 | -36/+36 |
* | noconfig fix, disable_gui_conf was not defined when compiling mencoder. | albeu | 2008-04-15 | 1 | -1/+1 |
* | Add options to disable some or all config files. | albeu | 2008-04-14 | 1 | -1/+2 |
* | wording improvements suggested by the Wanderer | diego | 2008-04-12 | 1 | -2/+3 |
* | Make include paths consistent; do not use ../ in them. | diego | 2008-04-12 | 23 | -88/+89 |
* | Update include paths to account for build system changes. | diego | 2008-04-12 | 7 | -7/+7 |
* | typo fixes | diego | 2008-04-12 | 1 | -6/+6 |
* | Merge ./gui/Makefile into ./Makefile, one less instance of recursive make. | diego | 2008-04-11 | 1 | -54/+0 |
* | Add gui/ prefix to some #include paths so that compilation from the | diego | 2008-04-11 | 22 | -54/+53 |
* | Remove duplicate #include. | diego | 2008-04-11 | 1 | -1/+0 |
* | Add a config.mak variable to control compilation of the Win32 GUI. | diego | 2008-04-11 | 1 | -1/+1 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 10 | -12/+10 |
* | removed redundant wincfg.h. | vayne | 2008-03-11 | 1 | -40/+0 |
* | more header / declaration cleanups; fixes a lot of warnings as well as a pree... | vayne | 2008-03-11 | 7 | -13/+8 |
* | Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h. | diego | 2008-03-05 | 4 | -6/+6 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-05 | 3 | -0/+5 |
* | consistency cosmetics: Use #ifdef everywhere instead of #if defined(). | diego | 2008-03-05 | 1 | -1/+1 |
* | Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC. | diego | 2008-03-04 | 1 | -3/+0 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 30 | -109/+90 |
* | Consistently use filename as multiple inclusion guard. | diego | 2008-02-21 | 2 | -6/+6 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -10/+0 |
* | cosmetics: indent, remove trailing whitespace | diego | 2008-02-18 | 1 | -12/+12 |
* | Merge the two conditional definitions of get_current_dir_name. | diego | 2008-02-18 | 1 | -3/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -3/+3 |
* | Add windows cp1256 encoding for arabic, fixes bug #1007 | reimar | 2008-02-01 | 1 | -0/+1 |
* | Allow independent scaling of vo_font and sub_font. | reimar | 2008-01-27 | 1 | -1/+1 |
* | audio_out / video_out structs should be treated as const | reimar | 2008-01-19 | 2 | -3/+3 |
* | Make xpm arrays really const (I missed that they are not strings but | reimar | 2008-01-13 | 52 | -52/+52 |
* | Make all gui xpm bitmaps const | reimar | 2008-01-13 | 7 | -7/+7 |
* | gui_opts should be const for win32 gui as well (why, oh why, was all | reimar | 2008-01-13 | 1 | -1/+1 |
* | Win32 gui has the same m_option_print error handling bug | reimar | 2008-01-13 | 1 | -2/+4 |
* | Fix 100l: error check for m_option_print was unreachable | reimar | 2008-01-13 | 1 | -2/+5 |
* | Make big gui_opts array const | reimar | 2008-01-13 | 1 | -1/+1 |
* | Fix illegal identifier, names starting with _ and uppercase are reserved. | diego | 2008-01-07 | 1 | -34/+34 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 | 2 | -5/+5 |
* | Rename common.[ch], there are too many files by that name. | diego | 2008-01-06 | 5 | -3/+3 |
* | cosmetics: alphabetical order | diego | 2008-01-06 | 1 | -21/+21 |
* | Rename common.[ch] to gtk_common.[ch], there are too many files by that name. | diego | 2008-01-06 | 11 | -10/+10 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 28 | -31/+28 |
* | Do not PostQuitMessage when destroying a child window. | zuxy | 2007-12-06 | 2 | -16/+0 |
* | Remove unused variables, fixes the warnings: | diego | 2007-12-02 | 1 | -2/+1 |
* | Make wsKeyNames array const | reimar | 2007-12-02 | 2 | -2/+2 |
* | evNames / evBoxs should be "static const" | reimar | 2007-12-02 | 2 | -5/+2 |
* | Get rid of fsPressed variable and related code. It does not really | reimar | 2007-12-02 | 1 | -24/+0 |
* | Parameter of Filter function can be const, removes the warning | reimar | 2007-12-02 | 1 | -1/+1 |
* | Fix return type of getGtkEntryText, it must be const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Get rid of some "discards qualifiers" warnings | reimar | 2007-12-02 | 1 | -4/+4 |
* | get/set video colors string is constant | reimar | 2007-12-02 | 1 | -2/+2 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 | 1 | -1/+1 |
* | Better handling of win32 GUI thread: | zuxy | 2007-11-11 | 1 | -6/+8 |
* | Remove unused extern int declaration. | diego | 2007-08-29 | 1 | -1/+0 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 3 | -2/+2 |
* | warning fix: | diego | 2007-08-28 | 1 | -1/+1 |
* | Remove redundant extern declarations, #include the right headers instead. | diego | 2007-08-25 | 3 | -4/+4 |
* | Remove redundant extern variable declarations, include proper headers instead. | diego | 2007-08-25 | 3 | -3/+4 |
* | Remove unused extern variable declaration. | diego | 2007-08-24 | 1 | -1/+0 |
* | Remove redundant variable declaration along with the corresponding warning. | diego | 2007-08-24 | 1 | -1/+0 |
* | 1000l: Revert stray hunk that crept in with last commit. | diego | 2007-08-24 | 1 | -1/+1 |
* | Use consistent include path. | diego | 2007-08-24 | 1 | -2/+2 |
* | remove gconvert_uri_to_filename() and use url_unescape_string() instead. | iive | 2007-08-20 | 3 | -51/+2 |
* | fopen is in stdio.h, so add this include. | reimar | 2007-07-18 | 1 | -0/+1 |
* | Fix a bunch of redundant redeclaration warnings. | diego | 2007-07-18 | 10 | -23/+2 |
* | Remove unused variables. | diego | 2007-07-18 | 1 | -2/+0 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 1 | -4/+4 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 3 | -55/+58 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 29 | -59/+61 |
* | Add consistent GUI prefix to multiple inclusion guards. | diego | 2007-07-02 | 21 | -43/+43 |
* | Add multiple inclusion guard. | diego | 2007-07-02 | 1 | -0/+4 |
* | Consistently use filenames as multiple inclusion guards. | diego | 2007-07-02 | 9 | -18/+18 |
* | Return value of gtk_entry_get_text is const, so declare variables as const as... | reimar | 2007-06-24 | 1 | -4/+4 |
* | revert broken r23628, mp_core.h is not included by cfg.h, so double extern | reimar | 2007-06-24 | 1 | -0/+1 |
* | get_path prototype is already in interface.h and probably many more places. | reimar | 2007-06-24 | 1 | -2/+0 |
* | ass_enabled is already in mp_core.h | reimar | 2007-06-24 | 1 | -1/+0 |
* | Add a (almost correct) prototype for vcd_seek_to_track | reimar | 2007-06-24 | 1 | -0/+1 |
* | Fix compilation after FFmpeg r9283. | cehoyos | 2007-06-12 | 1 | -1/+2 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 2 | -2/+2 |
* | Make gmplayer show right colors if X server does not use native byteorder. | reimar | 2007-06-05 | 1 | -1/+30 |
* | get rid of Gui code that has been commented out since ages | reimar | 2007-06-04 | 1 | -20/+0 |
* | Factor out some duplicated gui code | reimar | 2007-06-04 | 1 | -15/+15 |
* | Remove some useless code | reimar | 2007-06-04 | 1 | -2/+0 |
* | Remove two useless fastmemcpy.h includes in gui code. | reimar | 2007-05-27 | 2 | -2/+0 |
* | missed part of gui code change while introducing -subfont option (patch by Pi... | ben | 2007-05-20 | 1 | -1/+1 |
* | Include string.h for memcpy, fastmemcpy.h alone is not enough. | reimar | 2007-05-16 | 4 | -0/+4 |
* | Reuse linux code for reading png images for windows Gui, | reimar | 2007-05-10 | 2 | -53/+19 |
* | remove unused code | reimar | 2007-05-07 | 1 | -8/+0 |
* | Fix Gui colors for 32 bit png images after switch to libavcodec decoding | reimar | 2007-05-07 | 1 | -8/+3 |
* | Use calloc instead of malloc+memset | reimar | 2007-05-02 | 1 | -2/+1 |
* | Missing free on error in conv24to32 | reimar | 2007-05-02 | 1 | -0/+1 |
* | Simplify bgr2rgb | reimar | 2007-05-02 | 1 | -6/+1 |
* | Remove unused function | reimar | 2007-05-02 | 1 | -26/+0 |
* | Make functions and variables not used outside bitmap.c static | reimar | 2007-05-02 | 2 | -9/+7 |
* | Simplify conv24to32 for-loop | reimar | 2007-05-02 | 1 | -1/+1 |
* | Remove useless extern before function prototypes | reimar | 2007-05-02 | 1 | -4/+4 |
* | Remove libpng dependency for Gui, use libavcodec instead | reimar | 2007-05-02 | 1 | -69/+42 |
* | 10l to Diego for breaking svn (again). | iive | 2007-04-30 | 1 | -5/+0 |
* | Fix several implicit declarations of functions warnings. | diego | 2007-04-29 | 9 | -3/+20 |
* | Remove duplicate #include. | diego | 2007-04-29 | 1 | -2/+0 |
* | add missing case value, fixes functionality when using some skins. | vayne | 2007-04-28 | 1 | -0/+1 |
* | compilation fix for disabling dvd functionality, patch by <bangbangbear at gm... | vayne | 2007-04-28 | 2 | -6/+6 |
* | header / declarations cleanup, also fixes broken compilation. | vayne | 2007-04-26 | 4 | -18/+2 |
* | Consistently use quotes instead of angled brackets in #include | diego | 2007-04-25 | 9 | -51/+55 |
* | Use proper GPL header. | diego | 2007-04-23 | 13 | -247/+273 |
* | spelling cosmetics | diego | 2007-04-23 | 14 | -17/+17 |
* | Gui --> gui | diego | 2007-04-23 | 119 | -0/+27739 |