|
a19ad69038
|
Fix for Vimeo fullscreen with non 16:9 aspect ratios
|
2018-11-08 23:19:11 +11:00 |
|
|
fac134dd95
|
Added download button
|
2018-09-28 00:42:42 +10:00 |
|
|
211ad6c8f5
|
Removed YouTube quality controls
|
2018-08-13 23:43:08 +10:00 |
|
|
297f297d18
|
Moved i18n to utils
|
2018-08-13 21:39:16 +10:00 |
|
|
0892d69ba2
|
Handle race condition for ads lib loading after source change
|
2018-08-01 13:56:49 +10:00 |
|
|
44b5d9f6b9
|
Merge pull request #1131 from friday/1108
Make sure youtube.onReady doesn't run twice
|
2018-07-29 00:19:37 +10:00 |
|
|
24deff0e2d
|
Fix #1108: Make sure youtube.onReady doesn't run twice
|
2018-07-28 04:04:57 +02:00 |
|
|
671325dd17
|
Add support for YouTube's hl param
|
2018-07-24 16:36:25 -04:00 |
|
|
c99607c85a
|
Linting, housekeeping, duration fix (fixes #1074)
|
2018-06-29 00:21:22 +10:00 |
|
|
e04b90c9c0
|
Ads only on HTML5 and .is cleanup
|
2018-06-21 09:06:28 +10:00 |
|
|
457d112df7
|
Fix #1045: YouTube mutes when seeking after play
|
2018-06-19 04:03:59 +02:00 |
|
|
d4abb4b143
|
120 line width, package upgrade
|
2018-06-17 01:04:55 +10:00 |
|
|
ccc2608cf6
|
Merge pull request #1039 from friday/poster-race-conditions
Fix poster race conditions
|
2018-06-17 00:40:28 +10:00 |
|
|
115f352ade
|
Respect call order and prioritize public API calls for setting poster, in order to avoid race conditions
|
2018-06-15 23:56:47 +02:00 |
|
|
aab2817ddc
|
Copy poster when creating new media element for YouTube and Vimeo (needed for #1018)
|
2018-06-15 22:57:16 +02:00 |
|
|
c373ed72d7
|
Replace switch in YouTube error handler with object literal
|
2018-06-15 15:57:10 +02:00 |
|
|
6bff6b317d
|
Remove line breaks in arrays
|
2018-06-13 23:27:35 +02:00 |
|
|
aae1092bac
|
Merge branch 'develop' of github.com:sampotts/plyr into develop
# Conflicts:
# src/js/captions.js
# src/js/controls.js
# src/js/fullscreen.js
# src/js/html5.js
# src/js/listeners.js
# src/js/plugins/youtube.js
# src/js/plyr.js
# src/js/utils.js
|
2018-06-13 00:41:30 +10:00 |
|
|
392dfd024c
|
Utils broken down into seperate files and exports
|
2018-06-13 00:02:55 +10:00 |
|
|
6d2dad5810
|
Trigger qualityrequested event unconditionally when trying to set it (needed for streaming libraries to be able to listen)
|
2018-06-12 02:31:18 +02:00 |
|
|
f15e07f7f5
|
Simplify logic in youtube.mapQualityUnit (not that it matters much now)
|
2018-06-12 02:31:04 +02:00 |
|
|
7d26f41d64
|
Merge pull request #1015 from friday/captions-fixes-again
Captions rewrite (use index internally to support missing or duplicate languages)
|
2018-06-11 13:21:05 +10:00 |
|
|
f37f465ce4
|
Merge pull request #1020 from friday/1016
Vimeo: Update playback state and assure events are triggered on load
|
2018-06-11 11:48:03 +10:00 |
|
|
94699f3255
|
Fix problem with YouTube and Vimeo seeking while playing
|
2018-06-11 02:21:00 +02:00 |
|
|
d3e98eb27e
|
Vimeo: Assure state is updated with autoplay (fixes #1016)
|
2018-06-11 00:00:16 +02:00 |
|
|
b12eeb0eb7
|
Merge captions setText and setCue into updateCues (fixes #998 and vimeo cuechange event)
|
2018-06-08 11:44:15 +02:00 |
|
|
723298a07b
|
Fix #921: Trigger seeked event in youtube plugin if either playing or paused
|
2018-05-19 04:18:27 +02:00 |
|
|
f8c89e3e95
|
Fix #876: YouTube and Vimeo autoplays on seek
|
2018-05-19 04:18:27 +02:00 |
|
|
333435a9c2
|
Fix playback state (paused) and events (play/pause)
|
2018-05-19 04:18:27 +02:00 |
|
|
c845558d96
|
Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnails
|
2018-05-15 16:41:51 +02:00 |
|
|
16c3a7d9e5
|
Rewrite ui.setPoster to check that images arent broken or youtube fallback images. Only show poster element when valid
|
2018-05-15 16:21:36 +02:00 |
|
|
bbb11e611e
|
Vimeo options, docs for multiple players
|
2018-05-08 13:12:39 +10:00 |
|
|
90919411e9
|
Use div for poster, Vimeo fixes, Tooltip fixes
|
2018-05-08 12:57:24 +10:00 |
|
|
1655150092
|
v3.3.5
|
2018-05-06 01:32:51 +10:00 |
|
|
91a4b86860
|
Small bug fixes
|
2018-05-06 01:03:38 +10:00 |
|
|
9ebc2719d3
|
v3.3.0
|
2018-05-06 00:49:12 +10:00 |
|
|
a97b08e8ea
|
ARIA and Vimeo fixes
|
2018-04-18 18:29:43 +10:00 |
|
|
119b471b84
|
More bug fixes
|
2018-04-17 23:51:23 +10:00 |
|
|
5ed3ff9084
|
Restore paused state after seek
|
2018-04-11 21:52:31 +10:00 |
|
|
91d192dd7c
|
YouTube speed menu fix
|
2018-04-03 22:30:29 +10:00 |
|
|
3395e8df90
|
HTML5 quality selection
|
2018-04-02 22:40:03 +10:00 |
|
|
d593005b32
|
Muted and autoplay fixes, small bug fixes
|
2018-03-30 23:09:17 +11:00 |
|
|
1c06f6d06d
|
Vimeo hotfix
|
2018-03-29 19:35:02 +11:00 |
|
|
c4e2e24643
|
Bug fixes
|
2018-03-28 22:45:11 +11:00 |
|
|
951df64b7f
|
v3.0.5
|
2018-03-27 23:52:26 +11:00 |
|
|
9c1bc6ab08
|
Fixes for fast forward and issues with event.preventDefault()
|
2018-03-27 10:36:08 +11:00 |
|
|
5eafe9baff
|
Vimeo offset tweak (fixes #826)
|
2018-03-22 01:08:08 +11:00 |
|
|
c251c94131
|
Fix for .stop() method (fixes #819)
|
2018-03-22 01:02:38 +11:00 |
|
|
c74b75e8e1
|
3.0.0-beta.20
|
2018-03-13 23:35:17 +11:00 |
|
|
1b13ddaa54
|
Update ads
|
2018-03-13 21:42:01 +11:00 |
|