Introducing dav1d: a new AV1 decoder
Jean-Baptiste Kempf (VideoLAN president) explains the motivation for building dav1d as a faster, smaller AV1 decoder than libaom.
Link
Related resources
- First Release of dav1d (v0.1.0 "Gazelle")Jean-Baptiste Kempf's release notes for dav1d's first version, covering performance goals and roadmap.
- Kostya's Boring Codec WorldLong-running blog by Kostya Shishkov with reverse-engineering deep dives on obscure and legacy video codecs, bitstream formats and decoder…
- Tech @ WBD — Warner Bros Discovery Engineering BlogWarner Bros Discovery's engineering blog covering streaming, video, and product tech posts from internal engineers.
- The Multimedia RenaissanceGianni Rosato retrospective on community AV1 encoder forks continuing psychovisual tuning work after SVT-AV1-PSY wound down.
- Video Streaming with AV1 Codec on Mobile Devices — Meta White PaperMeta Engineering blog and white paper on deploying AV1 codec for mobile video streaming, Sept 2025.
- MDN — Video processing concepts (WebCodecs)MDN primer on codecs, containers, frame types and colour handling framed for developers building with the WebCodecs API.
- Shaka Player — Welcome Tutorial (official dev docs)Official Shaka Player developer onboarding tutorial hub (JSDoc-generated), entry point for building with the library.
- YouTube Creator Academy – CaptionsA tutorial from YouTube's Creator Academy about adding captions and subtitles to videos. It explains how to create, upload, and auto-sync c…
- Abhik Sarkar — Interactive H.264 GuideInteractive H.264 compression explainer with live-adjustable parameters and macroblock visualizations, by an independent expert.
- Codec Wiki — AV1 for DummiesIndependent codec-wiki AV1 getting-started guide covering the encoder pipeline and practical encoding tips.
- Demuxed PodcastPodcast for video engineers covering HLS, DRM, player internals, and streaming infrastructure deep dives, tied to the Demuxed conference.
- Twitch/AMD/NGCodec FPGA VP9 Encoding Case StudyCase study on FPGA-accelerated VP9 encoding at Twitch, showing 25% bitrate savings and 30x performance over CPU encoding.
- Streaming Tech Sweden 2025 RecordingsSession recordings from the 2025 Streaming Tech Sweden conference, covering Nordic streaming architecture and client-side encryption talks.
- Unreeling Netflix: Understanding and Improving Multi-CDN Movie DeliveryAcademic paper (Princeton/Bell Labs) measuring Netflix's multi-CDN delivery architecture, DNS-based CDN selection, and AWS backend.
- Shaka Player architecture documentationComponent-level design documentation for Shaka Player showing how manifest parsing, streaming engine, MSE and EME layers interact.