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

24 Commits

Author SHA1 Message Date
72a423237c Updated track styles and make subtitles button work. 2012-03-10 08:54:46 -08:00
aeecc92194 Refactored tracks to better match HTML5 spec 2012-03-09 17:12:38 -08:00
12816b8409 Added captions button and display styles. 2012-03-02 13:52:06 -08:00
52975871e1 Fixed issue with volume knob positioning.
Using visiblity for for hiding in IE6.
Updated controls fading.
2012-01-28 16:27:03 -08:00
ca9d044ae9 Working towards getting styles to work on controls 2012-01-27 16:57:24 -08:00
84e1f508e7 Component lists are now objects that allow you to set options on. 2012-01-27 15:57:03 -08:00
79d5694c99 Starting on new component loading. 2012-01-27 15:04:25 -08:00
cd4f7e1945 Changed videoIsFullScreen to isFullScreen.
Watching for fullscreen event to update player status when escape key is used.
2012-01-27 12:22:05 -08:00
740fca702c Merge branch 'hotfix/fix-ie-controls-hiding' 2012-01-23 16:02:53 -08:00
c0c6db7071 Added a fix for IE controls hiding 2012-01-23 16:00:51 -08:00
baab54c560 Removed spinner on stall. 2012-01-16 15:42:31 -08:00
c345889535 Fixed an issue where ie8 was borking on a bad image attribute. 2012-01-12 17:39:25 -08:00
166bd0b44f Fixed an offset width bug with IE that was causing player to break. 2012-01-09 16:28:26 -08:00
7ef5b15ae2 Updated api and setup docs 2012-01-05 23:25:09 -08:00
9678c7717f Added manual poster image to get around flash cross domain issues.
Starting controls hidden.
Making tech elements clickable.
2012-01-02 16:57:17 -08:00
242ff4c68b Fixed tech switching.
Fixed an issue where bigplaybutton was throwing an error when not preloading.
Fixed a bufferring issue when tech switching.
2012-01-02 13:02:04 -08:00
16f6c229f3 Merge branch 'master' of github.com:zencoder/video-js 2011-12-21 18:16:12 -08:00
accdfcb02c Cleaned up spinner code. 2011-12-21 18:15:47 -08:00
82142e2f54 Added loading spinner code from ZenJosh. 2011-12-21 17:59:36 -08:00
99fa329bc5 Auto rewind on big button play click 2011-12-15 23:58:35 +02:00
6945be3d6e Updated volume display to automically set itself. 2011-12-08 17:33:44 -08:00
e4f6bbb0b2 Optimized slider controls.
Fixed issue with fullscreen progress bar tracking (offset left wasn't working in new fullscreen)
2011-12-05 11:28:18 -08:00
0c7334c861 Fixed some IE comma errors. Made ajax error clearer. Fixed a setup issue. 2011-11-29 16:39:43 -08:00
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