1. d69235d CI: Use shortform QEMU_CPU for loongarch64 by Matthias Dressel · 11 days ago master
  2. bfbd7d4 CI: loongarch64: Move QEMU_LD_PREFIX to crossfile by Matthias Dressel · 11 days ago
  3. afcdb78 CI: riscv64: Move QEMU_LD_PREFIX to crossfile by Matthias Dressel · 11 days ago
  4. 42ac987 CI: aarch64: Move QEMU_LD_PREFIX to crossfile by Matthias Dressel · 11 days ago
  5. 8feb852 CI: Remove outdated version suffix from job name by Matthias Dressel · 11 days ago
  6. 594d160 arm: Add Armv9.3-A GCS (Guarded Control Stack) support by Martin Storsjö · 11 days ago
  7. 6894b7f Improve the memory pool API by Henrik Gramner · 11 days ago
  8. 241a6b2 x86: Fix warp8x8 gamma/delta naming mixup by Henrik Gramner · 3 weeks ago
  9. 4fd22e9 arm: Switch to a more correct Windows flag for detecting I8MM by Martin Storsjö · 4 weeks ago
  10. 1dcfc90 CI: Update images by Matthias Dressel · 4 weeks ago
  11. daef396 CI: Switch to loongarch64 Debian toolchain by Matthias Dressel · 7 weeks ago
  12. de4ce4f arm: mc: Add missing # for some immediate constants, for consistency by Martin Storsjö · 7 weeks ago
  13. 9c13b5f subprojects: Update checkasm to v1.1.0 by Martin Storsjö · 8 weeks ago
  14. 60507bf Fix compiler warning on platforms without cfi-icall by Cameron Cawley · 8 weeks ago
  15. 4264096 Allow falling back to standard C signal on non-POSIX systems by Cameron Cawley · 8 weeks ago
  16. 2272a19 x86: Update x86inc.asm by Henrik Gramner · 9 weeks ago
  17. b29c578 Export DAV1D APIs correctly on OS/2 by KO Myung-Hun · 9 weeks ago
  18. 8674770 Add asm support on OS/2 by KO Myung-Hun · 9 weeks ago
  19. f0b233f Replace use of sprintf with snprintf by Cameron Cawley · 10 weeks ago
  20. 50015c2 CI: switch debian-llvm-mingw to UCRT by Steve Lhomme · 10 weeks ago
  21. 2bb7e63 Fix reversed parameters when TRACK_HEAP_ALLOCATIONS is enabled by Cameron Cawley · 10 weeks ago
  22. a44b589 Silence a new MSVC warning by Martin Storsjö · 10 weeks ago
  23. 04b69f9 checkasm: Reinstate check for TRIM_DSP_FUNCTIONS by Martin Storsjö · 2 months ago
  24. afd13d8 arm: Fix a few misindented lines by Martin Storsjö · 3 months ago
  25. 574e7f4 checkasm: Pass HAVE_C11_GENERIC to checkasm as -DCHECKASM_HAVE_GENERIC=1/0 by Martin Storsjö · 3 months ago
  26. b2f9c10 checkasm: Fix building with MSVC by Martin Storsjö · 3 months ago
  27. 3a2a874 tests/checkasm: switch to external checkasm by Niklas Haas · 3 months ago
  28. 3374404 tests/checkasm/loopfilter: avoid printf format warning by Niklas Haas · 3 months ago
  29. b546257 NEWS for 1.5.3 by Jean-Baptiste Kempf · 3 months ago 1.5.3
  30. 844510c Add argon bitstream conformance test instructions by Nathan E. Egge · 3 months ago
  31. 5e8c380 riscv64/mc16: Keep blend_v RVV operations in 16-bits by Nathan E. Egge · 3 months ago
  32. d2fa946 riscv64/mc16: Keep blend RVV operations in 16-bits by Nathan E. Egge · 3 months ago
  33. 5f7f8ff cdef: consolidate left edge backup state by Kyle Siefring · 3 months ago
  34. a31e4bd riscv64/mc16: Add VLEN=512 16bpc RVV blend_{,v} functions by Nathan E. Egge · 3 months ago
  35. bf82cfa meson: clarify xxhash error message by Marvin Scholz · 3 months ago
  36. 549a6a0 meson: leave tools subdir early when tools are disabled by Marvin Scholz · 3 months ago
  37. 38dd16e riscv64/mc: Add VLEN=512 8bpc RVV blend_{,h,v} functions by Nathan E. Egge · 3 months ago
  38. 43f3b8d checkasm: Group itx functions by their largest dimension by Henrik Gramner · 4 months ago
  39. 165e9e2 checkasm: Only run DC-only itx tests for dct_dct by Henrik Gramner · 4 months ago
  40. 84792e6 dav1dplay: Print more error messages when window/context creation fails by Cameron Cawley · 4 months ago
  41. e60603a dav1dplay: Ensure a newer OpenGL version is used when creating the context by Cameron Cawley · 4 months ago
  42. f3a1070 input/ivf: handle files with 0 frames by Tristan Matthews · 4 months ago
  43. 28b1659 Use CLOCK_REALTIME for providing the initial seed value by Cameron Cawley · 4 months ago
  44. 04d588e allow builds on systems without a supported memalign function by Un1q32 · 4 months ago
  45. e7c280e x86: Sync the latest upstream version of x86inc.asm by Martin Storsjö · 5 months ago
  46. 2eac05d checkasm: arm: Use X() instead of inline ifdefs by Martin Storsjö · 5 months ago
  47. 6deac59 riscv64/mc: Add w_mask functions by Sungjoon Moon · 5 months ago
  48. 7ba6452 Unroll only for top copy by Sungjoon Moon · 5 months ago
  49. 7c04792 riscv64/mc: Add emu_edge function by Sungjoon Moon · 5 months ago
  50. d26f298 ipred_v implementation in RISC-V assembly by Mikołaj Zalewski · 5 months ago
  51. f979959 Small optimization, there's no actual meaningful difference by Sungjoon Moon · 5 months ago
  52. 43a7ac1 mc_tmpl: optimize w_mask with distributive law by Sungjoon Moon · 5 months ago
  53. c720f4d cli: Fix input_open() memory leak on fopen() failure by Henrik Gramner · 5 months ago 1.5.2
  54. fcbc3d1 loopfilter: align Av1FilterLUT struct members by Niklas Haas · 5 months ago
  55. f6965b7 Update NEWS for nasm 3.00 by Jean-Baptiste Kempf · 5 months ago
  56. 0bc6bd9 x86: put the memory operand first for test by Adam Sampson · 6 months ago
  57. af5cf2b Readme: improve consitency of compilation steps by Khalid Masum · 7 months ago
  58. 0558c33 On the road to 1.5.2 by Jean-Baptiste Kempf · 8 months ago
  59. 04faac6 Update COPYING years by Jean-Baptiste Kempf · 8 months ago
  60. 7161642 obu: Improve short-signaling reference frame index calculation by Henrik Gramner · 9 months ago
  61. fa30043 obu: Remove redundant zeroing in frame header parsing by Henrik Gramner · 9 months ago
  62. c3f3a7e CI: Check `--frametimes` with msan by Matthias Dressel · 9 months ago
  63. 583e8e0 tools/dav1d: initialize elapsed by Ronald S. Bultje · 9 months ago
  64. a86d561 loongarch: rename looprestoration_tmpl.c by yuanhecai · 9 months ago
  65. 9eea4fe loongarch: Fix Clang compilation errors by yuanhecai · 9 months ago
  66. b3c5848 loongarch: Use hidden visibility for asm functions by Henrik Gramner · 10 months ago
  67. 63bf075 recon: Fix level index calculation optimization for 2D transforms by Henrik Gramner · 10 months ago
  68. fe0ab51 Use exact-width integer min/max defines where appropriate by Henrik Gramner · 10 months ago
  69. 29efbb9 refmvs: Shrink mfmv_ref arrays by Henrik Gramner · 10 months ago
  70. 68dc200 refmvs: Shrink refpoc arrays by Henrik Gramner · 10 months ago
  71. 7889ac7 cdf: Remove unused eob_hi_bit entries by Henrik Gramner · 10 months ago
  72. 8d95618 CI: Build '-mavx' code as debugoptimized by Matthias Dressel · 1 year, 1 month ago
  73. edeac87 CI: Update images by Matthias Dressel · 1 year, 1 month ago
  74. 1d0cda0 CI: Update ppc64le image by Matthias Dressel · 1 year, 1 month ago
  75. caef968 refactor: simplify deltaq bitstream parsing logic by Gianni Rosato · 1 year, 1 month ago
  76. 7d4b789 Mark C globals with small code model by Pranav Kant · 1 year, 1 month ago
  77. 42b2b24 Update NEWS for 1.5.1 by Jean-Baptiste Kempf · 1 year, 2 months ago 1.5.1
  78. 40ff2a1 Include <string.h> for memcpy() by Wan-Teh Chang · 1 year, 3 months ago
  79. edb1688 AArch64: Add Neon implementation of load_tmvs by Arpad Panyik · 1 year, 3 months ago
  80. b129d9f mc: Reduce stack use in {put,prep}_scaled_{bilin,8tap} by Martin Storsjö · 1 year, 3 months ago
  81. cd5bfa1 riscv: Fix building on non-Linux OS's by Brad Smith · 1 year, 3 months ago
  82. 5ea4939 obu: don't print warnings for Metadata OBUs of types "Unregistered user private" by James Almer · 1 year, 3 months ago
  83. 2ba57aa arm32: looprestoration: Rewrite the wiener functions by Martin Storsjö · 1 year, 3 months ago
  84. 8291a66 looprestoration: Use only 6 row buffer for wiener, like NEON/x86 by Martin Storsjö · 1 year, 3 months ago
  85. a149f5c looprestoration: Make the C wiener h filter more optimizable for the compiler by Martin Storsjö · 1 year, 3 months ago
  86. 9da303e looprestoration: Rewrite the C version of the wiener filter by Martin Storsjö · 1 year, 3 months ago
  87. d242c47 Replace Av1Block with pal_sz in read_pal_indices by Luc Trudeau · 1 year, 4 months ago
  88. 9a75ceb Explicitly use uint8_t for the order_palette() scratch buffer by Henrik Gramner · 1 year, 4 months ago
  89. 575af25 flush: Reset f->task_thread.error by victorien · 1 year, 4 months ago
  90. 767efec Fix ClangTidy misc-include-cleaner warnings by Wan-Teh Chang · 1 year, 4 months ago
  91. f8d2620 checkasm: looprestoration: Do strict bounds checking of the output by Martin Storsjö · 1 year, 4 months ago
  92. f15666b riscv: Enable FreeBSD / OpenBSD elf_aux_info() support by Brad Smith · 1 year, 4 months ago
  93. 30c3dd8 arm32: looprestoration: Rewrite the SGR functions by Martin Storsjö · 1 year, 4 months ago
  94. 1b7f126 arm32: looprestoration: Apply simplifications to align with C code by Martin Storsjö · 1 year, 4 months ago
  95. c43debf arm64: looprestoration: Fix a comment typo by Martin Storsjö · 1 year, 4 months ago
  96. 1c7433a arm: looprestoration: Fix the single line loop in sgr_weighted2 by Martin Storsjö · 1 year, 4 months ago
  97. f32b314 looprestoration: Rewrite the C version of the SGR filter by Martin Storsjö · 1 year, 4 months ago
  98. 01d417c arm: looprestoration: Give symbols and defines unique names by Martin Storsjö · 1 year, 4 months ago
  99. 847eece arm: looprestoration: Add spacing around operators by Martin Storsjö · 1 year, 4 months ago
  100. 56a5593 arm: looprestoration: Get rid of unnecessary rotate_ab_N intermediate functions by Martin Storsjö · 1 year, 4 months ago