Skip to Content

dav1d v1.4.0

Created
Updated

dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.

# Usage

The package dav1d can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(dav1d REQUIRED IMPORTED_TARGET dav1d)
target_link_libraries(main PkgConfig::dav1d) 

# License

# Supported Platforms

!(windows & x86 & !static)

  • linux
  • osx
  • uwp
  • windows-arm64
  • windows-static
  • windows-x64
  • windows-x86-dynamic

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Rich Logan's avatar Rich Logan
  • Ewout ter Hoeven's avatar Ewout ter Hoeven
  • Matthias C. M. Troffaes's avatar Matthias C. M. Troffaes
  • Alexander Neumann's avatar Alexander Neumann
  • Billy O'Neal's avatar Billy O'Neal
  • JonLiu1993's avatar JonLiu1993
  • Kenji Mouri's avatar Kenji Mouri
  • Clinton Ingram's avatar Clinton Ingram
  • Cheney Wang's avatar Cheney Wang
  • Mengna Li's avatar Mengna Li
  • Martin Hořeňovský's avatar Martin Hořeňovský
  • Paweł Wegner's avatar Paweł Wegner

# Changelog

# Source