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
2019-02-21Remove trailing whitespaceHenrik Gramner
2019-02-21Slightly over-allocate picture buffersRonald S. Bultje
2019-02-21Make allocation of frame_thread.pal alignedRonald S. Bultje
2019-02-21Don't assume chroma subsampling in stride calculationRonald S. Bultje
2019-02-20picture: use the input picture metadata buffer references in dav1d_picture_al...James Almer
2019-02-19x86: Fix buffer overread in ipred_filter_avx2.w32Henrik Gramner
2019-02-19Add SSSE3 implementation for ipred_cfl, ipred_cfl_top, ipred_cfl_left and ipr...Xuefeng Jiang
2019-02-17Clipping in the second weight of SGRProj is uselessLuc Trudeau
2019-02-17Simplify pri_taps and sec_tapsLuc Trudeau
2019-02-16x86inc: Add support for GFNI instructionsHenrik Gramner
2019-02-16x86inc: Improve warnings for use of unsupported instructionsHenrik Gramner
2019-02-15Add a dav1d prefix to global msac symbolsHenrik Gramner
2019-02-15Make msac_decode_symbol() staticHenrik Gramner
2019-02-15obu: free Metadata buffers at the start of a new SequenceJames Almer
2019-02-15add SSSE3 put_8tapFrancois Cartegnie
2019-02-14add SSSE3 prep_bilinFrancois Cartegnie
2019-02-14lib: explicity free the metadata buffers in dav1d_close()James Almer
2019-02-14lib: also free internal buffers when flushing with one frame threadJames Almer
2019-02-14Add SSSE3 implementation for pal_predXuefeng Jiang
2019-02-14arm64/ios: use prefixed dav1d_mc_warp_filter symbolJanne Grunau
2019-02-14arm64: mc: NEON implementation of warp8x8{,t}Martin Storsjö
2019-02-14tables: Restore the warp filter table order for architectures other than x86Martin Storsjö
2019-02-14arm64: cdef: NEON implementation of the dir functionMartin Storsjö
2019-02-13build: generate a installed version header for semantic versioningJanne Grunau
2019-02-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-13get_bits: Factor out leb parsing to dav1d_get_uleb128()Vittorio Giovara
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-13Use consistent include guard define symbolsMartin Storsjö
2019-02-13Use consistent style for include guard definesMartin Storsjö
2019-02-13Use a consistent style for the terminating endif for include guardsMartin Storsjö
2019-02-13lib: Properly mark threads above 32 as availableMartin Storsjö
2019-02-13arm32: Set .arch armv7-a just like we already set .fpu neonMartin Storsjö
2019-02-13cdef_apply_tmpl: Restore the y variables to intMartin Storsjö
2019-02-13obu: Initialize off_before_idx[0], fix MSVC warning about uninitialized useMartin Storsjö
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2019-02-12x86: Add w_mask_444 AVX2 asmHenrik Gramner
2019-02-12x86: Add w_mask_422 AVX2 asmHenrik Gramner
2019-02-12x86: Optimize MC w_maskHenrik Gramner
2019-02-12x86: Optimize MC w_avgHenrik Gramner
2019-02-11Use 64-bit versions of fseek and ftellHenrik Gramner
2019-02-11arm64: cdef: NEON optimized cdef filter functionMartin Storsjö
2019-02-09x86: Fix 32-bit looprestoration SSSE3 asm on MSVCHenrik Gramner
2019-02-09clean up threads on dav1d_open failuresJanne Grunau
2019-02-08looprestoration: add SSSE3 implementationVictorien Le Couviour--Tuffet
2019-02-08looprestoration: correct comment in AVX2 sgr_box5_vVictorien Le Couviour--Tuffet
2019-02-08looprestoration: fix macro undef in C codeVictorien Le Couviour--Tuffet
2019-02-08Simplify dav1d_thread_picture_alloc()James Almer
2019-02-08Windows: Improve pthread wrapperHenrik Gramner
2019-02-08Add SSSE3 implementation for ipred_smooth, ipred_smooth_v and ipred_smooth_hXuefeng Jiang
2019-02-08Avoid warnings about variables being truncated by changing the type of variablesMartin Storsjö