1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00
Commit Graph

54 Commits

Author SHA1 Message Date
Steve Heffernan
2751be7e0f Updated qUnit tests. 2012-02-03 15:22:57 -08:00
Steve Heffernan
0c2e3f5f5a Added line to feature list for Fullscreen edit pull request.
Added require.js for including individual source files during development.
2012-01-17 10:18:19 -08:00
Steve Heffernan
7ef5b15ae2 Updated api and setup docs 2012-01-05 23:25:09 -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
Steve Heffernan
a314c0a242 Attempting new UI organization. 2011-11-21 17:19:31 -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
449c7014fb Merge branch 'master' of github.com:zencoder/video-js 2011-10-03 16:01:38 -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
4f60eb896c Added YouTube support at video hack day SF. 2011-10-03 10:25:02 -07: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
dacae5717a Merge branch 'master' of https://github.com/eirikb/video-js into eirikb-master 2011-02-18 08:51:09 -08:00
Eirik Brandtzæg
7ffd071823 Refactored from transparent to opaque. Ref comment from emirpprime: 59fe0f109b (commitcomment-275822) 2011-02-18 12:16:56 +01:00
Eirik Brandtzæg
59fe0f109b Added <param name="wmode" value="transparent" /> to all instances of <object>. This will help with flash transparency in IE and z-index 2011-02-18 10:06:01 +01:00
Steve Heffernan
88ce51a175 Added listeners for enter/exit full screen/window. 2011-02-17 21:14:11 -08:00
Steve Heffernan
f31aec1717 Updated ReadMe 2011-02-17 20:34:53 -08:00
Steve Heffernan
d325f6aa56 Added option to disable controls. 2011-02-17 20:32:21 -08:00
Steve Heffernan
98a3d991a0 Organized API and files.
Abstracted player API from video API.
Started on Control fading through CSS transitions.
2010-12-29 09:19:09 -08:00
Steve Heffernan
54308bb616 Extracted flash.js. Changed video.js source file to main.js, to avoid confusion. 2010-12-16 13:15:34 -08:00
Steve Heffernan
81aef822db Adding docs.
Changed Video.player to Video.fn (like jQuery), so player can be used to get the player for a video.
2010-12-16 12:55:52 -08:00
Steve Heffernan
b97718d177 Rewrote and optimized subtitle code. 2010-12-10 14:53:18 -06:00
Steve Heffernan
6e05cb7082 Moving fullscreen to HTML5 api.
Forcing volume to between 0 and 1.
2010-12-09 15:44:56 -06:00
Steve Heffernan
a67cc39c24 Now adding classes of playing/pausing to playToggle elemenets, so they can exist out side of box.
Removed lastSetCurrentTime. Wasn't used.
2010-12-05 17:49:12 -08:00
Steve Heffernan
e6b34c516c Allowing ID string for activateElement 2010-12-05 14:42:27 -08:00
Steve Heffernan
451eb22ad6 Added leopard fullscreen fix to source file 2010-12-01 16:21:49 -08:00
Steve Heffernan
d18c9082bc Fixed issue with Safari on Leopard (10.5) fullscreen not working. 2010-12-01 16:18:50 -08:00
Steve Heffernan
9fb3f8923e Fixed issue where value & element objects were shared between players. Now defining those vars on init, instead of in prototype. 2010-11-22 16:45:19 -08:00
Steve Heffernan
21a14a7871 Removed console.log 2010-11-22 15:36:10 -08:00
Steve Heffernan
240030fe4d Fix: Issue with big play button when multiple videos are on the page. 2010-11-22 15:35:23 -08:00
Steve Heffernan
e9f23dfe1c Fixed issue with flash fallback no showing in firefox. 2010-11-22 14:59:19 -08:00
Steve Heffernan
c9f32ba437 Went back to only tracking current time while playing. Reduced buffer watching interval to reduce load. 2010-11-22 13:38:19 -08:00
Steve Heffernan
dd4f79abfd Switched main lib to 2.0. 2010-11-22 09:56:54 -08:00
Steve Heffernan
74f5e85eb4 Added whitespace at the end of each file. 2010-11-21 22:23:22 -08:00
Steve Heffernan
945f370c2b Fixed some IE bugs & some JSlint suggestions. 2010-11-21 22:21:36 -08:00
Steve Heffernan
75742b7d69 Fixed a bug where wouldn't track time after click on scrubber 2010-11-21 20:30:04 -08:00