aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* ytdl: bump requrired youtube-dl version to 2014.11.26Gravatar ChrisK22014-11-26
* ytdl: Try to handle multi-arc videosGravatar ChrisK22014-11-26
* ytdl: When using DASH, print actual durationGravatar ChrisK22014-11-26
* client API: make sure youtube-dl is not used by defaultGravatar wm42014-11-25
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* audio: make mp_chmap_to_str() return a stack-allocated stringGravatar wm42014-11-24
* lua: remove redundant callGravatar wm42014-11-24
* lua: always handle key repeat on the script sideGravatar wm42014-11-24
* lua, ipc: remove leftoversGravatar wm42014-11-24
* command: don't queue framestepsGravatar wm42014-11-23
* player: don't crash when using sub_seek without subtitlesGravatar wm42014-11-23
* input, lua: redo input handlingGravatar wm42014-11-23
* client API: restrict client namesGravatar wm42014-11-23
* input: set mouse area by default for all inputGravatar wm42014-11-23
* lua: subprocess: move to osdep/subprocess-{win,posix}.cGravatar James Ross-Gowan2014-11-22
* lua: subprocess: use macros for SetHandleInformationGravatar James Ross-Gowan2014-11-22
* lua: subprocess: fix handle inheritance race conditionGravatar James Ross-Gowan2014-11-22
* lua: subprocess: fix Ctrl+C handling on WindowsGravatar James Ross-Gowan2014-11-22
* lua: subprocess: cancel pending I/O before returnGravatar James Ross-Gowan2014-11-22
* Remove some superfluous NULL checksGravatar wm42014-11-21
* lua: add a way to add repeatable key bindingsGravatar wm42014-11-21
* command: dvd: better audio/video recovery on angle switchingGravatar wm42014-11-20