Skip to content

Commit

Permalink
version 0.14.1
Browse files Browse the repository at this point in the history
- Fix android undefined __emutls_get_address
- Improve accurate seek and seek callback
- D3D11: fix rendering MFT output w/o hw decoding
- D3D11: Wait for fence in gpu
- Support rendering float 16/32 textures
- Fix packed yuv may not be correctly rendered
- Fix mediaInfo() crash
- Support exr image
- VT: support more codecs, including ProRes Raw
  • Loading branch information
wang-bin committed Mar 18, 2022
1 parent d409a77 commit a3fcd5d
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 14 deletions.
15 changes: 14 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change log:

0.14.0 - 2022-01-31
0.14.1 - 2022-03-18

- Fix android undefined __emutls_get_address
- Improve accurate seek and seek callback
- D3D11: fix rendering MFT output w/o hw decoding
- D3D11: Wait for fence in gpu
- Support rendering float 16/32 textures
- Fix packed yuv may not be correctly rendered
- Fix mediaInfo() crash
- Support exr image
- VT: support more codecs, including ProRes Raw


0.14.0 - 2022-02-01

- API:
- Add `Player.setPointMap()`
Expand Down
4 changes: 2 additions & 2 deletions README.Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
## About SDK for Android
SDK is built with
- ffmpeg: https://sourceforge.net/projects/avbuild/files/android/ffmpeg-master-android-clang-lite.tar.xz/download
- ndk r22, libc++_shared
- ndk r23, libc++_shared

SDK can be used by any C or C++11 compiler, e.g. g++, clang

Expand Down Expand Up @@ -61,5 +61,5 @@ MediaCodec/AMediaCodec decoder will not be destroyed if app go to background, an
- [libmediandk and other java classes implemented in C++](https://github.com/wang-bin/AND)
- [JNI Modern Interface](https://github.com/wang-bin/JMI)

Copyright (c) 2016-2021 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Copyright (c) 2016-2022 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Free for opensource softwares, non-commercial softwares, QtAV donors and contributors.
4 changes: 2 additions & 2 deletions README.Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [Smart FFmpeg runtime, dynamic load, compatible with 4.x/5.x abi](https://github.com/wang-bin/mdk-sdk/wiki/FFmpeg-Runtime)

## About SDK for Linux
SDK is built by clang 12.0 with
SDK is built by clang 13.0 with
- ffmpeg: https://sourceforge.net/projects/avbuild/files/linux/ffmpeg-master-linux-clang-lite.tar.xz/download
- libc++ 10.0.0

Expand Down Expand Up @@ -87,5 +87,5 @@ N videos renderers for 1 player: multiwidnows url
- [MFT decoder module](https://github.com/wang-bin/mdk-mft)
- [dav1d decoder module](https://github.com/wang-bin/mdk-dav1d)

Copyright (c) 2016-2021 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Copyright (c) 2016-2022 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Free for opensource softwares, non-commercial softwares, QtAV donors and contributors.
2 changes: 1 addition & 1 deletion README.WinRT.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ Optional:
- [MFT decoder module](https://github.com/wang-bin/mdk-mft)
- [dav1d decoder module](https://github.com/wang-bin/mdk-dav1d)

Copyright (c) 2016-2021 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Copyright (c) 2016-2022 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Free for opensource softwares, non-commercial softwares, QtAV donors and contributors.
2 changes: 1 addition & 1 deletion README.Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ N videos renderers for 1 player: multiwidnows url
- [dav1d decoder module](https://github.com/wang-bin/mdk-dav1d)


Copyright (c) 2016-2021 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Copyright (c) 2016-2022 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Free for opensource softwares, non-commercial softwares, QtAV donors and contributors.
2 changes: 1 addition & 1 deletion README.iOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ Choose any of
- [MFT decoder module](https://github.com/wang-bin/mdk-mft)
- [dav1d decoder module](https://github.com/wang-bin/mdk-dav1d)

Copyright (c) 2016-2021 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Copyright (c) 2016-2022 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Free for opensource softwares, non-commercial softwares, QtAV donors and contributors.
2 changes: 1 addition & 1 deletion README.macOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Choose any of
- [MFT decoder module](https://github.com/wang-bin/mdk-mft)
- [dav1d decoder module](https://github.com/wang-bin/mdk-dav1d)

Copyright (c) 2016-2021 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Copyright (c) 2016-2022 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Free for opensource softwares, non-commercial softwares, QtAV donors and contributors.
2 changes: 1 addition & 1 deletion README.rpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Tested on rpi1 and rpi3.
- [MFT decoder module](https://github.com/wang-bin/mdk-mft)
- [dav1d decoder module](https://github.com/wang-bin/mdk-dav1d)

Copyright (c) 2016-2021 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Copyright (c) 2016-2022 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Free for opensource softwares, non-commercial softwares, QtAV donors and contributors.
4 changes: 2 additions & 2 deletions README.sunxi.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

mdk sdk for linux sunxi, with allwinner cedarv and vdpau decoder support

SDK is cross built by clang 12.0 with
SDK is cross built by clang 13.0 with
- cmake toolchain file https://github.com/wang-bin/cmake-tools/blob/master/sunxi.clang.cmake
- sysroot: https://sourceforge.net/projects/avbuild/files/sunxi/sunxi-sysroot.tar.xz/download
- ffmpeg: https://sourceforge.net/projects/avbuild/files/sunxi/ffmpeg-master-sunxi-clang-lite.tar.xz/download
Expand Down Expand Up @@ -75,5 +75,5 @@ if default audio device does not sound correctly, try to change the device name
- [MFT decoder module](https://github.com/wang-bin/mdk-mft)
- [dav1d decoder module](https://github.com/wang-bin/mdk-dav1d)

Copyright (c) 2016-2021 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Copyright (c) 2016-2022 WangBin(the author of QtAV) <wbsecg1 at gmail.com>
Free for opensource softwares, non-commercial softwares, QtAV donors and contributors.
4 changes: 2 additions & 2 deletions 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.14.0.0</version>
<version>0.14.1.0</version>
<title>MDK</title>
<authors>Wang Bin</authors>
<owners>Wang Bin</owners>
Expand All @@ -14,7 +14,7 @@
<description>C/C++ Multimedia Development Kit</description>
<summary>Cross platform multimedia development kit in C/C++</summary>
<releaseNotes>https://github.com/wang-bin/mdk-sdk/releases</releaseNotes>
<copyright>Copyright 2021</copyright>
<copyright>Copyright 2022</copyright>
<tags>Multimedia MediaPlayer VideoPlayer Video Player Playback SDK HDR FFmpeg native CrossPlatform UWP Win32 cross-platform OpenGL OpenGLES D3D11</tags>
</metadata>
<files>
Expand Down

0 comments on commit a3fcd5d

Please sign in to comment.