mpv/player
Avi Halachmi (:avih) fb984a3609 lua: autofree: the ctx is now an argument
There's no more need to call mp_lua_PITA to get the ctx, and the
autofree prototype is now enforced at the C level at compile time.

Also remove the redundant talloc_free_children at these functions
since it's now freed right after the function completes.

Also, rename auto_free_node to steal_node_allocations to be more
explicit and to avoid confusion with the autofree terminology.
2020-03-22 23:34:19 +02:00
..
javascript js: osd-overlay update: return the command result (match 7a76b577) 2020-03-07 12:37:35 +02:00
lua lua: restore recent end-file event, and deprecate it 2020-03-22 19:42:59 +01:00
audio.c f_decoder_wrapper: replace most public fields with setters/getters 2020-02-29 01:23:20 +01:00
client.c client API, lua: unify event code further 2020-03-21 22:09:07 +01:00
client.h
command.c command: fix accidental stack dumping 2020-03-21 22:05:50 +01:00
command.h command: remove legacy hook API 2020-03-06 19:23:14 +01:00
configfiles.c
core.h player: fix subtle idle mode differences on early program start 2020-03-21 19:32:50 +01:00
external_files.c
external_files.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
javascript.c js: make wait_event autofree 2020-03-22 00:53:30 +02:00
loadfile.c client API: add a playlist entry unique ID 2020-03-21 19:33:03 +01:00
lua.c lua: autofree: the ctx is now an argument 2020-03-22 23:34:19 +02:00
main.c player: fix subtle idle mode differences on early program start 2020-03-21 19:32:50 +01:00
misc.c
osd.c f_decoder_wrapper: replace most public fields with setters/getters 2020-02-29 01:23:20 +01:00
playloop.c player: fix subtle idle mode differences on early program start 2020-03-21 19:32:50 +01:00
screenshot.c
screenshot.h
scripting.c
sub.c
video.c f_decoder_wrapper: replace most public fields with setters/getters 2020-02-29 01:23:20 +01:00