Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #504 from ShimShamSam/master | Sam Potts | 2017-03-25 | 6 | -6/+13 | |
|\ \ | | | | | | | Add blankUrl option to set the URL for blank.mp4 | |||||
| * | | Generated dist files | Samuel Hodge | 2017-02-12 | 4 | -5/+5 | |
| | | | ||||||
| * | | Documented the blankUrl option | Samuel Hodge | 2017-02-11 | 1 | -0/+6 | |
| | | | ||||||
| * | | Allow configuration of the blank.mp4 URL | Samuel Hodge | 2017-02-11 | 1 | -1/+2 | |
| | | | | | | | | | This is useful for people behind firewalls who need to host a blank mp4 themselves. | |||||
* | | | Update readme.md | Sam Potts | 2017-03-09 | 1 | -2/+2 | |
|/ / | ||||||
* | | Update readme.md | Sam Potts | 2017-02-10 | 1 | -0/+1 | |
| | | ||||||
* | | Update readme.md | Sam Potts | 2017-02-10 | 1 | -1/+3 | |
| | | ||||||
* | | Update readme.md | Sam Potts | 2017-02-09 | 1 | -1/+1 | |
| | | ||||||
* | | Update readme.md | Sam Potts | 2017-02-09 | 1 | -0/+6 | |
| | | ||||||
* | | Merge pull request #437 from tv2/playground | Sam Potts | 2017-01-10 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixed typo | |||||
| * | | Fixed typo | Morten Vestergaard Hansen | 2016-11-30 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #477 from iamrobert/patch-1 | Sam Potts | 2017-01-10 | 1 | -2/+2 | |
|\ \ | | | | | | | Update index.html | |||||
| * | | Update index.html | Robert Stark | 2017-01-10 | 1 | -2/+2 | |
|/ / | | | | | Just missing the closing </li> | |||||
* | | Update issue_template.md | Sam Potts | 2017-01-10 | 1 | -1/+1 | |
| | | ||||||
* | | Update issue_template.md | Sam Potts | 2017-01-10 | 1 | -1/+11 | |
|/ | ||||||
* | v2.0.11 | Sam Potts | 2016-11-27 | 5 | -19/+23 | |
| | ||||||
* | Merge branch 'master' of https://github.com/Selz/plyr | Sam Potts | 2016-11-27 | 2 | -4/+8 | |
|\ | ||||||
| * | Merge pull request #425 from sebastiancarlsson/cleanup-called-twice-bug | Sam Potts | 2016-11-18 | 1 | -49/+51 | |
| |\ | | | | | | | fixes bug where cleanUp would be called twice | |||||
| | * | fixes bug where cleanUp would be called twice | Sebastian Carlsson | 2016-11-17 | 1 | -49/+51 | |
| |/ | ||||||
| * | Update | Sam Potts | 2016-11-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update readme.md | Sam Potts | 2016-11-16 | 1 | -3/+5 | |
| | | ||||||
* | | Fix for iPad and YouTube issues | Sam Potts | 2016-11-27 | 6 | -91/+121 | |
|/ | ||||||
* | Update readme.md | Sam Potts | 2016-11-02 | 1 | -4/+5 | |
| | ||||||
* | Cache bust | Sam Potts | 2016-11-02 | 1 | -1/+1 | |
| | ||||||
* | v2.0.10 | Sam Potts | 2016-11-02 | 4 | -6/+10 | |
| | | | | | - Added seek event fixes for Vimeo and YouTube (fixes #409) - Added support for embed URLs rather than ID only (fixes #345) | |||||
* | Added seek event fixes (fixes #409), Added support for URLs (fixes #345) | Sam Potts | 2016-11-02 | 5 | -37/+74 | |
| | ||||||
* | Merge pull request #408 from gurupras/urlparser | Sam Potts | 2016-11-02 | 1 | -0/+19 | |
|\ | | | | | Added logic to parse youtube video id | |||||
| * | Added logic to parse youtube video id | Guru Prasad Srinivasa | 2016-10-30 | 1 | -0/+19 | |
|/ | | | | | | | | | This commit is targetted at solving issue#345 and adds functionality to parse youtube video IDs from various types of youtube video URLs. Other embed types like vimeo/soundcloud can be extended by following a similar structure as implemented in this commit. | |||||
* | v2.0.9 | Sam Potts | 2016-10-23 | 4 | -6/+9 | |
| | | | | - Temporary patch for the YouTube API issues with `getDuration()` (relates to #374) | |||||
* | Temporary patch for the YouTube API issues with `getDuration()` (relates to ↵ | Sam Potts | 2016-10-23 | 2 | -2/+10 | |
| | | | | #374) | |||||
* | v2.0.8 | Sam Potts | 2016-10-23 | 7 | -18/+31 | |
| | | | | | | | | | - Added `isPaused()` API method (thanks to @darrena092) - Allowed `.on()` API method to be chainable (thanks to @gurupras) (fixes #357) - Improved the "awful" rendering of captions on small screens in fullscreen mode (fixes #390) - Fix for Firefox VTT compatibility (thanks to @magourex) - Fix for Firefox Developer Edition blank video due to `-webkit-mask-image` issue (fixes #392) - Added Issue and PR templates with the aim of reducing duplicate or duff issues | |||||
* | Fix for caption size (fixes #390), Fix for Firefox Dev (fixes #392) | Sam Potts | 2016-10-23 | 5 | -15/+24 | |
| | ||||||
* | Add Issue and PR templates | Sam Potts | 2016-10-23 | 2 | -0/+26 | |
| | ||||||
* | Manually merged #395 | Sam Potts | 2016-10-23 | 2 | -1/+12 | |
| | ||||||
* | Merge pull request #389 from darrena092/master | Sam Potts | 2016-10-23 | 3 | -3/+4 | |
|\ | | | | | Added .isPaused(). | |||||
| * | Gulp build done. | Darren Anderson | 2016-10-06 | 2 | -3/+3 | |
| | | ||||||
| * | Added .isPaused to API | Darren Anderson | 2016-10-06 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #379 from magourex/master | Sam Potts | 2016-10-01 | 1 | -3/+14 | |
|\ | | | | | Support WebVTT with CRLF or LF Line separator with firefox #378 | |||||
| * | Update plyr.js | Thomas LM | 2016-09-27 | 1 | -3/+14 | |
|/ | ||||||
* | CSS path | Sam Potts | 2016-09-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed API method, added new methods (fixes #346, #351) | Sam | 2016-08-29 | 5 | -16/+40 | |
| | | | | | - Fixed `getCurrentTime()` method (fixes #351) - Added `getVolume()` , `isMuted()` and `getDuration()` API methods (fixes #346) | |||||
* | Fixed AMD definition | Sam | 2016-08-26 | 7 | -166/+99 | |
| | ||||||
* | Vimeo IE9/10 (Fixes #348), HTML5 ready event (Fixes #349) | Sam Potts | 2016-08-26 | 7 | -20/+26 | |
| | ||||||
* | Fix for Firefox full screen (fixes #343) | Sam | 2016-08-23 | 7 | -11/+16 | |
| | ||||||
* | Update changelog.md | Sam Potts | 2016-08-22 | 1 | -3/+3 | |
| | ||||||
* | Global keyboard shortcut changes | Sam Potts | 2016-08-22 | 5 | -12/+15 | |
| | ||||||
* | Added ‘global’ keyboard shortcut option | Sam Potts | 2016-08-22 | 5 | -85/+130 | |
| | ||||||
* | Version bump for NPM | Sam Potts | 2016-08-22 | 5 | -7/+10 | |
| | ||||||
* | Merge branch 'master' of https://github.com/Selz/plyr | Sam Potts | 2016-08-22 | 1 | -2/+12 | |
|\ | ||||||
| * | Update changelog.md | Sam Potts | 2016-08-22 | 1 | -1/+1 | |
| | |