1. c927e94 Android.mk: add missing vp10_rtcd.h dep by James Zern · 10 years ago
  2. 3067c34 Support build with Visual Studio 14. by Ghislain MARY · 10 years ago
  3. d011808 gen_msvs_proj.sh: avoid asm object name collisions by James Zern · 10 years ago
  4. 92b08f5 Add common_dspr2.c file to vpx_dsp/mips by Jingning Han · 10 years ago
  5. e184b61 Merge changes Iecdbbc34,I8b4db93f by James Zern · 10 years ago
  6. 135b43c Fix compiler warning in mips/dspr2 by Jingning Han · 10 years ago
  7. 21da45e Android.mk: fix *_rtcd.h deps for armeabi-v7a by James Zern · 10 years ago
  8. e3365c8 Android.mk: add a dep on vpx_config.asm for x86_64 by James Zern · 10 years ago
  9. bd86331 Merge "build/make/Android.mk: support TARGET_ARCH_ABI=x86_64" by James Zern · 10 years ago
  10. 7971846 Move intra prediction functions from vp9/common/ to vpx_dsp/ by hui su · 10 years ago
  11. 5da87e8 build/make/Android.mk: support TARGET_ARCH_ABI=x86_64 by James Zern · 10 years ago
  12. 9f0383c Merge "build: add *test-no-data-check targets" by James Zern · 10 years ago
  13. 78637b6 Fix building with iOS 9 beta SDK by Brion Vibber · 10 years ago
  14. 557ae51 build: add *test-no-data-check targets by James Zern · 10 years ago
  15. 0f8ee6e test/android/Android.mk: fix build w/ENABLE_SHARED=0 by James Zern · 10 years ago
  16. 5908e0b vs/armv7: use -oldit armasm flag by James Zern · 10 years ago
  17. 6d52fe2 Support building shared libraries on OS/2 by KO Myung-Hun · 11 years ago
  18. 3007db0 Avoid failed include when Makefile is processed with no target. by Tom Finegan · 10 years ago
  19. 3d7063d Remove claims of universal target support from the build system. by Tom Finegan · 10 years ago
  20. a4bcc8c Fix ndk build. by Frank Galligan · 10 years ago
  21. 802e1d8 Remove only remaining uses of 'fast_unaligned' by Johann · 10 years ago
  22. 278593c Merge "Android.mk: remove unnecessary -llog reference" by James Zern · 10 years ago
  23. 3701dcc Merge "mips msa configuration fix" by Parag Salasakar · 10 years ago
  24. e3bf76f Android.mk: remove unnecessary -llog reference by James Zern · 10 years ago
  25. 4009b63 mips msa configuration fix by Parag Salasakar · 10 years ago
  26. b815f3a Android.mk: add a flag to control shared/static lib by James Zern · 10 years ago
  27. 79bd071 Merge branch 'indianrunnerduck' by Johann · 10 years ago
  28. bc98e93 Remove PPC build support by Johann · 10 years ago
  29. 84ec68d mips msa configuration patch for MIPS SIMD Arch (MSA) P5600 and I6400 by Parag Salasakar · 10 years ago
  30. bb5a39c Prepare Release Candidate for libvpx v1.4.0 by Johann · 10 years ago
  31. 08acc34 Remove last remnants of obj_int_extract by Johann · 10 years ago
  32. aaccf65 configure: add --(disable|enable)-dependency-tracking by James Zern · 10 years ago
  33. 769fe6e configure: enable x86inc for all intel platforms by James Zern · 10 years ago
  34. 852829c Fail when only an old nasm is found by Johann · 10 years ago
  35. d249331 Merge "configure: echo --(disable|enable)-* cmdline options" by James Zern · 10 years ago
  36. cc7fac3 Enable use_x86inc for 32bit pic enabled Darwin target by Yunqing Wang · 10 years ago
  37. ef7f33b configure: echo --(disable|enable)-* cmdline options by James Zern · 10 years ago
  38. ad314c1 Fix discovery of Darwin SDKs by Lawrence Velázquez · 10 years ago
  39. e7ef8ec Merge "iosbuild.sh: Increase build speed." by Tom Finegan · 10 years ago
  40. 880ca0e Merge "workaround stack bashing by asm on 32-bit OpenBSD" by James Zern · 10 years ago
  41. 4fe4c28 Add libvpx build targets for OS X 10.10 Yosemite. by Lawrence Velázquez · 10 years ago
  42. 1387f4d iosbuild.sh: Increase build speed. by Tom Finegan · 10 years ago
  43. 0373dbf workaround stack bashing by asm on 32-bit OpenBSD by James Zern · 10 years ago
  44. 2a64ed9 Merge "rtcd: handle armv7s architecture" by James Zern · 10 years ago
  45. 0e94f3c iosbuild.sh: allow for out of tree builds by James Zern · 10 years ago
  46. 6ea881c rtcd: handle armv7s architecture by James Zern · 10 years ago
  47. d356dce iosbuild: add success/failure output by James Zern · 10 years ago
  48. 53a0ed8 Merge "iosbuild.sh: Add targets argument." by Tom Finegan · 10 years ago
  49. bc74a2f iosbuild.sh: Add targets argument. by Tom Finegan · 10 years ago
  50. 5fe9a5c don't set INLINE to 'always_inline' by James Zern · 10 years ago
  51. e577098 Disable neon assembly when neon is disabled by Johann · 10 years ago
  52. 134384d Extend x32 check by also checking for __x86_64__. by Dim Temp · 10 years ago
  53. 661802b Remove default cortex-a8 tuning. by Johann · 10 years ago
  54. 7efb302 Indent build/make/configure.sh by Johann · 10 years ago
  55. eafa0d0 Remove armv5te target by Johann · 10 years ago
  56. 6eec73a Remove asm offset dependencies by Johann · 11 years ago
  57. 12e295d build/make/iosbuild.sh: Remove armv6 support. by Tom Finegan · 10 years ago
  58. a5fb9f2 Fix iphonesimulator and armv6-darwin build targets. by Tom Finegan · 11 years ago
  59. bd2a9bd iOS build configuration updates. by Tom Finegan · 11 years ago
  60. 0a9e39f iphonesimulator: make iOS 6 the minimum requirement by James Zern · 11 years ago
  61. 2be2c7d Merge "build/make/iosbuild.sh: Support extra configure args." by Tom Finegan · 11 years ago
  62. c1139ec Merge "build/make/rtcd.pl: Add missing arm64 support." by Tom Finegan · 11 years ago
  63. c768162 build/make/iosbuild.sh: Support extra configure args. by Tom Finegan · 11 years ago
  64. c47e420 build/make/rtcd.pl: Add missing arm64 support. by Tom Finegan · 11 years ago
  65. 9d3fb75 rtcd: relocate 'extern "C" {' declaration by James Zern · 11 years ago
  66. aebb361 Merge "build/make/iosbuild.sh: Be more explicit about armv7." by Tom Finegan · 11 years ago
  67. 8645a53 Allow specifying opt dependencies by Johann · 11 years ago
  68. a3b594e build/make/iosbuild.sh: Be more explicit about armv7. by Tom Finegan · 11 years ago
  69. c5795d8 gen_msvs_(vcx)proj.sh: set yasm format explicitly by James Zern · 11 years ago
  70. 1c31e3e Add support for MIPS64. by Gordana Cmiljanovic · 11 years ago
  71. d39610a Merge "Require armv6/media when building armv7" by Johann · 11 years ago
  72. 8753f9c configure.sh: avoid test -a/-o for compatibility by James Zern · 11 years ago
  73. 07fa6ad Remove 'local' from configure and configure.sh by KO Myung-Hun · 11 years ago
  74. 24fbfa4 Require armv6/media when building armv7 by Johann · 11 years ago
  75. 2926d24 Makefile: add -mstackrealign to CFLAGS on OS/2 by KO Myung-Hun · 11 years ago
  76. 2994351 rtcd.pl: check for auto_help availability by James Zern · 11 years ago
  77. 11f2d4d Makefile: strip debugging informations only by KO Myung-Hun · 11 years ago
  78. 765485c Add -DNDEBUG when config option debug is disabled by Yunqing Wang · 11 years ago
  79. 4fae926 iosbuild.sh: Add VPX_FRAMEWORK_TARGET preproc symbol by Tom Finegan · 11 years ago
  80. 943e432 allow config options to limit max size of decode by Jim Bankoski · 11 years ago
  81. 8bf4c43 configure: defer x32 check until post toolchain setup by James Zern · 11 years ago
  82. 9cd90d4 Merge "iosbuild.sh Add arm64 support to VPX.framework." by James Zern · 11 years ago
  83. 1fba21a Merge "configure.sh: Tweak default of use_x86inc for 64-bit, non-pic, and Darwin." by Tom Finegan · 11 years ago
  84. e87d681 Add arm64-darwin-gcc target. by Tom Finegan · 11 years ago
  85. 08d75a8 configure.sh: Tweak default of use_x86inc for 64-bit, non-pic, and Darwin. by Tom Finegan · 11 years ago
  86. 9a5e9e7 iosbuild.sh Add arm64 support to VPX.framework. by Tom Finegan · 11 years ago
  87. 19125ae Merge "iosbuild.sh: Add vpx_config.h and vpx_version.h to VPX.framework." by Tom Finegan · 11 years ago
  88. 1368112 iosbuild.sh: Add vpx_config.h and vpx_version.h to VPX.framework. by Tom Finegan · 11 years ago
  89. 74ec6fb Merge "gen_msvs_proj: fix in tree configure under cygwin" by James Zern · 11 years ago
  90. 66bacc0 iosbuild.sh: Add missing function comments. by Tom Finegan · 11 years ago
  91. 0a04926 gen_msvs_proj: fix in tree configure under cygwin by James Zern · 11 years ago
  92. 10db0f9 iosbuild.sh: Move to build/make and tidy up a bit. by Tom Finegan · 11 years ago
  93. 5d35bc6 Merge "Add target armv7s-darwin-gcc." by Tom Finegan · 11 years ago
  94. cd2088b Add target armv7s-darwin-gcc. by Tom Finegan · 11 years ago
  95. 3659fbd Merge "Makefile: skip .d inclusion for 'testdata' target" by James Zern · 11 years ago
  96. 664a422 Merge "Add x86_64-iphonesimulator-gcc target." by Tom Finegan · 11 years ago
  97. 4f83315 Makefile: skip .d inclusion for 'testdata' target by James Zern · 11 years ago
  98. b9a569d Merge "gen_msvs_*proj.sh: speed up file generation" by James Zern · 11 years ago
  99. 78d0968e gen_msvs_*proj.sh: speed up file generation by James Zern · 11 years ago
  100. 9b25976 Add x86_64-iphonesimulator-gcc target. by Tom Finegan · 11 years ago