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-05-20dav1dplay: don't freeze on render errors0.7.0Niklas Haas
2020-05-19Update NEWS for 0.7.0Jean-Baptiste Kempf
2020-05-18dav1dplay: support on-GPU film grain synthesisNiklas Haas
2020-05-18dav1dplay: handle all supported csps/reprs/bitdepthsNiklas Haas
2020-05-18dav1dplay: move and simplify pl_image generationNiklas Haas
2020-05-18dav1dplay: don't write directly to iparams.extensionsNiklas Haas
2020-05-16Fix swapped define guards in dav1dplay’s libplacebo rendererEmmanuel Gil Peyrot
2020-05-16Update NEWS for 0.7.0Jean-Baptiste Kempf
2020-05-15checkasm: x86: Check for stack corruptionHenrik Gramner
2020-05-15tools: add missing fopen error handlingMarvin Scholz
2020-05-15Dav1dPlay: Split placebo renderer into twoMarvin Scholz
2020-05-15Dav1dPlay: Remove redundant log messageMarvin Scholz
2020-05-15Dav1dPlay: Remove unused renderer_info memberMarvin Scholz
2020-05-15Dav1dPlay: Allow runtime renderer selectionMarvin Scholz
2020-05-15Dav1dPlay: Fix renderer selectionMarvin Scholz
2020-05-15Dav1dPlay: Split renderers into different filesMarvin Scholz
2020-05-14Dav1dPlay: Add support for OpenGL with libplaceboMarvin Scholz
2020-05-14Dav1dPlay: Split FIFO to different filesMarvin Scholz
2020-05-14checkasm: arm: Offset the location of the stack canary referenceMartin Storsjö
2020-05-14checkasm: arm32: Take the number of stack arguments into account when checkin...Martin Storsjö
2020-05-14checkasm: arm64: Take the number of stack arguments into account when checkin...Martin Storsjö
2020-05-13checkasm: CosmeticsHenrik Gramner
2020-05-13checkasm: Skip printing the seed when using --list-functionsHenrik Gramner
2020-05-13checkasm: arm64: Avoid overwriting the v0/q0/d0/s0 registerMatthieu Bouron
2020-05-13checkasm: arm: Don't use blx to call checkasm_fail_funcMartin Storsjö
2020-05-12CI: Add 32 bit instruction set testMatthias Dressel
2020-05-12CI: Optimise multi-threading testsMatthias Dressel
2020-05-12CI: Optimise instruction set testsMatthias Dressel
2020-05-12CI: Add multi-threading to conformance testsMatthias Dressel
2020-05-12CI: Run conformance tests with different instruction setsMatthias Dressel
2020-05-12checkasm: filmgrain: Fix benchmarking in 16 bpc modeMartin Storsjö
2020-05-11cli: Reduce fps fraction in ivf parsingHenrik Gramner
2020-05-10x86: Use 'test' instead of 'or' to compare with zeroHenrik Gramner
2020-05-10x86: Unconditionally compile msac_init.cHenrik Gramner
2020-05-10x86-64: Do msac refill before calling dav1d_msac_init_x86()Henrik Gramner
2020-05-10msac: Avoid attempting to refill after eob has already been reachedHenrik Gramner
2020-05-10arm64: itx: Add NEON implementation of itx for 10 bpcMartin Storsjö
2020-05-10arm: Mark global symbols hiddenMartin Storsjö
2020-05-10arm64: itx: Prepare for other bitdepthsMartin Storsjö
2020-05-10itx: Add a bpc parameter to the itx dsp init functionMartin Storsjö
2020-05-10arm64: itx: Share code for the three horz_16x8 functionsMartin Storsjö
2020-05-10arm64: itx: Fix the eob checking for dct_dct_64x16Martin Storsjö
2020-05-10arm64: itx: Simplify inv_txfm_horz_dct_32x8Martin Storsjö
2020-05-10arm64: itx: Minor optimizations for the 8x32 functionsMartin Storsjö
2020-05-10arm64: itx: Cosmetic fix upMartin Storsjö
2020-05-10arm64: itx: Remove an unused constantMartin Storsjö
2020-05-10arm64: itx: Remove a todo comment about more special cased functionsMartin Storsjö
2020-05-10arm64: itx: Remove a now unused macroMartin Storsjö
2020-05-10arm64: Explicitly forbid using the x18 registerMartin Storsjö
2020-05-06checkasm: arm32: Check for stack overflowsMartin Storsjö