Skip to content

Commit

Permalink
version 0.14.0
Browse files Browse the repository at this point in the history
- API:
    - Add `Player.setPointMap()`
- Fix Player::foreignGLContextDestroyed() does nothing. Useful to realease gl resources if player is destroyed before context
- Release GL resources ASAP.
- Fix realtime streams frame drop
- Fix rtp decode error
- Fix a crash if recreate opengl context frequently
- Fix macCatalyst build, fix macOS < 11
- Fix ffmpeg av1 can not fallback to dav1d
- Fix metal snapshot and resize renders a green frame
- Fix seeking may output a frame with wrong timestamp
  • Loading branch information
wang-bin committed Feb 1, 2022
1 parent 2fbccd3 commit 9952d8a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Change log:

0.14.0 - 2022-01-31

- API:
- Add `Player.setPointMap()`
- Fix Player::foreignGLContextDestroyed() does nothing. Useful to realease gl resources if player is destroyed before context
- Release GL resources ASAP.
- Fix realtime streams frame drop
- Fix rtp decode error
- Fix a crash if recreate opengl context frequently
- Fix macCatalyst build, fix macOS < 11
- Fix ffmpeg av1 can not fallback to dav1d
- Fix metal snapshot and resize renders a green frame
- Fix seeking may output a frame with wrong timestamp


0.13.0 - 2021-12-26

- API:
Expand Down
3 changes: 1 addition & 2 deletions ci-before-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ elif [ `which brew` ]; then
if [ "$TARGET_OS" == "macOS" ]; then
pkgs+=" glfw3 sdl2"
echo "$TARGET_ARCH" |grep arm >/dev/null || { # FIXME: arm64 host build
time brew cask install xquartz
pkgs+=" pulseaudio"
pkgs+=" xquartz pulseaudio" # no more cask
}
fi
time brew install $pkgs
Expand Down
2 changes: 1 addition & 1 deletion nuget/mdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mdk</id>
<version>0.13.0.1</version>
<version>0.14.0.0</version>
<title>MDK</title>
<authors>Wang Bin</authors>
<owners>Wang Bin</owners>
Expand Down

0 comments on commit 9952d8a

Please sign in to comment.