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
path: root/src
AgeCommit message (Expand)Author
2022-09-08threading: Limit the progress bitfields to the used sizeVictorien Le Couviour--Tuffet
2022-09-08x86: Fix rare crash in chroma film grain asmHenrik Gramner
2022-09-07x86: Fix overflows in 12bpc AVX2 identity itx asmHenrik Gramner
2022-09-07x86: Fix an alignment issue in 8-bit AVX-512 loop restorationHenrik Gramner
2022-08-30threading: Fix copy_lpf_progress initializationVictorien Le Couviour--Tuffet
2022-08-19data: don't overwrite the Dav1dDataProps size valueJames Almer
2022-07-25Adjust inlining attributes on some functionsHenrik Gramner
2022-07-19x86: Remove leftover instruction in loopfilter AVX2 asmHenrik Gramner
2022-07-14Enable pointer authentication in assembly when building arm64eDavid Conrad
2022-07-11Don't trash the return stack buffer in the NEON loop filterDavid Conrad
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-15x86: Add high bit-depth loopfilter AVX-512 (Ice Lake) asmHenrik Gramner
2022-06-03x86: Add a workaround for quirky AVX-512 hardware behaviorHenrik Gramner
2022-05-25x86: Add high bit-depth cdef_filter AVX-512 (Ice Lake) asmHenrik Gramner
2022-05-18x86/itx_avx2: fix typoDavid Michael Barr
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-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-16Set f->n_tile_data to 0 in dav1d_decode_frame()Wan-Teh Chang
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
2022-03-08lib.c: consider a cached_error as a valid output pictureRonald S. Bultje
2022-03-07Fix delayed_fg.scaling alignment for AVX-512Victorien Le Couviour--Tuffet
2022-03-07lib: always set operating_point_idc and max_spatial_idJames Almer
2022-03-07lib.c: clear cf after seekingRonald S. Bultje
2022-03-07lib: add parenthesis for improved readabilityJames Almer
2022-03-07lib: don't buffer an extra frame when there's a single spatial layerJames Almer
2022-03-04lib: clear cached_error on flushJames Almer
2022-03-04dav1d_flush should set frame threads' retval to 0Wan-Teh Chang
2022-03-02arm: itx: Do clipping in all narrowing downshiftsMartin Storsjö
2022-02-28x86: Add 8-bit film grain AVX-512 (Ice Lake) asmHenrik Gramner
2022-02-28Add minor filmgrain scaling generation optimizationsHenrik Gramner
2022-02-28build: Make "film_grain" vs "filmgrain" DSP file names consistentHenrik Gramner