Skip to content

Commit

Permalink
version 0.14.2
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
wang-bin committed Apr 30, 2022
1 parent 4d19af9 commit 9d70ded
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Change log:

0.14.2 - 2022-04-30

- 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


0.14.1 - 2022-03-18

- Fix android undefined __emutls_get_address
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0</version>
<version>0.14.2.0</version>
<title>MDK</title>
<authors>Wang Bin</authors>
<owners>Wang Bin</owners>
Expand Down

0 comments on commit 9d70ded

Please sign in to comment.