Skip to content

Commit

Permalink
Tag 1.6.1
Browse files Browse the repository at this point in the history
playbackRate, audio improvements, WebGL capture improvements,
fix for seeks on low frame rate video.
  • Loading branch information
bvibber committed Jun 18, 2019
1 parent e1dcae4 commit e65cc4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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, libnestegg and dav1d

## Updates

1.6.1 - 2019-05-??
1.6.1 - 2019-06-18
* playbackSpeed attribute now supported
* updated audio-feeder to 0.4.21;
* mono audio is now less loud, matching native playback better
Expand All @@ -17,8 +17,8 @@ Based around libogg, libvorbis, libtheora, libopus, libvpx, libnestegg and dav1d
* updated yuv-canvas to 1.2.6;
* fixes for capturing WebGL canvas as MediaStream
* fixes for seeks on low frame rate video
* note: fails to build on emscripten 1.38.31 due to an emscripten bug (fixed in their incoming branch)
* drop OUTLINING_LIMIT from AV1 JS build; doesn't work in newer emscripten and not really needed
* updated emscripten toolchain to 1.38.36
* drop OUTLINING_LIMIT from AV1 JS build; doesn't work in newer emscripten and not really needed

1.6.0 - 2019-02-26
* experimental support for AV1 video in WebM
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.6.0",
"version": "1.6.1",
"description": "JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e65cc4a

Please sign in to comment.