aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Fix crash if a DVD is played with dvdnav:// and without videoGravatar reimar2010-04-25
* Rename SetCodecPath() --> set_codec_path().Gravatar diego2010-03-21
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
* Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.Gravatar diego2010-03-18
* Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
* Follow a more proper way to support -codecpath.Gravatar komh2010-03-17
* Add -codecpath option.Gravatar komh2010-03-15
* Use int64_t instead of long for variable containing current playback time.Gravatar reimar2010-03-07
* Add required mplayer.h and access_mpcontext.h #includes.Gravatar diego2010-02-22
* Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.Gravatar reimar2010-02-19
* Remove some pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* Declare vf_menu_pause_update in libmenu/menu.h.Gravatar diego2010-02-14
* Avoid forward declarations for import_initial_playtree_into_gui() andGravatar diego2010-02-14
* Add xscreensaver_heartbeat() declaration to x11_common.h.Gravatar diego2010-02-14
* Declare mp_input_register_options() in input/input.h.Gravatar diego2010-02-14
* Rename exit_reason_t enum to exit_reason and do not typedef it.Gravatar diego2010-02-14
* Move the check for valid sh_video into the init_vo_spudec, this fixes a crashGravatar reimar2010-02-13
* Add support for loading ASS subtitles through the stream layer and thus e.g.Gravatar reimar2010-02-05
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* Change code to allow playing a stream even if enabling the cache failedGravatar reimar2010-01-23
* At startup and while seeking avoid to introduce pointless sleeps and possiblyGravatar reimar2010-01-04
* Also reset time_frame and next_frame_time on reset, it makes no sense toGravatar reimar2010-01-04
* Fixup SDL configure check:Gravatar reimar2010-01-03
* Set some freed pointers to NULL.Gravatar reimar2009-12-26
* Free playtree_iter upon exiting MPlayerGravatar reimar2009-12-26
* Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
* Add braces to avoid ambiguous else.Gravatar reimar2009-12-07
* Readjust the global number of subs when switching dvdnav track to takeGravatar reimar2009-11-24
* Remove useless check for valid fd with -dumpstream, the code does notGravatar reimar2009-11-17
* Check that mpctx->audio_out is not NULL when trying to uninit it.Gravatar reimar2009-11-13
* Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
* Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...Gravatar reimar2009-11-11
* Do not call resume on unpausing if we have already reached eof whileGravatar reimar2009-11-11
* Remember which subtitle was auto-selected for dvdnav due to -slangGravatar reimar2009-11-11
* Factor out code that decides which subtitle to play.Gravatar reimar2009-11-11
* Use switch_program property from mplayer.c to set ts_prog.Gravatar reimar2009-11-07
* Whitespace cosmetics: reindent reinit_audio_chain functionGravatar reimar2009-11-06
* Remove some useless comments/commented-out code.Gravatar reimar2009-11-06
* Split assignment from error value check to avoid overcomplicated if () condit...Gravatar reimar2009-11-06
* Reuse the init_error exit path also for init_best_audio_codec errors.Gravatar reimar2009-11-06
* Simplify: use &= instead of a = b & a;Gravatar reimar2009-11-06
* Remove some unnecessary else blocksGravatar reimar2009-11-06
* Use an early return instead of a {} block over the whole function in reinit_a...Gravatar reimar2009-11-06
* Disable audio when initializing the filter chain fails (can happen e.g. when ...Gravatar reimar2009-11-06
* Change dvdnav_reset_stream to not disable subtitles, since that breaksGravatar reimar2009-11-05
* 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