aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* core: timing: fix overflow with extreme playback speedGravatar Uoti Urpala2011-01-28
* commands: improve playback speed property/commandsGravatar 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
| * subtitles: options: enable -ass by defaultGravatar Uoti Urpala2011-01-26
| * subtitles: change default libass rendering styleGravatar 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
* | configure: remove obsolete things used for internal FFmpeg buildGravatar Uoti Urpala2011-01-25
* | TOOLS: Remove most of the mencoder scripts and referencesGravatar Clément Bœsch2011-01-25
* | 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
* | rpm: Remove MEncoder from rpm packagingGravatar Clément Bœsch2011-01-25
* | configure: remove MEncoder-related options and testsGravatar Clément Bœsch2011-01-25
* | version.sh: update copyright yearGravatar Uoti Urpala2011-01-25
* | manpage: document -playlist being unsafe in its option descriptionGravatar Uoti Urpala2011-01-24
* | demux_ty: fix "seek to negative position" warningGravatar Uoti Urpala2011-01-21
* | demux_lavf: reject format probe matches with low scoreGravatar Uoti Urpala2011-01-21
| * vf_vo: fix EOSD change detection bugGravatar Uoti Urpala2011-01-18
| * sd_ass: remove subreader use, support plaintext markupGravatar Uoti Urpala2011-01-18
| * subtitles: style support for common SubRip tags and MicroDVDGravatar Uoti Urpala2011-01-18
| * core: ordered chapters: fix bad subtitle parameterGravatar Uoti Urpala2011-01-18
| * subs/demux: don't try to enable sub track when creating itGravatar 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: mp_msg.h: simplify mp_dbg definitionGravatar Uoti Urpala2011-01-18
* | cleanup: mplayer.c: use VFCAP_ names instead of numeric valuesGravatar Uoti Urpala2011-01-17
* | demux: add sanity checks to packet allocation functionsGravatar Uoti Urpala2011-01-17
* | cleanup: move demux packet functions from demuxer.h to demuxer.cGravatar 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
| * cleanup: move MP_NOPTS_VALUE definition to mpcommon.hGravatar 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
| * subtitles: remove sub_last_pts hackGravatar Uoti Urpala2011-01-11
| * options: move -noconfig to option struct, simplifyGravatar Uoti Urpala2011-01-11
|/
* manpage: Remove forgotten "MPlayer only" notesGravatar Clément Bœsch2011-01-09
* manpage: Remove "MPlayer only" notesGravatar Clément Bœsch2011-01-06
* vo_vdpau: allow "deint=-N" to specify mode without enabling deintGravatar Uoti Urpala2011-01-04
* core: add timing workaround for PulseAudio misbehaviorGravatar Uoti Urpala2011-01-01
* manpage: Remove MEncoder referencesGravatar Clément Bœsch2010-12-25
* core: fix audio-only + framestep weird behaviorGravatar Uoti Urpala2010-12-20
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
| * input: add default keybindings Shift+[arrow] for small exact seeksGravatar Uoti Urpala2010-12-20
| * input: support bindings with modifier keys for X inputGravatar 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