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
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2021-04-16dav1d: add event flags to the decoding processJames Almer
2021-04-14attributes: Add a CHECK_OFFSET macro for verifying struct offsetsMartin Storsjö
2021-02-16build: Fix compilation with clang-clHenrik Gramner
2021-02-08build: Fix ninja warning message on WindowsHenrik Gramner
2021-01-28src: Replace check for intra-/key-frame with dedicated macroMatthias Dressel
2021-01-28src: Use a macro for testing frame_typeMatthias Dressel
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2020-11-22Add more buffer poolsHenrik Gramner
2020-09-20tests: avoid using sed in header testJanne Grunau
2020-08-23tests: test stand alone API header compilationJanne Grunau
2020-08-23dav1d/headers.h: add missing stdint.h includeJanne Grunau
2020-08-23API: move reserved space in Dav1dSettings to the endJanne Grunau
2020-08-21API: remove anonymous struct and union from Dav1dWarpedMotionParamsJanne Grunau
2020-07-13Add enum entries for the maximum valid metadata valuesHenrik Gramner
2020-04-10memory sanitizer: mask all CPU flagsJanne Grunau
2020-04-03Update a stale comment for dav1d_alloc_aligned()Wan-Teh Chang
2020-03-15headers: partially revert a recent change to Dav1dLogger doxyJames Almer
2020-03-07headers: add missing doxy to some Dav1dSettings fieldsJames Almer
2020-03-07headers: split some public fields into separate lines and document themJames Almer
2020-02-11arm64: looprestoration: NEON implementation of SGR for 10 bpcMartin Storsjö
2020-02-06Reorder the Dav1dFrameHeader struct to fix alignment issuesHenrik Gramner
2020-02-04arm: mc: Prepare the init file for higher bitdepthsMartin Storsjö
2020-02-01Avoid masking the lsb in high bit-depth stride calculationsHenrik Gramner
2020-01-29checkasm: Increase buffer alignment to 64-byte on x86-64Henrik Gramner
2020-01-11SSSE3 implementations of film grainRonald S. Bultje
2020-01-10Add a workaround for -fsanitize=cfi + dlsym() issueHenrik Gramner
2019-12-06Simplify shifting in generate_grain_y/uv AVX2Ronald S. Bultje
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