summaryrefslogtreecommitdiff
path: root/mpv.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-18mpv.py: improve shutdown handling, replace wait_for_playbackjaseg1-11/+38
2020-07-16mpv.py: add wait_until_paused, wait_until_playingjaseg1-0/+8
2020-07-16mpv.py: Add overlay supportjaseg1-0/+104
2020-07-16mpv.py: add some missing commandsjaseg1-5/+97
2020-07-15remove superfluous whitespacesLouis-Philippe Véronneau1-2/+2
2020-07-12Fix handling of dashed options in loadfile.jaseg1-1/+1
2020-01-03Initial libmpv/render.h mappingjaseg1-11/+195
2019-12-04Windows: Use cytpes.load_library to look for DLLjaseg1-5/+8
2019-12-03Allow mpv-1.dll to be placed in python script directory (#96)ripdog1-1/+4
2019-12-02Fix Python 3.5 compatibilityjaseg1-1/+1
2019-12-01Add stream protocol handlingjaseg1-4/+261
2019-11-26key bindings: Introduce key char parameterjaseg1-4/+4
2019-11-10Use stride//4 rather than the returned image wdfaker1-1/+1
2019-02-07fix: getProcAddr function should return a function or 0cosven1-1/+1
2018-07-25command: fix default show-text duration param valuejaseg1-1/+1
2017-12-25Refactor node_cast_value to use large if/elif instead of dict lookupjaseg1-12/+25
2017-12-24Fix MpvNode logic to use pröper unionsjaseg1-27/+40
2017-09-18Fixed TypeError: _handle_key_binding_message() signature incompatibility with...Vilius Grigaliūnas1-1/+1
2017-09-14Nicer API names for add/multiply/cycle propertyjaseg1-7/+7
2017-09-14Wrap all docstrings to 120 char line widthjaseg1-150/+91
2017-09-13Reformat doctrings to follow PEP 257 and use reStructuredTextRaphael McSinyx1-192/+228
2017-09-13Fix add, cycle and multiply command.Raphael McSinyx1-4/+14
2017-08-21Add on_key_pressjaseg1-1/+31
2017-08-20Fix key binding registration for bound methods, add unit testsjaseg1-9/+10
2017-08-20Fix window dragging while using custom key bindingsjaseg1-1/+1
2017-08-06mpv, mpv-test: Fix vim mode linesjaseg1-2/+1
2017-08-06Restore compatibility with older libmpv versionsjaseg1-1/+1
2017-08-06mpv.py: Un-break property write accessjaseg1-9/+19
2017-08-03Add pillow-based screenshot_raw commandjaseg1-0/+11
2017-08-03Move to fully FORMAT_NODE-based APIjaseg1-325/+145
2017-08-03Fixes for libmpv v0.26.0jaseg1-0/+7
2017-08-02mpv module: Remove load_luajaseg1-5/+0
2017-08-02MPV constructor: Add loglevel argumentjaseg1-4/+3
2017-07-23Fix register_event_callback to work with methodsjaseg1-1/+0
2017-07-13Remove debug hack accidentially left in the codejaseg1-1/+1
2017-07-13Fix message handler registration and advanced README examplejaseg1-2/+1
2017-07-03Make compatible with libmpv 0.22.0jaseg1-10/+7
2017-07-03Add support for string-array optionsjaseg1-11/+65
2017-05-26mpv-test: Fix some tests, add property observer decorator testjaseg1-4/+3
2017-05-21Fix `unobserve_property` RuntimeErrorMatt Deacalion Stevens1-2/+9
2017-05-20Fix typo in register_key_bindingjaseg1-1/+1
2017-05-11Add property observer format overridejaseg1-11/+20
2017-05-10BREAKING: Move property observation API to NODE formatjaseg1-43/+24
2017-05-10Add documentation and polish handler registrationjaseg1-50/+246
2017-05-10MPV.event_callback: Allow str event type namesjaseg1-1/+6
2017-05-10Update properties for current upstream masterjaseg1-7/+16
2017-05-10Add OSD property accessjaseg1-2/+9
2017-05-10Add callback/message handler decoratorsjaseg1-1/+20
2017-05-07Organize convenience functionsjaseg1-7/+7
2017-05-07Add playlist_append porcelainjaseg1-0/+3