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
path: root/src/ref.h
AgeCommit message (Collapse)Author
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
A symbol starting with two leading underscores is reserved for the compiler/standard library implementation. Also remove the trailing two double underscores for consistency and symmetry.
2018-11-29obu: ensure that the frame header reference is writableJames Almer
2018-10-31ref: don't leave dangling pointers around when freeing Dav1dRefJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2018-10-29API: constify Dav1dData and dav1d_data_wrap()Janne Grunau
Fix #120.
2018-10-19Add support for external picture buffer allocationSteve Lhomme
2018-09-28Wrappable data structureRonald S. Bultje
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>