aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* options: move audio_output_channels, audio_output_format to structGravatar Uoti Urpala2010-11-02
* mplayer.c: remove unnecessary #defineGravatar diego2010-11-02
* cache: Move cache_fill_status extern declaration to cache2.hGravatar diego2010-11-02
* menu: Move vf_info_menu extern declaration to menu.hGravatar diego2010-11-02
* loader: Disable loading codecs from the current directoryGravatar reimar2010-11-02
* core: Do not call *_aid_from_lang when audio_lang is NULLGravatar reimar2010-11-02
* cosmetics: Remove useless castGravatar reimar2010-11-02
* dvdnav: Support for image highlights for dvdnav menus.Gravatar reimar2010-11-02
* audio: support parameter changes (e.g. channel count) during playbackGravatar reimar2010-11-02
* commands: Allow fullscreen switching during -idle.Gravatar reimar2010-11-02
* subs: Change global subtitle numbering schemeGravatar reimar2010-11-02
* cfg-common*: Replace common options template by a common options arrayGravatar diego2010-11-02
* core: Try to exit cleanly on SIGPIPEGravatar reimar2010-11-02
* -identify output: print media start timeGravatar reimar2010-11-02
* mplayer.c: move some --identify code to a separate functionGravatar reimar2010-11-02
* Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\
| * If we have no FPS value, try enabling -correct-pts mode, it doesGravatar reimar2010-06-05
| * Do not use libass functions if it is disabled.Gravatar reimar2010-06-04
| * If an invalid pts value is detected, try to to make up some if it seemsGravatar reimar2010-06-03
| * Simplify libass version check.Gravatar cehoyos2010-06-03
| * Fix compilation with external libass.Gravatar cehoyos2010-06-02
* | libass: match font attachments based on extensionGravatar Grigori Goronzy2010-06-01
| * backport ass_flush_events() from upstream libass and make use of itGravatar aurel2010-05-31
* | Merge svn changes up to r31211Gravatar Uoti Urpala2010-05-30
|\ \
| | * misc cosmetics: K&R style nits, #include placement, indentationGravatar diego2010-05-29
| |/
| * Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of someGravatar reimar2010-05-23
* | core: apply audio track options to all ordered chapter filesGravatar Uoti Urpala2010-05-22
* | options: move -alang and -slang to option structGravatar Uoti Urpala2010-05-22
* | vo_vdpau: support queuing an arbitrary number of frames aheadGravatar Uoti Urpala2010-05-14
* | mplayer.c: remove an unnecessary #includeGravatar Uoti Urpala2010-05-08
* | Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\ \
* \ \ Merge svn changes up to r30917Gravatar Uoti Urpala2010-04-26
|\ \ \
* \ \ \ Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\ \ \ \
* | | | | core: track current chapter for relative chapter seeksGravatar Uoti Urpala2010-04-25
* | | | | mplayer.c: silence some compiler warningsGravatar Uoti Urpala2010-04-25
* | | | | commands: finish seeks before processing other commandsGravatar Uoti Urpala2010-04-25
* | | | | input: remove unused "paused" arguments from some functionsGravatar Uoti Urpala2010-04-25
* | | | | Fix chapter handling with first chapter not at beginning of fileGravatar Uoti Urpala2010-04-25
* | | | | Fix -chapter with ordered chaptersGravatar Uoti Urpala2010-04-25
* | | | | options: move -chapter values to option structGravatar Uoti Urpala2010-04-25
* | | | | mplayer.c: share seek-reset code with chapter seeksGravatar Uoti Urpala2010-04-25
| | | | * Fix crash if a DVD is played with dvdnav:// and without videoGravatar reimar2010-04-25
| | | |/
* | | | Move seek-reset functionality out of demuxer.cGravatar Uoti Urpala2010-04-23
| | | * 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
| |/