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 | 4 | -4/+3 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -2/+20 |
|\ | |||||
| * | Merge pull request #958 from friday/954 | Sam Potts | 2018-05-19 | 2 | -2/+20 |
| |\ | | | | | | | 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 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #963 from friday/verify-poster | Sam Potts | 2018-05-19 | 6 | -20/+67 |
|\ \ \ | | | | | | | | | 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 | 5 | -20/+41 |
| | | | | | | | | | | | | | | | | 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 | 5 | -163/+103 |
|\ \ \ | |_|/ |/| | | toggleControls rewrite | ||||
| * | | toggleControls() rewrite | Albin Larsson | 2018-05-18 | 3 | -134/+99 |
| | | | |||||
| * | | Remove ui.checkFailed() and error class | Albin Larsson | 2018-05-16 | 3 | -27/+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) | ||||
* | | | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-05-19 | 2 | -0/+8 |
|\| | | |||||
| * | | Expose defaults (enable overriding) | Albin Larsson | 2018-05-14 | 2 | -0/+8 |
| |/ | |||||
* / | Reduce circular dependencies | Sam Potts | 2018-05-19 | 6 | -171/+176 |
|/ | |||||
* | Remove references to window.Plyr | Sam Potts | 2018-05-10 | 2 | -10/+7 |
| | |||||
* | v3.3.7 | Sam Potts | 2018-05-09 | 3 | -3/+3 |
| | |||||
* | v3.3.6 | Sam Potts | 2018-05-08 | 3 | -3/+3 |
| | |||||
* | Vimeo options, docs for multiple players | Sam Potts | 2018-05-08 | 1 | -1/+4 |
| | |||||
* | Use div for poster, Vimeo fixes, Tooltip fixes | Sam Potts | 2018-05-08 | 4 | -7/+9 |
| | |||||
* | Setup multiple players | Sam Potts | 2018-05-06 | 1 | -0/+23 |
| | |||||
* | v3.3.5 | Sam Potts | 2018-05-06 | 6 | -6/+21 |
| | |||||
* | v3.3.3 | Sam Potts | 2018-05-06 | 3 | -3/+3 |
| | |||||
* | Reverted menu change | Sam Potts | 2018-05-06 | 1 | -9/+0 |
| | |||||
* | Small bug fixes | Sam Potts | 2018-05-06 | 5 | -14/+12 |
| | |||||
* | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-05-06 | 1 | -0/+1 |
|\ | |||||
| * | Added 480p to SD labels | Antoine Cordelois | 2018-05-03 | 1 | -0/+1 |
| | | |||||
* | | v3.3.0 | Sam Potts | 2018-05-06 | 12 | -161/+223 |
|/ | |||||
* | Merge pull request #923 from friday/922 | Sam Potts | 2018-04-27 | 1 | -2/+2 |
|\ | | | | | Only add hideControls class if config.hideControls is truthy | ||||
| * | Only add hideControls class if config.hideControls is truthy | Albin Larsson | 2018-04-26 | 1 | -2/+2 |
| | | |||||
* | | Fix for default timestamp | Sam Potts | 2018-04-27 | 1 | -1/+1 |
|/ | |||||
* | v3.2.4 | Sam Potts | 2018-04-27 | 8 | -34/+48 |
| | |||||
* | v3.2.3 | Sam Potts | 2018-04-25 | 3 | -3/+3 |
| | |||||
* | Fix for iOS 9 throwing error for `name` property in fullscreen API (fixes #908) | Sam Potts | 2018-04-25 | 1 | -5/+5 |
| | |||||
* | v3.2.2 | Sam Potts | 2018-04-25 | 3 | -3/+3 |
| | |||||
* | Fix for hidden buffer and incorrect use of aria-hidden | Sam Potts | 2018-04-25 | 2 | -37/+30 |
| | |||||
* | v3.2.1 | Sam Potts | 2018-04-23 | 3 | -3/+3 |
| | |||||
* | More a11y stuff and context menu fix | Sam Potts | 2018-04-23 | 2 | -1/+4 |
| | |||||
* | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-04-18 | 3 | -8/+3 |
|\ | |||||
| * | Merge pull request #903 from friday/901 | Sam Potts | 2018-04-18 | 2 | -7/+2 |
| |\ | | | | | | | Show captions even if toggle button is omitted from controls |