aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
| * Print ID_EXIT and exit reason message in identify mode when exiting.Gravatar reimar2008-12-02
* | Merge svn changes up to r28038Gravatar Uoti Urpala2008-11-25
|\|
| * Reimplement -endchapter support again for -dump*, it was broken in r25987.Gravatar reimar2008-11-23
* | Merge svn changes up to r27899Gravatar Uoti Urpala2008-11-06
|\|
| * Add an option that sets initial playback volume.Gravatar diego2008-10-31
* | Merge svn changes up to r27841Gravatar Uoti Urpala2008-10-28
|\|
| * Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
| * Avoid calling init_vo_spudec() too early.Gravatar aurel2008-10-27
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* | Merge svn changes up to r27682Gravatar Uoti Urpala2008-10-02
|\|
| * slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...Gravatar nicodvb2008-09-26
| * Since the pause loop now also runs commands, set mpctx->was_pausedGravatar reimar2008-09-25
| * Add an experimental pausing_keep_force slave mode command prefixGravatar reimar2008-09-25
* | core: Clean up move-to-next-file logicGravatar Uoti Urpala2008-08-13
* | Merge svn changes up to r27458Gravatar Uoti Urpala2008-08-12
|\|
* | mplayer.c: #include mplayer.h and access_mpcontext.hGravatar Uoti Urpala2008-08-12
* | Move some declarations from mplayer.c to proper headersGravatar Uoti Urpala2008-08-12
* | Make various functions staticGravatar Uoti Urpala2008-08-12
| * Use translatable string instead of hardcoded message for process priority.Gravatar diego2008-08-09
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
| * Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
| * Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.Gravatar diego2008-07-30
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
| * Use GetTimerMS() instead of time() with srand.Gravatar reimar2008-07-26
* | Fix crash during early exitGravatar Uoti Urpala2008-07-09
* | Fix compilation with dvdnav enabledGravatar Uoti Urpala2008-06-26
* | Move global sub_font to OSD structGravatar Uoti Urpala2008-06-24
* | Remove unnecessary casts of sh_video->vfilterGravatar Uoti Urpala2008-06-24
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | Merge svn changes up to r27092Gravatar Uoti Urpala2008-06-17
|\|
| * Try harder to honour CTRL+C etc. during dumpstreamGravatar reimar2008-06-16
| * Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings likeGravatar diego2008-06-15
| * Remove pointless HELP_MP_DEFINE_STATIC definition.Gravatar diego2008-06-15
* | Merge svn changes up to r27025Gravatar Uoti Urpala2008-06-07
|\|
| * Rename some functions as they are mplayer related and notGravatar ben2008-06-07
| * Fix the linking of TOOLS/netstream and TOOLS/vivodump.Gravatar diego2008-06-06
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Add a slave command to stop stream playback.Gravatar ben2008-05-27
| * Re-add (hackish) support for -chapter (only start chapter, end is not support...Gravatar reimar2008-05-24