aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/mplayer.c
Commit message (Expand)AuthorAge
* core: print correct quit message when quitting, simplify codeGravatar wm42013-02-24
* osd: prevent osd bar from sticking around on seeksGravatar wm42013-02-20
* mplayer: don't display "-1" as chapter when chapter seek failsGravatar wm42013-02-20
* osd: use --osd-duration for OSD barGravatar wm42013-02-17
* mplayer: print "Cache:" instead of "C:" on the status lineGravatar wm42013-02-17
* osd: show cache state on the playback progression display by defaultGravatar wm42013-02-17
* command: add "cache" read-only propertyGravatar wm42013-02-17
* osd: add --osd-status-msg option for custom OSD statusGravatar wm42013-02-16
* mplayer: use talloc instead of malloc for status lineGravatar wm42013-02-16
* osd: add --no-osd-bar option to disable the OSD barGravatar wm42013-02-16
* osd: always update already visible OSD bar on seeksGravatar wm42013-02-16
* mplayer: fix seek display during seeking when playing ordered chaptersGravatar wm42013-02-13
* demux_lavf: remove code duplicationGravatar wm42013-02-10
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* options: change --no-config option, make it apply to input.conf as wellGravatar wm42013-02-09
* mplayer: remove seconds/centiseconds display from terminal status lineGravatar wm42013-02-09
* core: remove --edlout functionalityGravatar wm42013-02-06
* mplayer: don't show bogus audio PTS during hr-seekGravatar wm42013-02-05
* mplayer: properly handle framestep when showing last video frameGravatar wm42013-02-03
* mplayer: reset audio/video delay if there's no next video frameGravatar wm42013-02-03
* mplayer: make advancing the playlist respect loopingGravatar wm42013-02-03
* demux_lavf: remove weird stream auto-selectionGravatar wm42013-02-03
* mplayer: add newline for --print-msgGravatar wm42013-01-30
* x11: cleanup, refactorGravatar wm42013-01-27
* sub: add stupid hack for vobsub decoding with LibavGravatar wm42013-01-24
* video: reset filters on seekGravatar wm42013-01-20
* core: make gapless-audio also apply to format changes within a fileGravatar Rudolf Polzer2013-01-18
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcGravatar wm42013-01-13
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* core: timeline: prevent inaccurate seeks outside timelineGravatar Uoti Urpala2013-01-13
* sub: do not apply timeline offset to external subtitlesGravatar wm42013-01-12
* mplayer: make --loop loop the playlist instead of each playlist entryGravatar wm42013-01-09
* mplayer: keep pause state when frame stepping in last frameGravatar wm42013-01-09
* sub: use correct fallback font for subtitlesGravatar wm42013-01-06
* Update copyright yearGravatar wm42013-01-04
* 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