1. fe0ab51 Use exact-width integer min/max defines where appropriate by Henrik Gramner · 3 days ago master
  2. 29efbb9 refmvs: Shrink mfmv_ref arrays by Henrik Gramner · 4 days ago
  3. 68dc200 refmvs: Shrink refpoc arrays by Henrik Gramner · 4 days ago
  4. 7889ac7 cdf: Remove unused eob_hi_bit entries by Henrik Gramner · 5 days ago
  5. 8d95618 CI: Build '-mavx' code as debugoptimized by Matthias Dressel · 3 months ago
  6. edeac87 CI: Update images by Matthias Dressel · 3 months ago
  7. 1d0cda0 CI: Update ppc64le image by Matthias Dressel · 3 months ago
  8. caef968 refactor: simplify deltaq bitstream parsing logic by Gianni Rosato · 3 months ago
  9. 7d4b789 Mark C globals with small code model by Pranav Kant · 3 months ago
  10. 42b2b24 Update NEWS for 1.5.1 by Jean-Baptiste Kempf · 4 months ago 1.5.1
  11. 40ff2a1 Include <string.h> for memcpy() by Wan-Teh Chang · 5 months ago
  12. edb1688 AArch64: Add Neon implementation of load_tmvs by Arpad Panyik · 5 months ago
  13. b129d9f mc: Reduce stack use in {put,prep}_scaled_{bilin,8tap} by Martin Storsjö · 5 months ago
  14. cd5bfa1 riscv: Fix building on non-Linux OS's by Brad Smith · 5 months ago
  15. 5ea4939 obu: don't print warnings for Metadata OBUs of types "Unregistered user private" by James Almer · 5 months ago
  16. 2ba57aa arm32: looprestoration: Rewrite the wiener functions by Martin Storsjö · 5 months ago
  17. 8291a66 looprestoration: Use only 6 row buffer for wiener, like NEON/x86 by Martin Storsjö · 5 months ago
  18. a149f5c looprestoration: Make the C wiener h filter more optimizable for the compiler by Martin Storsjö · 5 months ago
  19. 9da303e looprestoration: Rewrite the C version of the wiener filter by Martin Storsjö · 5 months ago
  20. d242c47 Replace Av1Block with pal_sz in read_pal_indices by Luc Trudeau · 6 months ago
  21. 9a75ceb Explicitly use uint8_t for the order_palette() scratch buffer by Henrik Gramner · 6 months ago
  22. 575af25 flush: Reset f->task_thread.error by victorien · 6 months ago
  23. 767efec Fix ClangTidy misc-include-cleaner warnings by Wan-Teh Chang · 6 months ago
  24. f8d2620 checkasm: looprestoration: Do strict bounds checking of the output by Martin Storsjö · 6 months ago
  25. f15666b riscv: Enable FreeBSD / OpenBSD elf_aux_info() support by Brad Smith · 6 months ago
  26. 30c3dd8 arm32: looprestoration: Rewrite the SGR functions by Martin Storsjö · 6 months ago
  27. 1b7f126 arm32: looprestoration: Apply simplifications to align with C code by Martin Storsjö · 7 months ago
  28. c43debf arm64: looprestoration: Fix a comment typo by Martin Storsjö · 7 months ago
  29. 1c7433a arm: looprestoration: Fix the single line loop in sgr_weighted2 by Martin Storsjö · 7 months ago
  30. f32b314 looprestoration: Rewrite the C version of the SGR filter by Martin Storsjö · 7 months ago
  31. 01d417c arm: looprestoration: Give symbols and defines unique names by Martin Storsjö · 7 months ago
  32. 847eece arm: looprestoration: Add spacing around operators by Martin Storsjö · 7 months ago
  33. 56a5593 arm: looprestoration: Get rid of unnecessary rotate_ab_N intermediate functions by Martin Storsjö · 7 months ago
  34. 9db59d8 arm: looprestoration: Apply 'const' more consistently on parameters by Martin Storsjö · 7 months ago
  35. c8fdaa8 checkasm: add loongarch GAS file to checkasm_asm_sources by Marvin Scholz · 7 months ago
  36. f772f3e Fix comments on Dav1dMasteringDisplay by Maryla Ustarroz · 7 months ago
  37. 72b5380 arm64: looprestoration: Fix use of the wrong register by Martin Storsjö · 7 months ago
  38. bed3a34 arm: Use /proc/cpuinfo on linux if getauxval is unavailable by Martin Storsjö · 7 months ago
  39. 718b62c ci: Raise the timeout multipliers for jobs that run in QEMU by Martin Storsjö · 7 months ago
  40. 1648c23 arm64: looprestoration: Remove an unnecessary duplicate parameter in dav1d_sgr_weighted2_Xbpc_neon by Martin Storsjö · 7 months ago
  41. ce80e6d arm64: looprestoration: Apply simplifications to align with C code by Martin Storsjö · 7 months ago
  42. 8bd31a9 arm: looprestoration: Split an overly long line by Martin Storsjö · 7 months ago
  43. 330e206 x86: Use the decl and init macros for put_8tap and prep_8tap by Luca Barbato · 7 months ago
  44. f966172 loongarch: Use the decl and init macros for put_8tap and prep_8tap by Luca Barbato · 7 months ago
  45. a403b57 mc: Factor out the decl and init macros by Luca Barbato · 7 months ago
  46. ac1fa6c ppc: use a jumptable for the blends by Luca Barbato · 7 months ago
  47. 4f088e4 ppc: blend_h pwr9 implementation by Luca Barbato · 7 months ago
  48. 423cf6e ppc: blend_v pwr9 implementation by Luca Barbato · 7 months ago
  49. 08681fd ppc: blend pwr9 implementation by Luca Barbato · 7 months ago
  50. 93f12c1 Provide dav1d_getauxval() wrapper for getauxvaul() and elf_aux_info() by Brad Smith · 7 months ago
  51. a17c862 riscv64/mc: Only process w*3/4 elements in blend_v by Nathan E. Egge · 7 months ago
  52. 907dd87 riscv64/mc16: Unroll 16bpc RVV blend_v 2x by Nathan E. Egge · 7 months ago
  53. 9710e7d riscv64/mc16: Branchless vsetvl in blend_v function by Nathan E. Egge · 7 months ago
  54. 28d1c21 riscv64/mc16: Add VLEN=256 8bpc RVV blend_v function by Nathan E. Egge · 7 months ago
  55. aa2deb8 riscv64/mc16: Add 16bpc RVV blend_v function by Nathan E. Egge · 7 months ago
  56. c783088 riscv64/mc16: Unroll 16bpc RVV blend 2x by Nathan E. Egge · 7 months ago
  57. 67c60d7 riscv64/mc16: Branchless vsetvl in blend function by Nathan E. Egge · 7 months ago
  58. 3437a26 riscv64/mc16: Add VLEN=256 8bpc RVV blend function by Nathan E. Egge · 7 months ago
  59. e542f66 meson: Move riscv64 8bpc only files into bitdepth sources by Nathan E. Egge · 7 months ago
  60. ca489d8 riscv64/mc16: Add 16bpc RVV blend function by Nathan E. Egge · 7 months ago
  61. 22e9c0f riscv64/ipred16: Fix build error with -Dbitdepths=16 by Nathan E. Egge · 7 months ago
  62. ef4aff7 x86: Improve SSSE3 SGR asm by Henrik Gramner · 7 months ago
  63. 55fb943 checkasm: Remove leftover comment by Martin Storsjö · 8 months ago
  64. 23f2769 meson: Test support for aarch64 extensions with gas-preprocessor too by Martin Storsjö · 8 months ago
  65. b13d1bc meson: Move checks for gas-preprocessor earlier by Martin Storsjö · 8 months ago
  66. 32cf02a NEWS for 1.5.0 by Jean-Baptiste Kempf · 8 months ago 1.5.0
  67. c3fa1db NEWS: add itx to riscv list by Nathan E. Egge · 8 months ago
  68. 789a1f6 riscv64/itx: Replace vwadd+vnsra with vnclip by Nathan E. Egge · 8 months ago
  69. 389450f NEWS: last updates about optimizations by Jean-Baptiste Kempf · 8 months ago
  70. 79f7188 NEWS: add an entry for the Power9 optimization by Luca Barbato · 8 months ago
  71. 572c5a6 riscv: Fix argon test failure by Nathan E. Egge · 8 months ago
  72. 257b04f loongarch: fix argon tests failure by yuanhecai · 8 months ago
  73. b2e7f06 riscv64/mc: warp_8x8 and warp_8x8t 8bpc by Bogdan Gligorijević · 8 months ago
  74. 56f6d16 riscv64/mc: Re-order instructions by Niklas Haas · 8 months ago
  75. 3d12677 riscv64/mc: Add bidir functions by Niklas Haas · 8 months ago
  76. 50ac826 riscv: Add $vtype helper definitions by Niklas Haas · 8 months ago
  77. cc7d877 riscv64/mc: Branchless vsetvl in blend_v function by Nathan E. Egge · 8 months ago
  78. 2da8107 riscv64/mc: Branchless vsetvl in blend_h function by Nathan E. Egge · 8 months ago
  79. b374b24 riscv64/mc: Branchless vsetvl in blend function by Nathan E. Egge · 8 months ago
  80. 0e3f70e riscv64/mc: Add VLEN=256 8bpc RVV blend_v function by Nathan E. Egge · 8 months ago
  81. a5b9544 riscv64/mc: Add VLEN=256 8bpc RVV blend_h function by Nathan E. Egge · 8 months ago
  82. 83485c5 riscv64/mc: Add VLEN=256 8bpc RVV blend function by Nathan E. Egge · 8 months ago
  83. 7f2bb2f riscv: Move get_vlenb() from checkasm_ to dav1d_ by Nathan E. Egge · 8 months ago
  84. 01da36e riscv64/mc: Add 8bpc RVV blend_v function by Nathan E. Egge · 8 months ago
  85. d3a94f1 riscv64/mc: Add 8bpc RVV blend_h function by Nathan E. Egge · 8 months ago
  86. f851fcd riscv64/mc: Add 8bpc RVV blend function by Nathan E. Egge · 8 months ago
  87. 848c5a2 Tone down loop to only 2 iterations by Bogdan Gligorijević · 8 months ago
  88. a0a08d8 Scalar dc calculation by Bogdan Gligorijević · 8 months ago
  89. c8749f0 riscv64/itx: Special case 16x16 8bpc dct_dct eob=0 by Bogdan Gligorijević · 8 months ago
  90. 0cdf1b4 ipred_paeth by Bogdan Gligorijević · 8 months ago
  91. b830ac8 pal_pred by Bogdan Gligorijević · 8 months ago
  92. 44541df ipred_smooth by Bogdan Gligorijević · 8 months ago
  93. d711f97 ipred cfl functions by Bogdan Gligorijević · 8 months ago
  94. 2f5bfc3 riscv64/cdef: filter functions by Bogdan Gligorijević · 8 months ago
  95. f223436 pal_idx_finish by Bogdan Gligorijević · 8 months ago
  96. 38f74bd riscv: Allow multiple .option arch with vararg ext by Nathan E. Egge · 8 months ago
  97. 7072e79 x86: Make AVX2 SGR gatherless by Henrik Gramner · 8 months ago
  98. 21d9f29 tests: Add a fail fast option by Luca Barbato · 8 months ago
  99. ed004fe loongarch: minor improvement on decode_symbol_adapt by jinbo · 8 months ago
  100. 62a51df loongarch: rewrite optimization functions in loongarch/itx.S by yuanhecai · 8 months ago