Comparing version 1.1.1 to 1.1.2-alpha.0
@@ -56,3 +56,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
var OGVCompat = __webpack_require__(1), | ||
OGVVersion = ("1.1.1-20160518171756-f2fe5bd"); | ||
OGVVersion = ("1.1.2-alpha.0-20160523052528-4bd2a90"); | ||
@@ -59,0 +59,0 @@ if (window) { |
@@ -55,3 +55,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
var OGVVersion = ("1.1.1-20160518171756-f2fe5bd"); | ||
var OGVVersion = ("1.1.2-alpha.0-20160523052528-4bd2a90"); | ||
@@ -58,0 +58,0 @@ if (window) { |
@@ -249,3 +249,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
var OGVVersion = ("1.1.1-20160518171756-f2fe5bd"); | ||
var OGVVersion = ("1.1.2-alpha.0-20160523052528-4bd2a90"); | ||
@@ -252,0 +252,0 @@ (function() { |
@@ -248,3 +248,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
var OGVVersion = ("1.1.1-20160518171756-f2fe5bd"); | ||
var OGVVersion = ("1.1.2-alpha.0-20160523052528-4bd2a90"); | ||
@@ -251,0 +251,0 @@ (function() { |
@@ -10,2 +10,6 @@ ogv.js | ||
* 1.1.2-alpha.0 - 2016-05-22 | ||
* fix memory leak in WebM demuxer | ||
* allow WebM files to play all the way to end | ||
* implement seeking in WebM | ||
* 1.1.1 - 2016-05-18 | ||
@@ -47,3 +51,3 @@ * fix for regression when hitting 'play' during loading | ||
* streaming: yes (with Range header) | ||
* seeking: yes for Ogg (with Range header), no for WebM | ||
* seeking: yes for Ogg and WebM (with Range header) | ||
* color: yes | ||
@@ -249,3 +253,3 @@ * audio: yes, with a/v sync (requires Web Audio or Flash) | ||
For WebM files, seeking is not yet supported; this will require refactoring the demuxer modules to present a synchronous i/o abstraction to the demuxer library. | ||
For WebM files with cues, efficient seeking is supported as well as of 1.1.2. | ||
@@ -282,6 +286,4 @@ As with chunked streaming, cross-site playback requires CORS support for the Range header. | ||
WebM support was added in June 2015, and is currently very experimental. Not everything works yet, and performance is pretty bad. See [issue tracker for WebM milestone](https://github.com/brion/ogv.js/milestones/WebM%20playback) on the GitHub page. | ||
WebM support was added in June 2015, with some major issues finally worked out in May 2016. It remains experimental, but should be fully enabled in the future once a few more bugs are worked out. Beware that performance of WebM VP8 decoding is much slower than Ogg Theora. | ||
The i/o model of the nestegg WebM container demuxing library is a bit different from what ogv.js was designed around so seeking is not yet supported and it may sometimes cut off partway through a file. Needs more work. | ||
To enable, set `enableWebM: true` in your `options` array. | ||
@@ -288,0 +290,0 @@ |
{ | ||
"name": "ogv", | ||
"version": "1.1.1", | ||
"version": "1.1.2-alpha.0", | ||
"description": "JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,2 +10,6 @@ ogv.js | ||
* 1.1.2-alpha.0 - 2016-05-22 | ||
* fix memory leak in WebM demuxer | ||
* allow WebM files to play all the way to end | ||
* implement seeking in WebM | ||
* 1.1.1 - 2016-05-18 | ||
@@ -47,3 +51,3 @@ * fix for regression when hitting 'play' during loading | ||
* streaming: yes (with Range header) | ||
* seeking: yes for Ogg (with Range header), no for WebM | ||
* seeking: yes for Ogg and WebM (with Range header) | ||
* color: yes | ||
@@ -249,3 +253,3 @@ * audio: yes, with a/v sync (requires Web Audio or Flash) | ||
For WebM files, seeking is not yet supported; this will require refactoring the demuxer modules to present a synchronous i/o abstraction to the demuxer library. | ||
For WebM files with cues, efficient seeking is supported as well as of 1.1.2. | ||
@@ -282,6 +286,4 @@ As with chunked streaming, cross-site playback requires CORS support for the Range header. | ||
WebM support was added in June 2015, and is currently very experimental. Not everything works yet, and performance is pretty bad. See [issue tracker for WebM milestone](https://github.com/brion/ogv.js/milestones/WebM%20playback) on the GitHub page. | ||
WebM support was added in June 2015, with some major issues finally worked out in May 2016. It remains experimental, but should be fully enabled in the future once a few more bugs are worked out. Beware that performance of WebM VP8 decoding is much slower than Ogg Theora. | ||
The i/o model of the nestegg WebM container demuxing library is a bit different from what ogv.js was designed around so seeking is not yet supported and it may sometimes cut off partway through a file. Needs more work. | ||
To enable, set `enableWebM: true` in your `options` array. | ||
@@ -288,0 +290,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1939097
13404
318
7