Skip to content

Commit

Permalink
1.8.6 bump
Browse files Browse the repository at this point in the history
* bump yuv-canvas to 1.2.8
* fix demo
  • Loading branch information
bvibber committed Jan 11, 2022
1 parent bffa43c commit 1f60d9d
Show file tree
Hide file tree
Showing 5 changed files with 2,835 additions and 12,856 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Based around libogg, libvorbis, libtheora, libopus, libvpx, libnestegg and dav1d

## Updates

1.8.6 - 2022-01-12
* Bump to yuv-canvas
* Fix demo for removal of video-canvas mode

1.8.5 - 2022-01-11
* Remove unnecessary user-agent checks
* Remove flaky, obsolete support for faking CSS `object-fit`
Expand Down
7 changes: 0 additions & 7 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,13 +676,6 @@
threading: true, // experimental
simd: true // experimental
});
} else if (playerBackend == 'wasm-video') {
player = new OGVPlayer({
debug: !!debugFilter,
debugFilter: debugFilter,
wasm: true,
video: true // experimental
});
} else if (playerBackend == 'native') {
player = document.createElement('video');
} else {
Expand Down
1 change: 0 additions & 1 deletion demo/index.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<option value="wasm-simd">&nbsp;&nbsp;WASM with SIMD</option>
<option value="wasm-mt">&nbsp;&nbsp;WASM threaded</option>
<option value="wasm-simd-mt">&nbsp;&nbsp;WASM SIMD+threads</option>
<option value="wasm-video">&nbsp;&nbsp;WASM &lt;video&gt;</option>
<option value="native">native</option>
</select>
</div>
Expand Down
Loading

0 comments on commit 1f60d9d

Please sign in to comment.