[vlc-commits] codec: add a dav1d AV1 decoder module

Adrien Maglo git at videolan.org
Tue Dec 18 18:14:43 CET 2018


vlc/vlc-3.0 | branch: master | Adrien Maglo <magsoft at videolan.org> | Tue Sep 11 17:29:43 2018 +0200| [c7b34cc30b736915bc8aca339bf0ea0c64a4cc65] | committer: Hugo Beauzée-Luyssen

codec: add a dav1d AV1 decoder module

It is using the picture callback API so there's is no copy on output of the decoder.

Co-authored-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
Co-authored-by: Steve Lhomme <robux4 at ycbcr.xyz>
(cherry picked from commit 059b9e563bc0ec6daf7081ae5b7c1077c0ce6deb)
(cherry picked from commit 500fe27a07cd2870d4cc5b40855c0743f765f74e)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=c7b34cc30b736915bc8aca339bf0ea0c64a4cc65
---

 configure.ac              |   5 +
 modules/codec/Makefile.am |   8 ++
 modules/codec/dav1d.c     | 325 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 338 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=c7b34cc30b736915bc8aca339bf0ea0c64a4cc65


More information about the vlc-commits mailing list