Socket
Socket
Sign inDemoInstall

ogv

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogv - npm Package Compare versions

Comparing version 1.1.2-alpha.3 to 1.1.2-alpha.4

2

dist/ogv-support.js

@@ -56,3 +56,3 @@ /******/ (function(modules) { // webpackBootstrap

var OGVCompat = __webpack_require__(1),
OGVVersion = ("1.1.2-alpha.3-20160528230519-29d3e14");
OGVVersion = ("1.1.2-alpha.4-20160601175945-8a0f996");

@@ -59,0 +59,0 @@ if (window) {

@@ -55,3 +55,3 @@ /******/ (function(modules) { // webpackBootstrap

var OGVVersion = ("1.1.2-alpha.3-20160528230519-29d3e14");
var OGVVersion = ("1.1.2-alpha.4-20160601175945-8a0f996");

@@ -58,0 +58,0 @@ if (window) {

@@ -250,3 +250,3 @@ /******/ (function(modules) { // webpackBootstrap

var OGVVersion = ("1.1.2-alpha.3-20160528230519-29d3e14");
var OGVVersion = ("1.1.2-alpha.4-20160601175945-8a0f996");

@@ -253,0 +253,0 @@ (function() {

@@ -249,3 +249,3 @@ /******/ (function(modules) { // webpackBootstrap

var OGVVersion = ("1.1.2-alpha.3-20160528230519-29d3e14");
var OGVVersion = ("1.1.2-alpha.4-20160601175945-8a0f996");

@@ -252,0 +252,0 @@ (function() {

@@ -10,2 +10,13 @@ ogv.js

* 1.1.1-alpha.4 - 2016-05-29
* use smaller streaming read chunk size on IE for smoother perf
* demux less aggressively
* lazy-extract buffers from strings on Safari for smoother demuxing perf on slow iOS
* tweak to liboggz to reduce ogg demux overhead on slow iOS
* retooled playback loop for better threading parallelism
* increased audio buffer sizes for smoother playback on slow machines
* recover from streaming timeouts in IE/Edge
* fix some streaming chunk-boundary bugs in Safari/Chrome/Firefox
* restore a/v sync much faster after late frames by pausing audio
* fixes for duplicate frame handling and "1000fps" Theora files
* 1.1.1-alpha.3 - 2016-05-28

@@ -12,0 +23,0 @@ * partial error handling of failure to load initial data

{
"name": "ogv",
"version": "1.1.2-alpha.3",
"version": "1.1.2-alpha.4",
"description": "JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,2 +10,13 @@ ogv.js

* 1.1.1-alpha.4 - 2016-05-29
* use smaller streaming read chunk size on IE for smoother perf
* demux less aggressively
* lazy-extract buffers from strings on Safari for smoother demuxing perf on slow iOS
* tweak to liboggz to reduce ogg demux overhead on slow iOS
* retooled playback loop for better threading parallelism
* increased audio buffer sizes for smoother playback on slow machines
* recover from streaming timeouts in IE/Edge
* fix some streaming chunk-boundary bugs in Safari/Chrome/Firefox
* restore a/v sync much faster after late frames by pausing audio
* fixes for duplicate frame handling and "1000fps" Theora files
* 1.1.1-alpha.3 - 2016-05-28

@@ -12,0 +23,0 @@ * partial error handling of failure to load initial data

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc