aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* player: show busy symbol on OSD if seeking takes too longGravatar wm42014-10-22
* lua: don't let temporary values take the place of argumentsGravatar wm42014-10-22
* command: make reverse cycle_values match up with forward oneGravatar wm42014-10-21
* command: fix video-rotate update when pausedGravatar wm42014-10-21
* lua: don't use "output" as identifierGravatar wm42014-10-21
* command: add cursor-autohide propertyGravatar wm42014-10-21
* command: add playback-abort propertyGravatar wm42014-10-21
* command: add video-rotate propertyGravatar wm42014-10-21
* player: add stream selection by ffmpeg indexGravatar wm42014-10-21
* sd_lavc: strictly letter-box PGS subtitlesGravatar wm42014-10-21
* command: add field-dominance propertyGravatar Kevin Mitchell2014-10-21
* lua: add convenience function for hooksGravatar wm42014-10-21
* command: extend sub_add commandGravatar wm42014-10-21
* command: remove hook cancellation mechanismGravatar wm42014-10-20
* command: allow sub_add at an earlier stageGravatar wm42014-10-20
* osdep: limit thread names to 16 charactersGravatar wm42014-10-20
* Set thread name for debuggingGravatar wm42014-10-19
* player: shutdown all clients before actual uninitGravatar wm42014-10-19
* ipc: decouple from MPContextGravatar wm42014-10-19
* fix build on OS X and BSDGravatar Stefano Pigozzi2014-10-19
* lua: fix lua_objlen -> lua_rawlen for lua 5.2Gravatar Kevin Mitchell2014-10-18
* lua: strictly free memory on errorsGravatar wm42014-10-19
* lua: expose JSON parserGravatar wm42014-10-19
* lua: add an utility function for starting processesGravatar wm42014-10-19
* command: add "estimated-vf-fps" change notifcationGravatar wm42014-10-19
* lua: add a helper to auto-free temporary C memoryGravatar wm42014-10-19
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* input: implement JSON-based IPC protocolGravatar Alessandro Ghedini2014-10-17
* options: don't load per-file config files by defaultGravatar wm42014-10-17
* audio: don't go to sleep after audio reinitGravatar wm42014-10-17
* player: quote %-starting stringsGravatar shdown2014-10-16
* player: fix crash on early audio uninitGravatar wm42014-10-16
* player: free subtitle renderer on exitGravatar wm42014-10-16
* command: add a mechanism to allow scripts to intercept file loadsGravatar wm42014-10-16
* command: allow setting per-file options at runtimeGravatar wm42014-10-15
* player: fix OSD cyclingGravatar wm42014-10-14
* client API: allow returning float properties as integersGravatar wm42014-10-14
* player: fix --framesGravatar wm42014-10-14
* command: don't display non-sense if volume is unavailableGravatar wm42014-10-11
* command: make volume/mute unavailable if audio is not initializedGravatar wm42014-10-11
* client API: check result ptr in mpv_command_nodeGravatar James Ross-Gowan2014-10-12
* lua: add command_native() functionGravatar wm42014-10-11
* client API: add mpv_command_node[_async]Gravatar wm42014-10-11
* input: use mpv_node parser for char** command parsersGravatar wm42014-10-10
* command: make audio device list available to the client APIGravatar wm42014-10-10
* player: fix terminal status in idle modeGravatar wm42014-10-10
* player: don't mess up cursor visibility stateGravatar wm42014-10-10
* audio: change internal device listing APIGravatar wm42014-10-10
* player: exit if audio init fails and there's no videoGravatar wm42014-10-10
* player: signal EOF when using --framesGravatar wm42014-10-10