Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Updated manual caption split pattern | Guru Prasad Srinivasa | 2016-02-16 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, Plyr was using a fixed pattern of '\n\n' to split contents into captions. This does not always work as some VTT files contain '\r\n'. This commit checks for both. | |||||
| | | * | Some WebVTT fixes to allow manual captions | Guru Prasad Srinivasa | 2016-02-16 | 1 | -5/+11 | |
| | |/ | | | | | | | | | | | | | | | | WebVTT allows additional parameters along with the line that contains the start and end times. These were not being filtered out while attempting to manually display captions. | |||||
| | * | Merge pull request #167 from ivanvermeyen/patch-1 | Sam Potts | 2016-02-15 | 0 | -0/+0 | |
| | |\ | | | | | | | | | Allow player control colors to be overridden #158 | |||||
| | | * | Allow player control colors to be overridden #158 | Ivan Vermeyen | 2016-02-12 | 1 | -6/+4 | |
| | | | | ||||||
| | * | | Update readme.md | Sam Potts | 2016-02-14 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | WIP on captions bug, manual duration option, reset media object | Sam Potts | 2016-02-21 | 7 | -450/+509 | |
| |/ / | ||||||
| * | | Version bump | Sam Potts | 2016-02-13 | 2 | -5/+13 | |
| | | | ||||||
| * | | 1.5.11 | Sam Potts | 2016-02-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-13 | 3 | -16/+30 | |
| |\| | | | | | | | | | | | | | # Conflicts: # dist/plyr.js | |||||
| | * | Update readme.md | Sam Potts | 2016-02-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-05 | 1 | -0/+6 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-04 | 1 | -1/+12 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-04 | 1 | -4/+0 | |
| | | | ||||||
| | * | Merge pull request #156 from mortonfox/patch-1 | Sam Potts | 2016-02-02 | 1 | -1/+1 | |
| | |\ | | | | | | | | | Fix the svgfixer.js link | |||||
| | | * | Fix the svgfixer.js link | Morton Fox | 2016-02-01 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Update readme.md | Sam Potts | 2016-01-29 | 1 | -0/+1 | |
| | | | ||||||
| | * | Merge pull request #154 from marvinhagemeister/fix_window_usage | Sam Potts | 2016-01-28 | 1 | -1/+1 | |
| | |\ | | | | | | | | | Get the proper reference to window on initialization. | |||||
| | | * | Get the proper window reference on initialization. | Marvin Hagemeister | 2016-01-27 | 1 | -1/+1 | |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code assumed that `this` points to the browsers window object, which is not the case when using a module bundler. So we check for the variable `window` first, before falling back to `this`. (taken from jQuery's codebase) | |||||
| | * | Merge pull request #152 from marvinhagemeister/fix_commonjs | Sam Potts | 2016-01-27 | 2 | -6/+6 | |
| | |\ | | | | | | | | | Swap CommonJS and AMD module check so that CommonJS is checked first | |||||
| | | * | Check for module.exports as well for CommonJS Modules | Marvin Hagemeister | 2016-01-26 | 2 | -3/+3 | |
| | | | | ||||||
| | | * | Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes ↵ | Marvin Hagemeister | 2016-01-26 | 2 | -5/+5 | |
| | |/ | | | | | | | | | | Webpack module bundling | |||||
| * | | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158) | Sam Potts | 2016-02-13 | 10 | -33/+57 | |
| | | | ||||||
| * | | 1.5.10 | Sam Potts | 2016-01-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #151 from marvinhagemeister/fix_npm | Sam Potts | 2016-01-26 | 1 | -1/+1 | |
| |\ | | | | | | | Fix broken npm require/import | |||||
| | * | NPM package main must always be the main source file. Fixes broken ↵ | Marvin Hagemeister | 2016-01-26 | 1 | -1/+1 | |
| |/ | | | | | | | require/import | |||||
| * | Update readme.md | Sam Potts | 2016-01-26 | 1 | -0/+3 | |
| | | ||||||
| * | NPM updates and published (fixes #146) | Sam Potts | 2016-01-26 | 2 | -4/+17 | |
| | | ||||||
| * | Npm changes | Sam Potts | 2016-01-26 | 2 | -7/+7 | |
| | | ||||||
| * | Merge pull request #150 from marvinhagemeister/remove_global | Sam Potts | 2016-01-26 | 1 | -3/+0 | |
| |\ | | | | | | | Remove global preinstall script | |||||
| | * | Remove global preinstall script. Gulp does not have to be globally installed ↵ | Marvin Hagemeister | 2016-01-25 | 1 | -3/+0 | |
| |/ | | | | | | | to build plyr | |||||
| * | Seek fixes for touch | Sam Potts | 2016-01-25 | 8 | -14/+54 | |
| | | ||||||
| * | Fix for control tooltips always showing | Sam Potts | 2016-01-25 | 8 | -12/+15 | |
| | | ||||||
| * | SASS fix (fixes #149) | Sam Potts | 2016-01-25 | 1 | -23/+23 | |
| | | ||||||
| * | Seek tooltip, bug fixes for SASS, fullscreen and icons | Sam Potts | 2016-01-24 | 24 | -106/+198 | |
| | | ||||||
| * | Comment | Sam Potts | 2016-01-23 | 1 | -0/+1 | |
| | | ||||||
| * | Update controls.md | Sam Potts | 2016-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | Update controls.md | Sam Potts | 2016-01-21 | 1 | -1/+6 | |
| | | ||||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-01-21 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Merge pull request #147 from christianpv/patch-3 | Sam Potts | 2016-01-21 | 1 | -1/+1 | |
| | |\ | | | | | | | | | Update bundles.json - Fix path to sass dir. | |||||
| | | * | Update bundles.json - Fix path to sass dir. | Christian Pena | 2016-01-20 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Small bug fixes | Sam Potts | 2016-01-21 | 8 | -14/+26 | |
| |/ | ||||||
| * | Docs update | Sam Potts | 2016-01-19 | 4 | -4/+10 | |
| | | ||||||
| * | Minor bug fix for clicking video to play/pause after source change | Sam Potts | 2016-01-19 | 4 | -7/+13 | |
| | | ||||||
| * | Fix for video click | Sam Potts | 2016-01-19 | 1 | -16/+16 | |
| | | ||||||
| * | Controls | Sam Potts | 2016-01-19 | 1 | -32/+32 | |
| | | ||||||
| * | Added reference | Sam Potts | 2016-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Version bump | Sam Potts | 2016-01-19 | 3 | -7/+7 | |
| | |