aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* gl_x11: distinguish missing GLX and too old GLX versionsGravatar wm42014-10-12
* vf_vapoursynth: add standalone Lua scriptingGravatar wm42014-10-12
* vf_vapoursynth: abstract scripting backendGravatar wm42014-10-12
* libmpv/cocoa: allow clients to use mpv event systemGravatar Stefano Pigozzi2014-10-12
* cocoa: remove usage of Objective-C categoriesGravatar Stefano Pigozzi2014-10-12
* 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
* build: remove useless functionGravatar Stefano Pigozzi2014-10-11
* build: update waf to version 1.8.1Gravatar Stefano Pigozzi2014-10-11
* vf_vapoursynth: return dummy frames if frames are requested during initGravatar wm42014-10-11
* vf_vapoursynth: factor stuffGravatar wm42014-10-11
* vf_vapoursynth: when seeking, recreate only if it's already createdGravatar wm42014-10-11
* x11: don't wait until window is destroyedGravatar wm42014-10-11
* build: install input config files into doc dirGravatar wm42014-10-11
* client API: check result ptr in mpv_command_nodeGravatar James Ross-Gowan2014-10-12
* libmpv/mpv.def: add mpv_command_node[_async]Gravatar James Ross-Gowan2014-10-12
* build: make zsh completion directory configurableGravatar Philip Sequeira2014-10-11
* vf_vapoursynth: fail gracefully if filter init requests framesGravatar wm42014-10-11
* lua: add command_native() functionGravatar wm42014-10-11
* client API: add mpv_command_node[_async]Gravatar wm42014-10-11
* etc/mplayer-input.conf: fix off by one errorGravatar wm42014-10-10
* input: remove some unneeded codeGravatar wm42014-10-10
* input: cosmetics: move codeGravatar wm42014-10-10
* input: use mpv_node parser for char** command parsersGravatar wm42014-10-10
* input: add a function to parse mpv_node as commandGravatar wm42014-10-10
* command: make audio device list available to the client APIGravatar wm42014-10-10
* audio: don't list encoder AO with --audio-device=helpGravatar wm42014-10-10
* player: fix terminal status in idle modeGravatar wm42014-10-10
* player: don't mess up cursor visibility stateGravatar wm42014-10-10
* ao_pulse: implement AO device listing APIGravatar wm42014-10-10
* ao_pulse: move setup code to separate functionGravatar 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
* player: minor simplificationGravatar wm42014-10-10
* player: don't close audio device in gapless modeGravatar wm42014-10-10
* player: --save-position-on-quit should always work (2)Gravatar wm42014-10-10
* Revert "player: --save-position-on-quit should always work"Gravatar wm42014-10-10
* Add some missing "const"sGravatar wm42014-10-10
* audio/out/push: make draining slightly more robustGravatar wm42014-10-10
* audio/out/push: fix EOF heuristicGravatar wm42014-10-10
* fix -Wvisibility warnings with clangGravatar Stefano Pigozzi2014-10-09
* cocoa: post keydown and keyup events without event monitorGravatar Stefano Pigozzi2014-10-09
* fix -Wduplicate-decl-specifier warnings with clangGravatar Stefano Pigozzi2014-10-09
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* cocoa: fix 'uninitalized' accessGravatar Stefano Pigozzi2014-10-09
* libmpv/cocoa: make global events work and get rid of is_cplayerGravatar Stefano Pigozzi2014-10-09
* manpage: fix --audio-pitch-correction descriptionGravatar Alessandro Ghedini2014-10-09
* x11: fix inverted conditionGravatar wm42014-10-09
* client API: add an explanatory commentGravatar wm42014-10-09