Skip to content

Commit 686aef9

Browse files
committed
version 0.10.2
- Support apple sillicon(not tested on real device) - Support swift language - Support cocoapods for macOS via `pod 'mdk'` - Add xcframework, including both macOS and iOS frameworks - Add av1 support for CUDA decoder - check pixel format support for mmal to fix yuv444p error - mmal decoder: force copy if no 0-copy support - Add ACES HDR tone map, via env `GPU_TONE_MAP=aces` - Metal, d3d11, vulkan renderer support alpha blending if video has alpha channel - Metal: fix crash if frame is invalid - Fix a/v sync regression after seek since v0.10.1
1 parent d27c31d commit 686aef9

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change log:
22

33

4+
0.10.2 - 2020-11-18
5+
6+
- Support apple sillicon(not tested on real device)
7+
- Support swift language
8+
- Support cocoapods for macOS via `pod 'mdk'`
9+
- Add xcframework, including both macOS and iOS frameworks
10+
- Add av1 support for CUDA decoder
11+
- check pixel format support for mmal to fix yuv444p error
12+
- mmal decoder: force copy if no 0-copy support
13+
- Add ACES HDR tone map, via env `GPU_TONE_MAP=aces`
14+
- Metal, d3d11, vulkan renderer support alpha blending if video has alpha channel
15+
- Metal: fix crash if frame is invalid
16+
- Fix a/v sync regression after seek since v0.10.1
17+
18+
419
0.10.1 - 2020-10-05
520

621
- Vulkan: support Player.snapshot()

mdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'mdk'
3-
s.version = '0.10.1.1'
3+
s.version = '0.10.2.0'
44
s.summary = 'Multimedia Development Kit'
55
s.homepage = 'https://github.com/wang-bin/mdk-sdk'
66

@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515

1616
s.platform = :osx
1717
s.source = { :http => 'https://sourceforge.net/projects/mdk-sdk/files/nightly/mdk-sdk-macOS.zip' }
18-
s.osx.deployment_target = '10.7'
18+
s.osx.deployment_target = '10.9'
1919
s.osx.vendored_frameworks = 'mdk-sdk/lib/mdk.framework'
2020
s.osx.vendored_libraries = 'mdk-sdk/lib/libffmpeg.4.dylib'
2121
end

nuget/mdk.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>mdk</id>
5-
<version>0.10.1.0</version>
5+
<version>0.10.2.0</version>
66
<title>MDK</title>
77
<authors>Wang Bin</authors>
88
<owners>Wang Bin</owners>

0 commit comments

Comments
 (0)