aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* audio: move ready-for-ao data buffer from decoder to AOGravatar Uoti Urpala2011-07-02
* core: move m_config_free() last before exitGravatar reimar2011-06-29
* cleanup: remove warnings under libmenu/Gravatar Clément Bœsch2011-06-24
* input: add useful default pointer button bindingsGravatar Grigori Goronzy2011-06-14
* audio: disallow partial samples, fix ad_pcm to complyGravatar Uoti Urpala2011-05-07
* ao_pcm, core: use new API in ao_pcm, change timing with itGravatar Uoti Urpala2011-05-05
* input: make slave command file descriptors nonblockingGravatar Uoti Urpala2011-05-04
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
* | audio: fill small AO buffers more often in audio-only caseGravatar Uoti Urpala2011-04-22
* | config: remove pointless cfg-mplayer-def.h fileGravatar Clément Bœsch2011-04-20
* | subs: options: add -sub-pathsGravatar Clément Bœsch2011-04-20
* | find_subfiles: allow subtitle search in multiple directoriesGravatar Clément Bœsch2011-04-20
* | subs: move vobsub loading logic down to find_subfiles.cGravatar Uoti Urpala2011-04-20
* | subs: move text sub loading logic down to find_subfiles.cGravatar Clément Bœsch2011-04-20
* | find_subfiles: move sub_filenames() hereGravatar Clément Bœsch2011-04-20
* | options: move sub_name, sub_auto and vobsub_name to structGravatar Clément Bœsch2011-04-20
* | options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
| * OSD: support displaying fractional part of current positionGravatar Uoti Urpala2011-04-12
* | audio: change external AO interface to "ao_[method](ao, ...)"Gravatar Uoti Urpala2011-04-09
* | Merge branch 'edl'Gravatar Uoti Urpala2011-04-08
|\ \ | |/ |/|
| * core: support timeline with audio-only filesGravatar Uoti Urpala2011-04-08
| * core: wake up a bit less often for audio-only filesGravatar Uoti Urpala2011-04-08
| * core: audio: cut audio writes at end of timeline partGravatar Uoti Urpala2011-04-07
| * EDL: add support for new EDL file formatGravatar Uoti Urpala2011-04-05
* | core: do proper audio track selection for -audiofile demuxerGravatar Uoti Urpala2011-04-02
* | configure, Windows: support static pthreads on WindowsGravatar Diogo Franco2011-03-30
* | core: hr-seek: fix soft hang with hrseek past EOFGravatar Uoti Urpala2011-03-03
| * core: ordered chapters: move timeline creation to timeline/Gravatar Uoti Urpala2011-02-26
| * cleanup: demuxer.[ch]: remove unused code, make functions staticGravatar Uoti Urpala2011-02-22
|/
* terminal output: change program name to "MPlayer2"Gravatar Uoti Urpala2011-02-15
* subs: Print a message when lavc subtitle decoding failsGravatar reimar2011-02-15
* cleanup: mplayer.c: clean up pause_loop() a bitGravatar Uoti Urpala2011-02-15
* terminal output: show cache fill changes in "PAUSED" messageGravatar reimar2011-02-15
* terminal output: change infamous "Core dumped" messageGravatar Uoti Urpala2011-02-01
* translation: remove \r and \n from translated PAUSE stringGravatar Uoti Urpala2011-01-31
* mplayer.c: simplify code a bit, remove "main:" labelGravatar cboesch2011-01-31
* cleanup: define ROUND() macro in mpcommon.hGravatar cboesch2011-01-31
* core: timing: fix overflow with extreme playback speedGravatar Uoti Urpala2011-01-28
* Merge branch 'sub'Gravatar Uoti Urpala2011-01-26
|\
| * sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
| * demux_mkv, chapters: change millisecond arithmetic to nsGravatar Uoti Urpala2011-01-26
| * cleanup: rename ass_* functions to mp_ass_*Gravatar Uoti Urpala2011-01-26
| * subs: use correct font aspect ratio for libass + converted subsGravatar Uoti Urpala2011-01-26
| * cleanup: some random minor code simplification and cleanupGravatar Uoti Urpala2011-01-26
* | mp_msg: Remove uses of MSGT_MENCODERGravatar Clément Bœsch2011-01-25
* | cleanup: remove unused MEncoder-related codeGravatar Clément Bœsch2011-01-25
| * subtitles: style support for common SubRip tags and MicroDVDGravatar Uoti Urpala2011-01-18
| * core: ordered chapters: fix bad subtitle parameterGravatar Uoti Urpala2011-01-18
| * subtitles/demux: store duration instead of endpts in demux packetsGravatar Uoti Urpala2011-01-18
| * subtitles: add framework for subtitle decodersGravatar Uoti Urpala2011-01-18