1. 389efb2 Adds an utility macro ROUNDZ_POWER_OF_TWO by Debargha Mukherjee · 9 years ago
  2. bb8ca08 Enable computing PSNRHVS for hbd build by Yaowu Xu · 9 years ago
  3. d534911 add convolution function with adjustable length by Angie Chiang · 9 years ago
  4. cd08120 Minor cleanup by Yunqing Wang · 9 years ago
  5. 2635573 Use Interlocked calls in win32 once() implementation. by Ralph Giles · 9 years ago
  6. 90a109f Restrict get_msb inputs by Johann · 10 years ago
  7. a8a08ce Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h by Alex Converse · 10 years ago
  8. d65ea85 vpx_ports/msvc.h: include math.h for ceil/floor by James Zern · 10 years ago
  9. 6032239 vpx_ports/x86.h: fix visual studio build warning by James Zern · 10 years ago
  10. f2e44aa Move the msvc round() replacement to msvc.h by Alex Converse · 10 years ago
  11. 3067c34 Support build with Visual Studio 14. by Ghislain MARY · 10 years ago
  12. cad0eca Don't #define snprintf in VS 2015 or higher. by Johann · 10 years ago
  13. f9a5b96 Merge "Remove the BUILD_LIBVPX variable from the build system." by Tom Finegan · 10 years ago
  14. d104b16 Remove the BUILD_LIBVPX variable from the build system. by Tom Finegan · 10 years ago
  15. 1d7ccd5 Relocate memory operations for common code by Johann · 10 years ago
  16. fd3658b replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED by James Zern · 10 years ago
  17. abff8b2 x86_simd_caps: check max cpuid before testing AVX2 by James Zern · 10 years ago
  18. 14ef4ae Reorganize *_rtcd() calling conventions by Johann · 10 years ago
  19. 08acc34 Remove last remnants of obj_int_extract by Johann · 10 years ago
  20. 4ed1bda x86: correct OSXSAVE + AVX bit check by James Zern · 10 years ago
  21. 7e515c4 fix AVX & AVX2 detection by James Zern · 10 years ago
  22. d5484f1 x86_abi_support: set LIBVPX_RAND w/vp9-postproc by James Zern · 10 years ago
  23. 6eec73a Remove asm offset dependencies by Johann · 11 years ago
  24. f6be2f3 Clarify GCC version check by Johann · 10 years ago
  25. 0ae866b vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h. by Jia Jia · 11 years ago
  26. 8dcdacc Restructure ARM assumptions in cpudetect by Johann · 11 years ago
  27. 07a4746 Include vpx_config.h in vpx_timer.h by Johann · 11 years ago
  28. 07a6752 inline vpx functions in headers to avoid unused function warning by Jim Bankoski · 11 years ago
  29. f452961 fixes several -Wunused-function warnings by Jim Bankoski · 11 years ago
  30. f9f996b vpx_once: implement once() for OS/2 by KO Myung-Hun · 11 years ago
  31. 79afb5e Use lrand48 on Android by Johann · 11 years ago
  32. 20babf6 Don't try to use getenv on windows phone/rt by Martin Storsjo · 12 years ago
  33. 4334c07 Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h. by Dmitry Kovalev · 11 years ago
  34. 572f716 Removing x86_cpuid.c. by Dmitry Kovalev · 11 years ago
  35. a5d23f5 vpx_ports: add extern "C" to headers by James Zern · 11 years ago
  36. d2f4940 vpx_ports: normalize include guards by James Zern · 11 years ago
  37. 45bac0c Add include guards to setupintrarecon.h and vpx_once.h by Ehsan Akhgari · 11 years ago
  38. 8caeeb8 Added cpuid compatibility for older MSVC versions by Yaowu Xu · 11 years ago
  39. 36dfb90 Fix the cpuid macro for x86_64 non-gcc build by Yaowu Xu · 11 years ago
  40. 9f26861 Support for extended feature flags enumeration leaf in CPUID instruction by Erik Niemeyer · 11 years ago
  41. e6863ef CL for adding AVX-AVX2 support in libvpx. by Erik Niemeyer · 11 years ago
  42. 9fb6f40 vpx_ports/x86.h: de-dup #elif block by James Zern · 12 years ago
  43. a288c92 Merge "Add cpu detection for Android x86" by Johann · 12 years ago
  44. c9a9905 Add cpu detection for Android x86 by changjun.yang · 12 years ago
  45. e588525 code cleanup for arm_cpudetect.c by changjun.yang · 12 years ago
  46. 7f99c3c Code cleanup. by Dmitry Kovalev · 12 years ago
  47. f67d740 Add support for x64 and win64 yasm flags. by Frank Galligan · 12 years ago
  48. e48776f 64-bit Mac Chromium support for libvpx. by Mark Mentovai · 12 years ago
  49. 24bc1a7 Use INT64_MAX instead of LLONG_MAX by John Koleszar · 12 years ago
  50. 16810c1 Merge branch 'vp9-preview' of review:webm/libvpx by John Koleszar · 12 years ago
  51. 5ebe94f Build fixes to merge vp9-preview into master by John Koleszar · 12 years ago
  52. 9dab3ce add emmintrin_compat.h for builds with gcc < 4 by James Zern · 12 years ago
  53. 7a09f6b Revert "Upstream build bug for chromium" by Johann · 12 years ago
  54. 8bb82fd Upstream build bug for chromium by Johann · 12 years ago
  55. a5ffcdd Sequester vpx_ports file list by Johann · 12 years ago
  56. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  57. 7b8dfcb Rough merge of master into experimental by John Koleszar · 12 years ago
  58. 807acf1 vpx_ports: merge with master by John Koleszar · 12 years ago
  59. a75a9cf check for x32 targets by Mike Frysinger · 12 years ago
  60. d71ba03 silent compiling warnings for VC9 build by Yaowu Xu · 13 years ago
  61. a116815 Fix warnings. by Christian Duvivier · 13 years ago
  62. c6b9039 Restyle code by John Koleszar · 13 years ago
  63. d6e80de Clean Android build defaults by Johann · 13 years ago
  64. 5daaa83 Enables building examples with Android NDK by Attila Nagy · 13 years ago
  65. 0164a1c Fix pedantic compiler warnings by John Koleszar · 13 years ago
  66. 49f7f05 asm_*_offsets to define variables as constants by Alpha Lam · 13 years ago
  67. 0f7e466 Make libvpx Chromium build friendly by Alpha Lam · 13 years ago
  68. 8b1a14d Add support for native Solaris compiler on x86. by Timothy B. Terriberry · 13 years ago
  69. 6035da5 WebM Experimental Codec Branch Snapshot by Yaowu Xu · 13 years ago
  70. a6f538c vpx_timer: increase resolution by John Koleszar · 13 years ago
  71. 2dad8d6 Add OS/2 supports by KO Myung-Hun · 13 years ago
  72. 8921028 Disconnect ARM tgt_isa from dsp extensions by Fritz Koenig · 13 years ago
  73. d830573 Add makefile for building libvpx for Android. by Fritz Koenig · 13 years ago
  74. 7ec139c Remove symbian target and associated files. by Fritz Koenig · 13 years ago
  75. 1a7d25a Replace vpx_ports/config.h with vpx_config.h by Attila Nagy · 14 years ago
  76. c8a23ad Properly use GET_GOT/RESTORE_GOT when using GLOBAL(). by Ronald S. Bultje · 14 years ago
  77. 79327be use GCC inline magic by Johann · 14 years ago
  78. 4a2b684e modify SAVE_XMM for potential 64bit use by Johann · 14 years ago
  79. a9b465c Merge "Add save/restore xmm registers in x86 assembly code" by Johann · 14 years ago
  80. c7cfde4 Add save/restore xmm registers in x86 assembly code by Johann · 14 years ago
  81. 05d9421 Merge "Add spin-wait pause intrinsic for Windows x64 platform." by Yaowu Xu · 14 years ago
  82. 52f6e28 Fix build with xcode4 and simplify GLOBAL. by Rafael Ávila de Espíndola · 14 years ago
  83. 8e87d58 Add spin-wait pause intrinsic for Windows x64 platform. by Aron Rosenberg · 14 years ago
  84. f42d52e documentation: minor cosmetics by James Zern · 14 years ago
  85. 11a222f Adds "armvX-none-rvct" targets by Tero Rintaluoma · 14 years ago
  86. 71ecb5d Full search SAD function optimization in SSE4.1 by Yunqing Wang · 14 years ago
  87. b71962f Add runtime CPU detection support for ARM. by Timothy B. Terriberry · 14 years ago
  88. 0f5c63e Add processor dectection for x86. by Fritz Koenig · 14 years ago
  89. e50f5d4 GCC inline restrictions were not adequate. by Fritz Koenig · 14 years ago
  90. fc2b06c nasm: avoid relative include paths by Jan Kratochvil · 15 years ago
  91. 5cdc3a4 nasm: address labels 'rel label' vice 'wrt rip' by Jan Kratochvil · 14 years ago
  92. e114f69 nasm: match instruction length (movd/movq) to parameters by Jan Kratochvil · 14 years ago
  93. 746439e Modify GET_GOT macro for performance. by Fritz Koenig · 15 years ago
  94. c2140b8 Use WebM in copyright notice for consistency by John Koleszar · 15 years ago
  95. daab4bc Use native win32 timers on mingw by John Koleszar · 15 years ago
  96. 0e8f108 nasm: avoid space before the :data symbol type. by Jan Kratochvil · 15 years ago
  97. 5e34461 Remove INLINE/FORCEINLINE by John Koleszar · 15 years ago
  98. 9f81463 Fix a linker error on x86-64 Linux when not using a version script. by Timothy B. Terriberry · 15 years ago
  99. 94c52e4 cosmetics: trim trailing whitespace by John Koleszar · 15 years ago
  100. 48c84d1 sse2 version of vp8_regular_quantize_b by Scott LaVarnway · 15 years ago