| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Makes these security measures unnecessary.
|
|
|
|
|
| |
This was supposed to make sure that argv[1:] does not fail, but Python
actually allows mismatching bounds for slicing.
|
| |
|
|
|
|
| |
See mp_is_url in options/path.c.
|
| |
|
|
|
|
| |
Just like the rest of TOOLS/*.sh scripts.
|
|
|
|
|
|
|
| |
Apparently, the 3rd (2nd) parameter to string.translate() function was
removed.
Also, make_abs() had a mistake - not sure how this passed testing.
|
|
|
|
|
| |
This attempted to prefix the current directory to URLs, because it
didn't recognize them as already absolute paths.
|
|
|
|
|
| |
So this won't initialize terminal handling if stdout happens to be a
terminal. It also suppresses all output to stdout/stderr.
|
|
|
|
|
| |
Some might use that to just create an empty window with --force-window
--idle (for whatever reasons).
|
|
|
|
| |
But only via a special environment variable.
|
|
|
|
| |
Apparently they removed octal literals, and made them invalid syntax.
|
|
|
|
|
| |
Now it does basically the same as mkv.desktop. Explanation is included
in the description comment.
|
| |
|
|
|
|
| |
This makes it show a window even when playing audio-only files.
|
|
See github issue #43.
This comes with a load of caveats, so be sure to read the comments at
the start of the script.
|