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-03-12build: use the project version as product version in the windows resource file0.2.1James Almer
2019-03-11x86: remove unused macro arg in SSSE3 cdef_dirVictorien Le Couviour--Tuffet
2019-03-11x86: fix number of xmm used in sgr_calc_ab1_ssse3Victorien Le Couviour--Tuffet
2019-03-11x86: optimize SSSE3 sgr_calc_ab{1,2}Victorien Le Couviour--Tuffet
2019-03-11x86: optimize AVX2 cdef_dirVictorien Le Couviour--Tuffet
2019-03-09build: add "api" to api/soname related versionsJanne Grunau
2019-03-08let dav1d_version() return the project versionJanne Grunau
2019-03-08x86: add SSSE3 cdef dir implementationVictorien Le Couviour--Tuffet
2019-03-07arm: looprestoration: Simplify a few padding cases in wiener_filter_h_neonMartin Storsjö
2019-03-06Use some 8 bit arithmetic in AVX2 CDEF filterKyle Siefring
2019-03-06arm: looprestoration: Remove unnecessary includesMartin Storsjö
2019-03-05arm64: cdef: Clarify a slightly confusing commentMartin Storsjö
2019-03-05arm64: cdef: Use a smarter padding constantMartin Storsjö
2019-03-05arm64: cdef: Do saturating subtractions to avoid max operations with 0Martin Storsjö
2019-03-05Utilize a better CDEF constant for avx2Kyle Siefring
2019-03-04Remove unused data from x86/cdef.asm0.2.0Kyle Siefring
2019-03-04x86: add SSSE3 mc prep_8tap implementationFrancois Cartegnie
2019-03-03Speed up finding the best cost in avx2 cdefKyle Siefring
2019-03-02windres: fix the version number stringJames Almer
2019-03-02x86: Check for BMI1 and BMI2 flags in addition to AVX2Henrik Gramner
2019-03-01picture: fix default_picture_allocator() return value on failureJames Almer
2019-03-01picture: make mastering display and content light metadata accessible when al...James Almer
2019-03-01Update copyright yearsJean-Baptiste Kempf
2019-03-01Add SSSE3 implementation for the 16x16 blocks in itxLiwei Wang
2019-03-01Add dc-only path to C-implementation of IDCTRonald S. Bultje
2019-03-01Update the copyright year to 2019Matthias Dressel
2019-02-26obu: ignore operating_parameter_info in new sequence checkJanne Grunau
2019-02-26x86: add SSSE3 cdef filters implementationVictorien Le Couviour--Tuffet
2019-02-26x86: optimize AVX2 cdef filtersVictorien Le Couviour--Tuffet
2019-02-26x86: optimize 4 by X cdef filters for HAVE_RIGHT=0Victorien Le Couviour--Tuffet
2019-02-26x86: add AVX2 cdef_filter_4x8Victorien Le Couviour--Tuffet
2019-02-26x86: remove redundant code in cdef filter AVX2Victorien Le Couviour--Tuffet
2019-02-26x86: improve AVX2 cdef_filter macro consistencyVictorien Le Couviour--Tuffet
2019-02-26fix dav1d spellingJanne Grunau
2019-02-26Add SSSE3 implementation for the 8x16 and 16x8 blocks in itxLiwei Wang
2019-02-26bump version to 0.2.0 and soname to 1.0.0Janne Grunau
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