1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 16:33:02 +00:00
mpv/DOCS/man/en
wm4 e2e450f961 lua: add some filesystem utility functions
We need this only because Lua's stdlib is so scarce. Lua doesn't intend
to include a complete stdlib - they confine themselves to standard C,
both for portability reasons and to keep the code minimal. But standard
C does not provide much either.

It would be possible to use Lua POSIX wrapper libraries, but that would
be a messy (and unobvious) dependency. It's better to implement the
missing functions ourselves, as long as they're small in number.
2014-05-25 19:51:11 +02:00
..
af.rst manpage: update references to renamed options 2014-05-23 21:14:22 +02:00
ao.rst manpage: fix grammar 2014-04-26 13:28:31 +02:00
changes.rst manpage: update references to renamed options 2014-05-23 21:14:22 +02:00
encode.rst encode: don't apply default config options 2014-04-19 22:05:17 +02:00
input.rst stream: kill start_pos, remove --sb option 2014-05-24 16:17:50 +02:00
lua.rst lua: add some filesystem utility functions 2014-05-25 19:51:11 +02:00
mpv.rst manpage: mention bdnav:// 2014-05-20 02:40:28 +02:00
options.rst video: add --video-rotate option for controlling auto-rotation 2014-05-24 16:17:52 +02:00
osc.rst lua/osc: forgot some changed files in previous commit 2014-05-23 13:24:27 +02:00
vf.rst vf_vapoursynth: allow parallel processing 2014-05-14 20:42:04 +02:00
vo.rst options: rename video-related options/properties 2014-05-04 02:46:11 +02:00