1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-02 09:11:54 +02:00
Video.js - open source HTML5 video player
Go to file
David LaPalomento b662139708 Remove unused variable
Get rid of a variable that was copy-pasted along from a previous incarnation of this fix.
2013-03-04 14:53:27 -05:00
build Close GH-346: Remove need for good.require/good.provide. 2013-02-22 22:26:58 -05:00
docs Merge pull request #297 from ptrin/patch-1 2013-02-13 16:33:21 -08:00
sandbox Close GH-346: Remove need for good.require/good.provide. 2013-02-22 22:26:58 -05:00
src Remove unused variable 2013-03-04 14:53:27 -05:00
test Fix 347 2013-03-02 00:00:23 -05:00
.editorconfig Added .editorconfig and travis CI badge 2012-12-11 14:33:42 -08:00
.gitignore Updated grunt script to add CSS/PNG/SWF files dist. Also did some renaming of files and folders. 2013-01-25 15:22:14 -08:00
.jshintrc Update grunt and jshint to lint the gruntfile and test files 2013-02-08 17:02:39 -05:00
.travis.yml Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
.zenflow Set up zenflow workflow management config. 2012-01-12 12:59:53 -08:00
CHANGELOG.md Adding line to CHANGELOG: Added a plugins interface 2013-02-04 16:20:29 -08:00
CONTRIBUTING.md Added details about including issues in pull requests. 2013-02-07 14:06:38 -08:00
Gruntfile.js Close GH-346: Remove need for good.require/good.provide. 2013-02-22 22:26:58 -05:00
LGPLv3-LICENSE.txt Optimized slider controls. 2011-12-05 11:28:18 -08:00
package.json Updated to specific version of grunt-contrib-qunit to fix travis CI build errors 2013-02-24 15:20:17 -08:00
README.md revert excuse-our-dust message back to h3, looked better that way 2013-02-25 17:15:47 -05:00
VERSION.yml Bumping version to 3.2.3. 2012-11-12 17:28:53 -08:00

Video.js - HTML5 and Flash Video Player Build Status

Visit the main site at videojs.com for download options and instructions.

PLEASE EXCUSE OUR DUST

We're finishing up a big overhaul of the libary which includes

  • Closure compiler advanced mode support for drastically better minification over previous versions
  • Flashy new automated builds and test using node.js and grunt

Check out our contributing guide for info on building a local version.

About

Video.js was built to provide a fast and easy way to embed and work with video in a web page. It was built from the ground up with the assumption that HTML5 is the future of web video, however it supports Flash equally well for older browsers and for advanced features not yet supported in HTML5.

Some of the focuses of Video.js are:

  • Universal browser and device support
  • Fast player loading
  • Easily skinned (themed/chromed) using just CSS
  • A JavaScript API for controlling the video that works consistently across video platforms (HTML5, Flash, and soon other players like youtube) as well as devices

Getting Started

Check out our getting started guide.

Contributing

Check out our contributing guide.