Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.3.1
    dav1d 0.3.1 'Sailfish', the fast and small AV1 decoder
    
    This is a small bugfix release fixing a decoding issue on SSSE3 CPU,
    when frame-threading is activated.
    
    It also reduces the binary size and gives more optimizations for SSSE3
    and ARM CPUs.
  • 0.3.0
    de2059a1 · Release 0.3.0 ·
    dav1d 0.3.0 'Sailfish', the fast and small AV1 decoder
    
    This is the third major release of dav1d, the fast and small AV1 decoder,
    codename 'Sailfish'.
    
    It supports all the AV1 features and all bitdepths.
    0.3.0 brings large improvements in speed on ARM64 (15% speedup) and SSSE3
    (more than 12% fps increase) and even manages to gain around 5% on the already
    fast AVX-2 implementation.
  • 0.2.2
    1f7a7e8a · Update NEWS for 0.2.2 ·
    dav1d 0.2.2 'Antelope', the fast and small AV1 decoder
    
    This is the fourth release of dav1d, the fast and small AV1 decoder,
    codename 'Antelope'.
    It supports all the AV1 features and all bitdepths.
    
    0.2.2 brings large improvements in speed on ARM64 and SSE3 (more than
    10% speed increase) and even manages to gain around 5% on the already
    fast AVX-2 implementation.
  • 0.2.1
    dav1d 0.2.1 'Antelope', the fast and small AV1 decoder
    
    This is the second release of dav1d, the fast and small AV1 decoder,
    codename 'Antelope'.
    
    It still supports all AV1 features and all bitdepths, from 8 to 12bits,
    and decodes more samples than before.
    
    While still being the fastest decoder on AVX-2 CPUs, dav1d is now also
    faster on ARM, ARM64 and SSSE3 CPUs in normal loads.
    0.2.x is around 2x/2.5x faster on SSSE3 and achieves 1080p at 80fps
    on an iPhone XS
    
    0.2.1 is a small bugfix release above 0.2.0 to fix build issues, and
    increase a bit the speed of SSSE3
  • 0.2.0
    dav1d 0.2.0 'Antelope', the fast and small AV1 decoder
    
    This is the second release of dav1d, the fast and small AV1 decoder,
    codename 'Antelope'.
    It still supports all AV1 features and all bitdepths, from 8 to 12bits,
    and decodes more samples than before.
    While still being the fastest decoder on AVX-2 CPUs, dav1d is now also
    faster on ARM, ARM64 and SSSE3 CPUs in normal loads.
    
    0.2.0 is around 2x/2.5x faster on SSSE3 and achieves 1080p at 80fps
    on an iPhone XS
  • 0.1.0
    a6b903fb · Update NEWS ·
    dav1d 0.1.0 'Gazelle', the fast and small AV1 decoder
    
    This is the first release of dav1d, the fast and small AV1 decoder,
    codename 'Gazelle'.
    
    It supports all AV1 features and all bitdepths, from 8 to 12bits.
    It is very fast compared to other AV1 decoders on AVX-2 processors.
    
    It has already SSSE3 and NEON code for other processors, and will get a
    lot more of those optimizations in the future.