1. 225ac74 refmvs: Fix buffer overread in save_tmvs() asm by Henrik Gramner · 8 weeks ago main master
  2. a95116a Upgrade libdav1d to 1.4.1 by Harish Mahendrakar · 9 weeks ago
  3. 872e470 NEWS: Forgotten intro sentence by Jean-Baptiste Kempf · 2 months ago
  4. 162fb6d Update to 1.4.1 by Jean-Baptiste Kempf · 3 months ago
  5. b9312c8 Update THANKS.md by Matthias Dressel · 2 months ago
  6. 024b260 arm32: Fix right shifts in the 16bpc iwht implementation by Martin Storsjö · 2 months ago
  7. 0fff614 arm32/msac: Trim C functions, saves 1024 bytes by Nathan E. Egge · 3 months ago
  8. b9f5333 arm64/msac: Trim C functions, saves 1392 bytes by Nathan E. Egge · 3 months ago
  9. b5b394c arm: Use -fno-align-functions when building by Nathan E. Egge · 3 months ago
  10. 61d16e0 arm32/itx: Trim dav1d_inv_wht4_1d_c, saves 68 bytes by Nathan E. Egge · 3 months ago
  11. 485413b arm64/itx: Trim dav1d_inv_wht4_1d_c, saves 92 bytes by Nathan E. Egge · 3 months ago
  12. ec69585 arm32/itx16: Add 4x4 12bpc NEON wht_wht transform by Nathan E. Egge · 3 months ago
  13. 3b852b1 arm64/itx16: Add 4x4 12bpc NEON wht_wht transform by Nathan E. Egge · 3 months ago
  14. 006ca01 x86: Fix out-of-bounds read in 8bpc SSE2/SSSE3 wiener_filter by Henrik Gramner · 3 months ago
  15. 932b323 AArch64: Specialise HBD Neon convolutions for 6-tap filters by Arpad Panyik · 3 months ago
  16. b0a329d AArch64: Optimize 6-tap SBD HV Neon convolution by Arpad Panyik · 3 months ago
  17. fd60097 checkasm: aarch64: Print the SVE vector length, if available by Martin Storsjö · 3 months ago
  18. e1f80de aarch64: Check for assembler support for various aarch64 extensions by Martin Storsjö · 7 months ago
  19. 85a1035 checkasm: Add --list-cpuflags option by Henrik Gramner · 3 months ago
  20. 0d2e83c ci: Add an aarch64 cross compile CI job with a recent Clang by Martin Storsjö · 3 months ago
  21. 302334a ci: Test aarch64 with QEMU, with varying SVE vector lengths by Martin Storsjö · 3 months ago
  22. 39be9fb ci: Bump to the latest dav1d-debian-unstable image by Martin Storsjö · 3 months ago
  23. acc1121 Extend Arm and AArch64 run-time CPU feature detection by Arpad Panyik · 3 months ago
  24. b7963a7 riscv64/itx: Add 16x16 8bpc eob test by Nathan E. Egge · 3 months ago
  25. 7012251 riscv64/itx: Add 8x16 8bpc eob test by Nathan E. Egge · 3 months ago
  26. afeeb3c riscv64/itx: Add 4x16 8bpc eob test by Nathan E. Egge · 3 months ago
  27. 52948bb riscv/checkasm: Print the RVV vector length, if available by Nathan E. Egge · 3 months ago
  28. 8c20919 arm/msac: Enable NEON optimizations on more platforms by Nathan E. Egge · 3 months ago
  29. 9d57a65 CI: Add riscv64 clang build by Matthias Dressel · 3 months ago
  30. bada810 CI: Update image by Matthias Dressel · 3 months ago
  31. 91ddba0 gcovr: Fix config file by Matthias Dressel · 3 months ago
  32. 2ab2ec3 riscv64/itx: Fix build issues with clang by Nathan E. Egge · 3 months ago
  33. 36184ce x86inc: Fix warnings with old nasm versions by Henrik Gramner · 3 months ago
  34. f1d42ae AArch64: Enable benchmarks for 8-tap sharp filters by Arpad Panyik · 3 months ago
  35. e51f437 AArch64: Specialise Neon convolutions for 6-tap filters by Arpad Panyik · 3 months ago
  36. 9cc7157 ppc: Factor out the shift computation by Luca Barbato · 3 months ago
  37. c01a147 ppc: Use vec_madd instead of shifts by Luca Barbato · 3 months ago
  38. 41bb35d ppc: Unify cdef_directions by Luca Barbato · 3 months ago
  39. 3e37ee8 ppc: Split the cdef_filter in pri/sec as done for the other arches by Luca Barbato · 3 months ago
  40. 7be30df arm64/itx16: Reuse horz_16x4 epilog, saves 96 bytes by Nathan E. Egge · 3 months ago
  41. 28c7e53 arm32/itx16: Reuse horz_16x2 epilog, saves 24 bytes by Nathan E. Egge · 3 months ago
  42. 4bb0005 riscv64/itx: Reuse horz_16x8 epilog, saves 94 bytes by Nathan E. Egge · 3 months ago
  43. f15b073 arm64/itx: Reuse horz_16x8 epilog, saves 512 bytes by Nathan E. Egge · 3 months ago
  44. 6249bd8 arm32/itx: Reuse horz_16x4 epilog, saves 336 bytes by Nathan E. Egge · 3 months ago
  45. 6e5d1df riscv64/itx: Reuse 16x8 epilog, saves 706 bytes by Nathan E. Egge · 3 months ago
  46. 4585763 riscv64/itx: Reuse 8x16 epilog, saves 24 bytes by Nathan E. Egge · 3 months ago
  47. be47dfc riscv64/itx: Tail call vert_8x16, saves 1086 bytes by Nathan E. Egge · 3 months ago
  48. 1830c9b riscv64/itx: Reuse 16x4 epilog, saves 354 bytes by Nathan E. Egge · 3 months ago
  49. 311816b riscv64/itx: Reuse 4x16 epilog, saves 642 bytes by Nathan E. Egge · 3 months ago
  50. e737837 riscv64/itx: Fix unrolled .irp loops, saves 12 bytes by Nathan E. Egge · 3 months ago
  51. d4746c9 arm32/itx: Remove 16x8 variant, saves 528 bytes by Nathan E. Egge · 3 months ago
  52. 1ed35d2 arm32/itx: Reuse 8x16 epilog, saves 48 bytes by Nathan E. Egge · 3 months ago
  53. 5250a16 arm32/itx: Reuse 16x4 epilog, saves 220 bytes by Nathan E. Egge · 3 months ago
  54. 9944ce3 arm32/itx: Reuse 4x16 epilog, saves 268 bytes by Nathan E. Egge · 3 months ago
  55. 5020162 arm64/itx: Reuse 16x8 epilog, saves 568 bytes by Nathan E. Egge · 3 months ago
  56. 89c5303 arm64: Add transpose_8x8h_mov macro by Nathan E. Egge · 3 months ago
  57. 80806b5 arm64/itx: Reuse 8x16 epilog, saves 424 bytes by Nathan E. Egge · 3 months ago
  58. 3335c5e arm64/itx: Reuse 16x4 epilog, saves 264 bytes by Nathan E. Egge · 3 months ago
  59. 57e46dd arm64: Add transpose_4x8h_mov macro by Nathan E. Egge · 3 months ago
  60. 955939f arm64/itx: Reuse 4x16 epilog, saves 312 bytes by Nathan E. Egge · 3 months ago
  61. d22de29 Add minor msac optimizations by Henrik Gramner · 4 months ago
  62. 83ae3e9 checkasm: Improve msac tests by Henrik Gramner · 4 months ago
  63. 28908b4 x86: Update x86inc.asm by Henrik Gramner · 3 months ago
  64. 81c0b46 meson: Test for RISC-V assembler support by Matthias Dressel · 3 months ago
  65. c15f7ec riscv64/itx: Add 16x8 8bpp RVV transforms by Nathan E. Egge · 3 months ago
  66. 5ca7a02 riscv64/itx: Add 8x16 8bpc RVV transforms by Nathan E. Egge · 3 months ago
  67. ce7cd28 riscv64/itx: Use registers above v15 in iadst_8 macro by Nathan E. Egge · 3 months ago
  68. e4ed80b riscv64/itx: Add 16x4 8bpc RVV transforms by Nathan E. Egge · 3 months ago
  69. 83423b3 riscv64/itx: Add 4x16 8bpc RVV transforms by Nathan E. Egge · 3 months ago
  70. 40d5b50 riscv64/itx: Use registers above v15 in iadst_4 macro by Nathan E. Egge · 3 months ago
  71. 27e5e26 riscv64/itx: Add 8x4 8bpc RVV transforms by Nathan E. Egge · 3 months ago
  72. adba0c6 riscv64/itx: Add 4x8 8bpc RVV transforms by Nathan E. Egge · 3 months ago
  73. 45f993c riscv64/itx: Add 4-point 8bpc RVV wide transforms by Nathan E. Egge · 3 months ago
  74. e0d4655 riscv64/itx: Parameterize LMUL in iadst_4 macro by Nathan E. Egge · 3 months ago
  75. c5b12bd riscv64/itx: Use m2 register spacing in iadst_4 macro by Nathan E. Egge · 3 months ago
  76. 7080c09 riscv64/itx: Reuse 8x8 epilog, saves 306 bytes by Nathan E. Egge · 3 months ago
  77. 9315185 riscv: Add asm.S macro for decorating local symbols by Nathan E. Egge · 3 months ago
  78. 090b959 arm64/itx: Reuse 8x8 epilog, saves 264 bytes by Nathan E. Egge · 3 months ago
  79. e8fbfd9 arm32/itx: Reuse 8x8 epilog, saves 220 bytes by Nathan E. Egge · 3 months ago
  80. 50d63f9 arm32/itx: Only set r4 when needed, saves 48 bytes by Nathan E. Egge · 3 months ago
  81. b56b02a arm64/itx: Only set x4 when needed, saves 64 bytes by Nathan E. Egge · 3 months ago
  82. 147f3db Upgrade libdav1d to 1.4.0 am: 024ac3cafd by Harish Mahendrakar · 3 months ago
  83. 4796b59 ci: Improve coverage for argon samples using different thread counts by Henrik Gramner · 3 months ago
  84. bb26bdc tests: Automatically determine job count in dav1d_argon.bash by Henrik Gramner · 3 months ago
  85. 0d69f6f Add CVE number to security issue for 1.4.0 by Jean-Baptiste Kempf · 3 months ago
  86. 024ac3c Upgrade libdav1d to 1.4.0 by Harish Mahendrakar · 3 months ago
  87. 97cc6ce riscv64/itx: Add missing tail, mask agnostic flags by Nathan E. Egge · 3 months ago
  88. bb64589 Update NEWS by Jean-Baptiste Kempf · 3 months ago
  89. 7b15ca1 riscv64/itx: Add 16-point 8bpc RVV flipadst transform by Nathan E. Egge · 3 months ago
  90. b981bc9 riscv64/itx: Convert inv_adst_e16_x16_rvv to macro by Nathan E. Egge · 3 months ago
  91. 2685b40 riscv64/itx: Add 16-point 8bpc RVV adst transform by Nathan E. Egge · 3 months ago
  92. 72dba22 riscv64/itx: Add 4x4 8bpc RVV wht_wht transform by Nathan E. Egge · 3 months ago
  93. cc29b23 riscv64/itx: Add 16x16 8bpc dct_identity and identity_dct by Nathan E. Egge · 3 months ago
  94. 8e82093 riscv64/itx: Add 16-point 8bpc RVV dct transform by Nathan E. Egge · 3 months ago
  95. 9976976 riscv64/itx: Use registers above v15 in dct macros by Nathan E. Egge · 3 months ago
  96. 57d5729 riscv64/itx: Convert inv_dct_e16_x8_rvv to macro by Nathan E. Egge · 3 months ago
  97. c0ccc32 riscv64/itx: Convert inv_txfm_horz_16x8_rvv to macro by Nathan E. Egge · 3 months ago
  98. 64c9d16 riscv64/itx: Add 16-point 8bpc RVV idtx transform by Nathan E. Egge · 3 months ago
  99. 97744bd x86: Add high bit-depth ipred z2 AVX-512 (Ice Lake) asm by Henrik Gramner · 3 months ago
  100. 01bee1c Update for 1.4.0 by Jean-Baptiste Kempf · 3 months ago