1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-21 01:39:04 +02:00
Commit Graph

289 Commits

Author SHA1 Message Date
Steve Heffernan
82142e2f54 Added loading spinner code from ZenJosh. 2011-12-21 17:59:36 -08:00
Bart Nagel
1c18578466 automatically create dist subdirectory 2011-12-16 01:06:00 -08:00
Bart Nagel
0e81c6b059 fixed cue search algorithm bug 2011-12-16 00:52:15 -08:00
rkyrychuk
99fa329bc5 Auto rewind on big button play click 2011-12-15 23:58:35 +02:00
rkyrychuk
f13a2bf733 Ensure that tracking progress and time progress will stop and player deleted after calling destroy method 2011-12-15 23:17:10 +02:00
Steve Heffernan
6945be3d6e Updated volume display to automically set itself. 2011-12-08 17:33:44 -08:00
Steve Heffernan
d1fb95ecbf Fixed another issue with passing vars to flash 2011-12-07 22:12:36 -08:00
Steve Heffernan
176eb1f559 Fixed an error with updating tech support. 2011-12-07 22:04:54 -08:00
Steve Heffernan
8babbb412c Cleaned up tech name 2011-12-07 22:02:40 -08:00
Steve Heffernan
f4e68d1a47 Fix flashvar name 2011-12-07 21:41:28 -08:00
Steve Heffernan
e0516a4c83 Added ability to pass options to flash fallback. 2011-12-07 21:29:21 -08:00
Steve Heffernan
1972528df7 Changed h5swf name to just Flash for ease of use. And lowercased tech object names. 2011-12-07 21:03:12 -08:00
Steve Heffernan
39f7bead50 Updated compare page. 2011-12-07 16:44:21 -08:00
Steve Heffernan
e4f6bbb0b2 Optimized slider controls.
Fixed issue with fullscreen progress bar tracking (offset left wasn't working in new fullscreen)
2011-12-05 11:28:18 -08:00
Steve Heffernan
afc9369849 Merge branch 'master' of github.com:zencoder/video-js
Conflicts:
	src/player.js
	src/tech.js
2011-12-01 16:52:23 -08:00
Steve Heffernan
325084c6a1 Updated swf code to auto play on new src. 2011-12-01 16:48:06 -08:00
Heff
2f99215f8d Merge pull request #98 from ZenJosh/master
Refactored fullscreen logic
2011-12-01 16:47:55 -08:00
Josh Pickett
d90cee588a Removed try catch from requestFullScreen 2011-12-01 16:35:13 -08:00
Josh Pickett
00a38f76a7 Refactored fullscreen logic 2011-12-01 16:29:52 -08:00
Steve Heffernan
b329dfd107 Merge branch 'master' of github.com:zencoder/video-js 2011-12-01 16:17:40 -08:00
Heff
11286190fa Merge pull request #97 from ZenJosh/master
Fixed Firefox/IE9 fullWindow bug
2011-12-01 16:17:28 -08:00
Josh Pickett
05d7a81885 Fixed Firefox/IE9 fullWindow bug 2011-12-01 16:07:19 -08:00
Josh Pickett
1dd70d1c77 Merge branch 'master' of http://github.com/zencoder/video-js 2011-12-01 15:47:53 -08:00
Steve Heffernan
437566740f Merge branch 'master' of github.com:zencoder/video-js 2011-12-01 15:47:52 -08:00
Steve Heffernan
7e747e95ab Updated swf object to newest version.
Optimizing player for later loaded sources.
2011-12-01 15:47:12 -08:00
Heff
de6230644e Merge pull request #96 from ZenJosh/master
Added fullscreen controls to supported browsers
2011-12-01 15:46:32 -08:00
Josh Pickett
08aa73ccf6 Added fullscreen with controls to supported browsers 2011-12-01 15:38:15 -08:00
Josh Pickett
2607e82aaf Native fullscreen with controls added for supported browsers 2011-12-01 15:24:34 -08:00
Steve Heffernan
ec145f6d4d Fixed an issue with ajax errors 2011-11-30 14:05:28 -08:00
Steve Heffernan
78a3b16e9c Cleaned up dev.html.example 2011-11-30 13:34:33 -08:00
Steve Heffernan
58cf933091 Updated readme to talk about dev.html 2011-11-30 13:27:21 -08:00
Steve Heffernan
f8fc9a8d7b Renamed to dev.html.example 2011-11-30 13:14:39 -08:00
Steve Heffernan
5f4369e188 Added dev.html to gitignore 2011-11-30 13:13:35 -08:00
Steve Heffernan
4593421adb Removing dev.html and adding dev_example.html to allow for testing without pushing changes to dev.html 2011-11-30 13:12:28 -08:00
Steve Heffernan
f0154eeab7 Added support for loading the player first and then setting the source later.
Fixed iOS loading issue.
2011-11-30 13:06:32 -08:00
Steve Heffernan
1e284827d7 Modified some comments 2011-11-30 11:53:08 -08:00
Steve Heffernan
3e99e630ea Added gitignore 2011-11-29 19:36:50 -08:00
Steve Heffernan
0c7334c861 Fixed some IE comma errors. Made ajax error clearer. Fixed a setup issue. 2011-11-29 16:39:43 -08:00
Steve Heffernan
82d55c45e7 Updated error with updating tech support 2011-11-29 12:12:13 -08:00
Steve Heffernan
7538241008 MAJOR REFACTOR: Restrcutured code into class-based components. Setup and configuring should still work the same, but controls and tech elements are now sub-classes for Component, which builds elements and applies event behaviors.
Removed demo source code from repository root. Was receiving pull requests for the release files instead of source files. This makes it more clear where to make changes.

Merge branch 'master' of github.com:zencoder/video-js

Conflicts:
	dev/src/api.js
2011-11-29 11:42:28 -08:00
Steve Heffernan
6193e01004 MAJOR REFACTOR: Restrcutured code into class-based components. Setup and configuring should still work the same, but controls and tech elements are now sub-classes for Component, which builds elements and applies event behaviors.
Removed demo source code from repository root. Was receiving pull requests for the release files instead of source files. This makes it more clear where to make changes.

Merge branch 'ui'

Conflicts:
	dev/flash/VideoJS.swf
2011-11-29 11:41:42 -08:00
Steve Heffernan
ef321a8072 MAJOR REFACTOR: Restrcutured code into class-based components. Setup and configuring should still work the same, but controls and tech elements are now sub-classes for Component, which builds elements and applies event behaviors.
Removed demo source code from repository root. Was receiving pull requests for the release files instead of source files. This makes it more clear where to make changes.
2011-11-29 11:40:05 -08:00
Heff
e5a44eef58 Merge pull request #92 from stevecochrane/master
Fixed a bug in api.js that would cause a JavaScript error when entering fullscreen, in HTML5 mode, for browsers that support fullscreen (Safari)
2011-11-29 10:48:42 -08:00
Steve Heffernan
5488570745 Update flash player 2011-11-21 19:44:39 -08:00
Steve Heffernan
a314c0a242 Attempting new UI organization. 2011-11-21 17:19:31 -08:00
Steve Cochrane
53e1d0eb65 Fixed a bug with an enterFullScreen API call which was using a non-existant 'api()' method, when it should have been 'apiCall()'. This caused a JavaScript error which would break fullscreen in HTML5 mode for browsers that support it (Safari). 2011-11-21 14:35:58 -08:00
Steve Heffernan
193172498c Added fix for h5swf Flash version checking. (Issue 90)
Added fix for iPhone move in dom var. (Issue 84)
2011-11-18 15:53:00 -08:00
Steve Heffernan
7da9bdd073 Added licence info back to top of script. 2011-11-18 14:37:55 -08:00
Steve Heffernan
df3718cd55 Updated to new version of SWF 2011-11-17 16:54:02 -08:00
Steve Heffernan
c5a22081b4 Removed dist version. Minor changes/optimizations. 2011-11-17 16:28:49 -08:00