1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-26 08:51:09 +02:00
Video.js - open source HTML5 video player
Go to file
David LaPalomento aa8d50b219 Don't force sliders to get evaluated on load. closes #1122
Squashed commit of the following:

commit d5957da3b2
Author: David LaPalomento <dlapalomento@gmail.com>
Date:   Mon Mar 31 16:22:43 2014 -0400

    Peg the volume control to 1.0 on init
    Setup styles so that the volume control initially renders at full volume. This matches browser behavior where volume is available and saves Javascript from having to manually update the volume control on init. After the initial draw, the volume control is updated dynamically the same way it was before.

commit 8bc861fb86
Author: David LaPalomento <dlapalomento@gmail.com>
Date:   Wed Mar 12 17:16:30 2014 -0400

    Don't force sliders to get evaluated on load
    Since the load and play progress sliders are guaranteed to start from zero, set that through CSS. Calling Slider.prototype.update forces a re-flow because element dimensions are queried and style rules changed. That reflow consistently took around 60ms on my laptop which would mean dropped frames and "jerkiness" on initialization.
2014-04-03 13:46:48 -07:00
build Basic UI for Live 2014-04-01 17:19:28 -07:00
docs Release 4.5.0 2014-03-27 13:35:51 -07:00
sandbox Updated to the latest version of the swf 2014-02-18 13:19:35 -08:00
src Don't force sliders to get evaluated on load. closes #1122 2014-04-03 13:46:48 -07:00
test Reset player on source change. closes #1050 closes #1124 2014-04-03 11:16:09 -07:00
.bunyipconfig.js.example First pass at automated multi-browser/device testing. closes #419 2013-04-12 16:51:04 -07:00
.editorconfig Added .editorconfig and travis CI badge 2012-12-11 14:33:42 -08:00
.gitignore Close GH-801: API Doc Generation 2. Fixes #747 2013-10-28 18:25:28 -07:00
.jshintrc Switched to custom universal module definition. closes #998 closes #847 closes #998 2014-02-13 19:20:30 -08:00
.npmignore Use .npmignore to package a smaller subset of videojs for distribution. Make sure to include the video-js.less file for the designer to use. 2014-03-04 09:50:58 -05:00
.travis.yml Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
bower.json Fix bower version (was 4.4.0 in bower.json but should be same as semver tag) 2014-03-13 22:16:39 +01:00
browsers.json First pass at automated multi-browser/device testing. closes #419 2013-04-12 16:51:04 -07:00
CHANGELOG.md Don't force sliders to get evaluated on load. closes #1122 2014-04-03 13:46:48 -07:00
component.json Bump version 2014-02-25 15:32:45 +01:00
contrib.json Fixed the release type ID placement in contrib.json 2014-03-27 13:32:06 -07:00
CONTRIBUTING.md update contributing doc with grunt commands 2014-03-25 15:38:32 -07:00
Gruntfile.js use grunt connect for development 2014-03-25 15:22:29 -07:00
LICENSE switched license over from LGPLv3 to Apache2 2013-04-21 20:36:44 -07:00
package.json Release 4.5.1 2014-03-27 14:31:36 -07:00
README.md Update the Readme.md file with the current year. 2014-03-05 17:44:07 -06:00

Video.js - HTML5 Video Player Build Status

Video.js is a web video player built from the ground up for an HTML5 world. It supports HTML5 and Flash video, as well as YouTube and Vimeo (through plugins). It supports video playback on desktops and mobile devices. This project was started mid 2010, and the player is now used on over 50,000 websites.

Visit videojs.com for an overview, download options, and instructions on how to use the player on your site.

Contributing

Video.js is a free and open source library, and we appreciate any help you're willing to give. Check out the contributing guide.

Building your own Video.js from source

To build your own custom version read the section on contributing code and "Building your own copy" in the contributing guide.

License

Video.js is licensed under the Apache License, Version 2.0. View the license file

Copyright 2014 Brightcove, Inc.