summaryrefslogtreecommitdiffstats
path: root/libmpv
Commit message (Expand)AuthorAgeFilesLines
* build: add hacks to force waf to generate valid .pc fileswm42014-08-071-0/+1
* build: move def file to libmpv/wm42014-08-051-0/+34
* client API: add and use the MPV_MAKE_VERSION macrowm42014-08-051-5/+4
* player: some further playloop cleanupswm42014-08-031-2/+4
* client API: make "cache" property and similar observablewm42014-07-311-0/+1
* client API: fix typos in documentationwm42014-07-301-2/+2
* Remove stream_pts stuffwm42014-07-061-1/+1
* DOCS: add a file listing API changes for the client APIwm42014-07-031-2/+25
* client API: declare as stablewm42014-06-201-10/+6
* client API: minor documentation fixes/enhancementswm42014-06-081-2/+4
* client API: restructure waiting, do log msg wakeup properlywm42014-06-071-1/+3
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-071-16/+16
* client API: clarify mpv_get_wakeup_pipe docswm42014-06-071-13/+43
* client API: add API function that ensures total destructionwm42014-06-071-1/+18
* client API: docs: some clarificationswm42014-06-071-1/+7
* client API: change mpv_wait_event() timeout semanticswm42014-06-071-1/+2
* client API: report success status when running commandswm42014-06-011-6/+6
* client API: add mpv_load_config_file()wm42014-05-181-0/+24
* client API: add chapter change eventwm42014-04-271-1/+5
* client API: remove mpv_event_pause_reasonwm42014-04-141-30/+5
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-121-1/+32
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-111-0/+14
* client API: remove outdated commentswm42014-04-111-3/+3
* client API: improve commentswm42014-04-101-25/+31
* 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