| Commit message (Expand) | Author | Age |
* | Print the version string after the command line has been parsed. | diego | 2009-02-21 |
* | Add priority support for OS/2 and factorize the Windows priority support. | diego | 2009-02-10 |
* | Use SetErrorMode so Windows will not show all kinds of error dialogs | reimar | 2009-02-09 |
* | Do not print a warning if current pts is equal to previous pts. | diego | 2009-02-01 |
* | increase max OSD message size limit | compn | 2009-02-01 |
* | Factorize print_version(). | diego | 2009-01-25 |
* | 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time. | reimar | 2009-01-16 |
* | More #ifdef -> #if | reimar | 2009-01-16 |
* | Add missing const qualifier to mpctx_get_audio_out function declaration. | diego | 2009-01-10 |
* | Avoid a uselessly high number of wakeups when playing audio-only files. | reimar | 2009-01-01 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Print ID_EXIT and exit reason message in identify mode when exiting. | reimar | 2008-12-02 |
* | Reimplement -endchapter support again for -dump*, it was broken in r25987. | reimar | 2008-11-23 |
* | Add an option that sets initial playback volume. | diego | 2008-10-31 |
* | Factorize vobsub idx/extradata handling. | aurel | 2008-10-27 |
* | Avoid calling init_vo_spudec() too early. | aurel | 2008-10-27 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 |
* | slave command to get the number of chapters; patch by Kevin DeKorte - kdekort... | nicodvb | 2008-09-26 |
* | Since the pause loop now also runs commands, set mpctx->was_paused | reimar | 2008-09-25 |
* | Add an experimental pausing_keep_force slave mode command prefix | reimar | 2008-09-25 |
* | Use translatable string instead of hardcoded message for process priority. | diego | 2008-08-09 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 |
* | Rename preprocessor directive HAVE_MENU --> CONFIG_MENU. | diego | 2008-07-30 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | Use GetTimerMS() instead of time() with srand. | reimar | 2008-07-26 |
* | Try harder to honour CTRL+C etc. during dumpstream | reimar | 2008-06-16 |
* | Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like | diego | 2008-06-15 |
* | Remove pointless HELP_MP_DEFINE_STATIC definition. | diego | 2008-06-15 |
* | Rename some functions as they are mplayer related and not | ben | 2008-06-07 |
* | Fix the linking of TOOLS/netstream and TOOLS/vivodump. | diego | 2008-06-06 |
* | Add a slave command to stop stream playback. | ben | 2008-05-27 |
* | Re-add (hackish) support for -chapter (only start chapter, end is not support... | reimar | 2008-05-24 |
* | Avoid crash with video stream switching and -nosound | reimar | 2008-05-21 |
* | Delcare a dvdnav-specific input section if the currently played | ben | 2008-05-13 |
* | Cosmetics: remove some commented code. | eugeni | 2008-05-12 |
* | Change subtitle selection order by giving "indirect" ways of specifying the | eugeni | 2008-05-12 |
* | Request a timer resolution of 1 ms on Windows, the default of | reimar | 2008-05-10 |
* | use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro | corey | 2008-04-23 |
* | Add options to disable some or all config files. | albeu | 2008-04-14 |
* | Replace the trivial command line preparser with a more robust version | albeu | 2008-04-13 |
* | Remove the need for code using stream to export an mp_input_check_interrupt() | albeu | 2008-04-09 |
* | Add some const qualifiers to reduce warnings | uau | 2008-04-02 |
* | Remove unnecessary includes | uau | 2008-04-01 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 |