summaryrefslogtreecommitdiffstats
path: root/libmpv
Commit message (Expand)AuthorAgeFilesLines
* client API: avoid redundant property change events if possiblewm42014-04-081-0/+4
* client API: add a way to notify clients of property changeswm42014-04-061-2/+59
* libmpv: add pkg-config fileAlessandro Ghedini2014-03-111-0/+11
* client APIs: fix some typosxylosper2014-02-281-1/+1
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-281-2/+14
* options: allow changing options at runtimewm42014-02-251-5/+8
* client API: change description of format conversionswm42014-02-251-6/+10
* client API: report pause/unpause reasonwm42014-02-241-0/+28
* client API: expose the internal clockwm42014-02-241-0/+12
* client API: add comment about character encoding issueswm42014-02-241-0/+10
* client API: add more data formats, add a structured data typewm42014-02-241-3/+156
* client API: change semantics for MPV_FORMAT_STRINGwm42014-02-241-2/+14
* client API: fix a typowm42014-02-241-1/+1
* client API: remove trailing "," from enumswm42014-02-241-3/+3
* client API: spellingwm42014-02-241-1/+1
* client API: add event for metadata changeswm42014-02-191-0/+6
* client API: add events for video and audio reconfigwm42014-02-171-0/+16
* client API: add a client message eventwm42014-02-171-0/+19
* client API: fix description of mpv_event.error fieldwm42014-02-121-4/+7
* Add a client APIwm42014-02-101-0/+809