aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor: miss prefixAmo Wu2016-11-101-0/+1
| | | fix _fullscreen.prefix can't work
* Quality WIPSam Potts2016-11-064-144/+217
|
* Merge branch 'master' into developSam Potts2016-11-065-22/+83
|\ | | | | | | | | | | # Conflicts: # demo/index.html # dist/plyr.js
| * Update readme.mdSam Potts2016-11-021-4/+5
| |
| * Cache bustSam Potts2016-11-021-1/+1
| |
| * v2.0.10Sam Potts2016-11-024-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 Potts2016-11-025-37/+74
| |
| * Merge pull request #408 from gurupras/urlparserSam Potts2016-11-021-0/+19
| |\ | | | | | | Added logic to parse youtube video id
| | * 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.
* | PiPSam Potts2016-11-017-25/+37
| |
* | Fullscreen fix, stylingSam2016-10-246-22/+27
| |
* | Merge branch 'develop' of https://github.com/Selz/plyr into developSam2016-10-237-37/+96
|\ \
| * | Work on PiPSam Potts2016-10-237-37/+96
| | |
* | | Merge branch 'develop' of https://github.com/Selz/plyr into developSam2016-10-2316-53/+123
|\| | | | | | | | | | | | | | # Conflicts: # src/js/plyr.js
| * | Merge branch 'master' into developSam Potts2016-10-2314-33/+104
| |\| | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.js # dist/plyr.css # dist/plyr.js
| | * v2.0.9Sam Potts2016-10-234-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 Potts2016-10-232-2/+10
| | | | | | | | | | | | #374)
| | * v2.0.8Sam Potts2016-10-237-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 Potts2016-10-235-15/+24
| | |
| | * Add Issue and PR templatesSam Potts2016-10-232-0/+26
| | |
| | * Manually merged #395Sam Potts2016-10-232-1/+12
| | |
| | * Merge pull request #389 from darrena092/masterSam Potts2016-10-233-3/+4
| | |\ | | | | | | | | Added .isPaused().
| | | * Gulp build done.Darren Anderson2016-10-062-3/+3
| | | |
| | | * Added .isPaused to APIDarren Anderson2016-10-061-0/+1
| | |/
| * | Fixed for array passed to _on and _offSam Potts2016-10-036-25/+24
| | |
* | | TweaksSam2016-10-231-14/+11
|/ /
* | Merge branch 'master' into developSam2016-10-011-3/+14
|\|
| * Merge pull request #379 from magourex/masterSam Potts2016-10-011-3/+14
| |\ | | | | | | Support WebVTT with CRLF or LF Line separator with firefox #378
| | * Update plyr.jsThomas LM2016-09-271-3/+14
| |/
| * CSS pathSam Potts2016-09-061-1/+1
| |
* | Code styleSam2016-10-011-7/+5
| |
* | Manually merged #385Sam2016-10-018-28/+134
| |
* | Menu animationSam2016-09-264-87/+138
| |
* | MenuSam2016-09-255-10/+10
| |
* | More menu workSam Potts2016-09-257-63/+200
| |
* | Merge branch 'develop' of https://github.com/Selz/plyr into developSam Potts2016-09-147-118/+128
|\ \ | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js
| * | Started on PIP supportSam2016-09-135-113/+121
| | |
* | | ExpandedSam Potts2016-09-134-6/+6
|/ /
* | Added quality in menuSam Potts2016-09-076-12/+23
| |
* | Icon fixSam2016-09-062-13/+7
| |
* | Working on settings menuSam2016-09-069-98/+200
| |
* | Merge pull request #356 from amowu/feature/add-playback-speedSam Potts2016-09-063-5/+100
|\ \ | |/ |/| Add playback speed
| * refactor: sorting speedAmo Wu2016-09-051-2/+2
| |
| * test: add `speed-up` buttonAmo Wu2016-09-051-1/+2
| |
| * docs: update readmeAmo Wu2016-08-311-1/+7
| |
| * refactor: check config.speeds formatAmo Wu2016-08-311-0/+4
| |
| * refactor: add localStorage supportingAmo Wu2016-08-311-0/+16
| |
| * feat: add playback speed buttonAmo Wu2016-08-311-3/+71
|/
* Fixed API method, added new methods (fixes #346, #351)Sam2016-08-295-16/+40
| | | | | - Fixed `getCurrentTime()` method (fixes #351) - Added `getVolume()` , `isMuted()` and `getDuration()` API methods (fixes #346)
* Fixed AMD definitionSam2016-08-267-166/+99
|