1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
Commit Graph

1762 Commits

Author SHA1 Message Date
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
Steve Heffernan
3fc71d098d Added ready callback to setup.
Moved _V_.players storing to init.
2011-11-15 18:04:39 -08:00
Steve Heffernan
34c187cd9a Updated init script to allow for controls attribute to be false. 2011-11-15 13:27:37 -08:00
Steve Heffernan
3243b01e6c Added autoplay fix for Safari.
Added CSS updated to src files.
2011-11-14 17:32:10 -08:00
Steve Heffernan
cc27d630c6 Merge branch 'master' of github.com:zencoder/video-js 2011-11-14 16:54:22 -08:00
Heff
db0033ebe5 Merge pull request #81 from kristerkari/master
Simplify CSS gradient syntax & Drop units from zero values
2011-11-14 11:53:48 -08:00
Krister Kari
c2b43903ab Simplify CSS gradient syntax 2011-10-14 23:03:33 +03:00
Krister Kari
2ea9c99f34 Drop units from zero values 2011-10-14 22:16:04 +03:00
Steve Heffernan
449c7014fb Merge branch 'master' of github.com:zencoder/video-js 2011-10-03 16:01:38 -07:00
Heff
6d59836b76 Merge pull request #79 from argami/master
Totally forgot to add the modification to src
2011-10-03 15:35:58 -07:00
Gamaliel A. Toro Herrera
e703e1591e - combine_sources.sh last line didn't execute some character in the previous one removed
- re-generated video.js on the main
2011-10-03 22:56:12 +02:00
Gamaliel A. Toro Herrera
c4f87649e4 - added technology order (source and dist) if everything fails last option flash 2011-10-03 21:20:09 +02:00
Steve Heffernan
6cccf594ad Added tagging notes 2011-10-03 11:12:21 -07:00
Steve Heffernan
df41661f47 Moved youtube test file. 2011-10-03 10:32:07 -07:00
Steve Heffernan
3daa81f87e Merge branch 'master' of github.com:zencoder/video-js 2011-10-03 10:30:48 -07:00
Steve Heffernan
4f60eb896c Added YouTube support at video hack day SF. 2011-10-03 10:25:02 -07:00
Heff
ee7318f6ae Merge pull request #78 from argami/master
New version is using flash all the time (sorry, was testing and forgot to switch back)
2011-10-03 10:24:08 -07:00
Gamaliel A. Toro Herrera
d7aa9f9558 - change order of technologies to check first html5 over flash 2011-10-03 17:38:13 +02:00
Steve Heffernan
442696cfc2 Version 3.0 BETA 2011-09-30 17:28:43 -07:00
Steve Heffernan
cab6d3ff48 Changed addListener to addEventListener, to mimic HTML5 API exactly 2011-06-15 17:07:13 -07:00
Steve Heffernan
cb4fb10aa9 Started working on an alternative flash method. 2011-06-06 16:08:33 -05:00
Steve Heffernan
992f2ec23c Fixed android check. Added contributor. Updated some docs. 2011-06-06 14:13:10 -05:00
Steve Heffernan
6824c1f1d8 Merge branch 'master' of https://github.com/mbrubeck/video-js into mbrubeck-master 2011-03-24 17:48:07 -07:00
Matt Brubeck
9165097ea1 Stricter test for Android WebKit browsers.
The previous test mistakenly used Android-WebKit-specific code for other
browsers, like Opera and Firefox.
2011-03-23 17:00:56 -07:00
Steve Heffernan
bdb9b7a010 Added the VideoJS.player() function for getting a player for an ID 2011-02-23 17:48:19 -08:00
Steve Heffernan
28c66dcf72 Added public src method for changing the video. 2011-02-18 09:33:12 -08:00
Steve Heffernan
c8e181be27 Added eirikb to contributors. 2011-02-18 08:56:07 -08:00
Steve Heffernan
dacae5717a Merge branch 'master' of https://github.com/eirikb/video-js into eirikb-master 2011-02-18 08:51:09 -08:00