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
2019-04-29Release 0.3.00.3.0Jean-Baptiste Kempf
2019-04-24ci: Add a test for x86-64 with 16-byte stack alignmentHenrik Gramner
2019-04-24Update NEWS for 0.3.0 - SailfishJean-Baptiste Kempf
2019-04-22Fix crash in SSSE3 inverse transformHenrik Gramner
2019-04-19Update NEWS for 0.2.20.2.2Jean-Baptiste Kempf
2019-04-18Add SSSE3 implementation for the {16, 32, 64}x64 and 64 x{16, 32} blocks in itxLiwei Wang
2019-04-17Over-allocate level array by 3-bytesRonald S. Bultje
2019-04-16arm64: loopfilter: Implement NEON loop filtersMartin Storsjö
2019-04-16arm64: looprestoration: Add a NEON implementation of SGRMartin Storsjö
2019-04-16msac: Add a cast to indicate intended narrowing from size_t to unsignedMartin Storsjö
2019-04-15x86-64: Add msac_decode_symbol_adapt SSE2 asmHenrik Gramner
2019-04-10Add SSSE3 implementation for ipred_paethXuefeng Jiang
2019-04-08arm: Add a _neon suffix to all internal functionsMartin Storsjö
2019-04-08arm: Fix typos in commentsMartin Storsjö
2019-04-04arm: Consistently use 8/24 columns indentation for assemblyMartin Storsjö
2019-04-04Add SSSE3 implementation for ipred_cfl_ac_444Xuefeng Jiang
2019-03-28CI: Check for newline at end of fileHenrik Gramner
2019-03-28x86: cdef_dir: optimize best cost finding for SSEVictorien Le Couviour--Tuffet
2019-03-28x86: cdef_filter: use 8-bit arithmetic for SSEVictorien Le Couviour--Tuffet
2019-03-28x86: cdef_filter: use a better constant for SSE4Victorien Le Couviour--Tuffet
2019-03-28x86: cdef_filter: fix macro case (lower to upper)Victorien Le Couviour--Tuffet
2019-03-27Add SSSE3 implementation for the 16x32,32x16 and 32x32 blocks in itxLiwei Wang
2019-03-26build: Split x86 asm files per bitdepthHenrik Gramner
2019-03-24Only define DAV1D_API to dllexport when building dav1d itselfMartin Storsjö
2019-03-24Simplify C for inverse transformsHenrik Gramner
2019-03-20x86: Add minor CDEF AVX2 optimizationsHenrik Gramner
2019-03-19Add SSSE3 implementation for the 8x32 and 32x8 blocks in itxLiwei Wang
2019-03-18Add SSSE3 implementation for ipred_cfl_ac_420 and ipred_cfl_ac_422Xuefeng Jiang
2019-03-17decode: add a frame tile data buffer size checkJames Almer
2019-03-17decode: don't realloc the tile data buffer when it needs to be enlargedJames Almer
2019-03-14tools/dav1d/md5: bswap big endian high bit depth pixel dataJanne Grunau
2019-03-14tools/dav1d: make the md5 muxer endian-awareJanne Grunau
2019-03-14On the road to 0.2.2Jean-Baptiste Kempf
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-11Update THANKS.mdJean-Baptiste Kempf
2019-03-09build: add "api" to api/soname related versionsJanne Grunau
2019-03-09Update NEWS for 0.2.1Jean-Baptiste Kempf
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