aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man/libmpv.rst
Commit message (Collapse)AuthorAge
* manpage: define stricter rules for C plugin return valuesGravatar wm42017-01-14
| | | | Just in case.
* manpage: fix a typoGravatar wm42017-01-13
|
* player: add experimental C plugin interfaceGravatar wm42017-01-12
| | | | | | | | | | | | | | | | | This basically reuses the scripting infrastructure. Note that this needs to be explicitly enabled at compilation. For one, enabling export for certain symbols from an executable seems to be quite toolchain-specific. It might not work outside of Linux and cause random problems within Linux. If C plugins actually become commonly used and this approach is starting to turn out as a problem, we can build mpv CLI as a wrapper for libmpv, which would remove the requirement that plugins pick up host symbols. I'm being lazy, so implementation/documentation are parked in existing files, even if that stuff doesn't necessarily belong there. Sue me, or better send patches.
* DOCS: move libmpv stub to manpageGravatar wm42016-09-02
And replace the sort-of duplicated explanations. (It's a bit funny to use weblinks to the generated web version of itself instead of proper RST links, but I think I don't care.)