Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Also fix ass-style-override
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #21
|
|
|
|
|
|
* Print a proper error message if shared object not found on unix
* Abide by local conventions and look for DLL in script's directory on windows
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* New node handling
* Add remaining properties
* Improve property type handling (no more ynbool!)
* Add pröper option access
* Add a whole bunch of tests
|
|
|
|
|
|
|
|
Since https://github.com/jaseg/python-mpv/commit/230f0078fe2dd9edfeb2082516b15689c1c04e94 python throws a TabError exception.
|
|
|
|
|
|
...to allow proper playback of network resources even in case of
buffering
|
|
|
|
In libmpv's client.h it is said that the API uses utf-8 for everything
except for filenames, for which it uses the system's default filename
encoding. We now try to honor this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|