summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples
Commit message (Expand)AuthorAgeFilesLines
* examples/qt_opengl: Use fbo of the widget and not the thread contextcommander kotori2015-12-031-1/+1
* examples/qt_opengl: remove redundant time-start property fetchcommander kotori2015-12-031-2/+1
* DOCS/client_api_examples/README: add qt_openglwm42015-10-111-10/+16
* DOCS/client_api_examples/qt_opengl: fix uninitwm42015-10-111-0/+1
* DOCS/client_api_examples: add qt widget + opengl-cb examplewang-bin2015-10-116-0/+272
* DOCS/client_api_examples/README: rewritewm42015-10-101-17/+90
* vo_opengl: remove sharpen scalers, add sharpen sub-optionwm42015-09-231-1/+1
* DOCS/client_api_examples/sdl: make the window resizablewm42015-09-041-1/+2
* DOCS/client_api_examples/sdl: don't curse the mainloopwm42015-08-171-2/+2
* DOCS/client_api_examples/sdl: add more explanation commentswm42015-08-121-1/+21
* DOCS/client_api_examples/sdl: don't load file before GL initwm42015-08-111-4/+4
* DOCS/client_api_examples: add SDL OpenGL examplewm42015-08-112-0/+142
* DOCS: fix wrong libmpv's cocoa example commentStefano Pigozzi2015-05-271-4/+2
* DOCS/client_api_examples/cocoa-openglcb: do initial flush correctly.torque2015-05-231-11/+5
* DOCS/client_api_examples: cocoa: minor fixeswm42015-05-211-2/+2
* DOCS/client_api_examples: add opengl-cb-based cocoa example.torque2015-05-211-0/+310
* DOCS/client_api_examples: Qt: force qmake to use pkg-config.torque2015-05-163-0/+3
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-092-6/+3
* vo_opengl_cb: add a function to report vsync timewm42015-04-092-0/+8
* cocoa: remove the setNextKeyView hackStefano Pigozzi2015-02-281-2/+14
* examples/cocoabasic: allow to send stop commandStefano Pigozzi2015-02-281-13/+19
* DOCS/client_api_examples/simple: fix optionwm42015-02-231-1/+1
* manpage: minor changeswm42015-01-231-1/+1
* build: remove bogus client API examples buildwm42015-01-233-5/+9
* DOCS/client_api_examples: fix locale nonsense in qml exampleswm42015-01-152-0/+10
* DOCS/client_api_examples: qml_direct: QWindow::size() is not thread-safewm42015-01-092-3/+4
* DOCS/client_api_examples: qml: reduce number of fileswm42015-01-094-119/+116
* DOCS/client_api_examples: add an alternative qml examplewm42015-01-086-0/+293
* DOCS/client_api_examples: qml: add test for gamma controlwm42015-01-063-11/+29
* DOCS/client_api_examples: qtexample: demonstrate multiple mpv instanceswm42015-01-062-0/+10
* DOCS/client_api_examples: qml: add test for vo_cmdlinewm42015-01-053-13/+29
* build: try to make examples build both in-tree and out-of-treewm42015-01-022-2/+2
* DOCS/client_api_examples: move all examples into their own subdirswm42015-01-016-13/+20
* DOCS/client_api_examples: don't throw char* in C++ codewm42015-01-012-6/+9
* vo_opengl_cb: simplify API uninitializationwm42014-12-311-9/+3
* DOCS/client_api_examples: add an explicit licensewm42014-12-302-2/+14
* DOCS/client_api_examples: qtexample: use queued signalswm42014-12-303-20/+19
* DOCS/client_api_examples: qtquick: fix destructionwm42014-12-304-38/+35
* DOCS/client_api_examples: remove nonsensewm42014-12-092-4/+3
* client API: expose OpenGL rendererwm42014-12-096-0/+232
* libmpv: cocoa: add basic menuStefano Pigozzi2014-10-271-10/+7
* DOCS/client_api_examples: qtexample: don't require Qt 5.xwm42014-10-171-0/+7
* cocoa: allow mouse events to bubble up with no-input-cursorStefano Pigozzi2014-10-171-0/+1
* DOCS/client_api_examples: qtexample: set a magic Qt flagwm42014-10-161-0/+1
* DOCS/client_api_examples: qtexample: embedding works on Cocoawm42014-10-161-2/+1
* DOCS/client_api_examples: qtexample: remove debugging codewm42014-10-141-2/+1
* DOCS/client_api_examples: qtexample: stuffwm42014-10-133-7/+31
* libmpv/cocoa: allow clients to use mpv event systemStefano Pigozzi2014-10-121-11/+26
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-091-0/+3
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-091-2/+2
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-081-1/+1
* DOCS/client_api_examples: qtexample: add a log windowwm42014-10-082-0/+29
* DOCS/client_api_examples: qtexample: set the localeJames Ross-Gowan2014-10-071-0/+6
* cocoa: fix some pointer casts to be 32bit safeStefano Pigozzi2014-10-051-1/+1
* cocoa/libmpv: allow to embed mpv GL view in another windowStefano Pigozzi2014-10-051-2/+42
* examples/cocoa: never instance NSApplication with newStefano Pigozzi2014-10-051-1/+1
* examples/cocoa: set activation policy to mimic nib applicationsStefano Pigozzi2014-10-051-0/+8
* DOCS/client_api_examples: qtexample: remove broken resizingwm42014-09-281-8/+6
* client API, X11: change default keyboard input handling againwm42014-09-282-0/+5
* DOCS/client_api_examples: qtexample: resize to video sizewm42014-09-151-0/+21
* docs: cocoa example uses wakeup callback APIFRAU KOUJIRO2014-08-121-22/+54
* docs: simple cocoa API usage exampleFRAU KOUJIRO2014-08-121-0/+85
* client API: qtexample: don't pass deallocated strings to mpvwm42014-08-071-1/+2
* DOCS/client_api_examples: add a Qt examplewm42014-07-043-0/+177
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-071-1/+1
* client api examples: set an option with MPV_FORMAT_FLAGwm42014-02-241-1/+2
* Add a client API examplewm42014-02-102-0/+53