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

190 Commits

Author SHA1 Message Date
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
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
c6aa3f6421 Updated CSS to put vendor prefixed attributes before non-prefixed ones, to be more future-proof. 2011-02-17 21:32:08 -08: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
069535932c Added strict opacity on hide/show 2011-02-13 15:29:00 -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
4847cd703e Updated readme with fix 2010-12-01 16:24:02 -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
bc5c1af20a Updated version numbers. 2010-11-22 15:02:11 -08:00
Steve Heffernan
30aa3dfa94 Updated readme with new fixes. 2010-11-22 15:01:21 -08:00