aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge for new source api changesSam Potts2016-01-143-5/+34
|
* Merge branch 'master' into developSam Potts2016-01-141-2/+6
|\ | | | | | | | | | | | | # Conflicts: # dist/plyr.js # readme.md # src/js/plyr.js
| * Built JSSam Potts2016-01-141-1/+1
| |
| * Merge pull request #140 from gurupras/gurupras-developSam Potts2016-01-142-5/+30
| |\ | | | | | | Updated API function 'plyr.source()' to get media source
| | * Updated API function 'plyr.source()' to get media sourceGuru Prasad Srinivasa2016-01-132-5/+30
| |/ | | | | | | | | | | | | | | | | | | Currently, there is no simple way of acquiring media source. This commit updates the 'source' API function to allow developers to acquire the video source regardless of whether the video is a youtube-embed or HTML5 video. Future embeds just need their respective URL fetching code added to this common function.
| * Merge pull request #134 from gurupras/gurupras-developSam Potts2016-01-111-3/+12
| |\ | | | | | | Fixed embedded Plyr not updating plyr.media.paused
| | * Fixed embedded Plyr not updating plyr.media.pausedGuru Prasad Srinivasa2016-01-101-3/+12
| |/
* | Tab focusSam Potts2016-01-142-2/+11
| |
* | Tidying upSam Potts2016-01-142-5/+5
| |
* | Tab focus tweaksSam Potts2016-01-144-41/+55
| |
* | Use only one index.html for testing locally, fixes for limited controls, ↵Sam Potts2016-01-1410-179/+57
| | | | | | | | larger seek handle
* | Froogaloop fixes (custom version), docs sprite, source api changesSam Potts2016-01-1312-101/+132
| |
* | Controls bug fixSam Potts2016-01-122-3/+3
| |
* | Media paused state for embedsSam Potts2016-01-112-7/+25
| |
* | Fullscreen fixesSam Potts2016-01-114-27/+32
| |
* | Work on v1.5Sam Potts2016-01-1015-290/+341
| | | | | | | | See changelog.md
* | Prep for v1.5Sam2016-01-106-105/+138
| |
* | New vimeo vidSam2015-12-132-5/+5
| |
* | Merge branch 'master' into developSam2015-12-1315-72/+223
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js # docs/dist/docs.css # docs/dist/docs.js # docs/index.html # docs/src/js/docs.js # docs/src/less/components/icons.less # docs/src/less/components/type.less # docs/src/less/docs.less # gulpfile.js # package.json # src/js/plyr.js
| * Removed Hogan from Docs (Fixes #128)Sam Potts2015-12-1120-1000/+281
| |
| * Merge branch 'master' of github.com:selz/plyrSam Potts2015-12-119-97/+27
| |\
| | * Docs update - removed button counts temporarilySam2015-11-268-91/+21
| | |
| | * Merge pull request #123 from ciceropablo/masterSam Potts2015-11-171-1/+1
| | |\ | | | | | | | | Fix typo
| | | * Fix typoCícero Pablo2015-11-161-1/+1
| | |/
| | * Merge pull request #122 from DarthUjj/patch-1Sam Potts2015-11-091-6/+6
| | |\ | | | | | | | | Cleanup README a bit
| | | * Cleanup README a bitUjjwal Arora2015-11-091-6/+6
| | |/
| * / Added autoplay optionSam Potts2015-10-031-5/+6
| |/
| * Fix for multiple YouTube instances (Fixes #114)Sam Potts2015-09-137-15/+26
| |
| * DocsSam Potts2015-09-062-4/+4
| |
* | Vimeo muteSam Potts2015-10-252-1/+14
| |
* | Fragaloop and docsSam Potts2015-10-253-42/+36
| |
* | Audio fullscreen, Tooltip tweaks, DocsSam Potts2015-10-258-95/+277
| |
* | Sass updatedSam Potts2015-10-052-29/+29
| |
* | Setup improvements, player -> plyr, docs (WIP)Sam Potts2015-10-0512-495/+579
| |
* | Removed Hogan stuffSam Potts2015-10-059-989/+88
| |
* | Docs tweaksSam Potts2015-10-058-28/+18
| |
* | Source API changes, Vimeo fixes, still WIPSam Potts2015-10-0422-366/+537
| |
* | Icon tweaks, other small tweaksSam Potts2015-10-0316-53/+52
| |
* | MergeSam Potts2015-08-273-3/+3
| |
* | Merge branch 'master' into developSam Potts2015-08-2732-370/+675
|\| | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js # docs/dist/docs.css # docs/src/less/components/examples.less # src/js/plyr.js
| * Fixed bug with API use on basic supported browsersSam Potts2015-08-219-17/+33
| |
| * Code cleanupSam Potts2015-08-137-13/+16
| |
| * Merge pull request #111 from calvintam236/masterSam Potts2015-08-131-470/+466
| |\ | | | | | | Code cleanup
| | * Fixed equal signsCalvin Tam2015-08-131-6/+6
| | |
| | * Converted double quote to single quoteCalvin Tam2015-08-131-288/+288
| | |
| | * Fixed syntax; Fixed some JSHint errors (Not escaped character, etc.)Calvin Tam2015-08-131-12/+10
| | |
| | * Fixed missing semicolons mentioned by JSHintCalvin Tam2015-08-131-7/+7
| | |
| | * Updated tag closingCalvin Tam2015-08-131-11/+11
| | |
| | * Use defined function instead of hard codingCalvin Tam2015-08-131-1/+1
| | |
| | * Use double quote for html stringsCalvin Tam2015-08-121-75/+75
| | |