1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-15 11:31:02 +00:00
mpv/player
wm4 55d6e1f98d lua: add helper function for printing a table
Although this is something really basic, Lua's standard library doesn't
provide anything like this. Probably because there are too many ways to
do it right or wrong.

This code tries to be really careful when dealing with mixed
arrays/maps, e.g. when a table has integer keys starting from 1, making
it look like an array, but then also has other keys.
2014-04-11 00:40:09 +02:00
..
lua lua: add helper function for printing a table 2014-04-11 00:40:09 +02:00
timeline player: remove demuxer chapoter API wrappers 2014-03-25 02:05:48 +01:00
audio.c af: add replaygain_data field to af_stream and af_instance 2014-04-04 18:35:29 +02:00
client.c client: change equality rules for MPV_FORMAT_NONE 2014-04-09 20:27:26 +02:00
client.h client API: add a way to notify clients of property changes 2014-04-06 03:22:49 +02:00
command.c cache: allow resizing at runtime 2014-04-09 19:15:23 +02:00
command.h client API: add a way to notify clients of property changes 2014-04-06 03:22:49 +02:00
configfiles.c build: simplify libavfilter configure checks 2014-03-16 13:19:29 +01:00
core.h player: rename dvdnav to discnav 2014-03-30 11:42:49 +09:00
discnav.c player: rename dvdnav to discnav 2014-03-30 11:42:49 +09:00
loadfile.c encode_lavc: copy metadata to output file 2014-03-30 20:04:20 +02:00
lua.c lua: add API for observing property changes 2014-04-08 21:10:00 +02:00
lua.h
main_fn.c
main.c player: remove confusing argc/argv adjustment 2014-03-23 21:46:29 +01:00
misc.c player: dvdnav: fix start time when entering and leaving menu 2014-03-30 07:31:02 +02:00
osd.c
playloop.c player: add missing "-" to options in workaround notice on A/V desynchronization 2014-03-30 09:17:24 +02:00
screenshot.c
screenshot.h
sub.c
video.c command: allow changing filters before video chain initialization 2014-03-30 19:59:26 +02:00