Skip to content

Commit 68a90da

Browse files
committed
release version 0.8.1
- API: - Player.onSync() default interval is 10 - Add options for creating D3D11RenderAPI - CUDA: supports decoding yuv444 formats and 0-copy rendering - Support rendering gray formats - Fix MFT:d3d=11 texture leak - Fix Player.setMute() - Player.setState(State::Stopped) is much faster - Fix seek error after setPlaybackRate() if sync to audio - Apple: enable arc
1 parent 4557c4b commit 68a90da

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Changelog.md

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

3+
0.8.1 - 2020-04-30
4+
5+
- API:
6+
- Player.onSync() default interval is 10
7+
- Add options for creating D3D11RenderAPI
8+
- CUDA: supports decoding yuv444 formats and 0-copy rendering
9+
- Support rendering gray formats
10+
- Fix MFT:d3d=11 texture leak
11+
- Fix Player.setMute()
12+
- Player.setState(State::Stopped) is much faster
13+
- Fix seek error after setPlaybackRate() if sync to audio
14+
- Apple: enable arc
15+
16+
317
0.8.0 - 2020-03-18
418

519
- API:

0 commit comments

Comments
 (0)