Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-11 | Fix show_text level default parameter | Elias Müller | 1 | -1/+1 | |
2022-06-17 | Fix `observe_property()` docstring | Naglis Jonaitis | 1 | -5/+5 | |
1. Fix decorator name - the decorator for property observation handlers is `@property_observer()`. 2. Fix handler's unregistration method name 3. Fix handler function signature - the signature is ``fun(property_name, new_value)`` and we can't have a bare `*` with no names after it. 4. Fix undefined variable in the example | |||||
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 | Fix typo in function name | Louis-Philippe Véronneau | 1 | -1/+1 | |
2022-06-17 | Update branch name references | Naglis Jonaitis | 1 | -3/+3 | |
2022-06-17 | Error for known-incompatible libmpv (closes #223) | James Gerity | 1 | -0/+5 | |
2022-04-27 | Fix license field in setup.py | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.1v1.0.1 | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.1 | jaseg | 1 | -1/+5 | |
Include README in PyPI package | |||||
2022-04-24 | Fix setup.py for PyPI upload | jaseg | 1 | -2/+2 | |
2022-04-24 | Version v1.0.0 | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.0 | jaseg | 1 | -2/+2 | |
2022-04-24 | Add cancel handling to streams | jaseg | 1 | -12/+9 | |
2022-04-24 | Remove outdated OpenGL examples from README | jaseg | 1 | -16/+4 | |
2022-04-24 | Add event queue overflow handling | jaseg | 2 | -19/+54 | |
2022-04-22 | Finish event infrastructure rework. | jaseg | 1 | -6/+6 | |
2022-04-22 | Finish rewriting event infrastructure | jaseg | 2 | -19/+30 | |
2022-04-22 | Continue reworking event infrastrucutre. | jaseg | 2 | -33/+66 | |
Note: We do not decode property values by default anymore. | |||||
2022-04-22 | Use mock.Mock to mock Xvfbwrapper on Windows | jaseg | 1 | -4/+1 | |
2022-04-22 | Update event wrapper classes | jaseg | 1 | -47/+41 | |
2022-04-22 | Remove deprecated libmpv API | jaseg | 1 | -29/+11 | |
2022-04-22 | add albumart arg to video_add | jaseg | 1 | -2/+2 | |
2022-04-22 | Windows test workaround | DepFA | 1 | -11/+23 | |
Add dummy Xvfb implementation, parameterise vo and use gpu renderer for windows tests | |||||
2022-04-20 | Remove MpvSubApi wrapper | DepFA | 1 | -3/+0 | |
2022-04-20 | Remove dropped mpv-2 api methods. | DepFA | 1 | -19/+3 | |
2022-04-18 | Add some useful input commands | jaseg | 1 | -0/+9 | |
2022-04-18 | Add keyword argument command interface | jaseg | 1 | -8/+44 | |
2022-04-18 | setup.py: Update license information | jaseg | 1 | -1/+2 | |
2022-04-18 | Update copyright headers | jaseg | 2 | -8/+21 | |
2022-04-17 | Use upstream license | jaseg | 4 | -661/+849 | |
2022-04-17 | tests: Suppress video output on wayland systems | jaseg | 1 | -9/+9 | |
2022-04-17 | Add missing new event types | jaseg | 1 | -0/+2 | |
2022-04-17 | Add future-based async command API | jaseg | 2 | -37/+64 | |
2022-04-17 | mpv.py: add default error handler for failed async commands | Elias Müller | 1 | -9/+27 | |
2022-04-17 | mpv.py: add support for asynchronous commands | Elias Müller | 1 | -4/+48 | |
2022-04-17 | Default to node_command and rename old command to string_command | jaseg | 1 | -2/+5 | |
2022-04-17 | mpv.py: change mpv_detach_destroy to mpv_destroy | Kira | 1 | -2/+2 | |
2022-04-17 | porcelain: Add fancy wait_for_event/property future handling | jaseg | 1 | -27/+39 | |
2022-04-17 | Bump minimum python version to 3.7 | jaseg | 2 | -4/+11 | |
2022-04-17 | README: Add skip silence example | jaseg | 1 | -0/+30 | |
2022-04-17 | tests: Fix flaky sub_add test | jaseg | 1 | -0/+1 | |
2022-04-17 | tests: Add wait_for_shutdown unit test | jaseg | 1 | -1/+12 | |
2022-04-17 | tests: Switch to pytest, remove devnull hack | jaseg | 1 | -54/+18 | |
2022-03-26 | Add timeouts and error forwarding to wait_for_{property,event} conditions | jaseg | 2 | -40/+86 | |
2022-03-26 | Fix segmentation fault in unit tests on wayland | jaseg | 1 | -0/+3 | |
2022-03-26 | use daemon = True instead of setDaemon | jaseg | 1 | -1/+1 | |
2021-10-14 | test_property_observer_decorator: bump sleep to 0.1s | Paride Legovini | 1 | -1/+1 | |
Fixes flaky test with mpv 0.33.1 on ppc64el. Closes #178. | |||||
2021-07-28 | Fix handling of c_void_p args in MpvRenderParam.__init__() | Marcel Moreaux | 1 | -0/+3 | |
Handling of c_void_p args (x11_display, wl_display) was broken. Added a case to correctly handle the c_void_p constructor case. See https://github.com/jaseg/python-mpv/issues/169 | |||||
2021-03-19 | Update PyGObject example with locale fixup workaround | jaseg | 1 | -0/+5 | |
Closes #150 | |||||
2021-01-19 | mpv.py: update: Use ctypes.memmove to speed up | hixz00 | 1 | -1/+1 | |