Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sampotts/plyr

A simple HTML5, YouTube and Vimeo player
https://github.com/sampotts/plyr

Update readme.md

188a2e72eb8c32da5223712c2488441729cc5c83 authored almost 9 years ago by Sam Potts <[email protected]>
Removed npm log

b7a14be2ac77a402a9ee7f44057de0b683f919a0 authored almost 9 years ago by Sam Potts <[email protected]>
Fix for manual captions

c99f20d5d854bf579851fced0cd39550e81b91bc authored almost 9 years ago by Sam Potts <[email protected]>
v1.5.12

5b968c97f4a0a35fde5f3c338ec79274b32ebb9a authored almost 9 years ago by Sam Potts <[email protected]>
1.5.12

d538cdcdf6799a8bd0528dd0d5599218eb159322 authored almost 9 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:selz/plyr

# Conflicts:
# src/js/plyr.js

cad142fe859dbc1fd1db42cb19b1902f25cf6384 authored almost 9 years ago by Sam Potts <[email protected]>
WIP on captions bug, manual duration option, reset media object

b18ed0338477059b0c8bace92fc96cf5ef0bbc6f authored almost 9 years ago by Sam Potts <[email protected]>
Merge pull request #168 from gurupras/fix-captions

Fixes for captions

6a0b3dc823f48294b967f9123294d3e2068e3a8f authored almost 9 years ago by Sam Potts <[email protected]>
Updated manual caption split pattern

Previously, Plyr was using a fixed pattern of '\n\n' to split
contents into captions. This does ...

402c45ee2bf1d528ea1c3ea333dfa7fcb7dd79af authored almost 9 years ago by Guru Prasad Srinivasa <[email protected]>
Some WebVTT fixes to allow manual captions

WebVTT allows additional parameters along with the line that
contains the start and end times. T...

67f19166ac92d5adc03c9421300149260a6424ac authored almost 9 years ago by Guru Prasad Srinivasa <[email protected]>
Merge pull request #167 from ivanvermeyen/patch-1

Allow player control colors to be overridden #158

32b7b6b88692a5fc3dd4443ae6f442fc400fdf92 authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

96df8fbc859ec04626bc403548e33ba0dde91dc4 authored almost 9 years ago by Sam Potts <[email protected]>
Version bump

e742527e653e1fd8626dcb28012fee64d58e4b3f authored almost 9 years ago by Sam Potts <[email protected]>
1.5.11

f426af6e9ecf130545418ba3f13216ea23026306 authored almost 9 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:selz/plyr

# Conflicts:
# dist/plyr.js

aea86b6124d7f4ace27b0b5a05f6126bc0af58a1 authored almost 9 years ago by Sam Potts <[email protected]>
iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158)

ce513442699f4b3c964adf06d9baa49821351ce3 authored almost 9 years ago by Sam Potts <[email protected]>
Allow player control colors to be overridden #158

7d0311fd649e758a087f207de7f66717a15c28d1 authored almost 9 years ago by Ivan Vermeyen <[email protected]>
Update readme.md

89e000f669bfd42805ade8b81f5bdf4616c370c4 authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

f341f1264d0e35c712f5e7bbecf04e369012417e authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

c687b867e761285e81c9b93f10ce79462c3822de authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

4ee31ba661fcb190ae2f3ee340a564040644d2fc authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

a9126a4c822a5ee5926984b0766e7bfb0f502f97 authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

6b70c4b49abbfbfb23aaa6681e261be24a4de3f2 authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

d8fb876c81a5cd664017dd034ef76d43408a1ce0 authored almost 9 years ago by Sam Potts <[email protected]>
Merge pull request #156 from mortonfox/patch-1

Fix the svgfixer.js link

73e6ad610fbc97e5d6d875e1ae143cce04854110 authored almost 9 years ago by Sam Potts <[email protected]>
Fix the svgfixer.js link

eee7553d093807f518238ae6f1d0a5d5fbbb0ac7 authored almost 9 years ago by Morton Fox <[email protected]>
Update readme.md

130b5ebedf5062f398dca2cfeeeef79b7bf8b697 authored almost 9 years ago by Sam Potts <[email protected]>
Merge pull request #154 from marvinhagemeister/fix_window_usage

Get the proper reference to window on initialization.

dae5fb97858402e40138b5344b13eb541f8d9bbe authored almost 9 years ago by Sam Potts <[email protected]>
Get the proper window reference on initialization.

The previous code assumed that `this` points to the browsers
window object, which is not the cas...

31a0eb8d1472ff792fe64cb75e81de16b7a5ea0b authored almost 9 years ago by Marvin Hagemeister <[email protected]>
Merge pull request #152 from marvinhagemeister/fix_commonjs

Swap CommonJS and AMD module check so that CommonJS is checked first

b8b611fbb61be016ab23d1a71225f1baf2df0a91 authored almost 9 years ago by Sam Potts <[email protected]>
Check for module.exports as well for CommonJS Modules

a285fcc4ec45816d43fa3bfe35c23dd21e7bfc63 authored almost 9 years ago by Marvin Hagemeister <[email protected]>
Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes Webpack module bundling

4fda65c8622f7b91d9ba0a1b2c5ac578b9a44d3b authored almost 9 years ago by Marvin Hagemeister <[email protected]>
1.5.10

a8cea7b5c99ce2c6bfc8c869b17f7a55da77a455 authored almost 9 years ago by Sam Potts <[email protected]>
Merge pull request #151 from marvinhagemeister/fix_npm

Fix broken npm require/import

01bdcc2b01c87119a6f2a36c3260cf0e7c55ba9a authored almost 9 years ago by Sam Potts <[email protected]>
NPM package main must always be the main source file. Fixes broken require/import

812d2d33f2c786c430c69816b7734cc04172028d authored almost 9 years ago by Marvin Hagemeister <[email protected]>
Update readme.md

a59073c5ca812212d50eef48d3f4fcde1e85c195 authored almost 9 years ago by Sam Potts <[email protected]>
NPM updates and published (fixes #146)

7edc3ccd53224073b23b0465a3f51e1a3eb30624 authored almost 9 years ago by Sam Potts <[email protected]>
Npm changes

b217e2388082895a8b600a6b386a29bc8f6f52f6 authored almost 9 years ago by Sam Potts <[email protected]>
Merge pull request #150 from marvinhagemeister/remove_global

Remove global preinstall script

053b6c2e3f89cafeb550899956edf68537b4c566 authored almost 9 years ago by Sam Potts <[email protected]>
Remove global preinstall script. Gulp does not have to be globally installed to build plyr

0d426ca47986bfd164a3ac4428781e8ca28dca83 authored almost 9 years ago by Marvin Hagemeister <[email protected]>
Seek fixes for touch

a327056789603a025ecd5ec546e65914cd7c5bba authored almost 9 years ago by Sam Potts <[email protected]>
Fix for control tooltips always showing

b006b73c698a6a681e3f634ad755de1d24ccc0f5 authored almost 9 years ago by Sam Potts <[email protected]>
SASS fix (fixes #149)

3127cea1b238bcb20d316943ee81448c45c4cc9a authored almost 9 years ago by Sam Potts <[email protected]>
Seek tooltip, bug fixes for SASS, fullscreen and icons

a965d8a893a6885848c5c4cceab9f96265c7fa21 authored almost 9 years ago by Sam Potts <[email protected]>
Comment

173e651e3f4549b7a337e30854d1e4467940b489 authored almost 9 years ago by Sam Potts <[email protected]>
Update controls.md

fa5cb828c0effab0f7254c62d22133cec52b0116 authored almost 9 years ago by Sam Potts <[email protected]>
Update controls.md

5978810b7f11539fc1b891e3029aa65e10f0d7ef authored almost 9 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:selz/plyr

6c251794c8f5f9f5f6e44068ab6a0e6221a354f3 authored almost 9 years ago by Sam Potts <[email protected]>
Small bug fixes

76917751e38c942c5ae66a2db1dde6625f0ad208 authored almost 9 years ago by Sam Potts <[email protected]>
Merge pull request #147 from christianpv/patch-3

Update bundles.json - Fix path to sass dir.

e75a9b89b024caa339c4bfc9415567a33af97db5 authored almost 9 years ago by Sam Potts <[email protected]>
Update bundles.json - Fix path to sass dir.

a0fe61011fcdcc4900bb0f76cf942ca8ba31508e authored almost 9 years ago by Christian Pena <[email protected]>
Docs update

84a1b03d7d2a4788b4c25fa4b3cea0b62b90f2d1 authored almost 9 years ago by Sam Potts <[email protected]>
Minor bug fix for clicking video to play/pause after source change

b9177e78923b8d17dffbb69775405cd4fa6734af authored almost 9 years ago by Sam Potts <[email protected]>
Fix for video click

fd12247a62f2493b176d77d2b80fcde114589a4f authored almost 9 years ago by Sam Potts <[email protected]>
Controls

20a71300a5c7623a1a8d92325faef178d5a457a7 authored almost 9 years ago by Sam Potts <[email protected]>
Added reference

70c5b24678b9c569e3600df632f94973aa1d07c0 authored almost 9 years ago by Sam Potts <[email protected]>
Version bump

a87e87f93ce41cea527265e64d2f38dcfbdc1384 authored almost 9 years ago by Sam Potts <[email protected]>
Listen for durationchange

1b54ff0ad3d25ab5cff9a14d5f86c4f5bb6ac2b5 authored almost 9 years ago by Sam Potts <[email protected]>
Docs

3075e1eda28ef8206f53b1e9bb1c495b6de52315 authored almost 9 years ago by Sam Potts <[email protected]>
Docs

8d1e014a4078d0bea6b90ec4fb478a760c324205 authored almost 9 years ago by Sam Potts <[email protected]>
Added events line

0c52fe0c7c3c160c3e9621a87708895a01808e19 authored almost 9 years ago by Sam Potts <[email protected]>
Removed broken links

bb25f8d02aaab67506b08b41cc2b3f443cf7fb07 authored almost 9 years ago by Sam Potts <[email protected]>
Removed onSetup from docs code

42c955c5ebe9ffe63efda7ddb863f91a2999e634 authored almost 9 years ago by Sam Potts <[email protected]>
Version bump

268223ac528313681799b6e4b7205e059cc281a0 authored almost 9 years ago by Sam Potts <[email protected]>
Event listeners

b81b8c1d31b2e980ab610a4a42e02a22b9832955 authored almost 9 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:selz/plyr

5b2a01624168a0f9380580302bfbc32018fb8d0d authored almost 9 years ago by Sam Potts <[email protected]>
Types enum

a665121b52ad7860b0a96f6b0c5f2aa741e06d62 authored almost 9 years ago by Sam Potts <[email protected]>
Style tweaks

02d312f2d2764a423279203b0652ab685272a338 authored almost 9 years ago by Sam Potts <[email protected]>
Merge branch 'master' of https://github.com/Selz/plyr

c23c150fe99bd7127829320610d124c6a34ecb48 authored almost 9 years ago by Sam Potts <[email protected]>
Tidying up, Vimeo fix

2e5bdb338eee71f777bc3898cc57875b0e705dfa authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

c51ef05067ef0c9be8ccdac0069b7ecdca8fed3b authored almost 9 years ago by Sam Potts <[email protected]>
LESS/SASS variable name spacing and clean up

dbe152a4c104906ab872f1ecd80ba3929db809af authored almost 9 years ago by Sam <[email protected]>
Don't add video hash

3f42e53d95fff0a8f9a6ea2a730c21df23577f06 authored almost 9 years ago by Sam Potts <[email protected]>
Docs tweak

54b0dc5273546e812456e5ab201cc5b2e1f2adca authored almost 9 years ago by Sam Potts <[email protected]>
Docs pushstate for tabs

d6b67c3388950f56e28ce2aa59b4eef7de76c005 authored almost 9 years ago by Sam Potts <[email protected]>
Reverted docs.js changes

a277224ef4b197870f3c912de8bc6135281f0856 authored almost 9 years ago by Sam <[email protected]>
Fix for event listeners being duplicated on source change

f87a10ae0b59df0f30d017fe85975c757487a198 authored almost 9 years ago by Sam <[email protected]>
Update readme.md

f18fb3f26d78f05a31c00e80f446723af5f3709f authored almost 9 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:selz/plyr

# Conflicts:
# readme.md

71359a3ff2b26558413f2b368af6de7c950e6a1c authored almost 9 years ago by Sam Potts <[email protected]>
Image

6edc6ac680b9e913bb480cbdf3161df4f8196ddd authored almost 9 years ago by Sam Potts <[email protected]>
Update readme.md

bf2b6c3c96403938f7ceb9e5474930d67bb69ed7 authored almost 9 years ago by Sam Potts <[email protected]>
Docs update

b904e640f7a04721e7e69f5178a4c1c9cfb8db94 authored almost 9 years ago by Sam Potts <[email protected]>
HTTPS, docs update

1ddb4eb60c134547ec0ef2311846e88ca9c0287a authored almost 9 years ago by Sam Potts <[email protected]>
Final tweaks for v1.5 and IE9

891abd1d4a4071f64c330cb0bb781955335acb01 authored almost 9 years ago by Sam Potts <[email protected]>
Comments

aed7db34ea3a3224897e388286228569e0b2a182 authored almost 9 years ago by Sam Potts <[email protected]>
Vimeo iOS fix

90608e9e1a494bea7765cabf7560f3cc33cec9a8 authored almost 9 years ago by Sam Potts <[email protected]>
iOS fixes

70b4b1498473a116d5bf3aded3f97772256c77e7 authored almost 9 years ago by Sam Potts <[email protected]>
Clean up

9fbbb474db34ca949b755fbe38684aa034a3e478 authored almost 9 years ago by Sam Potts <[email protected]>
Keyboard nav fixes (seek & focus trap in fullscreen), SASS updates

bc7a6ebdde36a4f092f41196e2f7f9ea5007bc04 authored almost 9 years ago by Sam Potts <[email protected]>
Minor tweaks to custom handler stuff

353d920e25eaaa97cf64c276657ee2cf138875d6 authored almost 9 years ago by Sam Potts <[email protected]>
Merge pull request #141 from gurupras/gurupras-develop

Added new configuration option 'handlers'

6110098e973407fb827e337d800eb1eea2098cc4 authored almost 9 years ago by Sam Potts <[email protected]>
Added new configuration option 'handlers'

This option allows developers to attach their custom handlers
before internal plyr's handlers. T...

b5092c338c2b5bde258e6d060812e2cfcde74774 authored almost 9 years ago by Guru Prasad Srinivasa <[email protected]>
Merge for new source api changes

cce7e9932e7d851ea85c82127bbeff844d8d308a authored almost 9 years ago by Sam Potts <[email protected]>
Merge branch 'master' into develop

# Conflicts:
# dist/plyr.js
# readme.md
# src/js/plyr.js

e6c30ec137d4bcec69044114f7868461c7c374f0 authored almost 9 years ago by Sam Potts <[email protected]>
Built JS

9bcd0434db9c0024390ce84d04e4ec3306265376 authored almost 9 years ago by Sam Potts <[email protected]>
Merge pull request #140 from gurupras/gurupras-develop

Updated API function 'plyr.source()' to get media source

debdf112cc4e473bc41ce57590dfd4b5812cf23d authored almost 9 years ago by Sam Potts <[email protected]>
Updated API function 'plyr.source()' to get media source

Currently, there is no simple way of acquiring media source.
This commit updates the 'source' AP...

533bd173b2d011a496a6d486a699296425ead7a7 authored almost 9 years ago by Guru Prasad Srinivasa <[email protected]>
Tab focus

e05538e480b7313ed6b3e9bbbada62e91203b9c0 authored almost 9 years ago by Sam Potts <[email protected]>
Tidying up

38f554b480de7de4cb1f2afa82f024085014a071 authored almost 9 years ago by Sam Potts <[email protected]>
Tab focus tweaks

7d487553b2d7d994ab9bdad7078895eceec56ecd authored almost 9 years ago by Sam Potts <[email protected]>