aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* 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
* 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