11 releases
0.3.1 | Jul 19, 2022 |
---|---|
0.3.0 | Jan 20, 2022 |
0.2.6 | Apr 21, 2021 |
0.1.0 | Apr 18, 2021 |
0.0.1 | Apr 17, 2021 |
#104 in Multimedia
91 downloads per month
130KB
1.5K
SLoC
vp9-parser
Provides tools to parse VP9 bitstreams and IVF containers.
Use case
This crate does not contain a VP9 decoder. It only provides the tools to parse a VP9 bitstream,
which then could be handled by a dedicated decoder. Most likely the output will be fed into hardware
decoders like Vulkan Video
, VA-API
, VDPAU
, NVDEC
and possibly DXVA
.
Roadmap
Since the main use case of this crate is to support the usage of Vulkan Video
for decoding VP9
videos, for which the final API for VP9 is not yet known (VK_EXT_video_decode_VP9
), the API might
change in the future considerably.
License
Licensed under MIT or Apache-2.0 or ZLIB.