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 (Expand)Author
2022-08-19data: don't overwrite the Dav1dDataProps size valueJames Almer
2022-03-08data: add a public function to release a Dav1dDataProps referenceJames Almer
2022-02-26reset Dav1dDataProps to defaults when unreferencing data and picturesJames Almer
2021-01-25data: Remove dead codeMatthias Dressel
2020-11-22Add more buffer poolsHenrik Gramner
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-01-24data: factorize setting Dav1dDataProps to default valuesJames Almer
2019-01-08data: add dav1d_data_ref()James Almer
2019-01-08picture: properly handle Dav1dUserData references in Dav1dPictureJames Almer
2019-01-05Add a user data pointer to Dav1dDataPropsMichael Bradshaw
2018-12-20Perform stack realignment in every API entry pointHenrik Gramner
2018-11-30data: fix setting Dav1dDataProps defaults in dav1d_data_create()James Almer
2018-11-30common: make 0 the default for Dav1dDataProps.durationJames Almer
2018-11-30common: make -1 the default for Dav1dDataProps.offsetJames Almer
2018-11-30common: make Dav1dDataProps.duration signedJames Almer
2018-11-29Make Dav1dDataProps::timestamp and offset signed.Jean-Yves Avenard
2018-11-23Add API to match input images to specific output picturesRonald S. Bultje
2018-11-14implement a decoupled decode APIJames Almer
2018-10-31ref: don't leave dangling pointers around when freeing Dav1dRefJames Almer
2018-10-29API: constify Dav1dData and dav1d_data_wrap()Janne Grunau
2018-10-19Add support for external picture buffer allocationSteve Lhomme
2018-09-28Check for valid input in dav1d_data_unrefJames Almer
2018-09-28Wrappable data structureRonald S. Bultje
2018-09-22Initial decoder implementation.Ronald S. Bultje