aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* command: implement A-B loopsGravatar wm42014-11-18
* command: adjust previous commitGravatar wm42014-11-17
* command: playlist property: return if an entry is currently playingGravatar wm42014-11-17
* lua: subprocess: remove minor code duplicationGravatar wm42014-11-16
* lua: subprocess: add Windows implementationGravatar James Ross-Gowan2014-11-16
* man: document osc seekbarstyle optionGravatar ahoka2014-11-15
* osc: add validation for string user optionsGravatar ahoka2014-11-15
* osc: add seekbarstyle optionGravatar ahoka2014-11-15
* sub: workaround braindead libass APIGravatar wm42014-11-15
* command: list filters/VOs/AOs with option-infoGravatar wm42014-11-14
* command: export some option metadataGravatar wm42014-11-13
* command: rename "option-flags" property to "option-info"Gravatar wm42014-11-13