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-10-27threading: Add a pending list for async task insertionVictorien Le Couviour--Tuffet
2022-10-20threading: Fix a race around frame completion (frame-mt)Victorien Le Couviour--Tuffet
2022-09-30x86: Add 10-bit 8x8/8x16/16x8/16x16 itx AVX-512 (Ice Lake) asmHenrik Gramner
2022-09-30Specify hidden visibility for global data symbol declarationsHenrik Gramner
2022-09-26x86: Fix incorrect 32-bit parameter usage in high bit-depth AVX-512 mcHenrik Gramner
2022-09-19arm: itx: Add clipping to row_clip_min/max in the 10 bpc codepathsMartin Storsjö
2022-09-19x86: Fix overflows in 12bpc AVX2 IDCT/IADSTHenrik Gramner
2022-09-19x86: Fix overflows in 12bpc AVX2 DC-only IDCTHenrik Gramner
2022-09-19x86: Fix clipping in high bit-depth AVX2 4x16 IDCTHenrik Gramner
2022-09-15Fix checking the reference dimesions for the projection processDavid Conrad
2022-09-15Fix calculation of OBMC lap dimensionsDavid Conrad
2022-09-15Support film grain application whose only effect is clipping to video rangeDavid Conrad
2022-09-15Ignore T.35 metadata if the OBU contains no payloadDavid Conrad
2022-09-15Fix chroma deblock filter size calculation for losslessDavid Conrad
2022-09-15Fix rounding in the calculation of initialSubpelXDavid Conrad
2022-09-15Fix overflow when saturating dequantized coefficients clipped to 0David Conrad
2022-09-15Fix overflow in 8-bit NEON ADSTDavid Conrad
2022-09-12x86: Fix clipping in 10bpc SSE4.1 IDCT asmHenrik Gramner
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