aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | iconUrl optionSam2016-04-281-13/+15
| | | |
* | | | MarginsSam Potts2016-04-281-1/+1
|/ / /
* | | Volume fixes, iOS bug fixesSam Potts2016-04-273-23/+25
| | |
* | | Input progress for volume, fixes for playback progressSam Potts2016-04-272-40/+59
| | |
* | | ColorSam Potts2016-04-271-1/+1
| | |
* | | Docs tweaksSam Potts2016-04-272-1/+2
| | |
* | | Mute volume toggle fixesSam2016-04-271-3/+5
| | |
* | | Audio styles, docs tweaks, package updatesSam Potts2016-04-263-101/+116
| | |
* | | Tab shows controlsSam2016-04-262-54/+56
| | |
* | | Audio stylesSam2016-04-262-91/+132
| | |
* | | WIPSam Potts2016-04-262-24/+34
| |/ |/|
* | Work on Audio UISam2016-04-252-71/+78
| |
* | WIPSam Potts2016-04-252-23/+23
| |
* | TweaksSam2016-04-252-445/+447
| |
* | Merge branch 'develop' of github.com:selz/plyr into developSam Potts2016-04-258-177/+200
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .gitignore # dist/plyr.css # dist/plyr.js # dist/sprite.svg # docs/dist/docs.css # docs/dist/docs.js # docs/src/less/components/examples.less # src/js/plyr.js # src/less/plyr.less # src/sprite/icon-fast-forward.svg # src/sprite/icon-pause.svg # src/sprite/icon-play.svg # src/sprite/icon-rewind.svg
| * Bug fix for embeds: `play` not being defined (fixes #185 and #186)Sam Potts2016-03-273-6/+8
| |
| * Version bumpSam Potts2016-03-141-1/+1
| |
| * Autoplay bug fixesSam Potts2016-03-141-20/+16
| |
| * Fix for embed property not being setSam Potts2016-03-141-4/+4
| |
| * SASS fixes, docs changes (fixes #180), 'ready' eventSam Potts2016-03-131-2/+5
| |
| * Merge branch 'master' of github.com:selz/plyrSam Potts2016-03-131-1/+1
| |\
| | * Dynamically set YouTube autoplay from configShakeel Mohamed2016-03-121-1/+1
| | | | | | | | | | | | | | | The YouTube autoplay doesn't work without this change.
| * | SASS fixes, Default font stack addedSam Potts2016-03-132-8/+10
| |/
| * Bug fixes and native APIs exposed for embedsSam Potts2016-03-071-7/+14
| |
| * Cancel requests on source change (Fixes #174)Sam Potts2016-02-281-2/+30
| |
| * CustomEvent polyfill (Fixes #172)Sam Potts2016-02-281-4/+7
| |
| * Remove version from sourceSam Potts2016-02-251-1/+0
| |
| * Volume storage fix (Fixes #171)Sam Potts2016-02-251-2/+6
| |
| * Fix for manual captionsSam Potts2016-02-211-6/+16
| |
| * v1.5.12Sam Potts2016-02-211-2/+2
| |
| * Merge branch 'master' of github.com:selz/plyrSam Potts2016-02-213-74/+79
| |\ | | | | | | | | | | | | # Conflicts: # src/js/plyr.js
| | * Updated manual caption split patternGuru Prasad Srinivasa2016-02-161-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 captionsGuru Prasad Srinivasa2016-02-161-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.
| * | WIP on captions bug, manual duration option, reset media objectSam Potts2016-02-213-444/+503
| |/
| * Merge branch 'master' of github.com:selz/plyrSam Potts2016-02-131-5/+5
| |\ | | | | | | | | | | | | # Conflicts: # dist/plyr.js
| | * Get the proper window reference on initialization.Marvin Hagemeister2016-01-271-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)
| | * Check for module.exports as well for CommonJS ModulesMarvin Hagemeister2016-01-261-1/+1
| | |
| | * Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes ↵Marvin Hagemeister2016-01-261-4/+4
| | | | | | | | | | | | Webpack module bundling
| * | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158)Sam Potts2016-02-133-19/+35
| |/
| * Seek fixes for touchSam Potts2016-01-253-6/+42
| |
| * Fix for control tooltips always showingSam Potts2016-01-252-3/+3
| |
| * SASS fix (fixes #149)Sam Potts2016-01-251-23/+23
| |
| * Seek tooltip, bug fixes for SASS, fullscreen and iconsSam Potts2016-01-2414-81/+157
| |
| * CommentSam Potts2016-01-231-0/+1
| |
| * Small bug fixesSam Potts2016-01-211-2/+8
| |
| * Fix for video clickSam Potts2016-01-191-16/+16
| |
| * Added referenceSam Potts2016-01-191-1/+1
| |
| * Version bumpSam Potts2016-01-191-1/+1
| |
| * Listen for durationchangeSam Potts2016-01-191-1/+1
| |
| * Event listenersSam Potts2016-01-191-44/+82
| |