diff --git a/CHANGELOG.md b/CHANGELOG.md index 3839d68066..30f0cd84ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ CHANGELOG ========= ## HEAD (Unreleased) +_(none)_ + +-------------------- + +## 4.5.0 (2014-02-18) * Made the poster updateable after initialization ([view](https://github.com/videojs/video.js/pull/838)) * Exported more textTrack functions ([view](https://github.com/videojs/video.js/pull/815)) * Moved player ID generation to support video tags with no IDs ([view](https://github.com/videojs/video.js/pull/845)) @@ -24,8 +29,6 @@ CHANGELOG * Updated the seek handle to contain the current time ([view](https://github.com/videojs/video.js/pull/902)) * Added requirejs and browserify support (UMD) ([view](https://github.com/videojs/video.js/pull/998)) --------------------- - ## 4.3.0 (2013-11-04) * Added Karma for cross-browser unit testing ([view](https://github.com/videojs/video.js/pull/714)) * Unmuting when the volume is changed ([view](https://github.com/videojs/video.js/pull/720)) diff --git a/dist/video-js/.DS_Store b/dist/video-js/.DS_Store new file mode 100644 index 0000000000..2f9ea8eb70 Binary files /dev/null and b/dist/video-js/.DS_Store differ diff --git a/dist/video-js/demo.captions.vtt b/dist/video-js/demo.captions.vtt new file mode 100644 index 0000000000..e598be1982 --- /dev/null +++ b/dist/video-js/demo.captions.vtt @@ -0,0 +1,41 @@ +WEBVTT + +00:00.700 --> 00:04.110 +Captions describe all relevant audio for the hearing impaired. +[ Heroic music playing for a seagull ] + +00:04.500 --> 00:05.000 +[ Splash!!! ] + +00:05.100 --> 00:06.000 +[ Sploosh!!! ] + +00:08.000 --> 00:09.225 +[ Splash...splash...splash splash splash ] + +00:10.525 --> 00:11.255 +[ Splash, Sploosh again ] + +00:13.500 --> 00:14.984 +Dolphin: eeeEEEEEeeee! + +00:14.984 --> 00:16.984 +Dolphin: Squawk! eeeEEE? + +00:25.000 --> 00:28.284 +[ A whole ton of splashes ] + +00:29.500 --> 00:31.000 +Mine. Mine. Mine. + +00:34.300 --> 00:36.000 +Shark: Chomp + +00:36.800 --> 00:37.900 +Shark: CHOMP!!! + +00:37.861 --> 00:41.193 +EEEEEEOOOOOOOOOOWHALENOISE + +00:42.593 --> 00:45.611 +[ BIG SPLASH ] \ No newline at end of file diff --git a/dist/video-js/demo.html b/dist/video-js/demo.html new file mode 100644 index 0000000000..b2b3fa44d6 --- /dev/null +++ b/dist/video-js/demo.html @@ -0,0 +1,31 @@ + + + + Video.js | HTML5 Video Player + + + + + + + + + + + + + + + + + diff --git a/dist/video-js/font/.DS_Store b/dist/video-js/font/.DS_Store new file mode 100644 index 0000000000..5008ddfcf5 Binary files /dev/null and b/dist/video-js/font/.DS_Store differ diff --git a/dist/video-js/font/vjs.eot b/dist/video-js/font/vjs.eot new file mode 100644 index 0000000000..a075c19f0b Binary files /dev/null and b/dist/video-js/font/vjs.eot differ diff --git a/dist/video-js/font/vjs.svg b/dist/video-js/font/vjs.svg new file mode 100644 index 0000000000..f1af0e53b5 --- /dev/null +++ b/dist/video-js/font/vjs.svg @@ -0,0 +1,65 @@ + + + + +This is a custom SVG font generated by IcoMoon. + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/video-js/font/vjs.ttf b/dist/video-js/font/vjs.ttf new file mode 100644 index 0000000000..eb24637918 Binary files /dev/null and b/dist/video-js/font/vjs.ttf differ diff --git a/dist/video-js/font/vjs.woff b/dist/video-js/font/vjs.woff new file mode 100644 index 0000000000..c3f0f1d807 Binary files /dev/null and b/dist/video-js/font/vjs.woff differ diff --git a/dist/video-js/video-js.css b/dist/video-js/video-js.css new file mode 100644 index 0000000000..2e8c332c45 --- /dev/null +++ b/dist/video-js/video-js.css @@ -0,0 +1,766 @@ +/*! +Video.js Default Styles (http://videojs.com) +Version 4.3.0 +Create your own skin at http://designer.videojs.com +*/ +/* SKIN +================================================================================ +The main class name for all skin-specific styles. To make your own skin, +replace all occurances of 'vjs-default-skin' with a new name. Then add your new +skin name to your video tag instead of the default skin. +e.g.