Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 |
2021-07-28 | Fix handling of c_void_p args in MpvRenderParam.__init__() | Marcel Moreaux | 1 | -0/+3 |
2021-03-19 | Update PyGObject example with locale fixup workaround | jaseg | 1 | -0/+5 |
2021-01-19 | mpv.py: update: Use ctypes.memmove to speed up | hixz00 | 1 | -1/+1 |
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-25 | Fixing typo in keep_playlist causing NameError | Dziqs | 1 | -1/+1 |
2020-07-21 | tests: Make test srt path relative to test script | jaseg | 1 | -2/+3 |
2020-07-21 | Make tests run when called through setup.py from root dir | jaseg | 1 | -2/+2 |
2020-07-21 | Move test files into a 'tests' dir | Louis-Philippe Véronneau | 5 | -1/+1 |
2020-07-20 | Version 0.5.1v0.5.1 | jaseg | 1 | -1/+1 |
2020-07-19 | mpv.py: terminate: Raise warning when called from event thread. | jaseg | 1 | -4/+7 |
2020-07-19 | mpv.py: add wait_for_shutdown | jaseg | 1 | -0/+11 |