aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* cleanup: remove unused MEncoder-related codeGravatar Clément Bœsch2011-01-25
* cleanup: mplayer.c: use VFCAP_ names instead of numeric valuesGravatar Uoti Urpala2011-01-17
* core: add timing workaround for PulseAudio misbehaviorGravatar Uoti Urpala2011-01-01
* core: fix audio-only + framestep weird behaviorGravatar Uoti Urpala2010-12-20
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
| * core: audio: make ogg missing audio timing workaround more complexGravatar Uoti Urpala2010-12-20
| * core: add support for precise non-keyframe-limited seeksGravatar Uoti Urpala2010-12-20
| * core: add struct for queued seek infoGravatar Uoti Urpala2010-12-20
* | cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
* | commands: clean up get_metadata() and related codeGravatar Uoti Urpala2010-12-20
| * core: remove looping in update_video(), modify command handling a bitGravatar Uoti Urpala2010-12-16
* | Change some filename-handling code to use mp_basename()Gravatar cboesch2010-12-16
* | core: avoid using build_afilter_chain() directlyGravatar reimar2010-12-16
* | path.c: add function for mp_basename, remove duplicated macrosGravatar cboesch2010-12-16
| * core: seek: use accurate seek mode with audio-only filesGravatar Uoti Urpala2010-12-14
| * core: avoid using sh_video->pts as "current pts"Gravatar Uoti Urpala2010-12-14
| * core: timing: add special handling of long frame intervalsGravatar Uoti Urpala2010-12-14
| * core: move central play loop to a separate functionGravatar Uoti Urpala2010-12-13
|/
* 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