Skip to content

Commit

Permalink
Branch 1.5.0
Browse files Browse the repository at this point in the history
* cleaned up console logging
* enable WebM by default
* enable WebAssembly by default if available
* allow memory growth on WebAssembly
* build modules with -O3 instead of -O2
* disabled experimental pthreads build for now
* updated yuv-canvas
    * improved image filtering/scaling on Windows
    * work around broken object-fit on Edge 16
* updated stream-file to 0.2.1
    * fixes error on abort during network load
  • Loading branch information
bvibber committed Nov 9, 2017
1 parent bdfc724 commit 47c6ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Based around libogg, libvorbis, libtheora, libopus, libvpx, and libnestegg compi

## Updates

1.5.0 - 2017-11-??
1.5.0 - 2017-11-09
* cleaned up console logging
* enable WebM by default
* enable WebAssembly by default if available
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ogv",
"version": "1.5.0alpha0",
"version": "1.5.0",
"description": "JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 47c6ee5

Please sign in to comment.