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