diff --git a/Changelog.md b/Changelog.md index 3ad329f..10d92f3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: diff --git a/ci-before-build.sh b/ci-before-build.sh index ba39af7..e470e98 100755 --- a/ci-before-build.sh +++ b/ci-before-build.sh @@ -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 diff --git a/nuget/mdk.nuspec b/nuget/mdk.nuspec index e644bbe..33adaa6 100644 --- a/nuget/mdk.nuspec +++ b/nuget/mdk.nuspec @@ -2,7 +2,7 @@ mdk - 0.13.0.1 + 0.14.0.0 MDK Wang Bin Wang Bin