index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
DOCS
/
client_api_examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
DOCS: fix wrong libmpv's cocoa example comment
Stefano Pigozzi
2015-05-27
1
-4
/
+2
*
DOCS/client_api_examples/cocoa-openglcb: do initial flush correctly.
torque
2015-05-23
1
-11
/
+5
*
DOCS/client_api_examples: cocoa: minor fixes
wm4
2015-05-21
1
-2
/
+2
*
DOCS/client_api_examples: add opengl-cb-based cocoa example.
torque
2015-05-21
1
-0
/
+310
*
DOCS/client_api_examples: Qt: force qmake to use pkg-config.
torque
2015-05-16
3
-0
/
+3
*
vo_opengl_cb: deprecate mpv_opengl_cb_render()
wm4
2015-04-09
2
-6
/
+3
*
vo_opengl_cb: add a function to report vsync time
wm4
2015-04-09
2
-0
/
+8
*
cocoa: remove the setNextKeyView hack
Stefano Pigozzi
2015-02-28
1
-2
/
+14
*
examples/cocoabasic: allow to send stop command
Stefano Pigozzi
2015-02-28
1
-13
/
+19
*
DOCS/client_api_examples/simple: fix option
wm4
2015-02-23
1
-1
/
+1
*
manpage: minor changes
wm4
2015-01-23
1
-1
/
+1
*
build: remove bogus client API examples build
wm4
2015-01-23
3
-5
/
+9
*
DOCS/client_api_examples: fix locale nonsense in qml examples
wm4
2015-01-15
2
-0
/
+10
*
DOCS/client_api_examples: qml_direct: QWindow::size() is not thread-safe
wm4
2015-01-09
2
-3
/
+4
*
DOCS/client_api_examples: qml: reduce number of files
wm4
2015-01-09
4
-119
/
+116
*
DOCS/client_api_examples: add an alternative qml example
wm4
2015-01-08
6
-0
/
+293
*
DOCS/client_api_examples: qml: add test for gamma control
wm4
2015-01-06
3
-11
/
+29
*
DOCS/client_api_examples: qtexample: demonstrate multiple mpv instances
wm4
2015-01-06
2
-0
/
+10
*
DOCS/client_api_examples: qml: add test for vo_cmdline
wm4
2015-01-05
3
-13
/
+29
*
build: try to make examples build both in-tree and out-of-tree
wm4
2015-01-02
2
-2
/
+2
*
DOCS/client_api_examples: move all examples into their own subdirs
wm4
2015-01-01
6
-13
/
+20
*
DOCS/client_api_examples: don't throw char* in C++ code
wm4
2015-01-01
2
-6
/
+9
*
vo_opengl_cb: simplify API uninitialization
wm4
2014-12-31
1
-9
/
+3
*
DOCS/client_api_examples: add an explicit license
wm4
2014-12-30
2
-2
/
+14
*
DOCS/client_api_examples: qtexample: use queued signals
wm4
2014-12-30
3
-20
/
+19
*
DOCS/client_api_examples: qtquick: fix destruction
wm4
2014-12-30
4
-38
/
+35
*
DOCS/client_api_examples: remove nonsense
wm4
2014-12-09
2
-4
/
+3
*
client API: expose OpenGL renderer
wm4
2014-12-09
6
-0
/
+232
*
libmpv: cocoa: add basic menu
Stefano Pigozzi
2014-10-27
1
-10
/
+7
*
DOCS/client_api_examples: qtexample: don't require Qt 5.x
wm4
2014-10-17
1
-0
/
+7
*
cocoa: allow mouse events to bubble up with no-input-cursor
Stefano Pigozzi
2014-10-17
1
-0
/
+1
*
DOCS/client_api_examples: qtexample: set a magic Qt flag
wm4
2014-10-16
1
-0
/
+1
*
DOCS/client_api_examples: qtexample: embedding works on Cocoa
wm4
2014-10-16
1
-2
/
+1
*
DOCS/client_api_examples: qtexample: remove debugging code
wm4
2014-10-14
1
-2
/
+1
*
DOCS/client_api_examples: qtexample: stuff
wm4
2014-10-13
3
-7
/
+31
*
libmpv/cocoa: allow clients to use mpv event system
Stefano Pigozzi
2014-10-12
1
-11
/
+26
*
libmpv/cocoa: make global events work and get rid of is_cplayer
Stefano Pigozzi
2014-10-09
1
-0
/
+3
*
client API: rename --input-x11-keyboard to --input-vo-keyboard
wm4
2014-10-09
1
-2
/
+2
*
cocoa: allow to embed into an arbitrary NSView
Stefano Pigozzi
2014-10-08
1
-1
/
+1
*
DOCS/client_api_examples: qtexample: add a log window
wm4
2014-10-08
2
-0
/
+29
*
DOCS/client_api_examples: qtexample: set the locale
James Ross-Gowan
2014-10-07
1
-0
/
+6
*
cocoa: fix some pointer casts to be 32bit safe
Stefano Pigozzi
2014-10-05
1
-1
/
+1
*
cocoa/libmpv: allow to embed mpv GL view in another window
Stefano Pigozzi
2014-10-05
1
-2
/
+42
*
examples/cocoa: never instance NSApplication with new
Stefano Pigozzi
2014-10-05
1
-1
/
+1
*
examples/cocoa: set activation policy to mimic nib applications
Stefano Pigozzi
2014-10-05
1
-0
/
+8
*
DOCS/client_api_examples: qtexample: remove broken resizing
wm4
2014-09-28
1
-8
/
+6
*
client API, X11: change default keyboard input handling again
wm4
2014-09-28
2
-0
/
+5
*
DOCS/client_api_examples: qtexample: resize to video size
wm4
2014-09-15
1
-0
/
+21
*
docs: cocoa example uses wakeup callback API
FRAU KOUJIRO
2014-08-12
1
-22
/
+54
*
docs: simple cocoa API usage example
FRAU KOUJIRO
2014-08-12
1
-0
/
+85
*
client API: qtexample: don't pass deallocated strings to mpv
wm4
2014-08-07
1
-1
/
+2
*
DOCS/client_api_examples: add a Qt example
wm4
2014-07-04
3
-0
/
+177
*
client API: rename mpv_destroy() to mpv_detach_destroy()
wm4
2014-06-07
1
-1
/
+1
*
client api examples: set an option with MPV_FORMAT_FLAG
wm4
2014-02-24
1
-1
/
+2
*
Add a client API example
wm4
2014-02-10
2
-0
/
+53