Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-01 | Add some high-level API information to README | jaseg | 1 | -0/+3 | |
2020-01-24 | README: Add info on GUI modes | jaseg | 1 | -0/+21 | |
Closes #102 | |||||
2020-01-03 | README: add render context gtk example | jaseg | 1 | -4/+11 | |
2020-01-03 | Add GTK/OpenGL example (#100) | Elias | 1 | -2/+7 | |
* Add GTK/OpenGL example | |||||
2019-12-04 | Windows: Use cytpes.load_library to look for DLL | jaseg | 1 | -4/+9 | |
2019-12-01 | Add stream protocol handling | jaseg | 1 | -0/+18 | |
This allows you to directly feed bytes into mpv without going through a file, FIFO etc. first. The new API is: @player.register_stream_protocol(name) @player.python_stream(name, size) @player.python_stream_catchall See their docstrings for their usage. | |||||
2019-11-26 | README - vo "opengl" doesn't exist anymore | Rijnder Wever | 1 | -1/+1 | |
2019-02-08 | README: Add cosven's QT/OpenGL example | jaseg | 1 | -0/+7 | |
2018-12-01 | Readme: Add PyGtk embedding example | Elias | 1 | -0/+38 | |
2017-12-25 | README: Add PyQT embedding example | jaseg | 1 | -2/+42 | |
2017-12-25 | README: Add "supported platforms" section | jaseg | 1 | -0/+13 | |
2017-08-23 | README: loop -> loop_playlist | jaseg | 1 | -1/+1 | |
2017-08-21 | Add on_key_press | jaseg | 1 | -10/+8 | |
2017-08-03 | Add pillow-based screenshot_raw command | jaseg | 1 | -0/+6 | |
2017-07-13 | Fix message handler registration and advanced README example | jaseg | 1 | -1/+1 | |
2017-05-28 | README: Add version compatibility blurb | jaseg | 1 | -0/+20 | |
2017-05-26 | README: rst syntax fix because I can't rst | jaseg | 1 | -4/+3 | |
2017-05-26 | README: add pypi installation instructions | jaseg | 1 | -4/+6 | |
2017-05-21 | README: Fix property observer example | jaseg | 1 | -1/+8 | |
2017-05-21 | Fix up README formatting | jaseg | 1 | -0/+96 | |