aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* ipc: skip empty and commented linesGravatar wm42014-10-19
* ipc: accept both JSON and "old" commandsGravatar wm42014-10-19
* ipc: fix minor error cleanup issuesGravatar wm42014-10-19
* ipc: decouple from MPContextGravatar wm42014-10-19
* audio: quote devices in --audio-device=helpGravatar wm42014-10-19
* fix build on OS X and BSDGravatar Stefano Pigozzi2014-10-19
* Merge pull request #1195 from kevmitch/luafixGravatar ChrisK22014-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: remove an unneeded mechanismGravatar wm42014-10-19
* win32: remove outdated commentGravatar wm42014-10-19
* cocoa: reintroduce async resizeGravatar Stefano Pigozzi2014-10-18
* Revert "cocoa: perform init and uninit synchronously"Gravatar Stefano Pigozzi2014-10-18
* manpage: ipc: explain security implicationsGravatar wm42014-10-17
* DOCS/client_api_examples: qtexample: don't require Qt 5.xGravatar wm42014-10-17
* ipc: fix a small memory leakGravatar wm42014-10-17
* win32: clear window handle on destructionGravatar wm42014-10-17
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* win32: make lseek() fail on pipesGravatar wm42014-10-17
* old-build: adjust to latest changesGravatar wm42014-10-17
* input: implement --input-file on unix using the IPC supportGravatar Alessandro Ghedini2014-10-17
* manpage: add JSON IPC documentationGravatar Alessandro Ghedini2014-10-17
* input: implement JSON-based IPC protocolGravatar Alessandro Ghedini2014-10-17
* misc: add JSON parserGravatar wm42014-10-17
* cocoa: allow mouse events to bubble up with no-input-cursorGravatar Stefano Pigozzi2014-10-17
* cocoa: allow to disable apple remote at compile timeGravatar Stefano Pigozzi2014-10-17
* demux: print a warning if stream is not seekableGravatar wm42014-10-17
* options: don't load per-file config files by defaultGravatar wm42014-10-17
* sub: adjustments to --ass-style-override optionGravatar wm42014-10-17
* audio: don't go to sleep after audio reinitGravatar wm42014-10-17
* input: don't add weird padding when formatting keycodeGravatar wm42014-10-17
* terminal: recognize ^hGravatar wm42014-10-17
* stream: better error message for unmatched protocolGravatar wm42014-10-17
* vo_opengl: fix wrong commentsGravatar wm42014-10-16
* vo_opengl: fix theoretical format mismatch issueGravatar wm42014-10-16
* cocoa: perform init and uninit synchronouslyGravatar Stefano Pigozzi2014-10-16
* DOCS/client_api_examples: qtexample: set a magic Qt flagGravatar wm42014-10-16
* DOCS/client_api_examples: qtexample: embedding works on CocoaGravatar wm42014-10-16
* player: quote %-starting stringsGravatar shdown2014-10-16
* common: fix \x-style escapingGravatar shdown2014-10-16
* TOOLS/vf_dlopen/ildetect.sh: remove duplicated assigmentGravatar shdown2014-10-16
* manpage: fix reference to a defunct optionGravatar 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