Kostya's Boring Codec World — FFhistory: Early Reverse Engineers
Active codec reverse-engineering blog documenting the history of FFmpeg's early codec implementations and obscure format internals.
Link
Related resources
- Cardinal Peak Blog: Streaming Media Video Encoding FormatsEmbedded/video engineering consultancy blog covering codec and format trade-offs from an engineering angle.
- Tech @ WBD — Warner Bros Discovery Engineering BlogWarner Bros Discovery's engineering blog covering streaming, video, and product tech posts from internal engineers.
- 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.
- Ronald S. Bultje — Random thoughtsPersonal blog by ex-Google VP9 lead dev, dav1d/Eve encoder co-creator, Two Orioles founder. Deep VP9/AV1 codec internals writeups.
- Bertolami BlogIndependent engineer's personal blog covering graphics/codec engineering, including neural image compression experiments.
- Video Encoding to AV1 Guide (WIP)Long-running community-maintained guide to AV1 software encoding (libaom/aomenc) on the Level1Techs forum.
- Building Your Own Scalable Video Streaming Server (Part 1)Code-along tutorial series building a microservices-based video streaming server with FFmpeg HLS segmenting.
- Building Your First Video Pipeline: FFmpeg & MediaMTX Basics (Part 1)Technical tutorial walking through demux→decode→filter→encode→mux pipeline stages toward building a low-latency streaming setup with FFmpeg…
- Streaming Media 101 (Streaming Learning Center)Jan Ozer's structured course on encoding/deploying H.264/HEVC/VP9/AV1 with FFmpeg/HandBrake labs.
- A Hitchhiker's Guide to Structural SimilarityNetflix-affiliated deep-dive paper on SSIM quality metrics and their application to streaming QoE evaluation.
- Live Streaming Architecture: Ingest, Transcoding, and Delivery at ScaleIndependent technical deep dive into segment chunking, manifest generation, ABR client polling logic, and manifest-as-single-point-of-failu…
- First Release of dav1d (v0.1.0 "Gazelle")Jean-Baptiste Kempf's release notes for dav1d's first version, covering performance goals and roadmap.
- FFmpeg Encoding and Decoding APIs (DeepWiki technical reference)Generated technical reference explaining FFmpeg's encode/decode API internals, including send/receive decoupling and EAGAIN semantics.
- Demuxed PodcastPodcast for video engineers covering HLS, DRM, player internals, and streaming infrastructure deep dives, tied to the Demuxed conference.
- Building Service Topology at Scale (Netflix Tech Blog)Real-time service dependency-mapping system for streaming microservices at scale, architecture and lessons learned.