aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* command: make sub-properties more flexibleGravatar wm42014-11-13
* command: export mpv configure arguments as propertyGravatar wm42014-11-13
* player: simplify audio uninit on segment switchesGravatar wm42014-11-12
* audio: fix some issues when reloading the AOGravatar wm42014-11-12
* player: make the osd-msg prefix work for playlist_next/prevGravatar wm42014-11-11
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: change how filters are inserted on playback speed changesGravatar wm42014-11-10
* player: don't try to use duration 0Gravatar wm42014-11-10
* dvd, bluray: reload demuxer on title changesGravatar wm42014-11-10
* command: send property-change event on playlist changeGravatar Alessandro Ghedini2014-11-09
* video/out: minor simplification to event query functionGravatar wm42014-11-09