aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* client API: fix compiler warning if openglcb API is disabledGravatar wm42014-12-22
* vo_opengl_cb: free context on exitGravatar wm42014-12-22
* client API: fix mpv_wakeup()Gravatar wm42014-12-22
* sub: reset sub decoder correctly when cycling subtitlesGravatar wm42014-12-21
* player: cosmetics: move code aroundGravatar wm42014-12-21
* player: don't show "0%" percentage in infinite streamsGravatar wm42014-12-20
* player: print only changed tagsGravatar wm42014-12-19
* player: cosmetics: remove ancient commentGravatar wm42014-12-17
* command: extend revert_seek commandGravatar wm42014-12-17
* command: format ${avsync} like on terminal status lineGravatar wm42014-12-16
* client API: be more lenient about mpv_suspend/resume mismatchesGravatar wm42014-12-15
* lua: cosmetics: fix some include directivesGravatar wm42014-12-15
* scripting: fix/improve deprecation messageGravatar wm42014-12-15
* options: deprecate 'lua' based options/dirs for 'script'Gravatar Avi Halachmi (:avih)2014-12-15
* command, dvd: add property which returns list of DVD titlesGravatar wm42014-12-13
* options: add option for ignoring patch in resume mechanismGravatar wm42014-12-13
* player: add a --keep-open=always modeGravatar wm42014-12-12
* command: add properties for current bitrateGravatar wm42014-12-12
* lua: don't ignore key press events for script key bindingsGravatar wm42014-12-10
* command: fix crash with some forms of script_bindingGravatar wm42014-12-10
* player: update chapter marks when switching filesGravatar wm42014-12-10
* command: add "idle" propertyGravatar wm42014-12-10
* player: change interaction between revert_seek and ab-loopsGravatar wm42014-12-09
* client API: expose OpenGL rendererGravatar wm42014-12-09
* player: restore ab-loop settings with playback resumeGravatar wm42014-12-09
* build: fix --disable-libassGravatar wm42014-12-08
* player: make chapter seek to end jump to last frame with --keep-openGravatar wm42014-12-08
* options: add a 'once' idle modeGravatar Stefano Pigozzi2014-12-07
* sub: remove assertionGravatar wm42014-12-07
* player: when seeking past EOF with --keep-open, seek to last frameGravatar wm42014-12-07
* osc: improve slimbox layout and minor code cleanupsGravatar ChrisK22014-12-05
* assdraw: Properly approximate circle for rounded boxGravatar ChrisK22014-12-05
* osc, dvd, bd: fix mouse state when changing menu modesGravatar wm42014-12-05
* discnav: remove redundant callGravatar wm42014-12-04
* dvd, bd: don't unnecessarily block on demuxer/stream all the timeGravatar wm42014-12-04
* dvd, bd, osc: disable OSC while a menu is activeGravatar wm42014-12-04
* lua: fully cleanup removed key bindingsGravatar wm42014-12-03
* client API: allow multiple mpv instances with terminal=yesGravatar wm42014-12-02
* osc: always force mouse_move bindingGravatar wm42014-12-02
* lua: fix broken error messageGravatar wm42014-12-02
* player: don't signal an error if --stream-dump is usedGravatar wm42014-12-02
* client API: print version on initializationGravatar wm42014-12-02
* player: don't ignore relative seeks by 0 secondsGravatar wm42014-11-29
* command: avoid returning invalid FPS valuesGravatar wm42014-11-29
* player: reset frame step counter on seeksGravatar wm42014-11-29
* lua: add a function that formats Lua values as stringsGravatar wm42014-11-29
* player: simplify and fix ordered chapter EOF handlingGravatar wm42014-11-28
* command: sub_add with "auto" should not always select a subtitle trackGravatar wm42014-11-27
* audio: alternative fix for previous commitGravatar wm42014-11-27
* audio: fix busy loop when seeking while pausedGravatar wm42014-11-27