Skip to content

Commit e47667c

Browse files
committed
release version 0.8.0
- API: - Add Player.mapPoint() to map coordinates between video frame and viewport - Aspect ratio change: negative is scale and crop, positive is scale without crop - Add Player.onSync() to support sync to user provided clock. Currently only video can sync to it - D3D11 renderer: - Supports 16bit be formats - Convert to rgb by cpu if format is not supported - Linux multi arch cross build. Less platform specific code - Add V4L2M2M decoder - Improve EGL - Fix a crash on macOS when destroying player - `setBackgroundColor()`: always draw background if color is valid. Fix regression since 0.7.0. - Fix playback speed is too fast if resume after paused seek. Regression since v0.5.0 - Fix video only stream clock sync if change playback rate - Fix wrong position when seeking (if media 1st pts > 0) - GLX is not linked - Use clang-8 for rpi to fix invalid armv6 so - Fix undefined symbol for sunxi - Enable cf guard for windows
1 parent c3c1d7e commit e47667c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Changelog.md

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

3+
0.8.0 - 2020-03-18
4+
5+
- API:
6+
- Add Player.mapPoint() to map coordinates between video frame and viewport
7+
- Aspect ratio change: negative is scale and crop, positive is scale without crop
8+
- Add Player.onSync() to support sync to user provided clock. Currently only video can sync to it
9+
- D3D11 renderer:
10+
- Supports 16bit be formats
11+
- Convert to rgb by cpu if format is not supported
12+
- Linux multi arch cross build. Less platform specific code
13+
- Add V4L2M2M decoder
14+
- Improve EGL
15+
- Fix a crash on macOS when destroying player
16+
- `setBackgroundColor()`: always draw background if color is valid. Fix regression since 0.7.0.
17+
- Fix playback speed is too fast if resume after paused seek. Regression since v0.5.0
18+
- Fix video only stream clock sync if change playback rate
19+
- Fix wrong position when seeking (if media 1st pts > 0)
20+
- GLX is not linked
21+
- Use clang-8 for rpi to fix invalid armv6 so
22+
- Fix undefined symbol for sunxi
23+
- Enable cf guard for windows
24+
25+
326
0.7.0 - 2020-02-17
427

528
- API:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ https://github.com/wang-bin/mdk-sdk/wiki/TODO
4141

4242
## License
4343
- Use for free: make sure your sdk is updated, otherwise you may see an QR image in the last frame. sdk will be released every month.
44-
- Free for GPL softwares: you can acquire a key from me.
44+
- Free for GPL softwares, opensource projects, QtAV donors and contributors, no commercial softwares: you can acquire a key from me.
4545
- Commercial license: a key for an app for a single platform or multiple platforms.

0 commit comments

Comments
 (0)