1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-12 01:49:33 +00:00
mpv/player/lua
wm4 f60826c3a1
client API: add a first class hook API, and deprecate old API
As it turns out, there are multiple libmpv users who saw a need to
use the hook API. The API is kind of shitty and was never meant to be
actually public (it was mostly a hack for the ytdl script).

Introduce a proper API and deprecate the old one. The old one will
probably continue to work for a few releases, but will be removed
eventually.

There are some slight changes to the old API, but if a user followed
the manual properly, it won't break.

Mostly untested. Appears to work with ytdl_hook.
2018-03-26 23:02:23 -07:00
..
assdraw.lua lua: do not use math.pow() 2015-01-25 01:23:29 +01:00
defaults.lua client API: add a first class hook API, and deprecate old API 2018-03-26 23:02:23 -07:00
options.lua lua: fix options submodule 2015-05-29 15:50:09 +02:00
osc.lua osc: leave only demuxer cache duration and limit its refresh rate 2018-01-14 12:57:37 +00:00
stats.lua stats: print section titles independently 2018-03-25 02:07:26 +02:00
ytdl_hook.lua ytdl_hook: add ytdl:// prefix again for non-youtube playlists 2018-02-11 23:27:37 -08:00