summaryrefslogtreecommitdiffstats
path: root/player/javascript
Commit message (Expand)AuthorAgeFilesLines
* js: expose mpv_abort_async_command() (match dbe831bd)Avi Halachmi (:avih)2019-09-111-1/+14
* js: reimplement subprocess_detached using the run command (match 7f91e268)Avi Halachmi (:avih)2019-09-111-0/+5
* js: reimplement subprocess using the subprocess command (match 548ef078)Avi Halachmi (:avih)2019-09-111-0/+14
* js: expose async commands (match 159379980e)Avi Halachmi (:avih)2019-09-111-1/+21
* js: use new hooks API (match f60826c3)Avi Halachmi (:avih)2018-04-071-10/+8
* js: dump(..): fix incorrect <VISITED> with array argumentAvi Halachmi (:avih)2018-04-071-1/+1
* js: implement mp.register_idleAvi Halachmi (:avih)2018-04-071-2/+37
* js: implement mp.options.read_optionsAvi Halachmi (:avih)2018-04-071-0/+52
* js: implement mp.msg.trace()TheAMM2017-12-161-1/+1
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-141-0/+495