aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/mplayer.c
Commit message (Expand)AuthorAge
* core: fix crash if VO init failsGravatar wm42012-12-28
* core: make WAKEUP_PERIOD overridable by the voGravatar Rudolf Polzer2012-12-19
* path: add mp_find_config_file and reorganize some of the codeGravatar Stefano Pigozzi2012-12-15
* cleanup: remove ao.brokenptsGravatar wm42012-12-12
* sd_lavc: keep subs on subtitle track switchingGravatar wm42012-12-12
* mplayer: prefer audio PTS over video PTS for status lineGravatar wm42012-12-11
* core: allow disabling display of "album art" in audio filesGravatar wm42012-12-11
* windows support: fix compilation with pthreadsGravatar wm42012-12-11
* mplayer: make --length work if --start is missingGravatar wm42012-12-11
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerGravatar wm42012-12-11
* core: improve seeking in external filesGravatar wm42012-12-11
* sub: use ffmpeg decoder for DVD subsGravatar wm42012-12-10
* core: automatically pause on low cacheGravatar wm42012-12-03
* cache: simplify furtherGravatar wm42012-12-03
* cache: refactor how cache enabling is doneGravatar Uoti Urpala2012-12-03
* build: identify the build time of the binary in the versioning outputGravatar Stephen Hutchinson2012-12-03
* mplayer: fix track language displayGravatar wm42012-11-25
* core: minor cleanupsGravatar wm42012-11-20
* osd: fix OSD status symbol display in some casesGravatar wm42012-11-20
* mplayer: disable auto-loading of external codecs.confGravatar wm42012-11-20
* osd: make the OSD and sub font more customizableGravatar wm42012-11-20
* core: fix crash when video filter returns inf as PTSGravatar wm42012-11-20
* mplayer: fix potential issue when ao_play() failsGravatar wm42012-11-20
* stream: fix dvd:// + cache crashingGravatar wm42012-11-20
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* options: support chapters for --start and --endGravatar wm42012-11-20
* subtitles: improve support for libavformat demuxed subtitlesGravatar wm42012-11-16
* mplayer: refactor: move computation of a/v syncGravatar wm42012-11-16
* core: add --keep-open, which doesn't close the file on EOFGravatar wm42012-11-16
* command: add sub_reload and sub_remove commandsGravatar wm42012-11-16
* subreader: replace sub_free() by talloc destructorGravatar wm42012-11-16
* options: add --mute for setting initial audio mute statusGravatar wm42012-11-16
* options: rename -ss and -endpos, allow relative timesGravatar wm42012-11-16
* mplayer: do not freeze when trying to loop an unseekable fileGravatar wm42012-11-14
* clang: fix all warnings except deprecationsGravatar Stefano Pigozzi2012-11-13
* Add MP_NORETURN and replace av_noreturn usesGravatar wm42012-11-12
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12