1. d2f4940 vpx_ports: normalize include guards by James Zern · 11 years ago
  2. 45bac0c Add include guards to setupintrarecon.h and vpx_once.h by Ehsan Akhgari · 11 years ago
  3. 8caeeb8 Added cpuid compatibility for older MSVC versions by Yaowu Xu · 11 years ago
  4. 36dfb90 Fix the cpuid macro for x86_64 non-gcc build by Yaowu Xu · 11 years ago
  5. 9f26861 Support for extended feature flags enumeration leaf in CPUID instruction by Erik Niemeyer · 11 years ago
  6. e6863ef CL for adding AVX-AVX2 support in libvpx. by Erik Niemeyer · 11 years ago
  7. 9fb6f40 vpx_ports/x86.h: de-dup #elif block by James Zern · 12 years ago
  8. a288c92 Merge "Add cpu detection for Android x86" by Johann · 12 years ago
  9. c9a9905 Add cpu detection for Android x86 by changjun.yang · 12 years ago
  10. e588525 code cleanup for arm_cpudetect.c by changjun.yang · 12 years ago
  11. 7f99c3c Code cleanup. by Dmitry Kovalev · 12 years ago
  12. f67d740 Add support for x64 and win64 yasm flags. by Frank Galligan · 12 years ago
  13. e48776f 64-bit Mac Chromium support for libvpx. by Mark Mentovai · 12 years ago
  14. 24bc1a7 Use INT64_MAX instead of LLONG_MAX by John Koleszar · 12 years ago
  15. 16810c1 Merge branch 'vp9-preview' of review:webm/libvpx by John Koleszar · 12 years ago
  16. 5ebe94f Build fixes to merge vp9-preview into master by John Koleszar · 12 years ago
  17. 9dab3ce add emmintrin_compat.h for builds with gcc < 4 by James Zern · 12 years ago
  18. 7a09f6b Revert "Upstream build bug for chromium" by Johann · 12 years ago
  19. 8bb82fd Upstream build bug for chromium by Johann · 12 years ago
  20. a5ffcdd Sequester vpx_ports file list by Johann · 12 years ago
  21. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  22. 7b8dfcb Rough merge of master into experimental by John Koleszar · 12 years ago
  23. 807acf1 vpx_ports: merge with master by John Koleszar · 12 years ago
  24. a75a9cf check for x32 targets by Mike Frysinger · 13 years ago
  25. d71ba03 silent compiling warnings for VC9 build by Yaowu Xu · 13 years ago
  26. a116815 Fix warnings. by Christian Duvivier · 13 years ago
  27. c6b9039 Restyle code by John Koleszar · 13 years ago
  28. d6e80de Clean Android build defaults by Johann · 13 years ago
  29. 5daaa83 Enables building examples with Android NDK by Attila Nagy · 13 years ago
  30. 0164a1c Fix pedantic compiler warnings by John Koleszar · 13 years ago
  31. 49f7f05 asm_*_offsets to define variables as constants by Alpha Lam · 13 years ago
  32. 0f7e466 Make libvpx Chromium build friendly by Alpha Lam · 13 years ago
  33. 8b1a14d Add support for native Solaris compiler on x86. by Timothy B. Terriberry · 13 years ago
  34. 6035da5 WebM Experimental Codec Branch Snapshot by Yaowu Xu · 13 years ago
  35. a6f538c vpx_timer: increase resolution by John Koleszar · 13 years ago
  36. 2dad8d6 Add OS/2 supports by KO Myung-Hun · 13 years ago
  37. 8921028 Disconnect ARM tgt_isa from dsp extensions by Fritz Koenig · 13 years ago
  38. d830573 Add makefile for building libvpx for Android. by Fritz Koenig · 13 years ago
  39. 7ec139c Remove symbian target and associated files. by Fritz Koenig · 13 years ago
  40. 1a7d25a Replace vpx_ports/config.h with vpx_config.h by Attila Nagy · 14 years ago
  41. c8a23ad Properly use GET_GOT/RESTORE_GOT when using GLOBAL(). by Ronald S. Bultje · 14 years ago
  42. 79327be use GCC inline magic by Johann · 14 years ago
  43. 4a2b684 modify SAVE_XMM for potential 64bit use by Johann · 14 years ago
  44. a9b465c Merge "Add save/restore xmm registers in x86 assembly code" by Johann · 14 years ago
  45. c7cfde4 Add save/restore xmm registers in x86 assembly code by Johann · 14 years ago
  46. 05d9421 Merge "Add spin-wait pause intrinsic for Windows x64 platform." by Yaowu Xu · 14 years ago
  47. 52f6e28 Fix build with xcode4 and simplify GLOBAL. by Rafael Ávila de Espíndola · 14 years ago
  48. 8e87d58 Add spin-wait pause intrinsic for Windows x64 platform. by Aron Rosenberg · 14 years ago
  49. f42d52e documentation: minor cosmetics by James Zern · 14 years ago
  50. 11a222f Adds "armvX-none-rvct" targets by Tero Rintaluoma · 14 years ago
  51. 71ecb5d Full search SAD function optimization in SSE4.1 by Yunqing Wang · 14 years ago
  52. b71962f Add runtime CPU detection support for ARM. by Timothy B. Terriberry · 14 years ago
  53. 0f5c63e Add processor dectection for x86. by Fritz Koenig · 14 years ago
  54. e50f5d4 GCC inline restrictions were not adequate. by Fritz Koenig · 14 years ago
  55. fc2b06c nasm: avoid relative include paths by Jan Kratochvil · 15 years ago
  56. 5cdc3a4 nasm: address labels 'rel label' vice 'wrt rip' by Jan Kratochvil · 14 years ago
  57. e114f69 nasm: match instruction length (movd/movq) to parameters by Jan Kratochvil · 14 years ago
  58. 746439e Modify GET_GOT macro for performance. by Fritz Koenig · 15 years ago
  59. c2140b8 Use WebM in copyright notice for consistency by John Koleszar · 15 years ago
  60. daab4bc Use native win32 timers on mingw by John Koleszar · 15 years ago
  61. 0e8f108 nasm: avoid space before the :data symbol type. by Jan Kratochvil · 15 years ago
  62. 5e34461 Remove INLINE/FORCEINLINE by John Koleszar · 15 years ago
  63. 9f81463 Fix a linker error on x86-64 Linux when not using a version script. by Timothy B. Terriberry · 15 years ago
  64. 94c52e4 cosmetics: trim trailing whitespace by John Koleszar · 15 years ago
  65. 48c84d1 sse2 version of vp8_regular_quantize_b by Scott LaVarnway · 15 years ago
  66. 63ea870 some XMM registers are non-volatile on windows x64 ABI by Makoto Kato · 15 years ago
  67. 09202d8 LICENSE: update with latest text by John Koleszar · 15 years ago
  68. c3c870e x86: tell gnu ld that we don't require an executable stack by John Koleszar · 15 years ago
  69. b749234 install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/ by John Koleszar · 15 years ago
  70. 1df0314 configure: remove HAVE_CONFIG_H by John Koleszar · 15 years ago
  71. 0ea50ce Initial WebM release by John Koleszar · 15 years ago