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-10-01Minor cleanupRonald S. Bultje
2019-10-01arm64: ipred: NEON implementation of dc/h/v prediction modesMartin Storsjö
2019-09-30x86: add warp_affine SSE4 and SSSE3 asmVictorien Le Couviour--Tuffet
2019-09-29arm64: itx: Fix overflows in idctMartin Storsjö
2019-09-29arm64: itx: Consistently use the factor 2896 in adstMartin Storsjö
2019-09-29arm64: itx: Use smull+smlal instead of addl+mulMartin Storsjö
2019-09-28dav1dplay: initial support for --zerocopyNiklas Haas
2019-09-28dav1dplay: add --untimed for benchmarking purposesNiklas Haas
2019-09-28dav1dplay: add --highquality to toggle render qualityNiklas Haas
2019-09-19x86: add 32-bit support to SSSE3 deblock lpfVictorien Le Couviour--Tuffet
2019-09-19x86: add deblocking loopfilters SSSE3 asm (64-bit)Ronald S. Bultje
2019-09-10AVX2 for chroma 4:2:0 film grain reconstructionRonald S. Bultje
2019-09-10Remove luma width check in fguv_32x32xnRonald S. Bultje
2019-09-10Y grain AVX2 implementationsRonald S. Bultje
2019-09-10Add film grain checkasm testsRonald S. Bultje
2019-09-10Split out film grain block functions into a DSPContextRonald S. Bultje
2019-09-06obu: fix deriving render_width and render_height from reference framesJames Almer
2019-09-06Silence some clang-cl warningsHenrik Gramner
2019-09-05x86: Fix buffer overead in mc putHenrik Gramner
2019-09-05x86: Increase precision of the final inverse ADST transform stagesHenrik Gramner
2019-09-05arm64: itx: Do the final calculation of adst4/adst8/adst16 in 32 bit to avoid...Martin Storsjö
2019-09-04Prefer __builtin_unreachable() over __assume() on clang-clHenrik Gramner
2019-09-04Fix clang-cl assertion warningHenrik Gramner
2019-09-04arm: Fix assembling with older binutilsJanne Grunau
2019-09-03TileContext: reorder scratch buffer to avoid conflictsJanne Grunau
2019-09-01CI: use "needs:" to break the static build, test stage dependencyJanne Grunau
2019-08-30Apply high-bitdepth adjustment of pixel index after delta calculationRonald S. Bultje
2019-08-30Use linear interpolation for high bit-depth pixel valuesRonald S. Bultje
2019-08-30Fix bugs in film grain generationRonald S. Bultje
2019-08-29arm: mc: Making code style consistentB Krishnan Iyer
2019-08-29arm: mc: Push fewer registers in w_maskMartin Storsjö
2019-08-29arm: mc: Remove an unused instruction in w_maskMartin Storsjö
2019-08-29Check absolute tile positions in sb-to-tile_idx table generationRonald S. Bultje
2019-08-28Use 64-bit integers for warp_affine mvx/mvy calculationsHenrik Gramner
2019-08-28x86: Fix inverse ADST transform overflowsHenrik Gramner
2019-08-23Optimize coef ctx calculationsHenrik Gramner
2019-08-23Consolidate horizontal scan tablesHenrik Gramner
2019-08-22Change scan tables from int16_t to uint16_tHenrik Gramner
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-08-15arm64: mc: NEON implementation of w_mask_444/422/420 functionB Krishnan Iyer
2019-08-14arm64: mc: NEON implementation of blend, blend_h and blend_v functionB Krishnan Iyer
2019-08-14Prefer `do {} while (0);` over `while (0);`Michael Bradshaw
2019-08-13Cosmetics: CDF tablesHenrik Gramner
2019-08-13x86: Add an msac function for coefficient hi_tok decodingHenrik Gramner
2019-08-13Add msac optimizationsHenrik Gramner
2019-08-13Remove unused CDF:sHenrik Gramner
2019-08-10dav1dplay: abort if no input filename is providedJames Almer
2019-08-10meson: move dav1dplay to a new examples sectionJames Almer
2019-08-09decode_coefs reuse lossless variableLuc Trudeau
2019-08-09Unroll hi_token loop in decode_coeffLuc Trudeau