index
:
plyr.git
master
A fork of plyr without nonfree parts
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
js
/
captions.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
update from upstream
HEAD
master
Jesús
2022-02-11
1
-1
/
+3
*
v3.6.3 (#2016)
Sam Potts
2020-11-14
1
-13
/
+13
*
Fix linting issues
Sam Potts
2020-04-24
1
-0
/
+2
*
Merge branch 'develop' into css-variables
Sam Potts
2020-04-24
1
-1
/
+13
|
\
|
*
This commit addresses preloading TextTracks as outlined in feature request #1791
Som Meaden
2020-04-23
1
-1
/
+13
*
|
Converted to 2 space indentation
Sam Potts
2020-04-11
1
-351
/
+351
|
/
*
Merge branch 'develop' of github.com:sampotts/plyr into develop
Sam Potts
2020-03-29
1
-1
/
+5
|
\
|
*
Fix issue when controls config is string or element
CzBiX
2020-02-17
1
-1
/
+2
|
/
*
Clean up
Sam Potts
2019-06-21
1
-1
/
+2
*
Linting changes
Sam Potts
2019-06-01
1
-4
/
+2
*
Formatting
Sam Potts
2019-04-25
1
-12
/
+17
*
Moved i18n to utils
Sam Potts
2018-08-13
1
-1
/
+1
*
Fix #1153: Captions language fallback
Albin Larsson
2018-08-12
1
-5
/
+2
*
Linting
Sam Potts
2018-08-01
1
-1
/
+3
*
Add navigator.languages fallback for ios 9
Albin Larsson
2018-07-09
1
-1
/
+1
*
Fix captions.toggle() if there is no toggle button
Albin Larsson
2018-06-21
1
-2
/
+4
*
Merge branch 'develop' into a11y-improvements
Sam Potts
2018-06-17
1
-86
/
+180
|
\
|
*
120 line width, package upgrade
Sam Potts
2018-06-17
1
-10
/
+24
|
*
Fix captions.toggle order
Albin Larsson
2018-06-16
1
-9
/
+9
|
*
Captions: Handle uppercase input (like before)
Albin Larsson
2018-06-16
1
-5
/
+6
|
*
Merge pull request #1034 from friday/remove-array-newline-rule
Sam Potts
2018-06-15
1
-8
/
+4
|
|
\
|
|
*
Remove line breaks in arrays
Albin Larsson
2018-06-13
1
-8
/
+4
|
*
|
Add 'passive' flag to internal captions methods to avoid overriding user pref...
Albin Larsson
2018-06-15
1
-54
/
+101
|
*
|
Move internal event listeners for captions with direct handling in the captio...
Albin Larsson
2018-06-14
1
-2
/
+19
|
*
|
Move toggleCaption internals to captions object
Albin Larsson
2018-06-14
1
-1
/
+23
|
|
/
|
*
Merge branch 'develop' of github.com:sampotts/plyr into develop
Sam Potts
2018-06-13
1
-5
/
+5
|
|
\
|
|
*
remove event listeners in destroy, add once method
cky
2018-06-12
1
-2
/
+2
|
|
/
|
/
|
|
*
Utils broken down into seperate files and exports
Sam Potts
2018-06-13
1
-51
/
+49
|
/
*
Fix #1017, fix #980, fix #1014: Captions rewrite (use index internally)
Albin Larsson
2018-06-10
1
-56
/
+114
*
Avoid condition in getTracks
Albin Larsson
2018-06-10
1
-7
/
+4
*
Fix #1003: Formatted captions issue
Albin Larsson
2018-06-10
1
-1
/
+1
*
Merge captions setText and setCue into updateCues (fixes #998 and vimeo cuech...
Albin Larsson
2018-06-08
1
-48
/
+33
*
Defer initial captions update to next tick, to avoid event being triggered to...
Albin Larsson
2018-05-28
1
-2
/
+2
*
Change to using addtrack and removetrack listeners since 'change' didn't trig...
Albin Larsson
2018-05-28
1
-1
/
+1
*
Replace browser language detection in defaults.js with explicit 'auto' option
Albin Larsson
2018-05-28
1
-1
/
+5
*
Ensure language is set in case the track is added after initialization, and t...
Albin Larsson
2018-05-28
1
-13
/
+8
*
Add option to watch caption track changes and update language options
Albin Larsson
2018-05-28
1
-0
/
+5
*
Optimize captions code reused and ensure captionsenabled/captionsdisabled
Albin Larsson
2018-05-28
1
-44
/
+20
*
Reduce circular dependencies
Sam Potts
2018-05-19
1
-1
/
+1
*
v3.3.0
Sam Potts
2018-05-06
1
-2
/
+2
*
Don't require captions toggle button to be enabled in order to show captions
Albin Larsson
2018-04-17
1
-5
/
+0
*
Fixed bug for captions with no srclang and labels and improved logic (fixes #...
Sam Potts
2018-04-17
1
-1
/
+45
*
Fix IE CORS captions
Sam Potts
2018-02-19
1
-2
/
+33
*
Fix for custom controls
Sam Potts
2018-02-13
1
-3
/
+3
*
Merge pull request #780 from friday/captions-ie11-indexsizeerror
Sam Potts
2018-02-06
1
-1
/
+2
|
\
|
*
Fix harmless but annoying IE error 'IndexSizeError'
Albin Larsson
2018-02-06
1
-1
/
+2
*
|
Readme merge
Sam Potts
2018-02-06
1
-1
/
+1
|
/
*
Converted to SASS/SCSS
Sam Potts
2017-12-20
1
-1
/
+4
*
IE & Edge fixes, Storage & Console classes
Sam Potts
2017-12-08
1
-13
/
+18
*
Vimeo captions fix
Sam Potts
2017-11-23
1
-2
/
+2
[next]