| Commit message (Expand) | Author | Age | Files | Lines |
* | v3.6.3 (#2016) | Sam Potts | 2020-11-14 | 1 | -5/+8 |
* | v3.6.1 | Sam Potts | 2020-04-28 | 1 | -1/+1 |
* | Migrate custom properties from media to parent | Sam Potts | 2020-04-23 | 1 | -0/+20 |
* | Poster image fix (fixes #1763) | Sam Potts | 2020-04-19 | 1 | -6/+1 |
* | Converted to 2 space indentation | Sam Potts | 2020-04-11 | 1 | -259/+254 |
* | Ensure poster image is not downloaded again for HTML5 videos | Sam Potts | 2020-02-14 | 1 | -0/+5 |
* | HTML5 poster fixes for multiple downloads | Sam Potts | 2020-01-21 | 1 | -0/+2 |
* | ♿️(controls) change play button aria-label value when its state change | Manuel Raynaud | 2019-08-07 | 1 | -0/+1 |
* | File rename and clean up | Sam Potts | 2019-06-21 | 1 | -1/+1 |
* | Linting changes | Sam Potts | 2019-06-01 | 1 | -4/+11 |
* | Fix setting initial speed (fixes #1408) | Sam Potts | 2019-04-12 | 1 | -12/+17 |
* | Prevent immediate hiding of controls on mobile | James | 2018-10-23 | 1 | -2/+5 |
* | Moved i18n to utils | Sam Potts | 2018-08-13 | 1 | -1/+1 |
* | Fix issue with play button not changing state (fixes #1048) | Sam Potts | 2018-06-19 | 1 | -10/+6 |
* | v3.3.15 | Sam Potts | 2018-06-18 | 1 | -3/+5 |
* | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-06-17 | 1 | -52/+68 |
|\ |
|
| * | 120 line width, package upgrade | Sam Potts | 2018-06-17 | 1 | -27/+34 |
| * | Respect call order and prioritize public API calls for setting poster, in ord... | Albin Larsson | 2018-06-15 | 1 | -26/+37 |
| * | Remove line breaks in arrays | Albin Larsson | 2018-06-13 | 1 | -4/+1 |
| * | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2018-06-13 | 1 | -2/+2 |
| |\ |
|
| * | | Utils broken down into seperate files and exports | Sam Potts | 2018-06-13 | 1 | -35/+35 |
| |/ |
|
* | | WIP | Sam Potts | 2018-06-11 | 1 | -3/+0 |
* | | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-06-09 | 1 | -2/+10 |
|\| |
|
| * | Merge pull request #981 from friday/hls-captions | Sam Potts | 2018-05-30 | 1 | -2/+4 |
| |\ |
|
| | * | Fix typo | Albin Larsson | 2018-05-28 | 1 | -1/+1 |
| | * | Optimize captions code reused and ensure captionsenabled/captionsdisabled | Albin Larsson | 2018-05-28 | 1 | -2/+4 |
| * | | Call duration update method manually if user config has duration | Albin Larsson | 2018-05-29 | 1 | -0/+6 |
| |/ |
|
* / | WIP | Sam Potts | 2018-05-28 | 1 | -12/+13 |
|/ |
|
* | Merge pull request #963 from friday/verify-poster | Sam Potts | 2018-05-19 | 1 | -9/+35 |
|\ |
|
| * | Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnails | Albin Larsson | 2018-05-15 | 1 | -2/+7 |
| * | Rewrite ui.setPoster to check that images arent broken or youtube fallback im... | Albin Larsson | 2018-05-15 | 1 | -9/+30 |
* | | Merge pull request #967 from friday/883 | Sam Potts | 2018-05-19 | 1 | -23/+10 |
|\ \ |
|
| * | | toggleControls() rewrite | Albin Larsson | 2018-05-18 | 1 | -4/+14 |
| * | | Remove ui.checkFailed() and error class | Albin Larsson | 2018-05-16 | 1 | -23/+0 |
| |/ |
|
* / | Reduce circular dependencies | Sam Potts | 2018-05-19 | 1 | -138/+2 |
|/ |
|
* | v3.3.5 | Sam Potts | 2018-05-06 | 1 | -1/+6 |
* | v3.3.0 | Sam Potts | 2018-05-06 | 1 | -3/+35 |
* | v3.2.4 | Sam Potts | 2018-04-27 | 1 | -7/+2 |
* | HTML5 quality selection | Sam Potts | 2018-04-02 | 1 | -2/+2 |
* | Muted and autoplay fixes, small bug fixes | Sam Potts | 2018-03-30 | 1 | -0/+3 |
* | Fixes for fast forward and issues with event.preventDefault() | Sam Potts | 2018-03-27 | 1 | -2/+3 |
* | Added buffered getter | Sam Potts | 2018-03-17 | 1 | -15/+1 |
* | Vimeo fix | Sam Potts | 2018-03-15 | 1 | -2/+1 |
* | Event listener fixes, loadScript promise, ads tweaks | Sam Potts | 2018-03-11 | 1 | -2/+2 |
* | Ready event fix, YouTube play event fix, docs update | Sam Potts | 2018-03-03 | 1 | -1/+3 |
* | Pause button fix, polyfilled build, unminified builds | Sam Potts | 2018-02-17 | 1 | -4/+2 |
* | Fix for custom controls | Sam Potts | 2018-02-13 | 1 | -6/+0 |
* | Fullscreen API changes, color settings tweaks | Sam Potts | 2018-02-11 | 1 | -4/+0 |
* | Bug fix | Sam Potts | 2018-01-22 | 1 | -1/+1 |
* | Formatting, events and ad countdown added | Sam Potts | 2018-01-22 | 1 | -22/+4 |