Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-03Remove dav1d_init()Henrik Gramner
Perform the library initialization as part of dav1d_open() instead.
2018-10-02Fix version.h includeMarvin Scholz
Previously it was assumed version.h is in include, which is actually not always the case, for example with --layout flat when configuring.
2018-09-28detect unistd.h availabilitySteve Lhomme
It doesn't exist on MSVC and it's not needed.
2018-09-27Replace "Two Orioles" with "VideoLAN" in outputRaphael Zumer
2018-09-27Fix non-lowercase references to dav1dRaphaël Zumer
2018-09-26make dav1d_close() write NULL to the Dav1dContext pointer after freeing itJames Almer
This prevents leaving the caller with a dangling pointer.
2018-09-22Initial decoder implementation.Ronald S. Bultje
With minor contributions from: - Jean-Baptiste Kempf <jb@videolan.org> - Marvin Scholz <epirat07@gmail.com> - Hugo Beauzée-Luyssen <hugo@videolan.org>