Comparing version 1.1.2-alpha.0 to 1.1.2-alpha.1
@@ -56,3 +56,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
var OGVCompat = __webpack_require__(1), | ||
OGVVersion = ("1.1.2-alpha.0-20160523052528-4bd2a90"); | ||
OGVVersion = ("1.1.2-alpha.1-20160528004312-0852450"); | ||
@@ -59,0 +59,0 @@ if (window) { |
@@ -55,3 +55,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
var OGVVersion = ("1.1.2-alpha.0-20160523052528-4bd2a90"); | ||
var OGVVersion = ("1.1.2-alpha.1-20160528004312-0852450"); | ||
@@ -58,0 +58,0 @@ if (window) { |
@@ -59,3 +59,4 @@ /******/ (function(modules) { // webpackBootstrap | ||
'audioFormat', | ||
'audioBuffer' | ||
'audioBuffer', | ||
'cpuTime' | ||
], { | ||
@@ -250,3 +251,3 @@ init: function(args, callback) { | ||
var OGVVersion = ("1.1.2-alpha.0-20160523052528-4bd2a90"); | ||
var OGVVersion = ("1.1.2-alpha.1-20160528004312-0852450"); | ||
@@ -413,3 +414,4 @@ (function() { | ||
audioFormat: null, | ||
audioBuffer: null | ||
audioBuffer: null, | ||
cpuTime: 0 | ||
}, { | ||
@@ -580,3 +582,4 @@ init: function(callback) { | ||
videoFormat: null, | ||
frameBuffer: null | ||
frameBuffer: null, | ||
cpuTime: 0 | ||
}, { | ||
@@ -583,0 +586,0 @@ init: function(callback) { |
@@ -58,3 +58,4 @@ /******/ (function(modules) { // webpackBootstrap | ||
'videoFormat', | ||
'frameBuffer' | ||
'frameBuffer', | ||
'cpuTime' | ||
], { | ||
@@ -249,3 +250,3 @@ init: function(args, callback) { | ||
var OGVVersion = ("1.1.2-alpha.0-20160523052528-4bd2a90"); | ||
var OGVVersion = ("1.1.2-alpha.1-20160528004312-0852450"); | ||
@@ -412,3 +413,4 @@ (function() { | ||
audioFormat: null, | ||
audioBuffer: null | ||
audioBuffer: null, | ||
cpuTime: 0 | ||
}, { | ||
@@ -579,3 +581,4 @@ init: function(callback) { | ||
videoFormat: null, | ||
frameBuffer: null | ||
frameBuffer: null, | ||
cpuTime: 0 | ||
}, { | ||
@@ -582,0 +585,0 @@ init: function(callback) { |
@@ -10,2 +10,9 @@ ogv.js | ||
* 1.1.2-alpha.1 - 2016-05-28 | ||
* more seek fixes | ||
* fixed bug in StreamFile buffering that broke some seeks | ||
* retooled loop to avoid recursion crashes in Chrome | ||
* enabled WebGL on more devices (no longer using failIfMajorPerformanceCaveat: true) | ||
* fixed inflated CPU time reporting when using worker threads | ||
* bumped up video codec memory limits to 64MB to aid with 4K testing | ||
* 1.1.2-alpha.0 - 2016-05-22 | ||
@@ -12,0 +19,0 @@ * fix memory leak in WebM demuxer |
{ | ||
"name": "ogv", | ||
"version": "1.1.2-alpha.0", | ||
"version": "1.1.2-alpha.1", | ||
"description": "JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,2 +10,9 @@ ogv.js | ||
* 1.1.2-alpha.1 - 2016-05-28 | ||
* more seek fixes | ||
* fixed bug in StreamFile buffering that broke some seeks | ||
* retooled loop to avoid recursion crashes in Chrome | ||
* enabled WebGL on more devices (no longer using failIfMajorPerformanceCaveat: true) | ||
* fixed inflated CPU time reporting when using worker threads | ||
* bumped up video codec memory limits to 64MB to aid with 4K testing | ||
* 1.1.2-alpha.0 - 2016-05-22 | ||
@@ -12,0 +19,0 @@ * fix memory leak in WebM demuxer |
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
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
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
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
1939663
325
13322