aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #1407 from freezer278/http-youtube-fixSam Potts2019-04-111-2/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | fixed setting youtube host for non-https case
| * | | | | | code cleanupVladimir Morozov2019-04-041-2/+2
| | | | | | |
| * | | | | | code cleanupVladimir Morozov2019-04-041-10/+2
| | | | | | |
| * | | | | | fixed setting youtube host for non-https caseVladimir Morozov2019-04-041-1/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Update readme.mdSam Potts2019-03-261-3/+2
| | | | | |
| | * | | | Aspect ratio improvements (fixes #1042, fixes #1366)Sam Potts2019-04-128-33/+109
| | | | | |
| | * | | | Autoplay tweak for HTML5Sam Potts2019-04-121-2/+2
| | | | | |
| | * | | | Fix YouTube autoplay (fixes #1185)Sam Potts2019-04-121-1/+1
| | | | | |
| | * | | | Merge pull request #1362 from doublex/masterSam Potts2019-04-111-4/+7
| | |\ \ \ \ | | | | | | | | | | | | | | #46 - two patches from 'jamesoflol'
| | | * | | | Preview seek: optional hours and ms in VTT parserYour Name2019-02-271-3/+3
| | | | | | |
| | | * | | | Preview seek: fix: allow absolute thumbnail pathsYour Name2019-02-271-1/+4
| | | | | | |
| | * | | | | Merge pull request #1404 from taion/clear-timeoutsSam Potts2019-04-111-3/+5
| |/| | | | | | | | | | | | | | | | | | | fix: Properly clear all timeouts on destroy
| | * | | | | fix: Properly clear all timeouts on destroyJimmy Jia2019-04-011-3/+5
| |/ / / / /
| * | | | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-03-161-1/+1
|/| | | | |
| * | | | | Merge pull request #1376 from ar31an/patch-1Sam Potts2019-03-071-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Update poster src
| | * | | | | Update poster srcArslan Javed2019-03-071-1/+1
| |/ / / / /
| * | | | | Merge pull request #1375 from sampotts/masterSam Potts2019-03-0726-7259/+7682
| |\| | | | | | | | | | | | | | | | Merge back
* | | | | | HousekeepingSam Potts2019-03-1619-493/+625
| |/ / / / |/| | | |
* | | | | Fixed issue where the preview thumbnail was present while scrubbingSam Potts2019-02-2424-76/+92
| | | | |
* | | | | v3.5.1Sam Potts2019-02-2321-7205/+7612
| | | | |
* | | | | Merge pull request #1356 from sampotts/developSam Potts2019-02-238-661/+274
|\| | | | | | | | | | | | | | v3.5.1
| * | | | v3.5.1Sam Potts2019-02-232-1/+5
| | | | |
| * | | | Merge branch 'master' into developSam Potts2019-02-2320-24/+24
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | # Conflicts: # gulpfile.js
* | | | | Deployed v3.5.0Sam Potts2019-02-1921-28/+26
| |/ / / |/| | |
* | | | Fix linksSam Potts2019-02-1921-29/+28
| | | |
| * | | Jsdoc updatesSam Potts2019-02-233-43/+43
| | | |
| * | | Update .npmignoreSam Potts2019-02-231-1/+2
| | | |
| * | | Fix buildSam Potts2019-02-233-626/+231
|/ / /
* | | Update build processSam Potts2019-02-1924-960/+1933
| | |
* | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-02-191-1/+1
|\ \ \
| * \ \ Merge pull request #1327 from robertkraig/developSam Potts2019-02-191-1/+1
| |\ \ \ | | | | | | | | | | Update <progress> bar role=progressbar
| | * \ \ Merge pull request #1 from robertkraig/defect/update-progress-element-axe-errorRobert Kraig2019-01-301-1/+1
| | |\ \ \ | | | | | | | | | | | | Updating accessibility attribute to progressbar
| | | * | | Updating accessibility attribute to progressbarRobert Kraig2019-01-301-1/+1
| | | | | | | | | | | | | | | | | | aXe complains this is a non-compatible attribute to be set as `role="presentation"`
* | | | | | Added RangeTouch, updated Shr lib in demoSam Potts2019-02-1922-1409/+2791
|/ / / / /
* | | | | Tweak to readmeSam Potts2019-02-151-20/+20
| | | | |
* | | | | Plenty of emojisSam Potts2019-02-151-8/+8
| | | | |
* | | | | DocsSam Potts2019-02-141-91/+66
| | | | |
* | | | | Merge pull request #1343 from electerious/patch-1Sam Potts2019-02-141-5/+2
|\ \ \ \ \ | | | | | | | | | | | | Remove NodeList example
| * | | | | Removed setting up multiple playersTobias Reich2019-02-141-4/+0
| | | | | | | | | | | | | | | | | | This example is already covered in the readme.
| * | | | | Remove NodeList exampleTobias Reich2019-02-141-4/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | I've removed the NodeList example because it's confusing. Only the first element of a NodeList will be used and this is usually not what you want. I've instead replaced it with a `querySelector` and map example. It's related to: https://github.com/sampotts/plyr/issues/801 I know that there was a note, pointing out that the first element will be used, but be honest: Everybody is just scanning the examples for code and doing copy paste :D
* | | | | Fix deploymentSam Potts2019-02-1220-24/+24
| | | | |
* | | | | Fix for cue points missingSam Potts2019-02-0718-457/+408
| | | | |
* | | | | Ads bug fixesSam Potts2019-02-0127-301/+411
| | | | |
* | | | | Merge branch 'develop' into betaSam Potts2019-01-291-3/+3
|\| | | |
| * | | | Fix gulpSam Potts2019-01-291-3/+3
| | | | |
* | | | | Merge branch 'develop' into betaSam Potts2019-01-29126-29602/+60239
|\| | | |
| * | | | Update versionSam Potts2019-01-291-1/+1
| | | | |
| * | | | Fix listeners for preview thumbs when changing sourceSam Potts2019-01-2919-637/+936
| | | | |
| * | | | PathsSam Potts2019-01-276-5/+7
| | | | |
| * | | | Fullscreen fixSam Potts2019-01-271-5/+0
| | | | |