Skip to content

Commit c5155c0

Browse files
committed
release: create v0.2.0
This release includes VP9 support in decoder.
1 parent d77aaa9 commit c5155c0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
v0.2.0:
2+
- Add VP9 support in decoder.
3+
- Support of separate transfer queue in encoder.
4+
- Various fixes in decoder.
5+
- Various fixes in encoder.
6+
17
v0.1.0:
28
- First revision, see [README.md](README.md) for features.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ Currently, the sample application supports Linux and Windows10 operating systems
1414

1515
Features
1616
========
17-
18-
- [x] Extracts (DEMUX via FFMPEG) compressed video from .mp4, .mkv, .mov and others video containers using h.264 (AVC), h.265 (HEVC) or AV1 compression formats.
17+
- [x] Support for h.264 standard
18+
- [x] Support for h.265 standard
19+
- [x] Support for av1 standard
20+
- [x] Support for vp9 standard
21+
- [x] Extracts (DEMUX via FFMPEG) compressed video from .mp4, .mkv, .mov and others video containers.
1922
- [x] The HW video decoder processes textures to Vulkan Video Images that can be directly sampled from Vulkan Samplers (Textures).
2023
- [x] Converts the YCbCr (YUV) Images to RGB while sampling the decoded images using the [VK_KHR_sampler_ycbcr_conversion](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_sampler_ycbcr_conversion.html)
2124
- [x] Displays the post-processed video frames using Vulkan WSI.
@@ -41,7 +44,6 @@ Currently, the sample application supports Linux and Windows operating systems.
4144
Features
4245
========
4346

44-
- [x] Video encoding using h.264 standard
4547
- [x] Support for all-Intra GOP structure
4648
- [x] Support for P frames
4749
- [x] Support for B frames

0 commit comments

Comments
 (0)