aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* 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
* 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
* | cleanup: mplayer.c: use VFCAP_ names instead of numeric valuesGravatar Uoti Urpala2011-01-17
| * options: add special -leak-report optionGravatar Uoti Urpala2011-01-15
| * subtitles: remove code trying to handle text subs with libavcodecGravatar Uoti Urpala2011-01-15
| * subtitles: move global ass_track to struct osd_stateGravatar Uoti Urpala2011-01-15
| * core: move most mpcommon.c contents to mplayer.cGravatar Uoti Urpala2011-01-15
| * core: move global "subdata" and "vo_sub_last" to mpctxGravatar Uoti Urpala2011-01-11
| * options: move -noconfig to option struct, simplifyGravatar Uoti Urpala2011-01-11
|/
* core: add timing workaround for PulseAudio misbehaviorGravatar Uoti Urpala2011-01-01
* core: fix audio-only + framestep weird behaviorGravatar Uoti Urpala2010-12-20