| Commit message (Expand) | Author | Age | Files | Lines |
* | Update youtube.js | Sam Potts | 2019-01-06 | 1 | -1/+0 |
* | remove comment | Omar Khatib | 2018-12-13 | 1 | -1/+1 |
* | support Youtube noCookie Mode | Omar Khatib | 2018-12-13 | 1 | -0/+2 |
* | Removed YouTube quality controls | Sam Potts | 2018-08-13 | 1 | -54/+0 |
* | Merge pull request #1131 from friday/1108 | Sam Potts | 2018-07-29 | 1 | -0/+4 |
|\ |
|
| * | Fix #1108: Make sure youtube.onReady doesn't run twice | Albin Larsson | 2018-07-28 | 1 | -0/+4 |
* | | Add support for YouTube's hl param | Léo Renaud-Allaire | 2018-07-24 | 1 | -0/+1 |
|/ |
|
* | Linting, housekeeping, duration fix (fixes #1074) | Sam Potts | 2018-06-29 | 1 | -10/+10 |
* | Fix #1045: YouTube mutes when seeking after play | Albin Larsson | 2018-06-19 | 1 | -2/+2 |
* | 120 line width, package upgrade | Sam Potts | 2018-06-17 | 1 | -8/+12 |
* | Merge pull request #1039 from friday/poster-race-conditions | Sam Potts | 2018-06-17 | 1 | -3/+9 |
|\ |
|
| * | Respect call order and prioritize public API calls for setting poster, in ord... | Albin Larsson | 2018-06-15 | 1 | -2/+3 |
| * | Copy poster when creating new media element for YouTube and Vimeo (needed for... | Albin Larsson | 2018-06-15 | 1 | -1/+6 |
* | | Replace switch in YouTube error handler with object literal | Albin Larsson | 2018-06-15 | 1 | -39/+15 |
|/ |
|
* | 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 | -74/+39 |
|\ |
|
| * | Trigger qualityrequested event unconditionally when trying to set it (needed ... | Albin Larsson | 2018-06-12 | 1 | -9/+1 |
| * | Simplify logic in youtube.mapQualityUnit (not that it matters much now) | Albin Larsson | 2018-06-12 | 1 | -45/+19 |
* | | Utils broken down into seperate files and exports | Sam Potts | 2018-06-13 | 1 | -44/+60 |
|/ |
|
* | Fix problem with YouTube and Vimeo seeking while playing | Albin Larsson | 2018-06-11 | 1 | -1/+4 |
* | 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 | 1 | -28/+30 |
* | Fix playback state (paused) and events (play/pause) | Albin Larsson | 2018-05-19 | 1 | -10/+16 |
* | Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnails | Albin Larsson | 2018-05-15 | 1 | -1/+7 |
* | Rewrite ui.setPoster to check that images arent broken or youtube fallback im... | Albin Larsson | 2018-05-15 | 1 | -1/+7 |
* | v3.3.0 | Sam Potts | 2018-05-06 | 1 | -3/+6 |
* | Restore paused state after seek | Sam Potts | 2018-04-11 | 1 | -0/+8 |
* | YouTube speed menu fix | Sam Potts | 2018-04-03 | 1 | -2/+1 |
* | HTML5 quality selection | Sam Potts | 2018-04-02 | 1 | -13/+70 |
* | Bug fixes | Sam Potts | 2018-03-28 | 1 | -1/+2 |
* | v3.0.5 | Sam Potts | 2018-03-27 | 1 | -2/+0 |
* | Fix for .stop() method (fixes #819) | Sam Potts | 2018-03-22 | 1 | -0/+12 |
* | 3.0.0-beta.20 | Sam Potts | 2018-03-13 | 1 | -5/+5 |
* | Event listener fixes, loadScript promise, ads tweaks | Sam Potts | 2018-03-11 | 1 | -1/+3 |
* | Ready event fix, YouTube play event fix, docs update | Sam Potts | 2018-03-03 | 1 | -4/+1 |
* | Added backwards compatibility for <div> embeds | Sam Potts | 2018-02-06 | 1 | -1/+9 |
* | Removed fetch dependency | Sam Potts | 2018-02-05 | 1 | -3/+3 |
* | Attempt to fix YouTube message error, added ads references, changes to bool | Sam Potts | 2018-01-25 | 1 | -2/+2 |
* | Progressively enhance <iframe> embeds | Sam Potts | 2018-01-12 | 1 | -19/+21 |
* | Remove chaning ability and return promise for play() | Sam Potts | 2017-12-20 | 1 | -0/+3 |
* | Moved to provider + type to make it cleaner in future, fix for multiple players | Sam Potts | 2017-11-23 | 1 | -2/+3 |
* | Updated data attributes to `data-plyr` namespace. Speed menu fixes | Sam Potts | 2017-11-23 | 1 | -5/+2 |
* | Handle no audio, more docs in code, fix for playing getter | Sam Potts | 2017-11-21 | 1 | -4/+7 |
* | Merge branch 'develop' of https://github.com/Selz/plyr into develop | Sam Potts | 2017-11-20 | 1 | -21/+36 |
|\ |
|
| * | YouTube title | Sam Potts | 2017-11-19 | 1 | -21/+36 |
* | | Added ended and playing getters | Sam Potts | 2017-11-20 | 1 | -3/+10 |
|/ |
|
* | Controls cleanup, work on captions bug, click to invert time | Sam Potts | 2017-11-18 | 1 | -13/+15 |
* | Using fetch instead of xhr, grabbing title for YouTube | Sam Potts | 2017-11-16 | 1 | -0/+14 |
* | Started on error handling, Safari icon fix | Sam Potts | 2017-11-14 | 1 | -3/+40 |
* | YouTube fix | Sam Potts | 2017-11-14 | 1 | -1/+3 |