aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* 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
* 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
| * 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
* | vd_ffmpeg: set thread count to number of cores on machine by defaultGravatar Uoti Urpala2010-12-20
* | demux_mkv: remove old code for -nocorrect-pts supportGravatar Uoti Urpala2010-12-20
* | demux_mkv: fix seeks to before the first index entryGravatar Uoti Urpala2010-12-20
* | DOCS/tech/slave.txt: update some obsolete informationGravatar Uoti Urpala2010-12-18
| * commands: add generic option -> property wrapperGravatar Uoti Urpala2010-12-18
| * options: add "choice" option type, use for -pts-association-modeGravatar Uoti Urpala2010-12-18
| * core: remove looping in update_video(), modify command handling a bitGravatar Uoti Urpala2010-12-16
* | demux_asf: Add a missing free to ASF demuxer closeGravatar reimar2010-12-16
* | playtreeparser.c: Add playlist parser for .nsc filesGravatar reimar2010-12-16
* | example.conf: add some profile information and user-agent examplesGravatar compn2010-12-16
* | demux_mov: fix possible hang on invalid inputGravatar reimar2010-12-16
* | aviheader.c: avoid using uninitialized data in an error caseGravatar reimar2010-12-16
* | ad_faad: fix crash when used on an empty audio streamGravatar reimar2010-12-16
* | ad_speex: improve timestamp handlingGravatar reimar2010-12-16