1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-19 22:36:55 +00:00
mpv/player/lua
Christoph Heinrich f41805081b console: wrap rows at the top
The previous commit was already a big improvement, but it was still
somewhat slow on the lua interpreter. By wrapping the table at the top
we loose the consistent placement of items while resizing (at least as
long as the column count didn't change), but we avoid taking all the
off screen items into account.

The fewer items fit on screen the faster this becomes.
2023-11-07 01:36:59 +00:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
auto_profiles.lua auto_profiles: try to distinguish invalid properties better 2023-04-07 01:48:55 +00:00
console.lua console: wrap rows at the top 2023-11-07 01:36:59 +00:00
defaults.lua lua: remove a ton of unneeded parentheses 2023-11-02 16:03:20 +00:00
meson.build build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
options.lua lua: remove a ton of unneeded parentheses 2023-11-02 16:03:20 +00:00
osc.lua lua: remove a ton of unneeded parentheses 2023-11-02 16:03:20 +00:00
stats.lua ALL: use pl_hdr_metadata and nuke sig_peak 2023-11-05 18:57:36 +01:00
ytdl_hook.lua ytdl_hook: fix mixed thumbnail.preference availability 2023-11-06 14:59:05 +00:00