oxideav-vp9
Pure-Rust VP9 decoder implementation including header parsing, bool decoder, and partial intra prediction, under active development.
Link
Related resources
- libvpx-rsRust bindings for libvpx supporting VP8/VP9 encode/decode with prebuilt binaries.
- libvpx-goAuto-generated Go bindings for libvpx, enabling VP8/VP9 encode/decode from Go.
- av1-grainRust library for parsing and generating AV1 film grain synthesis data, extracted from the rav1e encoder.
- imazen/heic (pure-Rust HEVC/HEIC)Pure-Rust HEVC/HEIC decoding backend, no unsafe, no_std+alloc, passing 49/49 ITU-T conformance vectors.
- hevc-readerRust HEVC/H.265 bitstream syntax reader/parser, forked from h264-reader.
- SVT-AV1 documentation treeCanonical SVT-AV1 docs covering encoder parameters, build guide, encoder design and per-tool appendices for CDEF, CfL, film grain, global m…
- Xilinx/AMD Video SDK — on-prem getting started (Alveo U30)Official docs for deploying the Alveo U30 video acceleration stack: XRT, the XRM resource manager and FFmpeg/GStreamer plugins with the XMA…
- jxs (JPEG XS reference)Reference software implementation of ISO/IEC 21122-5 (JPEG XS) including jxs_encoder binary, supports PNM/PGX/raw YUV/RGB input.
- Making the rav1d Video Decoder 1% FasterDetailed performance teardown of the Rust rav1d AV1 decoder versus C dav1d, walking through profiling and codegen-level fixes.
- avm (AOM Video Model) — AV2 reference codecAOMedia's reference encoder/decoder for the next-gen AV2 codec (successor to AV1); experimental research codebase with first 1.0.0 tag.
- Qencode Transcoding API referenceREST API documentation for Qencode cloud transcoding covering HLS/DASH/MP4 outputs, H.264/H.265/VP9, DRM, thumbnails, subtitles and custom…
- SVT-AV1 Deep Dive — preset/CRF benchmark methodologyLarge-scale SVT-AV1 benchmark (thousands of encodes) across presets and CRF using SSIMULACRA2 and XPSNR with documented harmonic-mean metho…