Matthew McClure
db05a1b90d
Added @tjenkinson background-color changes
2015-05-11 15:02:28 -07:00
Gaurav
7bbbf992a9
Release v4.12.6
2015-05-07 19:10:14 +00:00
Gaurav Saxena
36956e20df
@saxena-gaurav fixed a bug from disposing after changing techs. closes #2125
2015-05-06 14:45:50 -04:00
heff
6786b70da1
Release v4.12.5
2015-03-17 20:47:00 +00:00
heff
bccea74d23
Updated to videojs-swf v4.5.4 to fix a potential security issue. closes #1955
2015-03-17 13:41:21 -07:00
heff
9009593297
Release v4.12.4
2015-03-05 01:16:06 +00:00
heff
5b944877ae
Randomized the Google Analytics calls to stay under the limit. closes #1916
2015-03-04 17:12:52 -08:00
Matthew
ab84de6960
Release v4.12.3
2015-02-28 01:10:21 +00:00
heff
20a4184ea7
@heff fixed setting the source to an empty string. closes #1905
2015-02-27 15:50:13 -08:00
Matthew
ed8ccf599b
Release v4.12.2
2015-02-27 00:09:30 +00:00
Gary Katsevman
2a1f9f357f
@gkatsev fixed disabling of default text tracks. closes #1892
2015-02-25 16:12:01 -08:00
heff
8e372d7ffd
Release 4.12.1
2015-02-19 16:32:05 -08:00
Gary Katsevman
14c94561a9
Only rely on selectedIndex to set select option.
...
Firefox recently added selectedOptions support, however, unlike chrome
and other browsers, they made it read-only and have it throw an error.
In my testing (via http://jsfiddle.net/vwvdywf9/ ), on various browsers and platforms, just using selectedIndex was sufficient to change the selected option.
closes #1877
2015-02-19 16:29:22 -08:00
Gary Katsevman
8b0966c1b4
Store text tracks on player not tech
...
Test keeping text tracks between tech loads.
This does break without the previous commit.
closes #1874
2015-02-19 12:28:26 -08:00
heff
dd24d17372
Release 4.12.0
2015-02-17 16:44:25 -08:00
heff
5bae2d88c3
Cleaned up inconsistencies in the changelog
2015-02-17 16:41:10 -08:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
b2fe4c6292
@mister-ben fixed a woff warning in Firefox. closes #1870
2015-02-17 12:28:15 -08:00
Gary Katsevman
52e6768526
@gkatsev fixed captions showing by default in Chrome and Safari. closes #1865
2015-02-13 16:23:55 -08:00
Gary Katsevman
4e5c28cc56
@gkatsev greatly improved text track support and implemented vtt.js as the webvtt parser. closes #1749
2015-02-13 15:19:02 -08:00
İbrahim Alkan
5c59849f30
@ragecub3 added a Turkish translation. closes #1853
2015-02-12 15:55:49 -08:00
Shoshomiga
4e9974165d
@shoshomiga added a Bulgarian translation. closes #1849
2015-02-12 15:52:26 -08:00
Simone
3459381c2a
@iSimonWeb added font-path variable. closes #1847
2015-02-12 15:48:45 -08:00
Gavin
1036338134
@DevGavin fixed the Chinese translation. closes #1841
2015-02-12 15:43:13 -08:00
Nathan Woltman
265ed0eca2
@woollybogger exported the hasClass function. closes #1839
2015-02-12 15:35:09 -08:00
David LaPalomento
5e371b4625
@dmlap Add network and ready state properties. closes #1854
2015-02-12 18:26:32 -05:00
45aff0062cf1b0e55a6532b0a513db6be3952d17
3742afe607
Add vjs-ended class when playback reaches the end of the timeline. closes #1857
2015-02-12 18:15:44 -05:00
Matthew McClure
fd24c5c7a3
lowered tap movement and tap time thresholds
...
or, you know, actually change the threshold
updated component test to account for smaller touchmove threshold
closes #1830
2015-02-12 14:34:07 -08:00
Steve Randy Tantra
fbb2197dfa
@steverandy fixed an issue with scrolling over the player on touch devices. closes #1809
2015-02-12 12:01:20 -08:00
Ryo Chikazawa
19058302bd
@chikathreesix fixed an object delete error in Chrome. closes #1858
2015-02-11 11:12:54 -08:00
David LaPalomento
f980cdb1fb
Hide the poster when play fires. closes #1834
2015-02-09 12:11:00 -05:00
David LaPalomento
42fbd4c799
Export video.js as a named AMD module. closes #1844
2015-02-05 09:57:59 -05:00
heff
2489cc1c10
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video-js.swf
dist/video-js/video.dev.js
dist/video-js/video.js
2015-01-23 10:50:49 -08:00
heff
aac97d287a
Release 4.11.4
2015-01-23 10:50:22 -08:00
Lee Whitaker
3c83fd364d
Update swf version to 4.5.3
...
closes #1823
2015-01-23 10:42:40 -08:00
Artem Suschev
c8781cf51b
@H1D fixed an issue with file extension type detection. closes #1818
2015-01-21 17:55:35 -08:00
David LaPalomento
4bde5c8928
Don't always add controls to the video element
...
Fix for #1561 . If the HTML tech is being constructed without a video element to work off of, make sure that the controls attribute is only added under the same circumstances it would be at player init. Before this fix, if you loaded the Flash tech and then switched to the HTML tech, you would see the native controls underneath the video.js controls.
Fix controls attribute test on iOS
iOS uses native controls by default and so was failing the assertions that native controls weren't used. Force custom controls for this test case to make it work like everywhere else.
Update nativeControlsForTouch default
The default value changed so fix the predicate that tested for whether it was in use.
closes #1811 , closes #1564 , closes #1561
2015-01-21 17:35:55 -08:00
Matthew McClure
78e95e14b8
@mmcc fixed an issue with text track hiding introduced in #1681 . closes #1804
2015-01-21 16:44:59 -08:00
Matthew McClure
67c4eed937
@mmcc added a VERSION key to the videojs object. closes #1798
2015-01-21 16:37:13 -08:00
Toni Hermoso Pulido
300eeb759c
@toniher added a Catalan translation. closes #1794
2015-01-21 16:25:50 -08:00
heff
b51d83090b
Added a line to the changelog, closes #1814
2015-01-20 11:01:05 -08:00
Bryce Fisher-Fleig
e8030ea88f
@brycefisher Added a guide on player disposal. closes #1803
2015-01-16 15:52:34 -08:00
Gary Katsevman
1c17a67f39
Fixed issue where ManualTimeUpdatesOff was not de-registering events. closes #1793
2015-01-16 12:05:21 -08:00
heff
e8235c9022
Fixed type support checking for an empty src string. closes #1797
2015-01-16 11:43:58 -08:00
heff
a3b12d9d03
Exported missing source handler functions. closes #1787
2015-01-12 14:28:22 -08:00
David LaPalomento
c939ab86ca
@dmlap fixed URL parsing in IE9. closes #1765
2014-12-23 08:25:49 -08:00
heff
fff41a9066
Added a line to the changelog for #1741
2014-12-22 11:17:15 -08:00
Sxmanek
9c1e410660
@Sxmanek added a Czech translation. closes #1739
2014-12-22 10:44:53 -08:00
Nguyễn Văn Ánh
8cf9f19c11
@anhskohbo added a Vietnamese translation. closes #1734
2014-12-22 10:15:50 -08:00
heff
f0d500a633
Updated #1730 to use the ready function instead of warning.
...
Added a line to the changelog for #1730 .
closes #1730
2014-12-22 09:54:21 -08:00
Matthew McClure
a67201f913
@mmcc updated the hide/show functions to use a class instead of inline styles. closes #1681
2014-12-22 09:38:54 -08:00