vlc/vlc-3.0 | branch: master | Adrien Maglo <[email protected]> | 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 <[email protected]> Co-authored-by: Steve Lhomme <[email protected]> (cherry picked from commit 059b9e563bc0ec6daf7081ae5b7c1077c0ce6deb) (cherry picked from commit 500fe27a07cd2870d4cc5b40855c0743f765f74e) Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
