Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid duration getter returning NaN before element has loaded | Albin Larsson | 2018-05-28 | 1 | -4/+4 |
| | |||||
* | v3.3.8 | Sam Potts | 2018-05-26 | 22 | -625/+1254 |
| | |||||
* | Typo | Sam Potts | 2018-05-20 | 1 | -4/+5 |
| | |||||
* | Pause while seeking | Sam Potts | 2018-05-20 | 1 | -10/+33 |
| | |||||
* | Add URL polyfill | Sam Potts | 2018-05-20 | 2 | -9/+20 |
| | |||||
* | Merge pull request #959 from friday/876 | Sam Potts | 2018-05-19 | 4 | -75/+91 |
|\ | | | | | Youtube and vimeo fixes | ||||
| * | Prevent durationchange events from showing time when invertTime is false | Albin Larsson | 2018-05-19 | 1 | -2/+3 |
| | | |||||
| * | Fix #966: Add 'seeked' event listener to update progress (seeking doesn't ↵ | Albin Larsson | 2018-05-19 | 2 | -2/+3 |
| | | | | | | | | have the correct time) | ||||
| * | Fix #921: Trigger seeked event in youtube plugin if either playing or paused | Albin Larsson | 2018-05-19 | 1 | -6/+11 |
| | | |||||
| * | Fix #876: YouTube and Vimeo autoplays on seek | Albin Larsson | 2018-05-19 | 2 | -48/+50 |
| | | |||||
| * | Fix playback state (paused) and events (play/pause) | Albin Larsson | 2018-05-19 | 2 | -23/+30 |
|/ | |||||
* | Merge branch 'master' into develop | Sam Potts | 2018-05-19 | 3 | -2/+25 |
|\ | |||||
| * | Merge pull request #958 from friday/954 | Sam Potts | 2018-05-19 | 3 | -2/+25 |
| |\ | | | | | | | Fix the seek tooltip time difference from seek time | ||||
| | * | Add event before seeking via mouse interaction to set alternative 'value' ↵ | Albin Larsson | 2018-05-14 | 1 | -1/+19 |
| | | | | | | | | | | | | for the input matching the tooltip time | ||||
| | * | Fix the seek tooltip time difference from seek time | Albin Larsson | 2018-05-12 | 2 | -1/+6 |
| | | | |||||
* | | | Merge pull request #963 from friday/verify-poster | Sam Potts | 2018-05-19 | 7 | -21/+68 |
|\ \ \ | | | | | | | | | Make sure poster element isn't shown if the image isn't loaded | ||||
| * | | | Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnails | Albin Larsson | 2018-05-15 | 2 | -3/+14 |
| | | | | |||||
| * | | | Rewrite ui.setPoster to check that images arent broken or youtube fallback ↵ | Albin Larsson | 2018-05-15 | 6 | -21/+42 |
| | | | | | | | | | | | | | | | | images. Only show poster element when valid | ||||
| * | | | Add async method to utils for loading/checking images | Albin Larsson | 2018-05-15 | 1 | -0/+15 |
| | |/ | |/| | |||||
* | | | Merge pull request #967 from friday/883 | Sam Potts | 2018-05-19 | 8 | -190/+104 |
|\ \ \ | | | | | | | | | toggleControls rewrite | ||||
| * | | | toggleControls() rewrite | Albin Larsson | 2018-05-18 | 4 | -135/+100 |
| | | | | |||||
| * | | | Remove ui.checkFailed() and error class | Albin Larsson | 2018-05-16 | 5 | -53/+0 |
| | | | | |||||
| * | | | Make utils.toggleClass() compatible with Element.classList.toggle (rename ↵ | Albin Larsson | 2018-05-16 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | toggle argument to 'force' and make it optional) | ||||
| * | | | Add 'video only' caveat to toggleControls() doc (current behavior) | Albin Larsson | 2018-05-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into develop | Sam Potts | 2018-05-19 | 27 | -1295/+1349 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-05-19 | 5 | -1/+39 |
| |\| | | |||||
| | * | | Merge pull request #960 from friday/935 | Sam Potts | 2018-05-14 | 3 | -1/+31 |
| | |\ \ | | | | | | | | | | | Support importing Plyr in Node.js without errors | ||||
| | | * | | Enable importing Plyr in node.js without errors (resulting in an empty object) | Albin Larsson | 2018-05-14 | 3 | -1/+31 |
| | | |/ | |||||
| | * | | Merge pull request #961 from friday/expose-defaults | Sam Potts | 2018-05-14 | 2 | -0/+8 |
| | |\ \ | | | |/ | | |/| | Enable overriding defaults | ||||
| | | * | Expose defaults (enable overriding) | Albin Larsson | 2018-05-14 | 2 | -0/+8 |
| | |/ | |||||
| * / | Reduce circular dependencies | Sam Potts | 2018-05-19 | 15 | -1261/+1277 |
| |/ | |||||
| * | Remove references to window.Plyr | Sam Potts | 2018-05-10 | 6 | -23/+17 |
| | | |||||
| * | v3.3.7 | Sam Potts | 2018-05-09 | 16 | -17/+22 |
| | | |||||
| * | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-05-09 | 1 | -1/+2 |
| |\ | |||||
| | * | Merge pull request #950 from friday/poster-fixes | Sam Potts | 2018-05-09 | 1 | -1/+2 |
| | |\ | | | | | | | | | Poster fixes | ||||
| | | * | Fix #946 - poster getting click events | Albin Larsson | 2018-05-08 | 1 | -0/+1 |
| | | | | |||||
| | | * | Fix poster being stretched | Albin Larsson | 2018-05-08 | 1 | -1/+1 |
| | |/ | |||||
| * / | Grid tweak | Sam Potts | 2018-05-09 | 2 | -2/+2 |
| |/ | |||||
* | | Merge branch 'master' into develop | Sam Potts | 2018-05-08 | 40 | -6242/+5745 |
|\| | |||||
| * | v3.3.6 | Sam Potts | 2018-05-08 | 18 | -20/+27 |
| | | |||||
| * | Vimeo options, docs for multiple players | Sam Potts | 2018-05-08 | 14 | -19/+40 |
| | | |||||
| * | Use div for poster, Vimeo fixes, Tooltip fixes | Sam Potts | 2018-05-08 | 21 | -35/+140 |
| | | |||||
| * | Setup multiple players | Sam Potts | 2018-05-06 | 5 | -3/+58 |
| | | |||||
| * | v3.3.5 | Sam Potts | 2018-05-06 | 17 | -24/+78 |
| | | |||||
| * | v3.3.3 | Sam Potts | 2018-05-06 | 12 | -25/+14 |
| | | |||||
| * | Reverted menu change | Sam Potts | 2018-05-06 | 11 | -25/+13 |
| | | |||||
| * | Small bug fixes | Sam Potts | 2018-05-06 | 17 | -68/+105 |
| | | |||||
| * | Merge | Sam Potts | 2018-05-06 | 8 | -6/+8 |
| | | |||||
| * | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-05-06 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge pull request #939 from Billybobbonnet/patch-1 | Sam Potts | 2018-05-03 | 1 | -0/+1 |
| | |\ | | | | | | | | | Added 480p to SD labels |