aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Merge pull request #1254 from a60814billy/fix/custom-controls-calling-argumentSam Potts2018-11-121-1/+1
| |/| | | | | | | | | | | | | Calling customized controls function with proper arguments
| | * | | Calling customized controls function with proper argumentsRaccoon2018-11-121-1/+1
| |/ / /
| * | | v3.4.7Sam Potts2018-11-0817-268/+303
| | | | | | | | | | | | | | | | - Fix for Vimeo fullscreen with non native aspect ratios (fixes #854)
| * | | Package updatesSam Potts2018-11-081-609/+407
| | | |
| * | | Merge branch 'master' into developSam Potts2018-11-081-0/+1
| |\ \ \
| | * \ \ Merge pull request #1247 from danielcgold/patch-1Sam Potts2018-11-061-0/+1
| | |\ \ \ | | | | | | | | | | | | [Edit README] Halfhalftravel uses Plyr!
| | | * | | Halfhalftravel uses Plyr!Dan Gold2018-11-051-0/+1
| | |/ / / | | | | | | | | | | | | | | | https://www.halfhalftravel.com/events/medellin-photo-walk.html https://www.halfhalftravel.com/travel-guides/how-to-travel-to-santa-fe-de-antioquia-colombia.html
| * | | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-11-081-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #1232 from tocsinde/patch-1Sam Potts2018-10-261-1/+1
| | |\ \ \ | | | |/ / | | |/| | Readme: Add missing annotation to PIP support
| | | * | Readme: Add missing annotation to PIP supportStephan Fischer2018-10-251-1/+1
| | |/ / | | | | | | | | PIP only works on HTML videos, so I added the number of the (already existing) annotation.
| * | | Fix for Vimeo fullscreen with non 16:9 aspect ratiosSam Potts2018-11-081-3/+20
| | | |
| * | | Package upgradesSam Potts2018-11-083-520/+1994
| | | |
| * | | Styling tweaksSam Potts2018-11-084-5/+11
| | | |
| * | | Additional listener for checking for audio tracksSam Potts2018-11-081-1/+1
| | | |
| * | | Prevent scroll on focusSam Potts2018-11-031-1/+1
| | | |
| * | | Load media after UI is builtSam Potts2018-11-031-4/+6
| | | |
| * | | Fix support checkSam Potts2018-11-031-11/+7
| |/ /
| * | v3.4.6Sam Potts2018-10-2515-52/+143
| | | | | | | | | | | | | | | - Added picture-in-picture support for Chrome 70+ - Fixed issue with versioning the SVG sprite in the gulp build script
| * | Fix gulp buildSam Potts2018-10-251-1/+1
| | |
| * | Added support for picture-in-picture in ChromeSam Potts2018-10-254-11/+53
| | |
| * | Merge branch 'master' into developSam Potts2018-10-2517-172/+349
| |\ \
| | * | v3.4.5Sam Potts2018-10-2417-172/+349
| | | |
| * | | Revert PR #1211Sam Potts2018-10-241-10/+1
| | | |
| * | | Merge pull request #1197 from TechGuard/fix-html5-quality-settingsSam Potts2018-10-242-3/+10
| |\ \ \ | | | | | | | | | | Fix html5 quality settings
| | * \ \ Merge branch 'develop' into fix-html5-quality-settingsSam Potts2018-10-248-23/+59
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1211 from melbahja/developSam Potts2018-10-241-0/+9
| |\ \ \ \ | | |_|/ / | |/| | | duration after changing video quality
| | * | | Update plyr.jsMohamed Elbahja2018-10-131-5/+4
| | | | |
| | * | | fix: continue with the current duration after changing video qualityMohamed Elbahja2018-10-131-0/+10
| | | | |
| * | | | Merge branch 'master' into developSam Potts2018-10-241-1/+1
| |\ \ \ \
| | * \ \ \ Merge pull request #1217 from epalmans/masterSam Potts2018-10-171-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | typo
| | | * | | | typoe_palm2018-10-161-1/+1
| | |/ / / /
| * | | | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-10-243-2/+11
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #1226 from jamesoflol/dont-hide-mobile-controls-immediatelySam Potts2018-10-233-2/+11
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | Prevent immediate hiding of controls on mobile
| | | * | | | Prevent immediate hiding of controls on mobileJames2018-10-233-2/+11
| | |/ / / /
| * | | | | Allow custom download URL (for streaming, etc)Sam Potts2018-10-245-12/+29
| | | | | |
| * | | | | Package updatesSam Potts2018-10-241-6/+6
| | | | | |
| * | | | | Fix SVG issue for older browsers (fixes #1191)Sam Potts2018-10-241-2/+3
| |/ / / /
| | | * / Only save quality setting when it's updated by the user. Fixes bug in html5 ↵Robin van Nunen2018-09-292-3/+10
| | |/ / | |/| | | | | | | | | | player where it would override the settings if the current video does not support the given quality.
| * | | Added download buttonSam Potts2018-09-289-55/+133
| | | |
| * | | Moved hardcoded resources to i18nSam Potts2018-09-281-0/+13
| | | |
| * | | Remove link styles from anchor controlsSam Potts2018-09-281-0/+10
| | | |
| * | | SVG cleanupSam Potts2018-09-2814-70/+32
| | | |
| * | | Merge pull request #1192 from jamesoflol/more-mobile-touch-issuesSam Potts2018-09-271-18/+14
| |\ \ \ | | | | | | | | | | Don't hide controls on focusout event
| | * | | Don't hide controls on focusout eventJames2018-09-261-18/+14
| |/ / / | | | | | | | | | | | | It was immediately hiding controls on some touch-enabled devices. It will now also wait 4s to close after tabbing out, instead of immediately.
| * / / TypoSam Potts2018-09-251-1/+1
| |/ /
| * | v3.4.4Sam Potts2018-09-2520-21032/+16647
| | | | | | | | | | | | | | | | | | - Fixed issue with double binding for `click` and `touchstart` for `clickToPlay` option - Improved "faux" fullscreen on iPhone X/XS phones with notch - Babel 7 upgrade (which reduced the polyfilled build by ~10kb!)
| * | Clean upSam Potts2018-09-253-5/+3
| | |
| * | Improved fullscreen on iPhone X etcSam Potts2018-09-251-0/+33
| | |
| * | Reverted large pause buttonSam Potts2018-09-253-8/+3
| | |
| * | Yarn lock fileSam Potts2018-09-251-903/+1009
| | |