Skip to content

Commit 9d70ded

Browse files
committed
version 0.14.2
- CUDA decoder: - support av1 8 and 10 bit - support gray format (mjpeg) - fix context error, which results in jpeg decode error - VT decoder: - support deinterlace and enabled by default - add "threads" property for software decoding - support 16bit yuv with alpha, e.g. ProRes with alpha - disable h264 422 10bit for macOS < 11.0. decoded image is corrupt(macOS bug?) - fix color info from decoder - Support dav1d 1.0 - Improve playing live recording ts file near EOF - Fix record before running state - Fix recorded video may be malformed when using hardware decoders - Fix loop at end does not work if "continue_at_end" property is set
1 parent 4d19af9 commit 9d70ded

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
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.14.2 - 2022-04-30
4+
5+
- CUDA decoder:
6+
- support av1 8 and 10 bit
7+
- support gray format (mjpeg)
8+
- fix context error, which results in jpeg decode error
9+
- VT decoder:
10+
- support deinterlace and enabled by default
11+
- add "threads" property for software decoding
12+
- support 16bit yuv with alpha, e.g. ProRes with alpha
13+
- disable h264 422 10bit for macOS < 11.0. decoded image is corrupt(macOS bug?)
14+
- fix color info from decoder
15+
- Support dav1d 1.0
16+
- Improve playing live recording ts file near EOF
17+
- Fix record before running state
18+
- Fix recorded video may be malformed when using hardware decoders
19+
- Fix loop at end does not work if "continue_at_end" property is set
20+
21+
322
0.14.1 - 2022-03-18
423

524
- Fix android undefined __emutls_get_address

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

0 commit comments

Comments
 (0)