Gary Katsevman
82d396a1fb
@gkatsev nulled out currentSource_ in setSource. closes #3314
2016-05-12 14:43:10 -04:00
Pat O'Neill
ed3249818e
@misteroneill Un-deprecate the videojs.players property. closes #3299
2016-05-11 09:10:15 +02:00
Nicky Gerritsen
68c4d248d9
@nickygerritsen Also pass tech options to canHandleSource. closes #3303
2016-05-11 09:08:17 +02:00
Derk-Jan Hartman
6e8ab67a48
@hartman Correct documentation to refer to nativeTextTracks option. closes #3309
2016-05-11 09:05:41 +02:00
brandonocasey
7c94ac42cc
@BrandonOCasey Document audio/video track usage. closes #3295
2016-05-04 09:15:21 +02:00
Gary Katsevman
971dbaecc4
v5.10.1
2016-05-03 15:42:43 -04:00
Gary Katsevman
3aff03be84
5.10 is a broken release, update changelog
2016-05-03 15:42:11 -04:00
Gary Katsevman
9a59aee304
v5.10.0
2016-05-03 15:39:05 -04:00
jforbes
4156307792
@forbesjo add an audio track selector menu button. closes #3223
2016-05-02 18:56:44 -04:00
Greg Smith
249532ad45
@incompl clear currentSource_ after subsequent loadstarts. closes #3285
2016-05-02 18:54:34 -04:00
Owen Edwards
6296ca8538
@OwenEdwards added language attribute in HTML files for accessibility. closes #3257
2016-04-28 15:29:40 -07:00
brandonocasey
2e2dbde4b4
@BrandonOCasey added audio and video track support. closes #3173
2016-04-22 14:31:12 -04:00
Gary Katsevman
18cdf08c0e
@gkatsev updated text track documentation and crossorigin warning. Fixes #1888 , #1958 , #2628 , #3202 . closes #3256
2016-04-20 15:46:49 -04:00
Gary Katsevman
b931b6bde9
Merge branch 'stable'
2016-04-19 17:37:16 -04:00
Gary Katsevman
aa94e0be07
v5.9.2
2016-04-19 17:35:43 -04:00
Gary Katsevman
ae4617d74c
@gkatsev grouped text track errors in the console, if we can. closes #3259
2016-04-19 17:26:26 -04:00
Gary Katsevman
cfb9621884
Merge branch 'stable'
2016-04-19 17:20:24 -04:00
Gary Katsevman
e7d31d3f9e
v5.9.1
2016-04-19 17:18:51 -04:00
Gary Katsevman
264e53fb5b
@gkatsev fixed text track tests for older IEs. closes #3269
2016-04-19 17:09:53 -04:00
jforbes
a347c1d0fa
@forbesjo added back the background color to the poster. closes #3267
2016-04-19 15:49:41 -04:00
Gary Katsevman
d3b368ccce
@gkatsev fixed removeRemoteTextTracks not working with return value from addRemoteTextTracks. closes #3253
2016-04-19 15:46:33 -04:00
Gary Katsevman
ff83aa6573
@gkatsev made the first emulated text track enabled by default. closes #3248
2016-04-19 15:18:21 -04:00
mister-ben
6b5040c04c
@mister-ben blacklisted Chrome for Android for playback rate support. closes #3246
2016-04-19 15:13:50 -04:00
benjipott
fdd4d25bad
@benjipott updated IS_CHROME to not be true on MS Edge. closes #3232
2016-04-19 15:08:13 -04:00
Chris Auclair
55c101de0c
@chrisauclair Make controls visible for accessibility reasons. closes #3237
2016-04-13 20:47:02 +02:00
Gary Katsevman
f4ee2767eb
@gkatsev Use fonts 2.0 that do not require wrapping codepoints. closes #3252
2016-04-13 20:43:51 +02:00
Nicky Gerritsen
a53ef7d1b8
Get rid of double changelog line
2016-04-13 20:36:00 +02:00
Nicky Gerritsen
834b94385c
@nickygerritsen Pass tech options to source handlers. closes #3245
2016-04-13 20:32:11 +02:00
Nicky Gerritsen
f606f9df50
@nickygerritsen Pass tech options to source handlers. closes #3245
2016-04-13 20:28:09 +02:00
Gary Katsevman
48ec1fb3ee
v5.9.0
2016-04-05 14:24:44 -04:00
Andy Earnshaw
b254fb71be
@andyearnshaw updated document event handlers to use el.ownerDocument. closes #3230
2016-04-05 14:04:47 -04:00
Chris Auclair
fa27cc7dbf
@chrisauclair added ARIA region and label to player element. closes #3227
2016-04-05 13:47:58 -04:00
Michael Gallaspy
e183194224
@MCGallaspy added vttjs to the self-hosting guide. closes #3229
2016-04-05 13:42:18 -04:00
jforbes
75116d4249
@forbesjo added chrome for PR tests. closes #3235
2016-04-05 13:36:33 -04:00
Gary Katsevman
002b739930
Merge branch 'stable'
2016-04-05 13:29:33 -04:00
Owen Edwards
0f40f3f155
@OwenEdwards improved handling of deprecated use of Button component. closes #3236
2016-04-05 13:26:49 -04:00
Gary Katsevman
41f8e7b855
Merge branch 'stable'
2016-04-04 13:31:08 -04:00
Gary Katsevman
4849374f23
v5.8.8
2016-04-04 13:27:37 -04:00
seescode
4e45d21836
@seescode fixed dragging on mute toggle changing the volume. Fixes #3036 . Closes #3228
2016-04-04 13:19:18 -04:00
seescode
471529b805
@seescode fixed css failing on IE8 due to incorrect ie8 hack. Fixes #3140 . Closes #3226 .
2016-04-04 13:09:19 -04:00
Volodymyr Tytar
68bb36e3eb
@vtytar fixed auto-setup failing if taking too long to load. Fixes #2386 . Closes #3233 .
2016-04-04 13:05:26 -04:00
mister-ben
6e579ba4da
@mister-ben updated the time tooltips to use the chosen font family. closes #3213
2016-03-29 17:53:09 -04:00
scaryguy
46374f5b57
@scaryguy updated videojs cdn urls in the README. closes #3195
2016-03-29 17:50:51 -04:00
Owen Edwards
0d2d8f58dd
@OwenEdwards fixed links adding extra tab stop with IE by removing anchor tags on videojs init. closes #3194
2016-03-29 17:47:08 -04:00
Gary Katsevman
ba7ec0bf57
Merge branch 'stable'
2016-03-29 17:34:32 -04:00
Gary Katsevman
dc3fc686e7
v5.8.7
2016-03-29 17:30:58 -04:00
Gary Katsevman
5261f8204f
Merge branch 'stable'
2016-03-29 17:28:11 -04:00
mister-ben
f8a5cdc319
@mister-ben updated Arabic language files. closes #3225
2016-03-29 17:28:04 -04:00
Gary Katsevman
3a800186b3
Merge branch 'stable'
2016-03-29 17:20:33 -04:00
mister-ben
a22c7f2a4d
@mister-ben fixed missing native HTML5 tracks. Fixes #2689 . Closes #3212
2016-03-29 17:19:59 -04:00
Gary Katsevman
a74b92643d
Merge branch 'stable'
2016-03-29 16:29:10 -04:00
Andrey Nikitin
b2d0e10dbd
@avreg fixed notSupportedMessage saying video when meaning media
2016-03-29 16:28:47 -04:00
Gary Katsevman
096c36f8ed
Merge branch 'stable'
2016-03-29 16:20:47 -04:00
mister-ben
4cf2cc72b5
@mister-ben added dir=ltr to control bar and loading spinner. closes #3221
2016-03-29 16:20:13 -04:00
Gary Katsevman
b91018952e
Merge branch 'stable'
2016-03-29 16:15:07 -04:00
Maythee Anegboonlap
31b2f9d489
@llun fixed menus from throwing when focused when empty. closes #3218
2016-03-29 16:09:10 -04:00
Gary Katsevman
3070e738f1
fix IE8 tests for VIDEOJS_NO_DYNAMIC_STYLE. closes #3215
2016-03-28 12:20:58 -04:00
Can Küçükyılmaz
ac3771a329
@defli added currentWidth and currentHeight methods to the player. closes #3144 .
2016-03-25 15:12:53 -04:00
Gary Katsevman
1c730cb21f
Merge branch 'stable'
2016-03-25 15:04:25 -04:00
Gary Katsevman
6845cbedc3
v5.8.6
2016-03-25 14:57:13 -04:00
Pat O'Neill
6eba133963
@misteroneill fixed type and indenting in language files. closes #3207 .
2016-03-25 14:47:52 -04:00
Gary Katsevman
d4c1af60ac
@gkatsev added an option to keep the tooltips inside the player bounds. closes #3149
2016-03-25 14:34:06 -04:00
ricardo siri
bf95bb21cc
@ricardosiri68 changed the relative sass paths. closes #3147
2016-03-25 14:29:47 -04:00
Aris
4e75ce1e9e
@arius28 added greek translation file (el.json). closes #3185
2016-03-25 14:25:49 -04:00
Kamil Brenk
9f38a08399
@kamilbrenk Added lang: pl.json. closes #3127
2016-03-25 14:20:06 -04:00
Owen Edwards
41bc481597
@OwenEdwards added basic descriptions track support. closes #3098
2016-03-25 14:16:56 -04:00
Gary Katsevman
66a2c05510
@gkatsev updated vjs to not add dynamic styles when VIDEOJS_NO_DYNAMIC_STYLE is set. closes #3093
2016-03-25 14:06:39 -04:00
Gary Katsevman
db189b73d7
v5.8.5
2016-03-17 19:01:44 -04:00
Gary Katsevman
dbdc411dc2
@gkatsev cleared vttjs script handlers on dispose. Fixed tests. closes #3189
2016-03-17 18:56:25 -04:00
Gary Katsevman
94e899f810
v5.8.4
2016-03-17 14:54:29 -04:00
Gary Katsevman
e2c8c125a2
@gkatsev changed emulated tracks to in novtt to wait for vttjs to load or error before parsing. closes #3181
2016-03-17 14:53:00 -04:00
Gary Katsevman
0b26d83e99
v5.8.3
2016-03-10 14:05:56 -05:00
Gary Katsevman
8cc633edc4
@gkatsev fixed keyboard control of menus with titles. Fixes #3164 . closes #3165
2016-03-10 13:59:31 -05:00
Gary Katsevman
3367b007a2
v5.8.2
2016-03-09 14:27:53 -05:00
Gary Katsevman
feb7e26211
@gkatsev fixed chapters menu. Fixes #3062 . closes #3163
2016-03-09 14:26:07 -05:00
Gary Katsevman
5a5b42f2a7
v5.8.1
2016-03-07 15:26:26 -05:00
Owen Edwards
f82a3d148f
@OwenEdwards fixed menu closing on ios, specifically ipad. closes #3158
2016-03-07 15:25:12 -05:00
Can Küçükyılmaz
21051534f3
@defli fixed typo and updated Turkish translations. closes #3156
2016-03-07 15:14:58 -05:00
Can Küçükyılmaz
f4bc3c12b5
@defli added missing var to sandbox index.html example. closes #3155
2016-03-07 14:58:02 -05:00
brandonocasey
c1112b74fe
@BrandonOCasey updated text track unit tests to use full es6 syntax. closes #3148
2016-03-07 14:54:32 -05:00
Gary Katsevman
f77bcc95d0
@gkatsev cleared waiting/spinner on timeupdate. Fixes #3124 . closes #3138
2016-03-07 14:48:15 -05:00
brandonocasey
cb3d709237
@BrandonOCasey converted remaining text-track modules to ES6. closes #3130
2016-02-29 11:08:38 -05:00
Gary Katsevman
d9a0a4503c
@gkatsev updated videojs badges in the README. closes #3134
2016-02-24 01:25:04 -05:00
Gary Katsevman
3ef88f8b80
v5.8.0
2016-02-19 14:18:37 -05:00
Pat O'Neill
80c6c16a2f
@misteroneill added alt css as video-js-cdn.css. closes #3118
2016-02-19 14:17:47 -05:00
mister-ben
e12ca69306
@mister-ben Added en.json as localization template. closes #3096
2016-02-19 12:18:27 -05:00
jforbes
d8ba649549
@forbesjo updated track settings to not fail restoring settings when localStorage is not available. closes #3120
2016-02-19 12:15:41 -05:00
Quentin Burny
0490728321
@Naouak updated time display to not change if values do not change. closes #3101
2016-02-19 12:04:06 -05:00
jforbes
dd1f2b5c25
@forbesjo updated travis to use latest firefox. closes #3112
2016-02-19 11:51:42 -05:00
Nima Saberi
47a307b773
@Nipoto added fa.json (farsi/persian lang file). closes #3116
2016-02-19 11:48:54 -05:00
Gary Katsevman
050f23d913
@gkatsev added issue and PR templates for github. closes #3117
2016-02-18 17:19:55 -05:00
Gary Katsevman
b027603a6a
v5.7.1
2016-02-11 17:13:33 -05:00
Gary Katsevman
a2f5430a5d
@gkatsev fixed minified videojs in IE8. Fixes #3064 and #3070 . closes #3104
2016-02-11 17:04:30 -05:00
alex-phillips
acd775f551
@alex-phillips fixed reference to videojs-vtt.js dependency. closes #3080
2016-02-11 16:59:38 -05:00
Gary Katsevman
084bcf692c
v5.7.0
2016-02-04 13:44:19 -05:00
Erik Yuzwa
fc7a166705
@erikyuzwa added ability to add child component at specific index. closes #2540
2016-02-04 13:42:49 -05:00
Pat O'Neill
341c9c7700
@misteroneill fixed iphone useragent detection. closes #3077
2016-02-04 12:32:33 -05:00
Derk-Jan Hartman
5245335147
@hartman Set a min-width for the progress slider of 4em. closes #2902
2016-02-04 11:52:39 -05:00
Derk-Jan Hartman
171ec1a274
@hartman updated fullscreen and time controls for more consistent widths. closes #2893
2016-02-04 11:49:59 -05:00
mister-ben
29f66acb98
@mister-ben updated Umuted to Unmute in lang files. closes #3053
2016-02-03 16:15:16 -05:00
Derk-Jan Hartman
d9cad36ade
@hartman Corrected adaptive layout selectors to match their intent. closes #2923
2016-02-02 15:30:04 -05:00
Gary Katsevman
99b34e9691
@gkatsev updated README to include links to plugins page and getting started and cleaner link to LICENSE. closes #3066
2016-02-02 14:40:43 -05:00
Greg Smith
2f0b9ee8ca
@incompl improved the UX of time tooltips. closes #3060
2016-02-02 14:32:19 -05:00
jforbes
c8646aa02b
@forbesjo updated emulated tracks to have listeners removed when they are removed. closes #3046
2016-02-02 14:29:31 -05:00
Gary Katsevman
58f76136e5
v5.6.0
2016-01-26 12:09:40 -05:00
Gary Katsevman
47f639fb41
@gkatsev updated to latest videojs-ie8 shim. closes #3042
2016-01-26 12:08:46 -05:00
Jamie
bb606cdcbd
@hubdotcom changed URLs in README to be protocol-relative. closes #3040
2016-01-26 11:34:36 -05:00
Patrick
876e48547c
@CoWinkKeyDinkInc fixed table in Tracks guide. Replaced some single quotes with double quotes. closes #2946
2016-01-25 20:11:26 -05:00
n23430
df02e7a709
@aril-spetalen added language support for Norwegian (nb and nn). closes #3021
2016-01-25 20:01:15 -05:00
Vitor Faiante
9cdfb75187
@vitor-faiante updated the guides. closes #2781
2016-01-25 19:50:02 -05:00
Gary Katsevman
8a17313a3b
@gkatsev checked muted status when updating volume bar level. closes #3037
2016-01-25 19:41:58 -05:00
Owen Edwards
6317395e0c
@OwenEdwards fixed double-localization of mute toggle control text. closes #3017
2016-01-25 19:38:28 -05:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
b9f251650b
@mister-ben made $primary-foreground-color a !default sass var. closes #3003
2016-01-25 19:34:53 -05:00
Owen Edwards
0ffb27abb0
@OwenEdwards Fixed volume menu keyboard access. closes #3034
2016-01-25 19:18:12 -05:00
Owen Edwards
e05931dd19
@OwenEdwards Fixed menu keyboard access and ARIA labeling for screen readers. closes #3033
2016-01-25 19:05:10 -05:00
Owen Edwards
16f0179c07
@OwenEdwards added ClickableComponent. Fixed keyboard operation of buttons. closes #3032
2016-01-25 18:30:12 -05:00
Gary Katsevman
81caccd154
v5.5.3
2016-01-15 15:33:46 -05:00
rcrooks
d448acd224
@rcrooks fixed a couple of docs link and a jsdoc comment. closes #2987
2016-01-15 15:33:15 -05:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
c901fcee6b
@mister-ben updated CDN urls in setup guide. closes #2984
2016-01-15 15:31:08 -05:00
Gary Katsevman
6977b0e3fe
@gkasev updated vjs to correctly return already created player when given an element. closes #3006
2016-01-15 15:27:35 -05:00
Gary Katsevman
b48797bf17
v5.5.2
2016-01-14 14:03:00 -05:00
Gary Katsevman
dcf2a300ef
make sure that styleEl_ is in DOM before removing on dispose. closes #3004
2016-01-14 14:01:30 -05:00
Gary Katsevman
088f47af2e
v5.5.1
2016-01-08 18:59:50 -05:00
Gary Katsevman
984085a048
@gkatsev fixed sass if else for icons. closes #2988
2016-01-08 18:58:56 -05:00
Gary Katsevman
67840aabbe
v5.5.0
2016-01-07 23:39:07 -05:00
Gary Katsevman
93f2f83723
@gkatsev updated css to have ascii codepoints for fonticons. Expose new scss file. closes #2973
2016-01-07 23:36:09 -05:00
jforbes
867fec910f
@forbesjo updated player to not autoplay if there is no source. closes #2971
2016-01-07 23:23:38 -05:00
Greg Smith
aa4700b098
@incompl updated build command in CONTRIBUTING.md. closes #2967
2016-01-07 23:13:15 -05:00
jforbes
b84be556a6
@forbesjo fixed errorDisplay erroring on subsequent openings. closes #2966
2016-01-07 23:10:43 -05:00
rcrooks
0f219b1f1d
@rcrooks fixed some broken links in guides. closes #2965
2016-01-07 23:08:12 -05:00
Pete Huitsing
49cc73f980
@huitsing updated docstrings for autoplay and loop methods. closes #2960
2016-01-07 23:05:48 -05:00
Pat O'Neill
8ad286a768
@misteroneill exposed createEl on videojs. closes #2926
2016-01-07 23:03:23 -05:00
Derk-Jan Hartman
5f239d7cf1
@hartman fixed usage of lighten in progress component. Fixes #2793 . closes #2875
2016-01-07 23:00:09 -05:00
Gary Katsevman
35203f613f
v5.4.6
2015-12-22 17:00:46 -05:00
Gary Katsevman
692608270e
@gkatsev fixed vertical slider alignment in volume menu button. closes #2943
2015-12-22 16:58:58 -05:00
Gary Katsevman
d99ce79954
v5.4.5
2015-12-15 14:47:29 -05:00
rcrooks
01a7e7509e
@rcrooks fixed simple embed example. closes #2915
2015-12-15 14:46:16 -05:00
Derk-Jan Hartman
09f182db60
@hartman updated options guide doc. closes #2908
2015-12-15 14:43:30 -05:00
brandonocasey
7838fe2ec3
@BrandonOCasey updated sandbox to to use newer CDN urls. closes #2917
2015-12-15 14:38:09 -05:00
Gary Katsevman
45d43ec904
@gkatsev updated styles for inline menu and volume bar. closes #2913
2015-12-15 14:26:18 -05:00
Gary Katsevman
c61e9e49ab
@gkatsev added mouse/touch listeners to volume menu button. closes #2638
2015-12-15 14:17:43 -05:00
Gary Katsevman
1d88ef066d
v5.4.4
2015-12-09 18:14:48 -05:00
Gary Katsevman
16f2e4113a
@gkatsev switched to use custom vtt.js from npm. closes #2905
2015-12-09 18:12:46 -05:00
Gary Katsevman
4424a06a3d
v5.4.3
2015-12-08 20:32:12 -05:00
Gary Katsevman
08f03c160c
@gkatsev updated options customizer and github-release options. closes #2903
2015-12-08 20:30:48 -05:00
Gary Katsevman
565dba8671
v5.4.2
2015-12-08 18:59:59 -05:00
Gary Katsevman
a528e44d9b
@gkatsev updated grunt-release config. closes #2900
2015-12-08 18:59:02 -05:00
Gary Katsevman
996822ba68
v5.4.1
2015-12-08 15:53:02 -05:00
Gary Katsevman
359df7148b
@gkatsev added chg- and github- release for next releases. closes #2899
2015-12-08 15:52:17 -05:00
Gary Katsevman
44edb12700
@gkatsev added ability to release next tag from master. closes #2894
2015-12-08 13:03:14 -05:00
Gary Katsevman
5bb1a76c4e
@gkatsev added nullcheck for cues in updateForTrack. Fixes #2870 . closes #2896
2015-12-08 11:43:14 -05:00
Carey Hinoki
8f2bc92412
@chemoish emulated HTMLTrackElement to enable track load events. closes #2804
2015-12-08 11:24:51 -05:00
Gary Katsevman
e78e26b8a4
@gkatsev added a Player#reset method. Fixes #2852 . closes #2880
2015-12-07 17:45:50 -05:00
Nicholas Fantozz
9e3a7b6159
@nick11703 changed multiline comments in sass with single-line comments. closes #2827
2015-12-07 16:30:26 -05:00
Gary Katsevman
0b7a2e41b3
@gkatsev added Player#tech. Fixes #2617 . closes #2883
2015-12-07 16:27:33 -05:00
Pat O'Neill
f225d4e68a
@misteroneill updated videojs-ie8 to 1.1.1. closes #2869
2015-12-07 16:24:18 -05:00
Gary Katsevman
a601fbb83f
v5.3.0
2015-11-25 17:14:05 -05:00
jrivera
69b89e51f4
@imbcmdth added sourceOrder option for source-first ordering in selectSource. closes #2847
2015-11-25 17:11:36 -05:00
jforbes
8acd28c15a
@forbesjo updated formatTime to not go negative. closes #2821
2015-11-25 16:46:41 -05:00
Matthew
b188781fa9
v5.2.4
2015-11-25 21:31:49 +00:00
Matthew McClure
5ed0dc8adb
@mmcc fixed vertical volume. closes #2859
2015-11-25 16:18:34 -05:00
Garrett Singer
72f77d77c9
@gesinger fixed handler explosion for cuechange events. closes #2849
2015-11-25 16:13:23 -05:00
Garrett Singer
7171ea8d42
@gesinger checked for track changes before tech started listening. closes #2835
2015-11-25 16:00:49 -05:00
Gary
3e19c91828
v5.2.3
2015-11-24 20:52:01 +00:00
Gary Katsevman
5f9095079e
@gkatsev fixed clearing out errors. closes #2850
2015-11-24 15:37:34 -05:00
paladox
552d8cbda3
v5.2.2
2015-11-23 17:31:27 +00:00
paladox
8d0de0fa51
@paladox updated xhr from deprecated ver to v2.2. closes #2837
2015-11-23 12:22:07 -05:00
tomaspinho
c4dbd2488b
@tomaspinho added 'ended' event to API docs. closes #2836
2015-11-23 12:15:50 -05:00
Violeta Marculescu
c0d5f471bc
@bcvio fixed returning current source rather than blob url. closes #2833
2015-11-23 12:04:31 -05:00
Nathaniel Bibler
3a40b10fa6
@nbibler ensured classes begin with alpha characters. Fixes #2828 . closes #2829
2015-11-20 17:38:05 -05:00
Dat Tran
7dff83b2a4
@DatTran fixed bower paths. Fixes #2740 . closes #2775
2015-11-20 17:22:49 -05:00
Kay
6bbd6f1a65
v5.2.1
2015-11-16 16:43:29 +00:00
Kay J
d9b5fbc60d
@ksjun corrected the registerTech export. closes #2816
2015-11-16 10:42:35 -05:00
David LaPalomento
385266338a
@dmlap Check a component is a function before new-ing. closes #2814
2015-11-16 10:18:09 -05:00
Gary Katsevman
0e1c424e48
v5.2.0
2015-11-10 15:56:11 -05:00
Gary Katsevman
d1316a39ab
@gkatsev updated MediaLoader to check for techs in their registry. closes #2798
2015-11-10 15:53:14 -05:00
Gary Katsevman
210caea7f0
@gkatsev updated contrib.json to use / as branch-name separator in feature-accept. closes #2803
2015-11-10 15:50:21 -05:00
Gary Katsevman
0da23c1d8d
@gkatsev fixed usage of textTracksToJson. closes #2797
2015-11-10 15:30:09 -05:00
zjruan
2627e86db5
@zjruan updated text track prototype loops to blacklist constructor for IE8. closes #2565
2015-11-10 15:15:58 -05:00
Greg
ea2e274a30
@incompl fixed broken link to reduced test cases article. closes #2801
2015-11-10 10:54:20 -05:00
Pat O'Neill
f2fa8f8687
@misteroneill exposed DOM helpers. closes #2754
2015-11-09 17:43:17 -05:00
Siebrand Mazeland
cd800b02ea
@siebrand updated dutch translations. closes #2556 .
2015-11-09 15:07:28 -05:00
paladox
89d860fb84
@paladox updated grunt-contrib-jshint. closes #2554
2015-11-09 14:47:51 -05:00
paladox
ed5ed0ded4
@paladox updated grunt-cli dependency. closes #2555
2015-11-09 14:44:22 -05:00
Gary Katsevman
977eedda79
Update CHANGELOG for RTMP
2015-11-09 14:31:43 -05:00
Gary Katsevman
b1e863677f
@gkatsev added a tech registry. Fixes #2772 . closes #2782
2015-11-09 14:12:57 -05:00
David LaPalomento
98f241d614
@dmlap updated swf to 5.0.1. closes #2795
2015-11-09 11:47:47 -05:00
Gary Katsevman
5d754c911d
@gkatsev made initListeners more general and added Tech.isTech. Fixes #2767 . closes #2773
2015-11-06 16:42:19 -05:00
Gary Katsevman
fa2f08ad66
v5.1.0
2015-11-02 11:27:10 -05:00
jrivera
0b32893612
@imbcmdth Deferred the implementation of select functions in the tech to source handlers if they provide them. closes #2760
2015-10-30 16:09:27 -04:00
Carey Hinoki
d0efd16b49
@chemoish Fix captions sticking to bottom for webkit browsers. Fixes #2193 . closes #2702
2015-10-30 16:02:16 -04:00
Erik Straub
c24a3a8173
@brkattk updated emulateTextTrack to exit early if no textTracks. closes #2426
2015-10-28 18:01:15 -04:00
Pat O'Neill
e6f5d6b585
@misteroneill Add browserify:dist Target. Fix vtt.js URL.. closes #2741
2015-10-28 17:47:18 -04:00
Pat O'Neill
42e33ca537
@misteroneill updated modal dialog CSS. closes #2756
2015-10-28 17:30:56 -04:00
jforbes
655e14a733
@forbesjo Added Microsoft Caption Maker link. closes #2618
2015-10-28 16:14:44 -04:00
Ian Zamojc
871dac9c3a
@Soviut Fixed argument names in some API docs. closes #2714
2015-10-28 16:10:51 -04:00
KahWee Teng
6e25aef060
@kahwee Fixed sandbox plugin example to work in Video.js 5. closes #2691
2015-10-28 16:06:33 -04:00
Dave Voyles
5f5357d535
@DaveVoyles updated URL to player API docs. closes #2685
2015-10-28 15:59:32 -04:00
Pat O'Neill
86f23d39fd
@misteroneill removed z-index from big play button. closes #2639
2015-10-28 15:53:14 -04:00
Pat O'Neill
51f1863adc
@misteroneill added a modal dialog. closes #2668
2015-10-28 13:28:15 -04:00
Gary Katsevman
ab88bcdde3
@gkatsev fixes track tests and ignored empty properties in tracks converter. closes #2744
2015-10-27 15:54:48 -04:00
Nicky Gerritsen
589cab7fa7
@nickygerritsen added canPlayType method to player. closes #2709
2015-10-27 13:46:05 -04:00
jforbes
c85b526a1c
@forbesjo removed android/ios tests to increase build stability. closes #2739
2015-10-26 17:13:57 -04:00
jforbes
4598b38291
@forbesjo updated karma to use all installed browsers for unit tests. closes #2708
2015-10-26 17:06:16 -04:00
Gary Katsevman
93e079718e
@gkatsev removed unhelpful isCrossOrigin test. closes #2715
2015-10-26 16:57:21 -04:00
Gary Katsevman
34742e09a5
Merge branch 'stable'
2015-10-23 17:37:57 -04:00
Gary
702fbe4d68
v5.0.2
2015-10-23 21:24:20 +00:00
Gary Katsevman
d036f25681
Fixup changelog
2015-10-23 17:20:18 -04:00
Gary
e98bc42500
v5.0.1
2015-10-23 20:20:49 +00:00
Gary Katsevman
d47a8ab2dc
Merge branch 'stable'
2015-10-23 16:15:16 -04:00
Gary Katsevman
c89f645600
@gkatsev bumped chg to fix stalling issues. closes #2732
2015-10-23 16:15:07 -04:00
Gary Katsevman
6f3826a7ef
Merge branch 'stable'
2015-10-23 12:00:11 -04:00
Gary Katsevman
d9524d4d35
@gkatsev updated contrib update and have contrib release only update local branches. closes #2723
2015-10-23 11:59:57 -04:00
Gary Katsevman
1834d39c2f
Merge branch 'stable'
2015-10-20 14:00:48 -04:00
Gary Katsevman
49698d2a8c
@gkatsev bumped obj.assign to fix uncaught SecurityError in iframes. Fixes #2703 . closes #2721
2015-10-20 13:57:21 -04:00
typcn
40b6ad3050
@typcn bumped grunt-sass to ^1.0.0 to support node 4.x. closes #2645
2015-10-19 11:34:57 -04:00
jrivera
8c101e2b35
@imbcmdth fixed an issue with emulateTextTracks being called before the tech dom was ready. closes #2692
2015-10-09 14:06:55 -07:00
heff
872459837b
v5.0.0
2015-09-29 09:40:01 -07:00
heff
e225fbffc2
Merge branch 'master' into stable
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.less
dist/video-js/video-js.min.css
dist/video-js/video-js.swf
dist/video-js/video.dev.js
dist/video-js/video.js
dist/video-js/video.novtt.dev.js
dist/video-js/video.novtt.js
src/css/video-js.less
src/js/control-bar/time-display.js
src/js/exports.js
src/js/lib.js
src/js/media/flash.js
src/js/media/flash.rtmp.js
src/js/media/html5.js
src/js/media/media.js
src/js/player.externs.js
test/unit/api.js
test/unit/flash.js
test/unit/media.html5.js
test/unit/media.js
2015-09-29 09:14:50 -07:00
heff
1d79c4a9e2
@heff changed component child lists to arrays instead of objects. closes #2477
2015-09-28 15:17:48 -07:00
heff
60c86465f8
@heff improved some skin defaults for external styling. closes #2642
2015-09-28 13:53:37 -07:00
Benoit Tremblay
2de28927d7
@eXon added support for a tech-supplied poster. closes #2339
2015-09-28 11:23:25 -07:00
Pat O'Neill
ad0820cfa3
@misteroneill fixed tsml to be used as a tag for template strings. closes #2629
2015-09-25 14:13:56 -04:00
Gary Katsevman
0b7cf586c2
@gkatsev exposed isCrossOrigin and used it to enable CORS for textTrack XHRs. closes #2633
2015-09-24 19:58:25 -04:00
Pat O'Neill
1234faaf71
@misteroneill updated play control to use its state for icon. closes #2636
2015-09-24 16:37:10 -04:00
heff
81806d5725
@heff fixed timeranges deprecation warnings in tests. closes #2627
2015-09-23 12:34:59 -04:00
heff
42468e19be
@heff removed a second copy of video.novtt.js from dist. closes #2630
2015-09-23 12:29:22 -04:00
Pat O'Neill
3f8be868bd
@misteroneill re-exposed videojs.TextTrack. closes #2625
2015-09-22 11:41:39 -04:00
jforbes
1f06f23ded
@forbesjo removed the PhantomJS dependency. closes #2622
2015-09-22 11:32:23 -04:00
Pat O'Neill
61a00db7cb
@misteroneill rename "extends" to "extend" for ie8. closes #2624
2015-09-22 11:19:04 -04:00
jrivera
24ad9841ac
@imbcmdth extended createTimeRange to support multiple timeranges. closes #2604
2015-09-21 18:04:10 -04:00
Gary Katsevman
81000369ec
@gkatsev fixed potential double default style elements. closes #2619
2015-09-21 17:52:32 -04:00
heff
51bae4d7cf
Fixed a double loadstart and added readyState catch up events
...
- Fixed some issue comments
- Fixed a double ready event
closes #2605
fixes #2588
2015-09-18 10:28:16 -07:00
David LaPalomento
24cdbdefff
Use Raynos/xhr for XMLHttpRequests
...
- Get rid of our custom XHR shim. Export it as videojs.xhr.
- Updated XHR to be stubbed everywhere in tests to prevent errors.
- Added npm install to the review process
closes #2318
closes #2594
2015-09-15 15:25:11 -07:00
heff
4cb76873f4
Removed the loadedalldata event
...
closes #2591
closes #1676
2015-09-15 12:59:01 -07:00
heff
f7466af956
Made tech related functions clearly private in the player
...
This is important for enforcing the model that techs should
work the same for everything.
closes #2590
fixes #2060
- Made techGet and techCall private functions
- Made loadTech, techName, and unloadTech private
- Cleaned up all other private method naming in the player
- Removed some unneeded comments
2015-09-15 12:54:26 -07:00
heff
f10d8d0cb3
@heff added an attributes argument to createEl(). closes #2589
...
fixes #2176
2015-09-15 10:59:08 -07:00
Gary Katsevman
63451a7526
@gkatsev added a mouse-hover time display to the progress bar. closes #2569
2015-09-15 09:41:53 -07:00
heff
85b825a0dd
@heff added a fancy loading spinner. closes #2582
2015-09-14 18:29:06 -07:00
heff
c9974657a9
@heff moved scss vars to be private. closes #2584
2015-09-14 18:26:14 -07:00
heff
32aa9ed7e4
@heff improved css selector strengths. closes #2583
2015-09-14 16:01:50 -07:00
jforbes
2e1d051144
@forbesjo added Android and iOS browser testing. closes #2538
2015-09-14 15:55:01 -07:00
jforbes
849b85bb83
@forbesjo fixed webkit deprecation warnings. closes #2559
...
fixes #2558
2015-09-10 14:53:30 -07:00
jforbes
1503bf1268
@forbesjo fixed webkit deprecation warnings. closes #2558
2015-09-10 14:51:21 -07:00
heff
4dadd01cf5
@heff fixed the inline volume control and made it the default. closes #2553
2015-09-10 14:49:32 -07:00
Gary Katsevman
1b745e7b11
@gkatsev made all sass variables !default. closes #2574
2015-09-09 17:20:06 -04:00
Gary Katsevman
0341ec12ad
@gkatsev updated opacity of caption settings background color. closes #2573
2015-09-09 14:19:50 -04:00
heff
f7702f8f38
Fixed display the LIVE control bar item
...
...and also the layout in IE8 when live
Reorganized the styles some to group the vjs-live changes
with the components their affecting.
closes #2551
2015-09-08 12:45:22 -07:00
heff
1b057dfe85
Cleaned up durationchange process in the player
2015-09-07 12:09:59 -07:00
heff
4b58fad8bd
Fixed event bubbling in IE8
...
fixes #2414
Our fixEvent script makes a copy of the original event,
but it was failing to also set cancelBubble = true and
returnValue = false on the original event,
which is needed to make IE8 work like modern browsers.
2015-09-06 17:23:29 -07:00
Gary Katsevman
1f5a83dc23
@gkatsev fixed the default state of userActive
...
closes #2557
fixes #2550
2015-09-04 11:55:48 -07:00
heff
5624adb75d
@heff added back the default cdn url for the swf
...
closes #2533
fixes #2488
2015-09-03 14:46:30 -07:00
heff
4582e8a003
@heff added a default data attribute to fix the progress handle display in IE8
...
closes #2547
fixes #2449
2015-09-03 13:54:12 -07:00
heff
3fb786e271
@heff removed playerOptions from plugin options because it created an inconsistency in plugin inits. closes #2532
2015-09-02 15:47:10 -07:00
Gary Katsevman
608dad1299
@gkatsev made the sass files available via npm in src/css. closes #2546
2015-09-02 16:37:44 -04:00
heff
4d97dd4d29
Fixed a number of errors in the log after testing
...
- Fixed a console error in dom tests from loading a track source
- Switched to non-fetching poster urls in tests to prevent errors
- Stubbed XHR for TextTrack tests to prevent log errors
- Fixed text track console errors that stubbing async didn't catch
because there's some async happening in tracks that makes it so
- XHR isn't even used until the test is complete
- Removed extra code
- Added player.dispose more places and fixed attributes test
2015-08-31 16:36:11 -07:00
heff
a584104b78
Release v4.12.15
2015-08-31 22:12:11 +00:00
heff
2e8b306578
Updated to v4.7.5 of the swf. closes #2531
2015-08-31 14:58:21 -07:00
David LaPalomento
e95e3e76b2
@dmlap expose start and end buffered times. closes #2501
2015-08-31 15:47:51 -04:00
David LaPalomento
b35c8774b8
@dmlap update to videojs-swf 5.0.0-rc1. closes #2528
2015-08-31 15:37:25 -04:00
Brandon Bay
fca885a62f
@bc-bbay migrate seeking on replay to the flash tech. closes #2519
2015-08-31 15:02:19 -04:00
Gary Katsevman
98315b0e52
@dmlap @gkatsev improve Flash tech error property and add an error setter to the base tech. closes #2517
2015-08-31 14:21:53 -04:00
David LaPalomento
90c6890567
@dmlap move seek on replay into the flash tech. closes #2527
2015-08-31 14:12:12 -04:00
Gary Katsevman
de39cfc5ab
@gkatsev improved tech controls listener handling.. closes #2511
2015-08-25 16:17:35 -04:00
David LaPalomento
75e65c6585
@dmlap update to videojs-swf 4.7.4. closes #2463
2015-08-25 09:45:54 -04:00
heff
f7d1289593
@heff fixed cross-platform track tests by switching to a fake tech. closes #2496
2015-08-24 12:48:42 -07:00
Gary Katsevman
f3b5075bcd
@gkatsev fixed nativeControlsForTouch handling. Defaults to native controls on iphone and native android browsers.. closes #2499
2015-08-21 17:43:07 -04:00
Gary
0fe811df2c
Release v4.12.14
2015-08-21 18:21:24 +00:00
Gary Katsevman
a02f0befbc
@gkatsev removed non-default track auto-disabling. closes #2468
2015-08-21 11:19:55 -04:00
jforbes
976ee6e30b
@forbesjo switched automated testing to BrowserStack. closes #2492
2015-08-20 14:57:59 -07:00
Gary Katsevman
904bf0cabf
@gkatsev deep clone el for iOS to preserve tracks. closes #2494
2015-08-19 19:35:53 -04:00
Nicky Gerritsen
33de0085ae
@nickygerritsen fixed texttrack handling in IE10. closes #2481
2015-08-19 15:23:11 -04:00
Gary Katsevman
c4ed1451e0
@gkatsev exported event helpers on videojs object. closes #2491
2015-08-19 15:11:28 -04:00
Gary Katsevman
b1055dce01
@gkatsev removed non-default track auto-disabling. closes #2475
2015-08-19 14:38:14 -04:00
Gary Katsevman
ecca3a1b58
@gkatsev moved default and player dimensions to style els at the top of HEAD el. closes #2482
2015-08-19 14:18:14 -04:00
Gary Katsevman
76b5ffc7b5
@gkatsev moved default and player dimensions to style els at the top of HEAD. closes #2482
2015-08-19 14:13:58 -04:00
Pat O'Neill
79e58884de
@misternoneill fixed vertical slider issues. closes #2469
2015-08-19 13:54:47 -04:00
Matthew McClure
863f31546d
@mmcc Fixed IE by using setAttribute to set 'type' property. closes #2487
2015-08-17 11:29:02 -07:00
Matthew McClure
20b2a78287
@mmcc added type=button to button components. closes #2471
2015-08-13 13:43:57 -07:00
Gary Katsevman
4ec82d647d
@gkatsev fixed text track errors on dispose and in cross-browser testing. closes #2466
2015-08-12 16:04:31 -07:00
Matthew McClure
fa58f51fd1
Fixed the changelog reference
...
Had the wrong PR in mind when writing the changelog message.
2015-08-12 15:15:30 -07:00
Kemal Ogun Isik
4a4e85912e
@misteroneill fixed a potential issue with vertical sliders by replacing an options check with the appropriate getter. closes #2460
2015-08-12 15:12:27 -07:00
David LaPalomento
fecf3a0f8a
@dmlap switched global options back to an object at videojs.options. closes #2461
2015-08-12 13:51:43 -07:00
Vladimir B
4fd59c89db
Removed a duplicate changelog entry
...
closes #2445
--skip-ci
2015-08-12 11:36:03 -07:00
Matthew McClure
b41b12e0ab
fixing merge conflict in changelog
2015-08-12 10:41:44 -07:00
Matthew McClure
cbbae8fabd
@mmcc made sure controls respect muted attribute. closes #2408
2015-08-12 10:39:47 -07:00
jforbes
564da36339
@forbesjo updated the sauce labs config and browser versions
...
closes #2450
closes #2149
2015-08-11 17:37:27 -07:00
David
c03e26c575
Release v4.12.13
2015-08-10 19:38:19 +00:00
Pat O'Neill
ed790fdc38
@misteroneill pass vtt.js option to tech. closes #2448
2015-08-10 15:33:03 -04:00
Pat O'Neill
c0673d2852
@misteroneill create video.novtt.js in dist builds. closes #2447
2015-08-10 15:22:15 -04:00
Pat O'Neill
1bf64890c0
@misteroneill include child components with `true` in options. closes #2424
2015-08-10 15:07:59 -04:00
Pat O'Neill
a02e3609ab
@misteroneill restore videojs.formatTime. closes #2420
2015-08-10 14:59:47 -04:00
David LaPalomento
9ed5be570d
@dmlap update to videojs-swf v4.7.3. closes #2457
2015-08-10 14:28:10 -04:00
Pat O'Neill
f80de2b1ac
@misteroneill removed the deprecated Component init method. closes #2427
2015-08-06 15:09:13 -07:00
Pat O'Neill
abca8913e1
@misteroneill restore Html5.Events. closes #2421
2015-08-03 15:36:25 -04:00
Gary Katsevman
2dfd315ac1
@gkatsev always use emulated TextTrackLists so tracks survive tech switches. closes #2425
2015-08-03 15:19:36 -04:00
Nicky Gerritsen
1d0ae800b8
@nickygerritsen use the default seekable when a source handler is unset. closes #2401
2015-08-03 13:26:20 -04:00
Matthew Pietz
746f07a0ec
@sirlancelot change "video" to "media" in error messages. closes #2409
2015-08-03 12:35:18 -04:00
Matthew Pietz
d3d1a7fed7
@sirlancelot change "video" to "media" in error messages. closes #2409
2015-08-03 12:33:18 -04:00
Nicky Gerritsen
fe65ffae65
@nickygerritsen scrubbing() is a method, not a property. closes #2411
2015-08-03 12:28:26 -04:00
heff
3bf415e522
@heff use a synchronous ready() internally. closes #2392
2015-07-30 15:38:01 -04:00
Pat O'Neill
8aa61d3b1a
@misteroneill restore some 4.x utilities and remove deprecated functionality. closes #2406
2015-07-30 14:11:31 -04:00
David LaPalomento
a76b42d50c
@misteroneill restore some properties on window.videojs. Closes #2395
2015-07-30 12:10:04 -04:00
Matthew McClure
6a9e2e01d0
Added username to unclaimed CHANGELOG entry
2015-07-28 16:40:23 -07:00
Matthew McClure
e330e7b978
Added "inline" option to MenuButton and updated VolumeMenuButton to be able to utilize it. closes #2378
2015-07-28 16:30:05 -07:00
Benoit Tremblay
d11add5dc2
Send the video.js language to the tech
...
I want to set the YouTube player (or any other iframe tech)
in the same language than video.js. To do so,
it needs to know the language option.
closes #2342
2015-07-24 10:01:23 -07:00
Benoit Tremblay
39d9989589
@eXon made sure the volume persists between tech changes. closes #2340
2015-07-24 09:37:55 -07:00
Benoit Tremblay
dd0752e6b0
@eXon added the poster to the options the tech receives. closes #2338
2015-07-24 09:33:13 -07:00
Pat O'Neill
456ee4e84f
@misteroneill fixed internal extends usage and added a deprecation warning. closes #2390
2015-07-24 09:07:58 -07:00
jrivera
01ea3d1ae3
Release v4.12.12
2015-07-23 17:37:30 +00:00
jrivera
69dde46aa2
@imbcmdth fix potential triggerReady infinite loop. closes #2398
2015-07-23 11:28:34 -04:00
David LaPalomento
b097016215
@dmlap expose the xhr helper utility. closes #2321
2015-07-21 18:58:55 -04:00
David LaPalomento
4ad45ef9a8
@dmlap fire seeking in the flash tech, not the SWF. closes #2372
2015-07-21 17:31:51 -04:00
David LaPalomento
d3d5d032fc
@dmlap use seekable on source handlers when defined. closes #2376
2015-07-21 17:12:24 -04:00
David LaPalomento
1102452ca3
@dmlap export a basic played() on techs. closes #2384
2015-07-21 16:56:23 -04:00
David LaPalomento
a18768b938
@dmlap export videojs.createTimeRange. closes #2361
2015-07-21 14:05:44 -04:00
David LaPalomento
07f0483780
@dmlap switched events to not bubble by default. closes #2351
2015-07-21 09:58:12 -07:00
Matthew McClure
e5d4757e36
Fixed vertical option for volumeMenuButton. closes #2352
2015-07-16 18:20:23 -07:00
Gary Katsevman
8cc967e022
pass fs state to player from enterFullscreen, split full-window styles into their own selector. closes #2357
2015-07-16 13:38:13 -07:00
jrivera
d2de00cae1
@imbcmdth updated source handlers to use bracket notation so they wont break when using minified videojs. closes #2348
2015-07-16 13:48:34 -04:00
heff
3e35935182
Sped up tests by relying on watchify and splitting up tests
...
- Temporarily killed API tests. Combining them with other tests.
- Using browserify:watch for build/temp/video.js (sandbox testing)
- Using karma:watch for automated tests
Using individual watch tasks allows watchify to use smart caching in both
instances.
- Switched to grunt-concurrent for watch tasks
- Switched to travis containers, sudo: false
- Added caching of npm modules in Travis
- Consolidated travis testing
- Cleaned up grunt file
- Fixed travis.yml spacing
- Added the watchAll task for trying it out
- Moved travis test script logic to package.json
- Moved coverage reporting to Travis only
closes #2254
2015-07-15 15:22:34 -07:00
Gary Katsevman
3268d71577
Insert cloned el back into DOM. Fixes #2214 . closes #2334
2015-07-13 13:04:04 -04:00
Gary Katsevman
9de463e35c
Export bind on videojs. Fixes #2322
...
closes #2332
2015-07-10 14:44:29 -07:00
Gary Katsevman
d5061d7691
Update vttjs to fix a trailing comma JSON error
...
closes #2331
2015-07-10 13:40:40 -07:00
David LaPalomento
f53f3dc36f
@dmlap exported the videojs.log function. closes #2317
2015-07-10 12:36:09 -07:00
David LaPalomento
ccd6ed44b8
Don't track progress until ready
...
Delay manual progress checks until the tech is ready to avoid errors.
The Flash tech errors if buffered() is called before the SWF has loaded,
for instance.
closes #2316
fixes #2288
rel #2289
2015-07-10 12:22:20 -07:00
Pavel Horal
f9316fcda0
@pavelhoral fixed subclassing without a constructor. closes #2308
2015-07-10 11:42:29 -07:00
Matthew McClure
ba4ab80455
Added a currentTime tooltip to the progress handle
...
- added data-current-time attr to PlayProgressBar
- show data-current-time attr in tooltip on hover
- separate hover state from styling
closes #2255
2015-07-09 16:18:43 -07:00
Matt Boles
77a96bea6f
Improved JSDoc comments everywhere for new docs generation
...
closes #2270
2015-07-09 16:03:49 -07:00
Michelle Anderson
3479a545aa
Checking on the event the relatedTarget exists before setting its property
...
Fixes a bug where relatedTarget was undefined in Firefox
fixes #2024
closes #2025
2015-07-09 15:41:07 -07:00
David
46c79e2b19
Release v4.12.11
2015-07-09 18:58:21 +00:00
David LaPalomento
c2820e9e38
@dmlap fixed an error caused by calling vjs_getProperty on the swf too early. closes #2289
2015-07-09 11:52:52 -07:00
Gary Katsevman
c43863edbd
@gkatsev updated the vtt.js version to fix JSON issues. closes #2327
2015-07-09 11:46:58 -07:00
Gary Katsevman
2b79dacdbc
@gkatsev fixed the texttrackchange event and text track display for non-native tracks. closes #2215
2015-07-08 15:07:21 -07:00
Thijs Triemstra
56be47b80a
Log an error when a plugin can't be found
...
closes #1931
closes #1928
2015-07-08 14:51:00 -07:00
Gaurav Saxena
34822537f4
@saxena-gaurav updated swf to 4.7.2 to fix flash of previous video frame. closes #2300
2015-07-08 14:27:39 -04:00
Matthew McClure
b77e3c9ade
@mmcc added the vjs-big-play-centered class. closes #2293
2015-07-06 17:10:50 -07:00
David LaPalomento
99032bb2a7
@dmlap updated to videojs-swf@4.7.1 to fix a video dimensions issue on subsequent loads. closes #2281
2015-07-06 16:36:19 -07:00
Pavel Horal
26a78627f1
@pavelhoral fixed a bug with user activity that caused the control bar to flicker. closes #2299
...
Fixes #2298
2015-07-01 21:22:58 -07:00
David
b93dea70b8
Release v4.12.10
2015-06-23 20:43:28 +00:00
David LaPalomento
0f1c5f22f0
Add changelog entry for SWF update
...
Prepend attribution to the previous entry.
2015-06-23 16:34:48 -04:00
jrivera
56d4861bb0
src() should not return blob URLs with MSE source handlers. closes #2271
2015-06-23 16:28:23 -04:00
jrivera
1bc8efc218
Release v4.12.9
2015-06-15 20:30:49 +00:00
jrivera
463ba4ea44
@imbcmdth fixed async currentSrc behavior. closes #2256
2015-06-15 16:26:07 -04:00
jrivera
20b46b9fb9
@imbcmdth updated currentSrc to return src instead of blob urls in html5 tech. Fixes #2232 . closes #2232
2015-06-10 14:14:54 -04:00
Matthew McClure
ee22d4ad5b
@mmcc un-hid the current and remaining times by default. closes #2241
2015-06-08 14:37:34 -07:00
David LaPalomento
0be74e51ff
@dmlap added support for the seekable property. closes #2208
2015-06-08 13:47:04 -07:00
Matthew McClure
b3a2583e9e
@mmcc fixed the progress handle transition jerkiness. closes #2219
2015-06-05 17:35:54 -07:00
heff
4803ac2674
Removed the CDN publishing logic into it's own repo
...
See videojs/cdn#3
- Added a guide note about skipping analytics tracking on the CDN
- Updated videojs-font
- Added videojs-ie8 as a dependency
- Updated the examples directory URLs and added to dist
- Updated CSS to override font path
2015-06-05 15:38:52 -07:00
David
86a11a01ab
Release v4.12.8
2015-06-05 21:31:55 +00:00