Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-16 | README: Clarify Python version support | jaseg | 1 | -5/+3 | |
2023-10-12 | Fix typo in README | naglis | 1 | -1/+1 | |
2023-02-27 | Move to new old pypi project name | jaseg | 1 | -1/+1 | |
2022-06-17 | Fix external subtitles example | Naglis Jonaitis | 1 | -1/+2 | |
Currently, running the example results in: > TypeError: MPV.play() got an unexpected keyword argument 'sub_file' | |||||
2022-06-17 | Update branch name references | Naglis Jonaitis | 1 | -3/+3 | |
2022-04-24 | Remove outdated OpenGL examples from README | jaseg | 1 | -16/+4 | |
2022-04-17 | Use upstream license | jaseg | 1 | -0/+8 | |
2022-04-17 | Bump minimum python version to 3.7 | jaseg | 1 | -1/+6 | |
2022-04-17 | README: Add skip silence example | jaseg | 1 | -0/+30 | |
2021-03-19 | Update PyGObject example with locale fixup workaround | jaseg | 1 | -0/+5 | |
Closes #150 | |||||
2021-01-19 | Add dfaker's imgui/OpenGL demo | jaseg | 1 | -0/+6 | |
2020-10-02 | README: Add Robozman's PyQt5/QML/OpenGL render context example | Robozman | 1 | -0/+7 | |
2020-07-16 | README: add video overlay example | jaseg | 1 | -1/+40 | |
2020-07-15 | remove superfluous whitespaces | Louis-Philippe VĂ©ronneau | 1 | -1/+1 | |
2020-07-12 | README: Add detail on subtitle handling | jaseg | 1 | -10/+21 | |
2020-07-11 | update README with inserting subtitles | Peter Kuchar | 1 | -0/+19 | |
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 | |