summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-15tests: Fix TestLifecycle.test_options for current mpv masterjaseg1-1/+2
2020-07-15tests: Fix test_instance_method_property_observer (#108)jaseg1-8/+8
2020-07-15tests: Fix test_property_observer_decorator (#108)jaseg1-10/+10
2020-07-15tests: Fix test_write for segaults in libmpv (#108)jaseg1-0/+4
2020-07-15added "python_requires"YoSTEALTH1-0/+1
2020-07-15remove superfluous whitespacesLouis-Philippe Véronneau2-3/+3
2020-07-12Bump version to v0.4.7v0.4.7jaseg1-1/+1
2020-07-12README: Add detail on subtitle handlingjaseg1-10/+21
2020-07-12Fix handling of dashed options in loadfile.jaseg3-8/+44
2020-07-11update README with inserting subtitlesPeter Kuchar1-0/+19
2020-04-05Add release scriptjaseg1-0/+17
2020-04-05Version v0.4.6v0.4.6jaseg1-1/+1
2020-04-05Make tests run headless using xvfbwrapperjaseg2-1/+14
2020-04-01Add some high-level API information to READMEjaseg1-0/+3
2020-01-24README: Add info on GUI modesjaseg1-0/+21
2020-01-03README: add render context gtk examplejaseg1-4/+11
2020-01-03Initial libmpv/render.h mappingjaseg1-11/+195
2020-01-03Add GTK/OpenGL example (#100)Elias1-2/+7
2019-12-04Version 0.4.5v0.4.5jaseg1-1/+1
2019-12-04Windows: Use cytpes.load_library to look for DLLjaseg2-9/+17
2019-12-03Version 0.4.4v0.4.4jaseg1-1/+1
2019-12-03Allow mpv-1.dll to be placed in python script directory (#96)ripdog1-1/+4
2019-12-02Version 0.4.2v0.4.2jaseg1-1/+1
2019-12-02tests: Silence libmpv during unittestsjaseg1-1/+54
2019-12-02Fix Python 3.5 compatibilityjaseg2-2/+2
2019-12-01Version 0.4.1v0.4.1jaseg1-1/+1
2019-12-01Add stream protocol handlingjaseg3-6/+365
2019-11-26Bump version to v0.4.0v0.4.0jaseg1-1/+1
2019-11-26key bindings: Introduce key char parameterjaseg2-13/+13
2019-11-26README - vo "opengl" doesn't exist anymoreRijnder Wever1-1/+1
2019-11-10Version 0.3.10v0.3.10jaseg1-1/+1
2019-11-10Use stride//4 rather than the returned image wdfaker1-1/+1
2019-02-08README: Add cosven's QT/OpenGL examplejaseg1-0/+7
2019-02-07fix: getProcAddr function should return a function or 0cosven1-1/+1
2018-12-02Merge pull request #78 from trin94/patch-1jaseg1-0/+38
2018-12-01Readme: Add PyGtk embedding exampleElias1-0/+38
2018-07-25Version 0.3.9v0.3.9jaseg1-1/+1
2018-07-25command: fix default show-text duration param valuejaseg1-1/+1
2017-12-25README: Add PyQT embedding examplejaseg1-2/+42
2017-12-25README: Add "supported platforms" sectionjaseg1-0/+13
2017-12-25Refactor node_cast_value to use large if/elif instead of dict lookupjaseg1-12/+25
2017-12-24Bump version to v0.3.8v0.3.8jaseg1-1/+1
2017-12-24Fix MpvNode logic to use pröper unionsjaseg2-36/+53
2017-12-05v0.3.7: Remove windows classifiers since nobody tests this on windowsjaseg1-3/+1
2017-09-19Bump version to 0.3.6v0.3.6jaseg1-1/+1
2017-09-18Fixed TypeError: _handle_key_binding_message() signature incompatibility with...Vilius Grigaliūnas1-1/+1
2017-09-14Version 0.3.5v0.3.5jaseg1-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