Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Adds options for vimeo plugin #1316 | Christian Gambardella | 2019-01-24 | 4 | -5/+18 | |
| | |/ | |/| | | | | | | | This adds replaces hard coded vimeo options with options that can be passed to the Plyr instance when initializing. | |||||
| * | | Style tweaks for preview plugin | Sam Potts | 2019-01-22 | 14 | -140/+153 | |
| | | | ||||||
| * | | Comments | Sam Potts | 2019-01-21 | 7 | -12/+19 | |
| | | | ||||||
| * | | Preview design tweaks | Sam Potts | 2019-01-21 | 18 | -1461/+1151 | |
| | | | ||||||
| * | | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2019-01-14 | 4 | -356/+333 | |
| |\ \ | ||||||
| | * \ | Merge branch 'develop' of https://github.com/sampotts/plyr into develop | Sam Potts | 2019-01-08 | 5 | -5/+11 | |
| | |\ \ | ||||||
| | * | | | Enable thumbs in demo | Sam Potts | 2019-01-08 | 1 | -0/+7 | |
| | | | | | ||||||
| | * | | | Linting etc | Sam Potts | 2019-01-08 | 3 | -356/+326 | |
| | | | | | ||||||
| * | | | | Gulp fixes | Sam Potts | 2019-01-14 | 1 | -25/+24 | |
| | | | | | ||||||
| * | | | | Package upgrades | Sam Potts | 2019-01-14 | 2 | -102/+204 | |
| | | | | | ||||||
| * | | | | Fullscreen fixes | Sam Potts | 2019-01-14 | 23 | -571/+3144 | |
| | |/ / | |/| | | ||||||
| * | | | Merge pull request #1292 from omarkhatibco/master | Sam Potts | 2019-01-06 | 3 | -2/+6 | |
| |\ \ \ | | | | | | | | | | | Support Youtube NoCookie mode | |||||
| | * | | | Update youtube.js | Sam Potts | 2019-01-06 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Merge branch 'develop' into master | Sam Potts | 2019-01-06 | 12 | -446/+1246 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Merge pull request #1295 from taion/Math.trunc | Sam Potts | 2019-01-06 | 1 | -3/+3 | |
| |\ \ \ \ | | | | | | | | | | | | | fix: Use Math.trunc instead of parseInt | |||||
| | * | | | | fix: Use Math.trunc instead of parseInt | Jimmy Jia | 2018-12-20 | 1 | -3/+3 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1294 from smnbbrv/patch-1 | Sam Potts | 2018-12-19 | 1 | -0/+2 | |
| |\ \ \ \ | | |_|/ / | |/| | | | Add Angular plugin reference | |||||
| | * | | | Add Angular plugin reference | Simon Bobrov | 2018-12-18 | 1 | -0/+2 | |
| | | |/ | | |/| | ||||||
| * | | | Merge pull request #1253 from jamesoflol/preview-thumbs | Sam Potts | 2018-12-15 | 5 | -0/+726 | |
| |\ \ \ | | | | | | | | | | | Preview seek/scrubbing thumbnails | |||||
| | * | | | Preview seek: Edge+IE11 fixes | James | 2018-12-15 | 3 | -14/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed bug: Edge seek errors: Replaced array spread with Array.from() - Fixed IE11 bug: seek time was offset to the left. Required an extra container div to facilitate this | |||||
| | * | | | Preview seek: image preloading + tweaks/fixes | James | 2018-12-14 | 1 | -70/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Preloads neighbouring images after showing current image - Re-fixed bug: if you mousedown but don't move mouse, it shows a stale image in the scrubbing container - Fixed bug: mobile device correctly detect touch | |||||
| | * | | | Preview seek: jpeg sprites + much more | James | 2018-12-13 | 2 | -156/+250 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow jpeg sprites - much snappier and more accurate - Fixed bug: right clicking the seek bar sticks on mousedown - Fixed bug: moving the mouse really quickly results in not updating the thumb - Fixed bug: if you mousedown but don't move mouse, it shows a stale image in the scrubbing container - Fixed bug: very first image shows as 0px - Fixed bug: stretches images when video isn't same aspect as player | |||||
| | * | | | Preview seek/scrubbing thumbnails | James | 2018-11-12 | 5 | -0/+583 | |
| | | | | | ||||||
| * | | | | Merge pull request #1267 from gurupras/issue-858 | Sam Potts | 2018-12-08 | 1 | -3/+3 | |
| |\ \ \ \ | | | | | | | | | | | | | Ensure custom handlers are called on container clicks that trigger togglePlay or restart | |||||
| | * | | | | Updated restart logic to call play instead of togglePlay | Guru Prasad Srinivasa | 2018-12-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Replaced calls to player.restart() and player.togglePlay() with proxy(...) ↵ | Guru Prasad Srinivasa | 2018-11-19 | 1 | -3/+3 | |
| | | |/ / | | |/| | | | | | | | | | | | | to ensure that custom handlers are called | |||||
| * | | | | Merge branch 'develop' of https://github.com/sampotts/plyr into develop | Sam Potts | 2018-12-08 | 2 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge pull request #1273 from samuelgozi/patch-1 | Sam Potts | 2018-12-08 | 2 | -2/+2 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fix buffer progress bar animation on WebKit browsers | |||||
| | | * | | | | Fix: buffer progress bar transition on webkit | Samuel Elgozi | 2018-11-22 | 1 | -1/+1 | |
| | | |/ / / | | | | | | | | | | | | | The transition was set on the wrong pseudo element for WebKit browsers. | |||||
| * | / / / | Fix for error when mime type not specified (fixes #1274) | Sam Potts | 2018-12-08 | 3 | -438/+509 | |
| |/ / / / | ||||||
| | | | * | remove comment | Omar Khatib | 2018-12-13 | 1 | -1/+1 | |
| | | | | | ||||||
| | | | * | support Youtube noCookie Mode | Omar Khatib | 2018-12-13 | 3 | -1/+5 | |
| | | |/ | | |/| | ||||||
| | * | | Merge pull request #1254 from a60814billy/fix/custom-controls-calling-argument | Sam Potts | 2018-11-12 | 1 | -1/+1 | |
| |/| | | | | | | | | | | Calling customized controls function with proper arguments | |||||
| | * | | Calling customized controls function with proper arguments | Raccoon | 2018-11-12 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | v3.4.7 | Sam Potts | 2018-11-08 | 17 | -268/+303 | |
| | | | | | | | | | | | | - Fix for Vimeo fullscreen with non native aspect ratios (fixes #854) | |||||
| * | | Package updates | Sam Potts | 2018-11-08 | 1 | -609/+407 | |
| | | | ||||||
| * | | Merge branch 'master' into develop | Sam Potts | 2018-11-08 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * \ | Merge pull request #1247 from danielcgold/patch-1 | Sam Potts | 2018-11-06 | 1 | -0/+1 | |
| | |\ \ | | | | | | | | | | | [Edit README] Halfhalftravel uses Plyr! | |||||
| | | * | | Halfhalftravel uses Plyr! | Dan Gold | 2018-11-05 | 1 | -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 develop | Sam Potts | 2018-11-08 | 1 | -1/+1 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Merge pull request #1232 from tocsinde/patch-1 | Sam Potts | 2018-10-26 | 1 | -1/+1 | |
| | |\ \ | | | |/ | | |/| | Readme: Add missing annotation to PIP support | |||||
| | | * | Readme: Add missing annotation to PIP support | Stephan Fischer | 2018-10-25 | 1 | -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 ratios | Sam Potts | 2018-11-08 | 1 | -3/+20 | |
| | | | ||||||
| * | | Package upgrades | Sam Potts | 2018-11-08 | 3 | -520/+1994 | |
| | | | ||||||
| * | | Styling tweaks | Sam Potts | 2018-11-08 | 4 | -5/+11 | |
| | | | ||||||
| * | | Additional listener for checking for audio tracks | Sam Potts | 2018-11-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Prevent scroll on focus | Sam Potts | 2018-11-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Load media after UI is built | Sam Potts | 2018-11-03 | 1 | -4/+6 | |
| | | | ||||||
| * | | Fix support check | Sam Potts | 2018-11-03 | 1 | -11/+7 | |
| |/ | ||||||
| * | v3.4.6 | Sam Potts | 2018-10-25 | 15 | -52/+143 | |
| | | | | | | | | | | - Added picture-in-picture support for Chrome 70+ - Fixed issue with versioning the SVG sprite in the gulp build script |