1. 5b89b23 aom_ports/mem: add ALIGN_POWER_OF_TWO_UNSIGNED by James Zern · 2 years, 4 months ago
  2. 8a8e72a x86.h: fix implicit signed -> unsigned conv warning by James Zern · 2 years, 4 months ago
  3. eee657d Improve the size computation for txb buffers by Jayasanker J · 3 years ago
  4. 4d5b122 Fix race condition in BUILD_SHARED_LIBS configs. by Tom Finegan · 2 years, 10 months ago
  5. f2658a3 clear -Wextra-semi/-Wextra-semi-stmt warnings by James Zern · 2 years, 11 months ago
  6. 8cba649 aom_ports.cmake: don't add x86_abi_support.asm to source list x2 by James Zern · 3 years ago
  7. 07deb29 aom_ports.cmake: don't add x86_abi_support.asm to source list by James Zern · 3 years, 1 month ago
  8. 6d3668c av1_initalize_enc(): protect against multiple invocations by James Zern · 3 years, 1 month ago
  9. a54dda4 fix cpu detect on apple m1 arm64 by Link.Meng · 3 years, 4 months ago
  10. 5d1d12f aom_ports/x86.h: rm aom_reset_mmx_state extern by James Zern · 3 years, 6 months ago
  11. 7e2aeb5 aom_ports/x86.h: sync with vpx_ports/x86.h by James Zern · 3 years, 6 months ago
  12. 851d37e Fix some instances of -Wunused-but-set-variable. by Peter Kasting · 3 years, 6 months ago
  13. 2f62607 aom_ports.cmake: only include float.asm w/win64 by James Zern · 3 years, 6 months ago
  14. 3ab0c0e Recover some float-related assembly on windows by chiyotsai · 3 years, 6 months ago
  15. 6e4ed83 Remove aom_ports/system_state.h by chiyotsai · 3 years, 6 months ago
  16. 3753248 Remove all calls to aom_clear_system_state by chiyotsai · 3 years, 6 months ago
  17. c5d6247 Compile aom_clear_system_state to nothing on x86 builds by chiyotsai · 3 years, 11 months ago
  18. 4ce7d13 Use Round2() in filter_intra_predictor functions by Wan-Teh Chang · 4 years, 1 month ago
  19. 6c2f40d arm_cpudetect.c: replace configure option w/cmake by James Zern · 4 years, 1 month ago
  20. 854b276 Replace non-ASCII characters by Wan-Teh Chang · 4 years, 1 month ago
  21. 3662cec x86_abi_support.asm: cherry pick chromium fixes by Johann · 4 years, 9 months ago
  22. e963651 nasm: require 2.14 with -DCHROMIUM by Johann · 4 years, 9 months ago
  23. 5468e2e Correct a comment by Yaowu Xu · 4 years, 10 months ago
  24. 55db7b6 cmake: Build static libaom in shared configs. by Tom Finegan · 5 years ago
  25. 85aa64b cmake: Run cmake-format 0.5.1 on all CMake files. by Tom Finegan · 6 years ago
  26. 9b1252e Revert interface level enum change by Satish Kumar Suman · 6 years ago
  27. 3273e6a Don't use ax, bx, cx, dx as vars for cpuid macro. by Wan-Teh Chang · 6 years ago
  28. 34611bd __rdtscp() in Visual Studio takes one argument. by Wan-Teh Chang · 6 years ago
  29. 6e05c6e Improve accuracy of benchmarking by elliottk · 6 years ago
  30. e5eec6c Implement aom_once using Win32 InitOnce functions. by Wan-Teh Chang · 6 years ago
  31. 05bb9cc Rename ARM public symbol that collides with libvpx. by Thomas Daede · 6 years ago
  32. e1cbb13 cosmetics: normalize include guards by James Zern · 6 years ago
  33. da299e3 Include config/aom_config.h for the INLINE macro. by Wan-Teh Chang · 6 years ago
  34. fdeefec Document get_msb() and av1_ceil_log2(). by Wan-Teh Chang · 6 years ago
  35. 5396c55 Rename 'once' to 'aom_once'. by Wan-Teh Chang · 7 years ago
  36. f1cb3d4 cmake: Use list(APPEND) instead of set() in aom_ports.cmake by Tom Finegan · 7 years ago
  37. 4e8027c arm: remove unused assembly by Johann · 7 years ago
  38. 335a46d [VSX] Improve PPC RTCD support by Luc Trudeau · 7 years ago
  39. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  40. 918ca31 remove unused aom_ports/config.h by James Zern · 7 years ago
  41. b1c6ab6 cmake-format: clean up CMakeLists.txt by Johann · 7 years ago
  42. 01ee6ee Add sanitizer.h for AddressSanitizer support. by Wan-Teh Chang · 7 years ago
  43. 589bae8 cmake: apply cmake-format by Johann · 7 years ago
  44. 29a5973 cmake: change include guard by Johann · 7 years ago
  45. ffda377 Add SSE4_2 version of crc hash function by PENGBIN · 7 years ago
  46. 3c30fb4 misc: apply clang-format v5.0.0 by Johann · 7 years ago
  47. e07a675 remove configure and Makefiles by Johann · 7 years ago
  48. 7ba35f6 Define two intrinsics for early MSVC versions by Yaowu Xu · 7 years ago
  49. 5891f98 Palette: replace floating point numbers with integers by Hui Su · 7 years ago
  50. 000d196 Properly upgrade int before operation by Yaowu Xu · 7 years ago
  51. 464600b Upgrade to int64_t to avoid out of range by Yaowu Xu · 7 years ago
  52. 4c3c0f2 Fix vs2015 compiling error on avx2 intrinsics by Yi Luo · 7 years ago
  53. b02d2f3 Fix rd scales for transforms larger than 32x32 by Debargha Mukherjee · 7 years ago
  54. 37234c1 Remove special cases about CONFIG_HIGHBITDEPTH by Sebastien Alaiwan · 7 years ago
  55. 67a7d9f Fix CONFIG_DAALA_DCT4/8/16 builds with CMake. by Tom Finegan · 7 years ago
  56. 78516fc Build static libaom without internal deps in CMake. by Tom Finegan · 8 years ago
  57. 84f2d79 Add shared library support to the CMake build. by Tom Finegan · 8 years ago
  58. 17ccaec Add include guards to CMake files used as includes. by Tom Finegan · 8 years ago
  59. be111b3 Remove armv6 media-extension assembly. by Ralph Giles · 8 years ago
  60. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  61. 44d2a46 Add aom_ports arm support to the cmake build. by Tom Finegan · 8 years ago
  62. 507e2e1 Move aom_ports build commands into aom_ports/aom_ports.cmake. by Tom Finegan · 8 years ago
  63. 9310553 Some optimizations on integer affine estimation by Debargha Mukherjee · 8 years ago
  64. 9b3974e aom_ports: Fix build in Xcode 8. by Tom Finegan · 8 years ago
  65. 591fc6f aom_ports: Silence warnings in aom_timer.h by Tom Finegan · 8 years ago
  66. 67948d3 apply clang-format by clang-format · 8 years ago
  67. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 8 years ago
  68. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 8 years ago
  69. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 8 years ago