Skip to content

Commit 8ca8bc6

Browse files
committed
release version 0.3.0
- support A-B loop via setLoop() - API: - fix player.mediaInfo() crash - add chapters description in MediaInfo - add setLoop() - GL: - add hdr tone mapping. can be disabled by env var "GL_TONE_MAP=0" - can create wgl context with specified version and profile - improve glsl - raspberry pi: - fix legacy driver check. gl and mmal works correctly on all drivers - load libwayland-egl.so.1 when needed - mmal zero copy rendering supports yuv textures. not perfect. not the default. enabled by "GL_MMAL_FORMAT=yuv420p" - MFT(windows media foundation): - fix dolby decoder output format - input/output type index can be specified by property, example: decoder name is "MFT:in_type=0:out_type=0" - add missing metadata in MediaInfo - improve EOS handling in demux thread - remove terminal null in log - videotoolbox: stop decoding if decoded frame is invalid - stop annexb conversion if error occurs - fix video output drop rate is not desired value - fix crash if cuda is not available when using CUDA decoder - fix xaudio2 crash - fix iOS 32bit min version
1 parent fc64d89 commit 8ca8bc6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@
2323
- HDR support in GPU
2424
- [x] windows 10 HDR apis (ANGLE GLES2/3)
2525
- [x] color primaries convertion
26-
- [ ] tone mapping
26+
- [x] tone mapping
2727
- [ ] hdr device
2828
- Encoding, transcoding and streaming
2929
- Subtitle
3030
- Vulkan
31-
- D3D
31+
- D3D, D2D
32+
- V4L2 codecs + 0-copy rendering(Raspberry pi)
3233

3334
## Open Source Modules and Examples
3435
- MFT decoder module: https://github.com/wang-bin/mdk-mft

0 commit comments

Comments
 (0)