1. 4a3a9c0 Set SOVERSION in CMake shared library builds. by Tom Finegan · 8 years ago
  2. 378d652 Remove CONFIG_{DE,EN}CODERS from the build system. by Tom Finegan · 8 years ago
  3. f9687c5 use storage.googleapis for testdata download by James Zern · 8 years ago
  4. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  5. 97aa09f LIBVPX_TEST_DATA_PATH -> LIBAOM_TEST_DATA_PATH by Yaowu Xu · 8 years ago
  6. 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
  7. 3b95d59 rename two mk files to make naming consistent by Yaowu Xu · 9 years ago
  8. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  9. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  10. cc73e1f remove SVC by James Zern · 9 years ago
  11. 3bd709f Remove vp8, vp9 folders by Yaowu Xu · 9 years ago
  12. 992e4b7 Add --enable-shared option to iosbuild.sh to build dynamic framework by Brion Vibber · 9 years ago
  13. e2b451d Break exports for spatial_svc out to fix shared builds without it by Brion Vibber · 9 years ago
  14. 4317ba5 third_party: Roll libwebm snapshot. by Tom Finegan · 9 years ago
  15. 6965bde Revert "third_party: Roll libwebm snapshot." by Tom Finegan · 9 years ago
  16. 31b9757 third_party: Roll libwebm snapshot. by Tom Finegan · 9 years ago
  17. 758fc66 Revert "third_party: Roll libwebm snapshot." by Tom Finegan · 9 years ago
  18. 74aaa23 third_party: Roll libwebm snapshot. by Tom Finegan · 9 years ago
  19. ee1bd86 Revert "third_party: Roll libwebm snapshot." by James Zern · 9 years ago
  20. 80ddeb2 third_party: Roll libwebm snapshot. by Tom Finegan · 9 years ago
  21. ec45003 libs.mk, testdata: rm redundant test of LIBVPX_TEST_DATA by James Zern · 9 years ago
  22. cbecf57 Release v1.5.0 by Johann · 9 years ago
  23. 9a5e0d4 Match improved vp9/10 style in libs.mk by Johann · 10 years ago
  24. 0231e27 Check CONFIG_VP<N> instead of encoder and decoder by Johann Koenig · 10 years ago
  25. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago
  26. d1b30ce Rename vpx_thread to vpx_util by Jingning Han · 10 years ago
  27. 3a3b0be Move multi-threading module functions into vpx_thread folder by Jingning Han · 10 years ago
  28. 557ae51 build: add *test-no-data-check targets by James Zern · 10 years ago
  29. 39d93f3 libs.mk: relocate TEST_INTRA_PRED_SPEED_OBJS init by James Zern · 10 years ago
  30. 6d52fe2 Support building shared libraries on OS/2 by KO Myung-Hun · 11 years ago
  31. 0d2f348 tests: add test_intra_pred_speed by James Zern · 10 years ago
  32. 556ff27 Remove BUILD_LIBVPX_SO variable from the build system. by Tom Finegan · 10 years ago
  33. d104b16 Remove the BUILD_LIBVPX variable from the build system. by Tom Finegan · 10 years ago
  34. 3d7063d Remove claims of universal target support from the build system. by Tom Finegan · 10 years ago
  35. b0789cd libs.mk: simplify test_libvpx target by James Zern · 10 years ago
  36. d5d9289 Move shared SAD code to vpx_dsp by Johann · 10 years ago
  37. bb5a39c Prepare Release Candidate for libvpx v1.4.0 by Johann · 10 years ago
  38. 0f96f02 use LC_ALL=C to sort libvpx_*srcs.txt by James Zern · 10 years ago
  39. aaccf65 configure: add --(disable|enable)-dependency-tracking by James Zern · 10 years ago
  40. 6eec73a Remove asm offset dependencies by Johann · 11 years ago
  41. 9cdaa3d Removing legacy compatibility layer. by Dmitry Kovalev · 11 years ago
  42. 1ae7f25 enable wextra in vp9 by Jim Bankoski · 11 years ago
  43. d6fd229 make testdata: look for other variants of sha1sum by James Zern · 11 years ago
  44. 23fbef2 make testdata: fail if a sha1 fails or is missing by James Zern · 11 years ago
  45. e707e95 libs.mk: don't include x86inc.asm in codec src list by James Zern · 11 years ago
  46. f66590c *.mk: pass SRC_PATH_BARE to all GEN_VCPROJ invocations by James Zern · 11 years ago
  47. ca5d963 Merge "Add make target for running example tests." by Tom Finegan · 11 years ago
  48. bc27d7e Add make target for running example tests. by Tom Finegan · 11 years ago
  49. f12ebfc make spatial svc an experiment by James Zern · 11 years ago
  50. 7b7c843 Add utiltest target to Makefile. by Tom Finegan · 11 years ago
  51. d73c4ac Merge changes Idfb71188,Ibe1e72db by James Zern · 11 years ago
  52. b92f7bc msvs: filter out include-only asm files by James Zern · 11 years ago
  53. 805078a build: convert rtcd.sh to perl by James Zern · 11 years ago
  54. bb65be9 Reusing existing mem_{get, put}_be32() functions. by Dmitry Kovalev · 11 years ago
  55. d51ca0d Merge "Add get release decoder frame buffer functions." by Frank Galligan · 11 years ago
  56. e8e1527 Add get release decoder frame buffer functions. by Frank Galligan · 11 years ago
  57. 7cf0c78 *.mk: s/\bUSE_X86INC/CONFIG_USE_X86INC/ by James Zern · 11 years ago
  58. 1c3de84 obj_int_extract (msvs): add missing project dep by James Zern · 11 years ago
  59. b1c72b6 Revert external frame buffer code. by Frank Galligan · 11 years ago
  60. 0239f11 Install test sources for MSVS by Johann · 11 years ago
  61. 10f8916 Add support to pass in external frame buffers. by Frank Galligan · 11 years ago
  62. 1ed0e1b Move SVC per-frame loop from sample app into libvpx proper by Ivan Maltz · 11 years ago
  63. cd74a90 Revert "Merge "SVC improvements"" by James Zern · 11 years ago
  64. 663916c SVC improvements by Ivan Maltz · 11 years ago
  65. e288c60 Removing vpx_codec_impl_{top, bottom}.h files. by Dmitry Kovalev · 11 years ago
  66. 5b23666 Fix failure to copy data files if content changes by Adrian Grange · 11 years ago
  67. a93b115 reworked config for use_x86_inc by Jim Bankoski · 12 years ago
  68. c3809f3 Begin to restrict x86inc.asm usage by Jim Bankoski · 12 years ago
  69. e4d2c25 test_libvpx: disable pthreads in gtest for win targets by James Zern · 12 years ago
  70. 4a7cebe make: add libvpx_test_srcs.txt target by James Zern · 12 years ago
  71. 84490a1 Merge "clean out libvpx-srcs.txt if built" by Jim Bankoski · 12 years ago
  72. 975df8c clean out libvpx-srcs.txt if built by Jim Bankoski · 12 years ago
  73. f2dc382 Revert "test_libvpx: disable pthreads in gtest" by James Zern · 12 years ago
  74. 90a9900 test_libvpx: disable pthreads in gtest by James Zern · 12 years ago
  75. 7059c1d libs.mk: allow tests to be sharded by James Zern · 12 years ago
  76. ad484fc Add support for armv7-win32-vs11 by Martin Storsjo · 12 years ago
  77. a37e84d msvs: Don't link to winmm.lib by Martin Storsjo · 12 years ago
  78. 9a5cac0 msvs: Pass dependency project vcxproj files to the project generation script by Martin Storsjo · 12 years ago
  79. 0b4637e msvs: Support producing both vcproj and vcxproj depending on configure variables by Martin Storsjo · 12 years ago
  80. 3810bca Fix Android ndk-build by Johann · 12 years ago
  81. 8b4b28a fix make test invocation for msvc win64 by James Zern · 12 years ago
  82. a344456 Append .exe to the executable on OS/2 by KO Myung-Hun · 12 years ago
  83. cdc1806 obj_int_extract.bat is not a generated file by Johann · 12 years ago
  84. b46d58a Link pthread when it is available by Johann · 12 years ago
  85. 2396302 Don't include x86inc.asm on non-x86 targets by John Koleszar · 12 years ago
  86. 16810c1 Merge branch 'vp9-preview' of review:webm/libvpx by John Koleszar · 12 years ago
  87. 5ebe94f Build fixes to merge vp9-preview into master by John Koleszar · 12 years ago
  88. a905672 Remove ARM optimizations from VP9 by Johann · 12 years ago
  89. 4a9b954 Update ARM for vpx_scale changes by Johann · 12 years ago
  90. c202100 Enable unit tests to build with MSVC by Yaowu Xu · 12 years ago
  91. 1760c39 Revert "make: flatten object file directories" by John Koleszar · 12 years ago
  92. 999f31f Move documentation file list to relevant make file by Johann · 12 years ago
  93. 7c7801e Each make file is responsible for its own directory by Johann · 12 years ago
  94. a5ffcdd Sequester vpx_ports file list by Johann · 12 years ago
  95. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  96. b72373d make: flatten object file directories by John Koleszar · 12 years ago
  97. 7b8dfcb Rough merge of master into experimental by John Koleszar · 12 years ago
  98. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago
  99. e8d58d3 build: hide msvs project command in non-verbose mode by James Zern · 13 years ago
  100. cdb2a12 Merge "fix msvc configure" by James Zern · 13 years ago