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-06-21Update NEWS for 0.7.10.7.1Jean-Baptiste Kempf
2020-06-20Extract y related operations out of warp_affine inner loopLuc Trudeau
2020-06-19x86: Branch before waiting on popcnt in ipred_z AVX2 functionsHenrik Gramner
2020-06-19arm32: Add a NEON implementation of MSACMartin Storsjö
2020-06-18arm64: msac: Add a special cased implementation of decode_hi_tokMartin Storsjö
2020-06-18arm64: msac: Use a narrower vector length for adapt4 in one placeMartin Storsjö
2020-06-18arm64: msac: Clarify the register use in one macroMartin Storsjö
2020-06-18cli: Avoid large intermediates in the windows get_time_nanosMartin Storsjö
2020-06-18cli: Get the elapsed time if printing progress, regardless of the fps valueMartin Storsjö
2020-06-18Update NEWS for 0.7.1Jean-Baptiste Kempf
2020-06-18x86: Add put/prep_bilin_scaled AVX2 asmVictorien Le Couviour--Tuffet
2020-06-18x86: Add prep_8tap_scaled AVX2 asmVictorien Le Couviour--Tuffet
2020-06-17Clean up fraction calculationColin Lee
2020-06-17Add clamping back to mv projectionColin Lee
2020-06-16arm64: itx: Simplify and clarify the sub_sp macro a little bitMartin Storsjö
2020-06-16arm: itx: Add NEON implementation of itx for 8 bpcMartin Storsjö
2020-06-11meson: Use dav1d_src_root everywhere for consistencyMatthias Dressel
2020-06-11Remove redundant memset in itx DSP initializationHenrik Gramner
2020-06-11meson: Make docs generation subproject-safeMatthias Dressel
2020-06-11x86: Adapt SSSE3 prep_8tap to SSE2Victorien Le Couviour--Tuffet
2020-06-11x86: Adapt SSSE3 prep_bilin to SSE2Victorien Le Couviour--Tuffet
2020-06-10arm64: itx16: Add a missed eob check in the 16x8 transformMartin Storsjö
2020-06-10arm64: itx16: Remove a leftover unused macro parameterMartin Storsjö
2020-06-09x86: Fix compiler warnings when using nasm 2.15Henrik Gramner
2020-06-09Avoid compiling logging functions when logging is disabledHenrik Gramner
2020-06-07CI: Enable coverage reportsNiklas Haas
2020-06-04Range of operating point is 0 - 31, not 0 - 32Wan-Teh Chang
2020-06-04arm: Add an export parameter to the const macroMartin Storsjö
2020-06-01x86: Add put_8tap_scaled AVX2 asmVictorien Le Couviour--Tuffet
2020-05-28meson: favor _aligned_malloc over posix_memalignSteve Lhomme
2020-05-26x86: Add minor looprestoration asm optimizationsHenrik Gramner
2020-05-26dav1dplay: use new pl_chroma_location APINiklas Haas
2020-05-25dav1dplay: allow resizing the windowNiklas Haas
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