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
f559e36d11 Removed load() from preload fix.
Added big play button styles for other skins.
2010-10-19 22:36:27 -07:00
Steve Heffernan
32193e1e86 Updated readme. Fixed some JSlint complaints. 2010-10-19 21:21:26 -07:00
Steve Heffernan
64e6573945 Added a big play button at the beginning.
Hiding controls at the start because Safari errors if you click fullscreen button before the video loads.
Started error tracking.
Organized controls/box positioning some.
2010-10-18 21:51:02 -07:00
Steve Heffernan
49ffeedd1e Added showPoster to onEnded. So poster shows up when the video ends. 2010-10-04 21:34:36 -07:00
Steve Heffernan
79ef734914 Made initial click & hold trigger new value on progress and volume.
Made controls not hide when hovering over them.
Changed a document.onmousemove to an eventListener to prevent conflicts.
2010-09-25 22:28:04 -07:00
Steve Heffernan
632f929731 Merge branch 'master' of github.com:zencoder/video-js 2010-09-23 10:22:24 -07:00
Steve Heffernan
d1754b5a29 Removed vars from global scope. Updated readme. 2010-09-23 10:21:52 -07:00
Fredust85
07545a27ab - removed trailing comma ( IE7 throws exception VideoJS is undefined ) 2010-09-24 01:21:02 +08:00
Steve Heffernan
9cd6ef36fd Added width/height functions to resize the video & player. 2010-09-22 18:41:52 -07:00
Steve Heffernan
54bef3e0d7 Updated readme format again. 2010-09-20 19:08:12 -07:00
Steve Heffernan
848805c94c Updated readme format. 2010-09-20 19:07:12 -07:00
Steve Heffernan
0451dd394a Added iphone/ipad poster fix. Bumped to 1.1.2. 2010-09-20 19:05:17 -07:00
Steve Heffernan
7a4df2780c Added iPhone check. 2010-09-19 11:53:30 -07:00
Steve Heffernan
cf20ff7217 Switched to OGV in demo. 2010-09-18 17:50:54 -07:00
Steve Heffernan
7d7d78bfe4 Update contributors. 2010-09-18 09:32:51 -07:00
Steve Heffernan
bc1240f8d7 (Shraymonks) Fixed subtitle timings and its interference with showing the controls 2010-09-17 23:29:13 -07:00
Steve Heffernan
c72d1ff607 Ran through JSLint and updated based on those suggestions. 2010-09-17 23:19:43 -07:00
Steve Heffernan
644ffb8901 Added more specificity to styles. 2010-09-17 22:12:50 -07:00
Steve Heffernan
aeb1744fbf Added contributors list. 2010-09-17 21:11:57 -07:00
Steve Heffernan
843c0a8eb1 Added Android fix thanks to albertogasparin, and organized device fixes. 2010-09-17 21:02:44 -07:00
Steve Heffernan
85e653cebc Uncommented Class 2010-09-17 20:29:02 -07:00
Ken Earley
6b1e929ffd fixing implied global variables 2010-09-18 11:28:36 +08:00
Thomas von Deyen
7e5bd00582 Fix for Flowplayer a-Tag embedding:
Now every HMTL Node with a 'vjs-flash-fallback' className can be the FlashFallback Node.
2010-09-18 11:20:04 +08:00
Steve Heffernan
e27c02e32f Switched to .ogv instead of .ogg 2010-09-17 20:19:16 -07:00
Steve Heffernan
62801081d4 First formal version. 2010-09-14 17:24:36 -05:00
Steve Heffernan
886f193f1e Re-enabled native full screen. 2010-09-10 14:35:29 -07:00
Steve Heffernan
20b33afa10 Created a jQuery plugin.
Added the ability to make Flash dominant over HTML5 video.
2010-09-09 19:23:57 -07:00
Steve Heffernan
07019598f1 Removed the videoJSPlayers array, and switched to storing a reference to the player on the video element itself. 2010-09-08 19:11:18 -07:00
Steve Heffernan
833c072ea8 Added a break... 2010-08-19 21:37:19 -07:00
Steve Heffernan
795f2f8a1d Changed setup to include setupAllWhenReady as the main easy way to set up.
Switched setup() to return one or an array of players for referencing later.
Added a bunch to the ReadMe file.
2010-08-19 21:33:30 -07:00
Steve Heffernan
3e8f2db575 Added some CSS updated from Jim Puls 2010-08-19 17:08:46 -07:00
Steve Heffernan
c5c645ef6f Updated flowplayer demo to include poster frame. 2010-08-19 15:51:53 -07:00
Steve Heffernan
c745b34d4d Added a DOM Ready function, so no library/or onload function needed for basic setup.
Fixed the controls starting at the top and then jumping down issue.
2010-08-06 10:19:23 -07:00
Steve Heffernan
31231d0680 Changed Class to JRClass. Would've conflicted with other libs. 2010-07-26 19:41:28 -07:00
Steve Heffernan
964163aedc Fixe for an apparent play button state issue. 2010-07-21 17:17:42 -07:00
Steve Heffernan
6bd7473f13 Clearing play progress interval before setting it again, just in case. 2010-07-21 17:11:00 -07:00
Steve Heffernan
86e926f94a Changed subtitles to use data-subtitles attribute.
Updated readme.
2010-07-20 16:46:48 -07:00
Steve Heffernan
5efe2b8fa1 Adde subtitle functions by sandaru1 2010-07-20 13:53:06 -07:00
Steve Heffernan
51a10a8e17 Added addVideos function by nicholasbs 2010-07-20 13:39:50 -07:00
Steve Heffernan
63459dfac9 Added subtitles demo file & styles. 2010-07-20 13:39:11 -07:00
Steve Heffernan
01ded669a1 Some organization. 2010-06-27 22:05:35 -07:00
Steve Heffernan
0866dbf3fa Optimized some browser checks. 2010-06-27 21:32:28 -07:00
Steve Heffernan
96c3a29079 Added some optimizations thanks to rabisuz.
Made some additional optimizations and notations to video support checking.
2010-06-27 20:40:00 -07:00
Steve Heffernan
4df3b7a000 Restructured HTML/CSS to make skinning easier.
Added 3 new skins.
Added native fullscreen mode for safari.
2010-06-26 21:48:05 -07:00
Steve Heffernan
c0a0c97e0b Organizing CSS 2010-06-17 19:41:27 -07:00
Steve Heffernan
109d473b35 Fixed preloading issue with firefox.
Added links hiding option.
2010-06-17 17:22:36 -07:00
Steve Heffernan
75eb6a7ceb Added back ogg version from testing. 2010-06-15 09:31:37 -07:00
Steve Heffernan
3d6d2154f8 Forcing fallback to flash when source isn't supported 2010-06-15 09:30:20 -07:00
Steve Heffernan
27460d4e46 Moved some functions to _V_ 2010-06-14 19:41:15 -07:00
Steve Heffernan
d68a142abb Fixed volume to be more accurate. 2010-06-13 21:59:43 -07:00