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-11-10Add info to dav1d_send_data docsHEADmasterCharlie Hayden
2022-10-26Implement atomic_compare_exchange_strong in the atomic compat headersMartin Storsjö
2022-09-30Specify hidden visibility for global data symbol declarationsHenrik Gramner
2022-07-06cpu: Inline dav1d_get_cpu_flags()Henrik Gramner
2022-04-28Use a relaxed memory ordering in dav1d_ref_inc()Henrik Gramner
2022-04-24lib: Fix typo in documentationMatthias Dressel
2022-03-31lib: add a function to query the decoder frame delayJames Almer
2022-03-08lib: add a public function to return the props from the last frame that faile...James Almer
2022-03-08data: add a public function to release a Dav1dDataProps referenceJames Almer
2022-01-15add --inloopfilters to enable/disable postfilters dynamicallyRonald S. Bultje
2022-01-11dav1d.h: mention the defaults for each Dav1dSettings optionJames Almer
2022-01-08Add interface to output invisible (alt-ref) framesRonald S. Bultje
2022-01-06DAV1D_MC_IDENTITY requires DAV1D_PIXEL_LAYOUT_I444Wan-Teh Chang
2022-01-01Expose dav1d_apply_grain as part of the public APINiklas Haas
2021-10-05Fix compilation when using the gcc atomic wrappersSylvain BERTRAND
2021-09-20Add automatic thread count selectionHenrik Gramner
2021-09-03msvc: Remove unnecessary alignment directive for atomicsHenrik Gramner
2021-09-03msvc: Add compat macros for additional atomic operationsHenrik Gramner
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-08-19refmvs: Pack the refmvs_block structChristophe Gisquet
2021-07-09lib: return DAV1D_ERR(ENOENT) if no seqhdr OBU was foundJames Almer
2021-06-20Use the 'noclone` function attribute in addition to 'noinline`Henrik Gramner
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