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-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2022-07-06cpu: Inline dav1d_get_cpu_flags()Henrik Gramner
2022-06-22x86: Add minor loopfilter asm improvementsHenrik Gramner
2022-06-21checkasm: Speed up signal handlingHenrik Gramner
2022-06-21checkasm: Improve seed generation on WindowsHenrik Gramner
2022-06-20ci: Don't specify a specific MacOS versionHenrik Gramner
2022-06-15x86: Add high bit-depth loopfilter AVX-512 (Ice Lake) asmHenrik Gramner
2022-06-13checkasm/lpf: Use operating dimensionsVictorien Le Couviour--Tuffet
2022-06-03checkasm: Print the cpu model and cpuid signature on x86Henrik Gramner
2022-06-03checkasm: Add a vzeroupper check on x86Henrik Gramner
2022-06-03x86: Add a workaround for quirky AVX-512 hardware behaviorHenrik Gramner
2022-05-31checkasm: Fix uninitialized variableVictorien Le Couviour--Tuffet
2022-05-25CI: Update coverage collectingMatthias Dressel
2022-05-25CI: Add a build with the minimum requirementsMatthias Dressel
2022-05-25CI: Deactivate git 'safe.directory'Matthias Dressel
2022-05-25CI: Update imagesMatthias Dressel
2022-05-25Fix typoVictorien Le Couviour--Tuffet
2022-05-25x86: Add high bit-depth cdef_filter AVX-512 (Ice Lake) asmHenrik Gramner
2022-05-20checkasm: Print --help message to stderr instead of stdoutHenrik Gramner
2022-05-20checkasm: Split cdef test into separate pri/sec/pri+sec partsHenrik Gramner
2022-05-20checkasm: Improve benchmarking of functions that modify their inputHenrik Gramner
2022-05-18x86/itx_avx2: fix typoDavid Michael Barr
2022-05-07CI: Add gcc12 and clang14 builds with mold linkerMatthias Dressel
2022-05-06CI: Trigger documentation rebuild if configuration changesMatthias Dressel
2022-05-06meson/doc: Fix doxygen configMatthias Dressel
2022-04-28Use a relaxed memory ordering in dav1d_ref_inc()Henrik Gramner
2022-04-28Remove redundant code in dav1d_cdf_thread_unref()Henrik Gramner
2022-04-28Inline dav1d_ref_inc()Henrik Gramner
2022-04-24x86/itx: Add 32x8 12bpc AVX2 transformsMatthias Dressel
2022-04-24x86/itx: Add 8x32 12bpc AVX2 transformsMatthias Dressel
2022-04-24x86/itx: Deduplicate dconly codeMatthias Dressel
2022-04-24lib: Fix typo in documentationMatthias Dressel
2022-04-08obu: don't output invisible but showable key frames more than onceJames Almer
2022-04-08obu: check that the frame referenced by existing_frame_idx is showableJames Almer
2022-04-08obu: check refresh_frame_flags is not equal to allFrames on Intra Only framesJames Almer
2022-04-08remove multipass wait from dav1d_decode_frameSteve Lhomme
2022-04-07picture: ensure the new seq header and op param info flags are attached to th...James Almer
2022-03-31lib: add a function to query the decoder frame delayJames Almer
2022-03-31lib: split calculating thread count to its own functionJames Almer
2022-03-19checkasm: Fix alignment of stack buffers in the film grain testsHenrik Gramner
2022-03-181.0.01.0.0Jean-Baptiste Kempf
2022-03-16Set f->n_tile_data to 0 in dav1d_decode_frame()Wan-Teh Chang
2022-03-15NEWSJean-Baptiste Kempf
2022-03-14x86: Reduce code size in 8-bit film grain AVX-512 asmHenrik Gramner
2022-03-14x86: Add high bit-depth film grain AVX-512 (Ice Lake) asmHenrik Gramner
2022-03-10arm: Only produce the PAC/BTI .note section when targeting ELFMartin Storsjö
2022-03-10arm: Add comments to #endif and #else in nonobvious casesMartin Storsjö
2022-03-09lib.c: re-order so all code accessing f->* is grouped togetherRonald S. Bultje
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