Sam Potts
|
1e1874d86b
|
Merge pull request #1009 from friday/contributing
Contributing document and codepen demo updates
|
2018-06-08 10:52:37 +10:00 |
|
Albin Larsson
|
16624b90d3
|
Clarifications due to recent non-constructive comments in #1001
|
2018-06-07 14:30:05 +02:00 |
|
Albin Larsson
|
ed14b656a8
|
Add contributing document
|
2018-06-07 11:47:51 +02:00 |
|
Albin Larsson
|
1d0cf16254
|
Readme: Replace streaming section with codepen templates for all supported formats and libraries (and updated code)
|
2018-06-07 11:47:34 +02:00 |
|
cky
|
84424f7f67
|
fix: when the seek input is focused and the video is playing, the space key can't make the video pause, because after 'keyup', it always make the video play
|
2018-06-06 19:27:07 +08:00 |
|
cky
|
c95d9923f7
|
fix: https://github.com/sampotts/plyr/issues/1006
|
2018-06-06 16:59:42 +08:00 |
|
Sam Potts
|
05b85da3f4
|
Update controls.md (fixes #996)
|
2018-06-02 19:48:48 +10:00 |
|
Sam Potts
|
a4caba120c
|
Merge branch 'master' of github.com:sampotts/plyr
# Conflicts:
# demo/dist/demo.css
# dist/plyr.css
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
v3.3.10
|
2018-05-31 23:43:40 +10:00 |
|
Sam Potts
|
969a877a34
|
v3.3.10
|
2018-05-31 23:41:48 +10:00 |
|
Sam Potts
|
fb22a90d33
|
Merge pull request #993 from sampotts/develop
v3.3.10
|
2018-05-31 23:39:51 +10:00 |
|
Sam Potts
|
108bd3dfa0
|
Fixed incorrect BEM formatting, fixed buffer alignment
|
2018-05-31 23:33:59 +10:00 |
|
Sam Potts
|
5a445ae647
|
Merge pull request #988 from kim-company/translate-qualities
Translate quality badges and quality names
|
2018-05-31 22:43:31 +10:00 |
|
Philip Giuliani
|
56668f58b6
|
Rename qualityName to label
|
2018-05-31 14:40:56 +02:00 |
|
Sam Potts
|
eec96e5879
|
Merge pull request #990 from friday/travis
Travis integration
|
2018-05-31 18:33:00 +10:00 |
|
Sam Potts
|
c6c9d877e4
|
Merge pull request #992 from philipgiuliani/quality-resume-time
Wait for the metadata to be loaded before setting the currentTime
|
2018-05-31 18:32:10 +10:00 |
|
Philip Giuliani
|
61f4b998e1
|
Wait for the metadata to be loaded before setting the currentTime
|
2018-05-31 10:17:41 +02:00 |
|
Sam Potts
|
25a319d884
|
Merge pull request #989 from friday/pr-template
Proposed changes to PR template
|
2018-05-31 08:34:02 +10:00 |
|
Albin Larsson
|
4bf678fe6c
|
Proposed changes to PR template (develop as base branch, exclude build and typo fix)
|
2018-05-30 19:52:15 +02:00 |
|
Albin Larsson
|
359acd6bb9
|
Lint and build in travis
|
2018-05-30 19:40:17 +02:00 |
|
Albin Larsson
|
2fce385691
|
Add npm scripts for linting and building
|
2018-05-30 19:40:17 +02:00 |
|
Albin Larsson
|
a82c61c539
|
Gulp: Add option to build only
|
2018-05-30 19:39:57 +02:00 |
|
Philip Giuliani
|
a8fa125a96
|
Refactor getDeep method
|
2018-05-30 17:30:10 +02:00 |
|
Philip Giuliani
|
6435ced707
|
Return undefined when the key is not present.
|
2018-05-30 17:10:38 +02:00 |
|
Philip Giuliani
|
94dc0d176c
|
Rebuild
|
2018-05-30 17:03:41 +02:00 |
|
Philip Giuliani
|
23c21252e8
|
Rebuild
|
2018-05-30 17:02:07 +02:00 |
|
Philip Giuliani
|
41c7dff0e8
|
Add getDeep method to utils
|
2018-05-30 17:02:07 +02:00 |
|
Philip Giuliani
|
e3bae562fc
|
Rebuild
|
2018-05-30 17:02:07 +02:00 |
|
Philip Giuliani
|
1c1668bfc3
|
Implement translation support for qualityName and qualityBadge
|
2018-05-30 17:02:07 +02:00 |
|
Philip Giuliani
|
e0c09c51f2
|
Allow nested translations
|
2018-05-30 17:02:07 +02:00 |
|
Philip Giuliani
|
8de06fb862
|
Accept quality 0
|
2018-05-30 17:02:07 +02:00 |
|
Sam Potts
|
64412868d8
|
ESLint tweak
|
2018-05-30 17:02:07 +02:00 |
|
Sam Potts
|
450958c290
|
Merge pull request #981 from friday/hls-captions
Improve captions handling for streaming
|
2018-05-30 21:44:42 +10:00 |
|
Sam Potts
|
963fe11ad6
|
Update readme.md
|
2018-05-30 00:22:01 +10:00 |
|
Sam Potts
|
ce199e4b6b
|
Merge pull request #986 from friday/701
Call duration update method manually if user config has duration
|
2018-05-30 00:20:15 +10:00 |
|
Albin Larsson
|
9d798893b5
|
Call duration update method manually if user config has duration
|
2018-05-29 16:06:07 +02:00 |
|
Albin Larsson
|
64399e0717
|
Defer initial captions update to next tick, to avoid event being triggered to early
|
2018-05-28 17:54:25 +02:00 |
|
Albin Larsson
|
f58e23b325
|
Change to using addtrack and removetrack listeners since 'change' didn't trigger in firefox for embedded captions (may also be a hls.js issue)
|
2018-05-28 16:19:44 +02:00 |
|
Albin Larsson
|
812e07b734
|
Replace browser language detection in defaults.js with explicit 'auto' option
|
2018-05-28 07:43:37 +02:00 |
|
Albin Larsson
|
c9298fde76
|
Fix typo
|
2018-05-28 07:08:38 +02:00 |
|
Albin Larsson
|
0109454a34
|
Ensure language is set in case the track is added after initialization, and trigger languagechange event when language is initially set
|
2018-05-28 06:08:03 +02:00 |
|
Albin Larsson
|
813f703211
|
Add option to watch caption track changes and update language options
|
2018-05-28 06:08:03 +02:00 |
|
Albin Larsson
|
7aad747c25
|
Optimize captions code reused and ensure captionsenabled/captionsdisabled
will be sent on initial setup
|
2018-05-28 05:44:54 +02:00 |
|
Sam Potts
|
d70a787af1
|
Merge branch 'develop'
v3.3.9
|
2018-05-28 10:42:11 +10:00 |
|
Sam Potts
|
69bb0917ad
|
v3.3.9
|
2018-05-28 10:41:51 +10:00 |
|
Sam Potts
|
6f256d09b2
|
ESLint tweak
|
2018-05-28 10:18:04 +10:00 |
|
Sam Potts
|
e9684c2021
|
Merge pull request #979 from friday/respect-storage
Respect storage being disabled for storage getter
|
2018-05-28 10:09:02 +10:00 |
|
Sam Potts
|
bf91a0e73f
|
Merge pull request #977 from friday/utils.is.icue-ie11
Restore utils.is.cue()
|
2018-05-28 10:08:42 +10:00 |
|
Sam Potts
|
14b6309aef
|
Merge pull request #978 from friday/ie-issues
Fix InvalidStateError and IE11 issues
|
2018-05-28 10:08:24 +10:00 |
|
Albin Larsson
|
6391ced99f
|
If storage is disabled, disable get as well, not just set
|
2018-05-28 01:58:06 +02:00 |
|
Albin Larsson
|
fac8a185ba
|
Simplify currentTime setter and bail when media hasn't loaded
|
2018-05-28 00:57:07 +02:00 |
|