aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* path.c: add function for mp_basename, remove duplicated macrosGravatar cboesch2010-12-16
* core: ordered chapters: add heuristic for merging inaccurate chaptersGravatar Uoti Urpala2010-11-26
* core: make initial audio sync more robust against bad demuxersGravatar Uoti Urpala2010-11-21
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* demux_lavf: mark AVI timestamps non-pts to avoid messagesGravatar Uoti Urpala2010-11-14
* options: more mplayer.c options moved to option structGravatar Clément Bœsch2010-11-14
* options: move various mplayer.c options to option structGravatar Clément Bœsch2010-11-13
* core: do initial A-V sync by modifying audio streamGravatar Uoti Urpala2010-11-13
* core: give pts as parameter to demuxer_get_current_chapter()Gravatar Uoti Urpala2010-11-13
* audio: add -gapless-audio optionGravatar Uoti Urpala2010-11-12
* audio: don't try to send partial samples to AO at EOFGravatar Uoti Urpala2010-11-12
* options: move -cache-min and cache-seek-min to option structGravatar Clément Bœsch2010-11-11
* options: move some demux options to option structGravatar Clément Bœsch2010-11-11
* core: rename update_video_immediately->restart_playbackGravatar Uoti Urpala2010-11-11
* core: print an explicit error if file format detection failsGravatar Uoti Urpala2010-11-10
* demux: improve -alang / -slang track choosing logicGravatar Uoti Urpala2010-11-08
* core: use correct demuxer with -audiofile / -subfileGravatar Uoti Urpala2010-11-08
* core: move video pos/length query functions from demux to coreGravatar Uoti Urpala2010-11-08
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* options: move -name and -title to option structGravatar Clément Bœsch2010-11-04
* options: move -dumpfile to option structGravatar Uoti Urpala2010-11-02
* cosmetics: remove some #if 0 code from mplayer.cGravatar reimar2010-11-02
* mplayer.c: remove some obsolete commented-out linesGravatar diego2010-11-02
* 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