Sam Potts
eb628c8e4f
Ads bug fixes
2019-02-01 00:24:48 +11:00
Sam Potts
fa4868a26d
Fix listeners for preview thumbs when changing source
2019-01-29 21:33:16 +11:00
Sam Potts
1d51b28701
Tweaks
2019-01-26 22:45:47 +11:00
Sam Potts
a84fc396e8
Merge branch 'develop' into issues/1316-allow-to-customize-vimeo-url-params
2019-01-26 17:19:58 +11:00
Sam Potts
8b57104f83
Docs for preview thumbs
2019-01-26 17:17:27 +11:00
Sam Potts
c44351507f
Plugin tweaks for ads and previews
2019-01-26 16:31:47 +11:00
Christian Gambardella
052e426810
Adds options for vimeo plugin #1316
...
This adds replaces hard coded vimeo options with options that can be passed to the Plyr instance when initializing.
2019-01-24 12:07:01 +01:00
Sam Potts
c577eb01ce
Style tweaks for preview plugin
2019-01-22 16:24:46 +11:00
Sam Potts
263e88f6b3
Comments
2019-01-21 00:39:28 +11:00
Sam Potts
4ab8a54a11
Preview design tweaks
2019-01-21 00:32:20 +11:00
Sam Potts
fe24c73c11
Merge branch 'develop' of github.com:sampotts/plyr into develop
2019-01-14 00:34:12 +11:00
Sam Potts
6782737009
Fullscreen fixes
2019-01-14 00:33:48 +11:00
Sam Potts
4d3e188401
Merge branch 'develop' of https://github.com/sampotts/plyr into develop
2019-01-08 23:34:59 +11:00
Sam Potts
7dd7c13065
Linting etc
2019-01-08 23:34:28 +11:00
Sam Potts
1c79ce70c9
Update youtube.js
2019-01-06 14:09:49 +11:00
Sam Potts
db2997ef21
Merge branch 'develop' into master
2019-01-06 14:08:46 +11:00
Sam Potts
5fdc0aae66
Merge pull request #1253 from jamesoflol/preview-thumbs
...
Preview seek/scrubbing thumbnails
2018-12-15 10:43:36 +07:00
James
d97257a5a9
Preview seek: Edge+IE11 fixes
...
- Fixed bug: Edge seek errors: Replaced array spread with Array.from()
- Fixed IE11 bug: seek time was offset to the left. Required an extra container div to facilitate this
2018-12-15 11:32:50 +11:00
James
279f051905
Preview seek: image preloading + tweaks/fixes
...
- Preloads neighbouring images after showing current image
- Re-fixed bug: if you mousedown but don't move mouse, it shows a stale image in the scrubbing container
- Fixed bug: mobile device correctly detect touch
2018-12-14 12:50:29 +11:00
Omar Khatib
88ffd0f138
remove comment
2018-12-13 17:31:15 +01:00
Omar Khatib
11618353ea
support Youtube noCookie Mode
2018-12-13 17:30:10 +01:00
James
e948bfd585
Preview seek: jpeg sprites + much more
...
- Allow jpeg sprites - much snappier and more accurate
- Fixed bug: right clicking the seek bar sticks on mousedown
- Fixed bug: moving the mouse really quickly results in not updating the thumb
- Fixed bug: if you mousedown but don't move mouse, it shows a stale image in the scrubbing container
- Fixed bug: very first image shows as 0px
- Fixed bug: stretches images when video isn't same aspect as player
2018-12-13 20:39:39 +11:00
James
8f27611911
Preview seek/scrubbing thumbnails
2018-11-12 15:55:26 +11:00
Sam Potts
a19ad69038
Fix for Vimeo fullscreen with non 16:9 aspect ratios
2018-11-08 23:19:11 +11:00
Sam Potts
fac134dd95
Added download button
2018-09-28 00:42:42 +10:00
Sam Potts
211ad6c8f5
Removed YouTube quality controls
2018-08-13 23:43:08 +10:00
Sam Potts
297f297d18
Moved i18n to utils
2018-08-13 21:39:16 +10:00
Sam Potts
0892d69ba2
Handle race condition for ads lib loading after source change
2018-08-01 13:56:49 +10:00
Sam Potts
44b5d9f6b9
Merge pull request #1131 from friday/1108
...
Make sure youtube.onReady doesn't run twice
2018-07-29 00:19:37 +10:00
Albin Larsson
24deff0e2d
Fix #1108 : Make sure youtube.onReady doesn't run twice
2018-07-28 04:04:57 +02:00
Léo Renaud-Allaire
671325dd17
Add support for YouTube's hl param
2018-07-24 16:36:25 -04:00
Sam Potts
c99607c85a
Linting, housekeeping, duration fix ( fixes #1074 )
2018-06-29 00:21:22 +10:00
Sam Potts
e04b90c9c0
Ads only on HTML5 and .is cleanup
2018-06-21 09:06:28 +10:00
Albin Larsson
457d112df7
Fix #1045 : YouTube mutes when seeking after play
2018-06-19 04:03:59 +02:00
Sam Potts
d4abb4b143
120 line width, package upgrade
2018-06-17 01:04:55 +10:00
Sam Potts
ccc2608cf6
Merge pull request #1039 from friday/poster-race-conditions
...
Fix poster race conditions
2018-06-17 00:40:28 +10:00
Albin Larsson
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
Albin Larsson
aab2817ddc
Copy poster when creating new media element for YouTube and Vimeo (needed for #1018 )
2018-06-15 22:57:16 +02:00
Albin Larsson
c373ed72d7
Replace switch in YouTube error handler with object literal
2018-06-15 15:57:10 +02:00
Albin Larsson
6bff6b317d
Remove line breaks in arrays
2018-06-13 23:27:35 +02:00
Sam Potts
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
Sam Potts
392dfd024c
Utils broken down into seperate files and exports
2018-06-13 00:02:55 +10:00
Albin Larsson
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
Albin Larsson
f15e07f7f5
Simplify logic in youtube.mapQualityUnit (not that it matters much now)
2018-06-12 02:31:04 +02:00
Sam Potts
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
Sam Potts
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
Albin Larsson
94699f3255
Fix problem with YouTube and Vimeo seeking while playing
2018-06-11 02:21:00 +02:00
Albin Larsson
d3e98eb27e
Vimeo: Assure state is updated with autoplay ( fixes #1016 )
2018-06-11 00:00:16 +02:00
Albin Larsson
b12eeb0eb7
Merge captions setText and setCue into updateCues ( fixes #998 and vimeo cuechange event)
2018-06-08 11:44:15 +02:00
Albin Larsson
723298a07b
Fix #921 : Trigger seeked event in youtube plugin if either playing or paused
2018-05-19 04:18:27 +02:00