aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* client API: add qthelper.hppGravatar wm42014-10-13
* ta/README: fix typosGravatar wm42014-10-13
* ao_wasapi: implement device listingGravatar wm42014-10-13
* ao_dsound: implement device listingGravatar wm42014-10-13
* ao_portaudio: implement device listingGravatar wm42014-10-13
* ao_openal: implement device listingGravatar wm42014-10-13
* audio/out: add "auto" pseudo-deviceGravatar wm42014-10-13
* demux_mkv: fix undefined behaviorGravatar wm42014-10-13
* vf_vapoursynth: add debug message when returning error from GetFrameGravatar wm42014-10-13
* x11: don't wait for asynchronous X resizing with window-scaleGravatar wm42014-10-13
* vf_vapoursynth: don't error if invoke() doesn't return a clipGravatar wm42014-10-12
* vf_vapoursynth: resolve paths relative to home/configGravatar wm42014-10-12
* demux: fix a commentGravatar wm42014-10-12
* coreaudio: use the new device selection APIGravatar Stefano Pigozzi2014-10-12
* af_lavcac3enc: fix byte orderGravatar wm42014-10-12
* DOCS/edl-mpv: minor clarificationGravatar wm42014-10-12
* 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