aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Avoid a uselessly high number of wakeups when playing audio-only files.Gravatar reimar2009-01-01
* 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
* Reimplement -endchapter support again for -dump*, it was broken in r25987.Gravatar reimar2008-11-23
* Add an option that sets initial playback volume.Gravatar diego2008-10-31
* Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
* Avoid calling init_vo_spudec() too early.Gravatar aurel2008-10-27
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* 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
* Use translatable string instead of hardcoded message for process priority.Gravatar diego2008-08-09
* 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
* 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
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Use GetTimerMS() instead of time() with srand.Gravatar reimar2008-07-26
* 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
* 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
* 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
* Avoid crash with video stream switching and -nosoundGravatar reimar2008-05-21
* Delcare a dvdnav-specific input section if the currently playedGravatar ben2008-05-13
* Cosmetics: remove some commented code.Gravatar eugeni2008-05-12
* Change subtitle selection order by giving "indirect" ways of specifying theGravatar eugeni2008-05-12
* Request a timer resolution of 1 ms on Windows, the default ofGravatar reimar2008-05-10
* use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macroGravatar corey2008-04-23
* Add options to disable some or all config files.Gravatar albeu2008-04-14
* Replace the trivial command line preparser with a more robust versionGravatar albeu2008-04-13
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* Add some const qualifiers to reduce warningsGravatar uau2008-04-02
* Remove unnecessary includesGravatar uau2008-04-01
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Handle property commands in idle mode.Gravatar reimar2008-03-28
* Experimental support for -framedrop with -correct-pts.Gravatar reimar2008-03-17
* cosmetics: Decrapify the indentation of the last few blocks of main().Gravatar diego2008-03-07
* Move duplicated extern declarations of mp_msg_levels and mp_msg_level_allGravatar diego2008-03-04
* Add ID_SEEKABLE information to -identify output.Gravatar diego2008-03-03
* Select audio stream in mplayer and mencoder, overriding demuxer decision.Gravatar eugeni2008-02-29
* Demuxer-independent subtitle track selection.Gravatar eugeni2008-02-29
* Attempt to fix -chapter broken for mkv in r25987Gravatar reimar2008-02-28
* Fix continuous scrolling on OS/2 due to status line updates unless -quietGravatar diego2008-02-22