mpv/DOCS
wm4 483595e2d4 client API: qtexample: don't pass deallocated strings to mpv
The temporary QByteArray is deallocated already at the end of the
statement in C++, instead of the end of the scope (like in C).
2014-08-07 00:35:38 +02:00
..
client_api_examples client API: qtexample: don't pass deallocated strings to mpv 2014-08-07 00:35:38 +02:00
lua_examples options: rename msg-related options 2014-05-04 02:46:11 +02:00
man player: some further playloop cleanups 2014-08-03 20:31:00 +02:00
client-api-changes.rst client API: add and use the MPV_MAKE_VERSION macro 2014-08-05 02:23:14 +02:00
contribute.md DOCS/contribute.md: move instructions for sending patches to the top 2014-06-17 23:18:13 +02:00
crosscompile-mingw.md DOCS: fix an external link 2014-03-09 15:02:28 +01:00
edl-mpv.rst
encoding.rst manpage: update config file locations 2014-06-28 15:55:09 +02:00
release-policy.md DOCS/release-policy: mention the release version in the RELEASE_NOTES template 2014-07-13 15:03:47 +02:00
tech-overview.txt DOCS/tech-overview: minor updates 2014-07-09 02:14:23 +02:00
waf-buildsystem.rst