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 |
|
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 |
|
Steve Heffernan
|
cf40d531ee
|
Fixed issue where links fallback needed an element reference.
|
2010-11-21 20:18:17 -08:00 |
|
Steve Heffernan
|
3531ab87de
|
Splitting up into development files. Creating v2.0.
|
2010-11-21 20:14:12 -08:00 |
|