8000 Tags · xepozz/ogv.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: xepozz/ogv.js

Tags

1.9.0

Toggle 1.9.0's commit message
Bump to 1.9.0

* update repo URL/names
* upgrade emscripten to 3.1.58
  * note some of the .worker.js files are no longer included
* unset execute bit on .wasm binaries

wasm-safari-bug-1

Toggle wasm-safari-bug-1's commit message
disable single-file for the moment

1.8.9

Toggle 1.8.9's commit message
1.8.9 release

* Further yuv-canvas performance improvements
* iOS hardware ringer switch bug workaround

1.8.8

Toggle 1.8.8's commit message
Bump to 1.8.8

Fix regression in Firefox/macOS with update to yuv-canvas 1.2.10.
Haven't figured out the cause of it, whether it's on our end or
in Firefox or in macOS's OpenGL implementation.

Worked around by disabling the affected unpacking mode in yuv-canvas
and using luminance textures always. This is simpler but sometimes
is slower depending on the implementation.

On macOS 12.3 this causes a noticeable reduction in throughput
but it's somewhat compensated for by improvements to recycling
texture buffers. In any case it's enough for target resolutions
but the higher you go it becomes more noticeable, as drawing time
blocking the main thread.

1.8.7

Toggle 1.8.7's commit message
Finishing 1.8.7 release

* Bump emscripten compatibility to 3.1.8
* Bump Opus to 1.3.1
* Bump yuv-canvas to 1.2.9, fixes WebGL performance regressions
  on some browsers
* experimental demo/threaded.php provides a COOP-COEP-CORP
  environment for testing threaded decoders (top-level frame
  and all worker JS must opt in to COOP-COEP; CORP or CORS
  required for most loaded resources)

1.8.6

Toggle 1.8.6's commit message
1.8.6 bump

* bump yuv-canvas to 1.2.8
* fix demo

1.8.5

Toggle 1.8.5's commit message
bump to 1.8.5

1.8.4

Toggle 1.8.4's commit message
Bump 1.8.4

* Fix for fix for OGVLoader.base fix

1.8.3

Toggle 1.8.3's commit message
Bump 1.8.3

Missed a build fix, and also fixed setImmediate/nextTick polyfill
for frontend code

1.8.2

Toggle 1.8.2's commit message
Bump to 1.8.2

Bug fixes: CDN usage should work again
Build fixes: emscripten 2.0.25 supported
0