aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix for YouTube .getVideoData() issue (fixes #709)Sam Potts2017-11-141-4/+6
|
* Merge branch 'master' into enable-speed-controls-on-vimeoSam Potts2017-11-061-573/+573
|\
| * Vimeo fixes + small bug fixesSam Potts2017-11-041-588/+543
| |
| * Merge branch 'master' into masterSam Potts2017-11-041-802/+1021
| |\
| | * Merge branch 'master' into masterSam Potts2017-11-041-793/+1008
| | |\
| | | * Merge pull request #617 from oemueller/patch-1Sam Potts2017-11-041-4/+6
| | | |\ | | | | | | | | | | [bugfix] target is null exception
| | | | * [bugfix] target is null exceptionOliver2017-07-121-4/+6
| | | | | | | | | | | | | | | when using 'play-large' without a 'play' button, the statement target = target[0]; caused an error. So it is necessary to check the value of target before accessing [0]
| | | * | Merge branch 'master' into masterSam Potts2017-11-041-789/+997
| | | |\ \
| | | | * \ Merge pull request #678 from StudyTube/use-url-as-input-for-vimeo-playerSam Potts2017-11-041-15/+33
| | | | |\ \ | | | | | | | | | | | | | | Add URL as a possible input option to Vimeo player
| | | | | * | Add URL as a possible input option to Vimeo playerYuriy Kuzin2017-10-061-15/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is reasonable to processing correctly private Vimeo links, like https://vimeo.com/25345658/fe46e209ac - that contain not only vimeo id, but also private key
| | | | * | | Merge pull request #703 from gurupras/early-listener-fixSam Potts2017-11-041-3/+11
| | | | |\ \ \ | | | | | | | | | | | | | | | | Allow Plyr.setup event listeners to be set up as separate event listeners
| | | | | * | | Allow setup event listeners to be set up as separate event listenersGuru Prasad Srinivasa2017-11-011-3/+11
| | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than in-conjunction with defaultListener This allows the setup listeners to do things like preventDefault()/stopImmediatePropagation() and have them work
| | | | * / / fix #684 memory leaks issues after destroy.Ashkan Hosseini2017-10-281-5/+13
| | | | |/ /
| | | * | / Adding title to the player html templateWalter Cruz2017-08-281-0/+5
| | | | |/ | | | |/|
| | * / | Fix for https://github.com/sampotts/plyr/issues/601versfx2017-07-061-1/+4
| | |/ /
| * | | updated to check for global namespaceBrandon Pereira2017-05-011-2/+1
| | | |
| * | | fix for svg4everybody conflicting with plyrBrandon Pereira2017-05-011-1/+2
| | | |
* | | | Enable speed controls using Vimeo APIYuriy2017-10-261-1/+2
| |_|/ |/| |
* | | Version bumpSam Potts2017-10-051-2/+2
| | |
* | | Fullscreen bug fix (fixes #664)Sam Potts2017-10-051-0/+6
| | |
* | | Demo fixesSam Potts2017-10-021-2/+2
| | |
* | | CDN URL updatesSam Potts2017-10-021-783/+951
| |/ |/|
* | Vimeo demo bug fix + repo moveSam Potts2017-05-161-11/+11
|/
* Version bump to 2.0.12Sam Potts2017-03-251-2/+2
|
* Merge pull request #468 from jronallo/captions-listenerSam Potts2017-03-251-1/+1
|\ | | | | allow for setting additional listener for captions
| * allow for setting additional listener for captionsJason Ronallo2016-12-261-1/+1
| |
* | Allow configuration of the blank.mp4 URLSamuel Hodge2017-02-111-1/+2
| | | | | | This is useful for people behind firewalls who need to host a blank mp4 themselves.
* | Fixed typoMorten Vestergaard Hansen2016-11-301-1/+1
|/
* v2.0.11Sam Potts2016-11-271-2/+2
|
* Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-11-271-1/+3
|\
| * fixes bug where cleanUp would be called twiceSebastian Carlsson2016-11-171-49/+51
| |
* | Fix for iPad and YouTube issuesSam Potts2016-11-271-56/+77
|/
* v2.0.10Sam Potts2016-11-021-2/+2
| | | | | - 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 Potts2016-11-021-23/+44
|
* Added logic to parse youtube video idGuru Prasad Srinivasa2016-10-301-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.9Sam Potts2016-10-231-2/+2
| | | | - Temporary patch for the YouTube API issues with `getDuration()` (relates to #374)
* Temporary patch for the YouTube API issues with `getDuration()` (relates to ↵Sam Potts2016-10-231-0/+8
| | | | #374)
* v2.0.8Sam Potts2016-10-231-2/+2
| | | | | | | | | - 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
* Manually merged #395Sam Potts2016-10-231-1/+1
|
* Added .isPaused to APIDarren Anderson2016-10-061-0/+1
|
* Update plyr.jsThomas LM2016-09-271-3/+14
|
* Fixed API method, added new methods (fixes #346, #351)Sam2016-08-291-5/+10
| | | | | - Fixed `getCurrentTime()` method (fixes #351) - Added `getVolume()` , `isMuted()` and `getDuration()` API methods (fixes #346)
* Fixed AMD definitionSam2016-08-261-158/+87
|
* Vimeo IE9/10 (Fixes #348), HTML5 ready event (Fixes #349)Sam Potts2016-08-261-8/+10
|
* Fix for Firefox full screen (fixes #343)Sam2016-08-231-3/+5
|
* Global keyboard shortcut changesSam Potts2016-08-221-4/+4
|
* Added ‘global’ keyboard shortcut optionSam Potts2016-08-221-73/+100
|
* Version bump for NPMSam Potts2016-08-221-2/+2
|
* Bump to v2.0.0Sam Potts2016-08-221-2/+2
|
* Version bumpSam Potts2016-08-211-1/+1
|