1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-16 11:37:29 +02:00
Commit Graph

611 Commits

Author SHA1 Message Date
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
Steve Heffernan
159a509962 Added a lot...
Full iPad support.
Source types to embed code.
Source checking ability.
_V_ mock library
2010-06-12 18:00:53 -07:00
Steve Heffernan
3bc2f0ac99 Added buffer watching method for load progress to fix Safari/Chrome 5 2010-06-10 17:42:15 -07:00
Steve Heffernan
fc723527ea Comments 2010-06-10 17:05:07 -07:00
Steve Heffernan
d76fa8abfe Added esc key for fullscreen mode. 2010-06-10 16:55:56 -07:00
Steve Heffernan
097cdaa14c Added a loading bar. 2010-06-09 01:24:12 -07:00
Steve Heffernan
12c3f34723 Updated readme. 2010-06-08 21:47:27 -07:00
Steve Heffernan
5a35b4627d Removed video ID from video tag. Wasn't needed and isn't right when there are multiple videos. 2010-06-08 19:32:52 -07:00
Steve Heffernan
e00aa52d20 Fixed a bug with 2 videos on one page - one video would still overlap the other in full-window mode. 2010-06-08 19:11:28 -07:00
Steve Heffernan
39ab12df70 Added hiding of built in controls if set. Thanks to rabisuz 2010-06-08 18:45:11 -07:00
Steve Heffernan
0aa77ed019 Updated volume storing. Found out Firefox doesn't support it for local files. 2010-06-03 09:55:37 -07:00
Steve Heffernan
7cf324dea1 Switched to CDN 2010-06-03 08:53:27 -07:00
Steve Heffernan
f4d5348447 Added download links to round out VfE and compatibility. 2010-06-02 22:03:03 -07:00
Steve Heffernan
65c4ff6f43 Organized some code. Storing volume locally thanks to dz0ny. 2010-06-02 21:25:27 -07:00
Steve Heffernan
72a9aadfbd Organized/updated poster functionality. 2010-06-02 19:44:58 -07:00
Steve Heffernan
6571f38204 Added poster image fix thanks to dz0ny 2010-06-02 19:22:58 -07:00
Janez Troha
47c7d46d99 Usability, showing appropiate curson when over controls. 2010-06-03 07:10:37 +08:00
Janez Troha
1ff9abfc10 Fix for constrols showing in full screen http://github.com/zencoder/video-js/issues#issue/3
Signed-off-by: Janez Troha <janez.troha@gmail.com>
2010-06-03 07:10:37 +08:00
Steve Heffernan
4ee7ccfde4 Updated from autobuffer to preload. Thanks to Bruce Lawson. 2010-06-02 10:52:34 -07:00
Steve Heffernan
95845a7646 Updated license. 2010-06-02 09:08:15 -07:00
Steve Heffernan
877b9d5c8f Separated skin in style sheet. 2010-05-27 15:50:03 -07:00
Steve Heffernan
a621aec774 Changed fullscreen back to fixed positioning. 2010-05-27 15:25:10 -07:00
Steve Heffernan
d548450e4e Updated to new method of fullscreen to hopefully fix some bugs. 2010-05-27 15:15:33 -07:00
Steve Heffernan
b6353669d4 Added support for resizing the window in full-window mode. 2010-05-27 11:40:13 -07:00
Steve Heffernan
cd7b1a1493 Added a fix for scrollbars covering the fullwindow button. 2010-05-27 11:07:24 -07:00
Steve Heffernan
0545583730 Fixed a issue with updating the progress bar when the controls are hidden. Thanks to Justin Greer. 2010-05-27 10:51:18 -07:00
Steve Heffernan
46a2340aab Added z-index to prevent anything from being over the video. 2010-05-21 19:48:41 -07:00
Steve Heffernan
8d662f01d8 Reverted to not adding video-js-box dynamically. Was causing weird layout errors. 2010-05-21 09:53:37 -07:00
Steve Heffernan
026f186760 Removed video box in demo because adding it dynamically now.
Switche to window.onload instead of bodyLoaded function.
2010-05-21 09:33:50 -07:00
Steve Heffernan
1d96036ab2 Updated the VFE code.
Reworked some of the listeners to be on the actual video element events.
Added simple auto hiding.
2010-05-21 09:27:47 -07:00