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
heff
a048468100
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.dev.js
dist/video-js/video.js
2014-12-19 14:18:16 -08:00
heff
881be6f77d
Release 4.11.3
2014-12-19 14:17:50 -08:00
heff
c6d51faba3
Added a line to the changelog for #1755
2014-12-19 14:11:26 -08:00
heff
45b3601465
Added a line to the changelog for #1753
2014-12-19 14:05:58 -08:00
heff
5545fc33e1
Added a line to the changelog for #1760
2014-12-19 13:58:11 -08:00
heff
716fc2dc2b
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.dev.js
dist/video-js/video.js
2014-12-17 16:13:27 -08:00
heff
ad3e430cc6
Release 4.11.2
2014-12-17 16:12:38 -08:00
Gary Katsevman
d7f2924fdc
Make sure that setSource is directly on prototype
...
This is to make the new source handlers backwards compatible and so it
wont break techs that extend existing techs that were converted to use
source handlers. closes #1746
2014-12-17 15:07:37 -08:00
Matthew McClure
bb5582abd3
Add the playback rate menu to the content el. closes #1716 , fixes #1712
2014-12-17 14:29:05 -08:00
Peter Dave Hello
a859575e62
@PeterDaveHello added a Traditional Chinese translation. closes #1729
2014-12-09 12:47:46 -08:00
heff
daa66b9183
Release 4.11.1
2014-12-04 14:05:50 -08:00
heff
3d16a4378c
@heff fixed a code bug in track XHR requests. closes #1715
2014-12-04 14:03:36 -08:00
heff
0469c5063c
Release 4.11.0
2014-12-04 13:29:40 -08:00
heff
dd9b4df727
@heff updated the SWF to the latest version. closes #1714
2014-12-04 13:24:05 -08:00
nemesreviz
c2e0c89d4c
@nemesreviz added a Hungarian translation. closes #1711
2014-12-04 11:50:21 -08:00
Gary Katsevman
c111d30b45
@mmcc fixed the vdata exception when you dispose a player with tracks. closes #1710
2014-12-03 14:21:25 -08:00
Matthew McClure
1f6c5179d8
@mmcc added functions for better timeout and interval handling. closes #1642
2014-12-03 11:31:39 -08:00
Ahmad M. Zawawi
ea7bf36588
@azawawi added an Arabic translation. closes #1692
2014-12-02 16:23:33 -08:00
Steve Heffernan
76e662a756
@heff added the Source Handler interface for handling advanced formats including adaptive streaming. closes #1560
2014-12-02 14:22:34 -08:00
Thijs Triemstra
8a019ee046
@thijstriemstra fixed a number of typos in the docs. closes #1704
2014-12-02 11:22:48 -08:00
heff
2de84da25f
Added a line to the changelog for #1702
2014-12-02 10:53:43 -08:00
Dan Toloudis
33e6630712
@toloudis fixed an issue with checking for an existing source on the video element. closes #1651
2014-11-25 15:31:53 -08:00
heff
2e71201e23
Cleaned up slider.js from #1616 (commit 7605d8c
) and added changelog item for #1616
2014-11-25 14:38:36 -08:00
Steve Heffernan
0919b77f31
Release 4.10.2
2014-10-30 17:25:22 -07:00
Matthew McClure
957687d449
@mmcc fixed localization of captions/subtitles menu off buttons. closes #1632
2014-10-30 17:21:58 -07:00
Steve Heffernan
5d859a92b5
Fixed the VolumeMenuButton options to allow passing 'vertical' to the VolumeBar. closes #1631
2014-10-30 13:59:05 -07:00
Steve Heffernan
1325722447
@heff fixed checking for child options in the parent options to allow for `false`. closes #1630
2014-10-30 13:19:01 -07:00
Steve Heffernan
f420c5bd5f
Added line to changelog for 4.10.1
2014-10-29 08:39:00 -07:00
Steve Heffernan
7511bb606d
Release 4.10.1
2014-10-29 08:36:16 -07:00
Steve Heffernan
6958643678
Release 4.10.0
2014-10-28 17:28:25 -07:00
Steve Heffernan
d55227668c
@heff turned on the custom html controls for touch devices. closes #1617
2014-10-28 16:53:30 -07:00
Steve Heffernan
f27bdd27ca
@heff Added the ability to set options for child components directly in the parent options. closes #1599
2014-10-28 11:45:32 -07:00
Gavin
fdb34f3179
@DevGavin added a Simplified Chinese translation. closes #1593
2014-10-28 11:29:05 -07:00
Matthew McClure
f5117ae976
@mmcc fixed an issue with the VolumeButton assuming it was vertical by default. closes #1592
2014-10-28 11:19:34 -07:00
Steve Heffernan
4b818d9ebf
@heff enhanced the event listener API to allow for auto-cleanup of listeners on other componenets and elements. closes #1588
2014-10-28 11:16:56 -07:00
Matthew McClure
b8cc047a2e
@mmcc fixed an issue where errors on source tags could get missed. closes #1575
2014-10-28 11:00:49 -07:00
Steve Heffernan
af02d158da
@heff updated the poster to use CSS styles to display; fixed the poster not showing if not originally set. closes #1568
2014-10-16 12:59:41 -07:00
Steve Heffernan
a6019d4207
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.js
2014-10-15 16:08:26 -07:00
Steve Heffernan
b848fd736d
Release 4.9.1
2014-10-15 16:07:59 -07:00
Steve Heffernan
b619404069
Bumped to videojs-swf v4.5.1 to fix a data sanitization issue. closes #1587
2014-10-15 16:04:18 -07:00
Thijs Triemstra
375cc1ecf9
@thijstriemstra added a Dutch translation. closes #1566
2014-10-06 12:45:45 -07:00
OlehTsvirko
0b75b0f843
@OlehTsvirko added a Russian translation. closes #1563
2014-10-06 12:39:45 -07:00
OlehTsvirko
2e3d2417fb
@OlehTsvirko added a Ukrainian translation. closes #1562
2014-10-06 11:26:27 -07:00
Jan Hesse
33f7805c2b
@andekande improved the German translation. closes #1555
2014-10-06 11:18:17 -07:00
aptx4869
5e70bef2ab
@aptx4869 fixed an issue where the native JSON parser wasn't used. closes #1565
2014-10-06 11:16:08 -07:00
Steve Heffernan
85730d7a1b
Release 4.9.0
2014-09-30 18:51:46 -07:00
Matthew McClure
18b6d25bc7
@mmcc added support for audio tags (html5 audio only). closes #1540
2014-09-30 18:34:51 -07:00
Steve Heffernan
8273809a18
Added a line to the changelog for #1519 . closes #1519
2014-09-30 16:28:36 -07:00
Steve Heffernan
ce97c24d79
@heff updated to swf v4.5.0 to fix event issues. closes #1554
2014-09-30 16:16:36 -07:00
Craig Rogers
9b7882e395
@twentyrogersc fixed the return value when setting the poster source. closes #1552
2014-09-30 15:38:22 -07:00
Philip Giuliani
6c4eac47a0
@philipgiuliani added an Italian translation. closes #1550
2014-09-30 15:31:26 -07:00
Matthew McClure
13f154d4d6
@mmcc made it possible to override the font-size of captions and subtitles. closes #1547
2014-09-30 15:27:05 -07:00
Matthew McClure
e526c9335d
@doublex fixed an issue with IE7 backwards compatibility. closes #1542
2014-09-30 15:15:40 -07:00
Steve Heffernan
61aee3376b
Added a line to the changelog for #1533
2014-09-30 14:59:36 -07:00
Tom Johnson
6040a61498
@seniorflexdeveloper added new translations and translation updates. closes #1530
2014-09-29 16:38:09 -07:00
Ryo Chikazawa
f47bf26e49
@chikathreesix fixed an issue where data-setup options could be missed. closes #1514
2014-09-29 16:13:07 -07:00
Tetsuya Morimoto
e0a124890b
@t2y added a Japanese translation. closes #1497
2014-09-29 16:08:14 -07:00
Alex
585befce81
@alexrqs cleaned up the Spanish translation. closes #1494
2014-09-29 16:02:57 -07:00
Stephen
d93bea98d7
@mynameisstephen fixed an issue where slider event listeners were not cleaned up. closes #1475
2014-09-29 15:55:51 -07:00
baloneysandwiches
fd181aa9cd
@baloneysandwiches added a hasClass method. closes #1464
2014-09-29 15:46:18 -07:00
Steve Heffernan
2a71d69c72
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.js
2014-09-25 14:18:03 -07:00
Steve Heffernan
c0518a1ff0
Release 4.8.5
2014-09-25 14:15:59 -07:00
Steve Heffernan
bb52851aa4
Updated to the latest version of the swf to fix HLS playback. closes #1538
2014-09-25 14:09:25 -07:00
Steve Heffernan
a2710b60f1
Merge branch 'stable'
...
Conflicts:
dist/video-js/video-js.css
dist/video-js/video-js.min.css
dist/video-js/video.dev.js
dist/video-js/video.js
2014-09-23 16:26:06 -07:00
Steve Heffernan
2b57ada7df
Release 4.8.4
2014-09-23 16:21:59 -07:00
Gary Katsevman
d43831d6d0
@gkatsev fixed isFullscreen reporting on iOS devices. closes #1511
...
Squashed commit of the following:
commit 02fe7a40d0
Author: Gary Katsevman <git@gkatsev.com>
Date: Tue Sep 23 14:15:08 2014 -0400
Feature detect old fullscreen instead of UA switch
commit f3eccbbe67
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 22 21:31:34 2014 -0400
No need for if since assume we're in fs
commit 0498b10084
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 22 21:28:10 2014 -0400
Revert "Don't trigget vjs's fullscreenchange event"
This reverts commit cc45177ee5
.
Conflicts:
src/js/media/html5.js
commit 1ed30853ef
Author: Gary Katsevman <git@gkatsev.com>
Date: Wed Sep 17 12:00:29 2014 -0400
Listen via 'this.one'.
Don't bother checking whether the video element is fullscreen but just
assume we are fullscreen.
commit 27e2707508
Author: Gary Katsevman <git@gkatsev.com>
Date: Tue Sep 16 18:12:36 2014 -0400
Use one for event binding.
commit cc45177ee5
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 15 17:28:46 2014 -0400
Don't trigget vjs's fullscreenchange event
This event isn't really being used for this usecase right now, so, no
need to trigger it.
commit ad505a6807
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 15 16:45:48 2014 -0400
Update exports for request & cancel fullscreen
commit e423635b6c
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 15 16:15:10 2014 -0400
On iOS, use ios specific enterFullscreen methods.
commit fe4a8fbf6a
Author: Gary Katsevman <git@gkatsev.com>
Date: Mon Sep 15 14:53:20 2014 -0400
Export isFullScreen correctly. Export isFullscreen as well.
2014-09-23 15:17:01 -07:00
Steve Heffernan
737b989d5e
Removed dist files
2014-09-22 16:13:39 -07:00
Steve Heffernan
ae04900c54
Release 4.8.3
2014-09-22 16:13:03 -07:00
Steve Heffernan
518614ca57
Added line to the changelog for #1526
2014-09-22 16:10:18 -07:00
Daniel Roviriego
ca1fdbb238
@deedos added a Brazilian Portuguese translation. closes #1520
2014-09-22 11:12:13 -07:00
Steve Heffernan
ee7c962494
Release 4.8.2
2014-09-16 16:38:42 -07:00