Skip to content

Commit 445d498

Browse files
committed
version 0.12.0
- API: - Add Player.setVolume(float value, int channel) to control channel volume - Deprecate setState(State), use set(State) - Add GetGlobalOption() - Fix uyvy422, yuvy422 rendering - Fix MediaInfo.start_time if < 0 - Fix crash in decoder name is not supported - Fix a track may endless wait for loop end - Fix muti-tracks stream can not loop - Fix slow down near EOF in loop mode at high playback rate - Fix VAAPI not work in wayland - VT decoder: - Fix decoder stops when bad data error occurs - Fix frames are out of order from the 2nd loop - D3D11 prefers fence for synchronization. - FFmpeg: support 4.x and 5.x abi, prefer 5.x
1 parent b103740 commit 445d498

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

Changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Change log:
22

3+
0.12.0 - 2021-06-26
4+
- API:
5+
- Add Player.setVolume(float value, int channel) to control channel volume
6+
- Deprecate setState(State), use set(State)
7+
- Add GetGlobalOption()
8+
- Fix uyvy422, yuvy422 rendering
9+
- Fix MediaInfo.start_time if < 0
10+
- Fix crash in decoder name is not supported
11+
- Fix a track may endless wait for loop end
12+
- Fix muti-tracks stream can not loop
13+
- Fix slow down near EOF in loop mode at high playback rate
14+
- Fix VAAPI not work in wayland
15+
- VT decoder:
16+
- Fix decoder stops when bad data error occurs
17+
- Fix frames are out of order from the 2nd loop
18+
- D3D11 prefers fence for synchronization.
19+
- FFmpeg: support 4.x and 5.x abi, prefer 5.x
20+
21+
322
0.11.1 - 2021-05-16
423

524
- Deprecate Player.setState(State), use Player.set(State)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
**Download** [Nightly Build SDK](https://sourceforge.net/projects/mdk-sdk/files/nightly/)
66

7-
[Changelog](https://github.com/wang-bin/mdk-sdk/blob/master/Changelog.md)
7+
[Changelog](https://github.com/wang-bin/mdk-sdk/blob/master/Changelog.md).
8+
[API](https://github.com/wang-bin/mdk-sdk/wiki/Player-APIs)
89

910
## Features
1011

@@ -18,7 +19,7 @@
1819
- [Seamless/Gapless media and bitrate switch for any media](https://github.com/wang-bin/mdk-sdk/wiki/Player-APIs)
1920
- HDR rendering in GPU
2021
- Optimized Continuous seeking. As fast as mpv, but much lower cpu, memory and gpu load. Suitable for [timeline preview](https://github.com/wang-bin/mdk-sdk/wiki/Typical-Usage#timeline-preview)
21-
- [Smart FFmpeg runtime](https://github.com/wang-bin/mdk-sdk/wiki/FFmpeg-Runtime)
22+
- [Smart FFmpeg runtime, dynamic load, compatible with 4.x/5.x abi](https://github.com/wang-bin/mdk-sdk/wiki/FFmpeg-Runtime)
2223

2324
## [API Levels](https://github.com/wang-bin/mdk-sdk/wiki/%E9%80%9A%E7%94%A8ABI%E7%9A%84CPP%E5%BA%93API%E8%AE%BE%E8%AE%A1)
2425

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.11.1.0</version>
5+
<version>0.12.0.0</version>
66
<title>MDK</title>
77
<authors>Wang Bin</authors>
88
<owners>Wang Bin</owners>

0 commit comments

Comments
 (0)