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
2020-03-15headers: partially revert a recent change to Dav1dLogger doxyJames Almer
2020-03-07headers: add missing doxy to some Dav1dSettings fieldsJames Almer
2019-06-26include: Consistently use DAV1D_ERR in docsMarvin Scholz
2019-05-22dav1d: reserve some bytes in Dav1dSettingsJames Almer
2019-05-14Add an option to limit the maximum frame sizeHenrik Gramner
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-03-08let dav1d_version() return the project versionJanne Grunau
2019-02-19Include version.h using a relative pathMichael Bradshaw
2019-02-17headers: reorder and improve the doxy for some fieldsJames Almer
2019-02-13build: generate a installed version header for semantic versioningJanne Grunau
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-01-28add a logging callback mechanismJames Almer
2018-11-29doc: extend dav1d_flush DoxygenJanne Grunau
2018-11-27Add a simple API usage example to the doxyJames Almer
2018-11-26dav1d: add public defines for max amount of tile and frame threadsJames Almer
2018-11-26Add a public function to parse the Sequence Header from raw bitstream dataJames Almer
2018-11-24API/scalable: add all_layers Dav1dSettingsJanne Grunau
2018-11-24API/scalable: add operating point Dav1dSettingJanne Grunau
2018-11-19film_grain: implement film grain synthesisNiklas Haas
2018-11-14implement a decoupled decode APIJames Almer
2018-11-12include errno.h in the public headersSteve Lhomme
2018-11-07Make the public headers C++ friendlySteve Lhomme
2018-10-19Add support for external picture buffer allocationSteve Lhomme
2018-10-03Remove dav1d_init()Henrik Gramner
2018-10-03Improve public API documentation in dav1d.hJames Almer
2018-09-28Add flush functionRonald S. Bultje
2018-09-26make dav1d_close() write NULL to the Dav1dContext pointer after freeing itJames Almer
2018-09-22Initial decoder implementation.Ronald S. Bultje