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-05-11Update NEWS and version for 0.3.10.3.1Jean-Baptiste Kempf
2019-05-11tools: Add a cast to silence an MSVC warningMartin Storsjö
2019-05-10build: Group asm files per instruction setHenrik Gramner
2019-05-10Add __attribute__((cold)) to rarely used functionsHenrik Gramner
2019-05-09Add fps counter and --realtime, --frametimes and --realtimecache optionsPablo Stebler
2019-05-09build: Use -mcmodel=small on 64-bit WindowsHenrik Gramner
2019-05-09Increase thread stack sizeHenrik Gramner
2019-05-09arm: Simplify includes for util.SMartin Storsjö
2019-05-09fuzzer: fix oss-fuzz undefined behavior sanitizer buildJanne Grunau
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-05-09Fix buffer overflow in 64x16 ssse3 idctHenrik Gramner
2019-05-08arm64: remove invalid macro argument delimiterJanne Grunau
2019-05-08Add SSSE3 implementation for ipred_filterLiwei Wang
2019-05-07ci: Check for unprefixed global symbolsHenrik Gramner
2019-05-07Fix all remaining symbols without a dav1d prefixHenrik Gramner
2019-05-06ci: Ignore binary files in style checkHenrik Gramner
2019-05-06Add missing dav1d prefixes to picture allocation functionsHenrik Gramner
2019-05-04Control the stack size of spawned threadsHenrik Gramner
2019-05-04arm64: msac: Implement NEON msac_decode_symbol_adaptMartin Storsjö
2019-05-04itx_tmpl: Fix the assert in inv_txfm_add_cMartin Storsjö
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