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
2019-11-21Make OBU_* types publicRonald S. Bultje
2019-11-21Increase DAV1D_PICTURE_ALIGNMENT to 64Henrik Gramner
2019-09-10Y grain AVX2 implementationsRonald S. Bultje
2019-09-04Prefer __builtin_unreachable() over __assume() on clang-clHenrik Gramner
2019-08-23Optimize coef ctx calculationsHenrik Gramner
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-07-27vsx: Set the correct alignment constraintsLuca Barbato
2019-06-30checkasm: cdef: Add verbose prints for output data (and relevant input)Martin Storsjö
2019-06-26include: Consistently use DAV1D_ERR in docsMarvin Scholz
2019-06-25checkasm: Add functions for printing pixel buffersMartin Storsjö
2019-05-22dav1d: reserve some bytes in Dav1dSettingsJames Almer
2019-05-14Add an option to limit the maximum frame sizeHenrik Gramner
2019-05-10Add __attribute__((cold)) to rarely used functionsHenrik Gramner
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-03-24Only define DAV1D_API to dllexport when building dav1d itselfMartin Storsjö
2019-03-09build: add "api" to api/soname related versionsJanne Grunau
2019-03-08let dav1d_version() return the project versionJanne Grunau
2019-02-26obu: ignore operating_parameter_info in new sequence checkJanne Grunau
2019-02-21Slightly over-allocate picture buffersRonald S. Bultje
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-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-13Make include guards consistent; don't define any value for the include guard ...Martin Storsjö
2019-02-13Use a consistent style for the terminating endif for include guardsMartin Storsjö
2019-01-28add a logging callback mechanismJames Almer
2019-01-05Add a user data pointer to Dav1dDataPropsMichael Bradshaw
2018-12-20Use 16-byte stack alignment on 32-bit x86Henrik Gramner
2018-12-18Remove carriage return charactersRonald S. Bultje
2018-12-13Document the thread context in which Dav1dPicAllocator's functions are calledMichael Bradshaw
2018-12-12meson: fix installing the includesTimo Gurr
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-03obu: fix setting num_ticks_per_picture in sequence headersJames Almer
2018-11-30common: make 0 the default for Dav1dDataProps.durationJames Almer
2018-11-30common: make it clear that the default values in Dav1dDataProps mean unknownJames 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-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-26Put layout back in Dav1dSequenceHeaderJames Almer
2018-11-25Store literal bitstream values in Dav1dSequence/FrameHeaderRonald S. Bultje
2018-11-25Move Dav1dPictureParameters-related entries to top of Dav1dSeqHdrRonald S. Bultje
2018-11-25Add some more constants from section 3Ronald S. Bultje
2018-11-25Add frame_hdr/seq_hdr to Dav1dPictureRonald S. Bultje
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje