summaryrefslogtreecommitdiff
path: root/mpv.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-13Add loads of new propertiesjaseg1-17/+150
2016-08-13Improve flag handlingjaseg1-4/+8
2016-08-12Fix spaces/tabs inconsistencyFrechdachs1-2/+2
2016-08-09Fix filesystem encoding on windowsjaseg1-1/+2
2016-08-07:boom: breaking: Call observe_property handler with correct type argjaseg1-2/+4
2016-08-07Keep wait_for_playback in waiting state during PAUSEjaseg1-1/+1
2016-08-07:boom: breaking: Pass individual arguments to log_handlerjaseg1-3/+3
2016-08-07Use utf-8 facing the APIjaseg1-17/+17
2016-08-07Add filesystem encoding handlingjaseg1-6/+8
2016-08-05Remove trailing whitespace in mpv.pyjaseg1-16/+16
2016-08-05Add GL API stuffjaseg1-2/+22
2016-08-05Fix video_params list accessjaseg1-2/+2
2016-08-05Some more lowercase for readabilityjaseg1-2/+2
2016-08-04Fix event callback foojaseg1-1/+1
2016-08-04Fix log handlingjaseg1-3/+4
2016-08-04Make video-pan-x and video-pan-y floats as they should bejaseg1-2/+2
2016-08-04Fix property observe handler hash handlingjaseg1-2/+3
2016-08-02Make ynbool python2-compatiblejaseg1-3/+5
2016-07-31Make this python2 compatiblejaseg1-3/+3
2016-07-01Use ctypes.util.find_library to find libmpv. Thanks to @mozbugboxjaseg1-2/+3
2016-02-19Add testsjaseg1-32/+44
2016-02-19Properly release resources after usejaseg1-22/+38
2016-02-19Fix DEFAULT_ERROR_HANDLERFrechdachs1-2/+2
2016-02-19Implement '==' and '!=' for ynboolFrechdachs1-0/+3
2016-02-12Improve Windows supportFrechdachs1-1/+4
2016-02-12Fix property getter for non-available propertiesFrechdachs1-1/+2
2016-02-12Fix percent-pos propertyFrechdachs1-1/+1
2016-02-12Improved log handlingjaseg1-2/+13
2016-02-09Fix unobserve_propertyFrechdachs1-2/+6
2016-02-08Add observe_property supportjaseg1-111/+138
2016-01-04Remove asyncio for windows supportjaseg1-22/+7
2015-11-01Fixed accidental python2-ism in ynbool. Fixes #1jaseg1-2/+2
2015-05-10Small beautificationsjaseg1-494/+492
2014-08-14Fixed encoding handling to use the system's default encodingjaseg1-9/+11
2014-08-14Removed a bunch of asserts and added some docjaseg1-13/+10
2014-08-13Added support for yet-unknown error codesjaseg1-488/+497
2014-08-13Added optional loading of libluajaseg1-0/+5
2014-08-10Initial commitjaseg1-0/+594