index
:
python-mpv.git
main
python-mpv: Moderately popular pythonic interface to the awesome mpv media player
jaseg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-10
Add OSD property access
jaseg
1
-2
/
+9
2017-05-10
Add callback/message handler decorators
jaseg
1
-1
/
+20
2017-05-07
Update setup.py with correct license version
jaseg
1
-1
/
+1
2017-05-07
README: Add playlist example
jaseg
1
-0
/
+18
2017-05-07
Organize convenience functions
jaseg
1
-7
/
+7
2017-05-07
Add playlist_append porcelain
jaseg
1
-0
/
+3
2017-05-07
Add license header
jaseg
1
-0
/
+18
2017-05-06
Add playlist_filenames property
Hans Ole Hatzel
1
-0
/
+4
2017-03-20
README: Update info on asyncio
jaseg
1
-1
/
+1
2017-01-06
Simplify initialization logic somewhat
jaseg
1
-3
/
+1
2017-01-06
Make sure _mpv_initialize is called before _mpv_terminate_destroy
Frechdachs
1
-4
/
+8
2017-01-04
Make so/DLL loading more robust
jaseg
1
-2
/
+8
2016-11-23
Clarify event thread handling in the README
jaseg
3
-6
/
+17
2016-09-15
Fix MPV.terminate so it can be called from event handlers
jaseg
1
-5
/
+11
2016-08-25
Fix property access in README example
jaseg
1
-1
/
+1
2016-08-24
Small refactoring of with usage in tests
jaseg
1
-37
/
+31
2016-08-20
Pimp loadfile to accept per-file options
jaseg
2
-3
/
+7
2016-08-20
BREAKING :boom: Improve property handling
jaseg
2
-34
/
+65
2016-08-19
Fix key binding handling for duplicate bindings and commands
jaseg
1
-12
/
+19
2016-08-19
Set LC_NUMERIC to C to avoid segfaults on some platforms
jaseg
1
-0
/
+6
2016-08-17
Improve event handling, add message handling, add key binding foo
jaseg
3
-12
/
+73
2016-08-13
Finally add node handling, fix ALL THE THINGS
jaseg
4
-328
/
+298
2016-08-13
WIP
jaseg
2
-221
/
+236
2016-08-13
Add loads of new properties
jaseg
2
-19
/
+169
2016-08-13
More tests
jaseg
1
-1
/
+45
2016-08-13
Improve flag handling
jaseg
1
-4
/
+8
2016-08-12
Fix spaces/tabs inconsistency
Frechdachs
1
-2
/
+2
2016-08-09
Fix filesystem encoding on windows
jaseg
1
-1
/
+2
2016-08-07
:boom: breaking: Call observe_property handler with correct type arg
jaseg
1
-2
/
+4
2016-08-07
Update README with more instructions
jaseg
1
-1
/
+41
2016-08-07
Keep wait_for_playback in waiting state during PAUSE
jaseg
1
-1
/
+1
2016-08-07
:boom: breaking: Pass individual arguments to log_handler
jaseg
1
-3
/
+3
2016-08-07
Use utf-8 facing the API
jaseg
1
-17
/
+17
2016-08-07
Add filesystem encoding handling
jaseg
1
-6
/
+8
2016-08-05
Remove trailing whitespace in mpv.py
jaseg
1
-16
/
+16
2016-08-05
Add GL API stuff
jaseg
1
-2
/
+22
2016-08-05
Fix video_params list access
jaseg
1
-2
/
+2
2016-08-05
Some more lowercase for readability
jaseg
1
-2
/
+2
2016-08-04
Fix event callback foo
jaseg
1
-1
/
+1
2016-08-04
Fix log handling
jaseg
1
-3
/
+4
2016-08-04
Make video-pan-x and video-pan-y floats as they should be
jaseg
2
-5
/
+3
2016-08-04
Fix property observe handler hash handling
jaseg
1
-2
/
+3
2016-08-02
Make ynbool python2-compatible
jaseg
1
-3
/
+5
2016-07-31
Make this python2 compatible
jaseg
1
-3
/
+3
2016-07-01
Use ctypes.util.find_library to find libmpv. Thanks to @mozbugbox
jaseg
1
-2
/
+3
2016-02-19
Add tests
jaseg
2
-32
/
+173
2016-02-19
Properly release resources after use
jaseg
1
-22
/
+38
2016-02-19
Fix DEFAULT_ERROR_HANDLER
Frechdachs
1
-2
/
+2
2016-02-19
Implement '==' and '!=' for ynbool
Frechdachs
1
-0
/
+3
2016-02-12
Improve Windows support
Frechdachs
1
-1
/
+4
[next]