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
2020-11-23Update NEWS for 0.8.00.8.0Jean-Baptiste Kempf
2020-11-22Add more buffer poolsHenrik Gramner
2020-11-21arm32: mc: NEON implementation of warp8x8 for 16 bpcMartin Storsjö
2020-11-20arm32: cdef: Add NEON implementations of CDEF for 16 bpcMartin Storsjö
2020-11-20arm32: cdef: Simplify some cases in the padding functionMartin Storsjö
2020-11-20arm64: cdef: Fix a comment typoMartin Storsjö
2020-11-20Update THANKS.mdMatthias Dressel
2020-11-18Check frame IDs for reference and "show_existing" framesDmitriy Sychov
2020-11-17Combine boxsum and boxsumsqr in SGR C codeLuc Trudeau
2020-11-17Add a picture buffer poolHenrik Gramner
2020-11-17meson: Handle the b_lto option as a string option for newer meson versionsMartin Storsjö
2020-11-16use less memory in SGR C codeLuc Trudeau
2020-11-07Fix variable nameXu Guangxin
2020-10-21Abort frame decoding properly on reference errorVictorien Le Couviour--Tuffet
2020-10-02Avoid using %ld for debugging in obu.cLuc Trudeau
2020-10-01Add debug code for HDR metadataLuc Trudeau
2020-09-27CI/test-debian-asan: run address sanitizer tests both with and without asmJanne Grunau
2020-09-27fuzzer: parse '--cpumask X' command line argumentJanne Grunau
2020-09-24arm32: looprestoration: NEON implementation of wiener filter for 16 bpcMartin Storsjö
2020-09-24arm64: looprestoration16: Reorder instructions to avoid close data dependenciesMartin Storsjö
2020-09-24arm64: looprestoration16: Use narrower operations where possible when filteri...Martin Storsjö
2020-09-24arm32: looprestoration: Optimize the 4-pixel wide horizontal wiener filterMartin Storsjö
2020-09-24arm32: looprestoration: Remove an unused macro that is used only onceMartin Storsjö
2020-09-24arm32: looprestoration: Specify alignment for more loads/storesMartin Storsjö
2020-09-24arm32: looprestoration: Fix missed vertical alignmentMartin Storsjö
2020-09-20tests: avoid using sed in header testJanne Grunau
2020-09-20meson: Set msvc like warning options for clang-clMartin Storsjö
2020-09-20meson: Use gas-preprocessor as generator, for targets that need itMartin Storsjö
2020-09-20build: increase minimal meson to 0.49Janne Grunau
2020-09-17x86: Add misc mc asm tweaksHenrik Gramner
2020-09-15Ban op->idc that may drop all layer-specific OBUsWan-Teh Chang
2020-09-06cli: Add support for Unicode and long paths on Windows 10Henrik Gramner
2020-09-03arm32: mc: NEON implementation of put/prep 8tap/bilin for 16 bpcMartin Storsjö
2020-09-03arm64: mc: Apply tuning from w4/w8 case to w2 case in 16 bpc 8tap_hvMartin Storsjö
2020-09-03arm: mc: Avoid an unnecessary mov in 8tap_hv w2Martin Storsjö
2020-09-03arm32: mc: Load 8tap filter coefficients with alignment where possibleMartin Storsjö
2020-09-03arm32: mc: Use narrower vext.8 in 8tap_w4_hMartin Storsjö
2020-09-03arm64: mc: Use more descriptive element specifiers for loads/stores in 16 bpc...Martin Storsjö
2020-09-01cli: Use proper integer math in Y4M PAR calculationsHenrik Gramner
2020-08-30Output render size to Y4MRaphaël Zumer
2020-08-29arm32: mc: NEON implementation of avg/mask/w_avg for 16 bpcMartin Storsjö
2020-08-28cli: Print the decoding fps even if the file lacks a nominal framerateMartin Storsjö
2020-08-23tests: test stand alone API header compilationJanne Grunau
2020-08-23dav1d/headers.h: add missing stdint.h includeJanne Grunau
2020-08-23contributing: document the allowed internal use of anonymous structs/unionsJanne Grunau
2020-08-23bump soname for API changesJanne Grunau
2020-08-23API: move reserved space in Dav1dSettings to the endJanne Grunau
2020-08-21API: remove anonymous struct and union from Dav1dWarpedMotionParamsJanne Grunau
2020-08-21CI: compare x86inc.asm with upstreamJanne Grunau
2020-08-21x86inc.asm: remove private_prefix define and config.asm includeJanne Grunau