aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Make -nosub work to disable subtitles even if -slang and dvd streams are used.Gravatar reimar2009-09-29
* Add a -nosub option that allows disabling auto-selected subtitles as e.g. theGravatar reimar2009-09-28
* Enable loading of external subtitles also for audio-only files.Gravatar reimar2009-09-28
* Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-...Gravatar reimar2009-09-28
* Add support for displaying subtitles on the command-line when playingGravatar reimar2009-09-23
* Make update_subtitles work without sh_video for text subtitles.Gravatar reimar2009-09-23
* Merge two Windows-specific #if sections to simplify the condition.Gravatar reimar2009-09-16
* Hack: set DEP/NX on Windows via SetProcessDEPPolicy.Gravatar reimar2009-09-16
* 10l, fix misplaced check in r29613, for loop detection we must compareGravatar reimar2009-09-02
* Limit amount of data allocated on stack, strlen(filename) is not a good idea forGravatar reimar2009-09-02
* Add support for directory-specific mplayer.conf configuration file.Gravatar reimar2009-09-02
* Make the loop detection for mov reference files less aggressive, fixesGravatar reimar2009-09-01
* Fix per-file config file loading for DOS paths (i.e. where \ and : canGravatar reimar2009-08-31
* Factor out code to try and load a config file only if it exists.Gravatar reimar2009-08-31
* Only #include stream/dvbin.h when DVB is enabled.Gravatar diego2009-08-03
* Remove pointless #ifdefs around harmless internal header #includes.Gravatar diego2009-08-02
* Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,Gravatar reimar2009-05-31
* 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.Gravatar reimar2009-05-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* sane verbosity levels for menu initializationGravatar diego2009-04-25
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Set the forced_subs_only value correctly whenever a new spudec is created.Gravatar reimar2009-03-30
* Make pausing_keep_force the default for the set_mouse_pos and key_down_event -Gravatar reimar2009-03-07
* Print the version string after the command line has been parsed.Gravatar diego2009-02-21
* Add priority support for OS/2 and factorize the Windows priority support.Gravatar diego2009-02-10
* Use SetErrorMode so Windows will not show all kinds of error dialogsGravatar reimar2009-02-09
* Do not print a warning if current pts is equal to previous pts.Gravatar diego2009-02-01
* increase max OSD message size limitGravatar compn2009-02-01
* Factorize print_version().Gravatar diego2009-01-25
* 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.Gravatar reimar2009-01-16
* More #ifdef -> #ifGravatar reimar2009-01-16
* Add missing const qualifier to mpctx_get_audio_out function declaration.Gravatar diego2009-01-10
* 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