aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* command: add drop_buffersGravatar wm42014-11-20
* options: add --ytdl-format option for youtube-dl formatGravatar Jaime Marquínez Ferrándiz2014-11-20
* player: integrate ytdl_hook.luaGravatar wm42014-11-19
* lua: add youtube-dl hook scriptGravatar ChrisK22014-11-19
* command: add an ab_loop commandGravatar wm42014-11-18
* command: improve A-B loop behaviorGravatar wm42014-11-18
* lua: subprocess: support cancellation on WindowsGravatar James Ross-Gowan2014-11-18
* lua: subprocess: use overlapped I/O on WindowsGravatar James Ross-Gowan2014-11-18