mpv/player/lua
Julian 946d45a421 stats: change the way the output is built
Instead of creating new strings with the content of the previous
one followed by some new content we now write all content into
tables that are concatenated in the end.
This is unlikely to improve performance but at least it will
cut down on all these temporary, growing strings polluting memory.
2017-10-09 20:40:31 +02:00
..
assdraw.lua lua: do not use math.pow() 2015-01-25 01:23:29 +01:00
defaults.lua lua: allow unregistration of idle handlers 2017-01-15 17:02:21 +01:00
options.lua lua: fix options submodule 2015-05-29 15:50:09 +02:00
osc.lua osc: fix rare stack overflow when changing visibility mode 2017-09-23 14:41:17 +03:00
stats.lua stats: change the way the output is built 2017-10-09 20:40:31 +02:00
ytdl_hook.lua ytdl_hook: resolve relative paths when joining segment urls 2017-09-03 13:42:51 +01:00