Skip to content

ogv.js 1.7.0

Compare
Choose a tag to compare
@bvibber bvibber released this 28 Sep 20:20

1.7.0 - 2020-09-28

  • Builds with emscripten's LLVM upstream backend
    • Updated to build with emscripten 2.0.4
  • Reduced amount of memory used between GC runs by reusing frame buffers
  • Removed memoryLimit option
    • JS, Wasm, and threaded Wasm builds now all use dynamic memory growth
  • Updated dav1d
  • Updated libvpx to 1.8.1
  • Experimental SIMD builds of AV1 decoder optional, with make SIMD=1
    • These work in Chrome with the "WebAssembly SIMD" flag enabled in chrome://flags/
    • Significant speed boost when available.
    • Available with and without multithreading.
    • Must enable explicitly with simd: true in options.
  • Experimental SIMD work for VP9 as well, incomplete.