1. b26ce8b Updates to 1-pass: by Marco Paniconi · 11 years ago
  2. ce053e7 Merge "vp9: add multi-threaded tile decoder" by James Zern · 11 years ago
  3. fb48452 vp9: add multi-threaded tile decoder by James Zern · 11 years ago
  4. e6863ef CL for adding AVX-AVX2 support in libvpx. by Erik Niemeyer · 11 years ago
  5. 080150d Merge "add tile test vectors" by James Zern · 11 years ago
  6. ea9b2c0 add tile test vectors by James Zern · 11 years ago
  7. e5edad3 Merge "vp9_thread_test: quiet some msvc int->bool warnings" by James Zern · 11 years ago
  8. 00053aa vp9_thread_test: quiet some msvc int->bool warnings by James Zern · 11 years ago
  9. 600a386 Making input pointer constant for all fdct/fht functions. by Dmitry Kovalev · 11 years ago
  10. fd724f1 Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4. by Dmitry Kovalev · 11 years ago
  11. a018988 Renaming vp9_short_fdct32x32 to vp9_fdct32x32. by Dmitry Kovalev · 11 years ago
  12. 5bdd4d9 Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16." by Dmitry Kovalev · 11 years ago
  13. 02feb63 Renaming vp9_short_fdct16x16 to vp9_fdct16x16. by Dmitry Kovalev · 11 years ago
  14. fa143db Renaming vp9_short_fdct8x8 to vp9_fdct8x8. by Dmitry Kovalev · 11 years ago
  15. 9f09618 Merge "Using stride (# of elements) instead of pitch (bytes) in fdct4x4." by Dmitry Kovalev · 11 years ago
  16. c9af3de Merge changes I305fd55f,I13fe92b1 by James Zern · 11 years ago
  17. 64d94b4 Merge "Revert "Merge "SVC improvements""" by James Zern · 11 years ago
  18. a767d10 Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8." by Dmitry Kovalev · 11 years ago
  19. cd74a90 Revert "Merge "SVC improvements"" by James Zern · 11 years ago
  20. 190c2b4 Using stride (# of elements) instead of pitch (bytes) in fdct4x4. by Dmitry Kovalev · 11 years ago
  21. 663916c SVC improvements by Ivan Maltz · 11 years ago
  22. e5fa44c Using stride (# of elements) instead of pitch (bytes) in fdct8x8. by Dmitry Kovalev · 11 years ago
  23. 1aa7fd5 Using stride (# of elements) instead of pitch (bytes) in fdct16x16. by Dmitry Kovalev · 11 years ago
  24. e05412f Using stride (# of elements) instead of pitch (bytes) in fdct32x32. by Dmitry Kovalev · 11 years ago
  25. 820201c vp9_thread: add vp9_worker_execute() by James Zern · 11 years ago
  26. e078c3d Initial 1-pass. by Marco Paniconi · 11 years ago
  27. 9d98e93 Merge "add a test vector with frame parallel mode enabled" by James Zern · 11 years ago
  28. 798cf80 add a test vector with frame parallel mode enabled by James Zern · 11 years ago
  29. 65f118d Making input pointer of any inverse transform constant. by Dmitry Kovalev · 11 years ago
  30. 7ef5739 Consistent names for inverse hybrid transforms (1 of 2). by Dmitry Kovalev · 11 years ago
  31. 3a0b59e Merge "SSE2 8-tap sub-pixel filter optimization" by Yunqing Wang · 11 years ago
  32. 899ab95 Adjustment to allowed range in resize unit test by Paul Wilkins · 11 years ago
  33. 3fb728c SSE2 8-tap sub-pixel filter optimization by Yunqing Wang · 11 years ago
  34. 1e766b5 Giving consistent names to IDCT 32x32 functions. by Dmitry Kovalev · 11 years ago
  35. b096c5a Giving consistent names to IDCT 16x16 functions. by Dmitry Kovalev · 11 years ago
  36. c6ad70d Giving consistent names to IDCT 8x8 functions. by Dmitry Kovalev · 11 years ago
  37. 3a06025 Giving consistent names to IDCT/IWHT functions. by Dmitry Kovalev · 11 years ago
  38. fd6c4c7 Merge "mips dsp-ase r2 vp9 decoder convolve module optimizations" by Johann · 11 years ago
  39. 68a3e4a BITSTREAM - RESTORING BILINEAR INTERPOLATION FILTER SUPPORT by Dmitry Kovalev · 11 years ago
  40. 40edab5 mips dsp-ase r2 vp9 decoder convolve module optimizations by Parag Salasakar · 12 years ago
  41. 253fd25 Align structs used unit test to 32 bytes by Yaowu Xu · 12 years ago
  42. e45f4a4 Revert "Align struct to 32 bytes" by Yaowu Xu · 12 years ago
  43. b524236 Align struct to 32 bytes by Yaowu Xu · 12 years ago
  44. f363aa3 Merge "Refactor 8x8 fwd transform unit test" by Jingning Han · 12 years ago
  45. b0211e7 Merge "fix vp8-only build" by Yaowu Xu · 12 years ago
  46. a0fcbcf fix vp8-only build by James Zern · 12 years ago
  47. 88c8ff2 Modified resize unit test to output test vector by Adrian Grange · 12 years ago
  48. 4bd1711 Refactor 8x8 fwd transform unit test by Jingning Han · 12 years ago
  49. 040ffb6 Minor adjustment in unit tests by Yaowu Xu · 12 years ago
  50. 93ffd37 Enable and fix resize_test for VP9 by Adrian Grange · 12 years ago
  51. 2873d56 Merge "Enable accuracy/memory check for 16x16 transforms" by Jingning Han · 12 years ago
  52. 87bc705 Merge "Rework 16x16 transform unit test" by Jingning Han · 12 years ago
  53. 563c273 test/idct_test: add missing vpx_integer.h include by James Zern · 12 years ago
  54. 37705a3 Enable accuracy/memory check for 16x16 transforms by Jingning Han · 12 years ago
  55. 8f92a7e Rework 16x16 transform unit test by Jingning Han · 12 years ago
  56. afffa3d cleanup cpplint warnings by Yaowu Xu · 12 years ago
  57. 170be56 Merge "Enable 32x32 Transform unit test" by Jingning Han · 12 years ago
  58. 4ad52a8 Enable 32x32 Transform unit test by Jingning Han · 12 years ago
  59. 7bc775d Merge "Added ClearSystemState in a unit test" by Yaowu Xu · 12 years ago
  60. e494df1 Added ClearSystemState in a unit test by Yaowu Xu · 12 years ago
  61. 890eee3 Fixing problem with invalid delta_q reading. by Dmitry Kovalev · 12 years ago
  62. 1cf2272 Merge "Fix intermediate height in convolve_c" by James Zern · 12 years ago
  63. e326cec Fix intermediate height in convolve_c by Tero Rintaluoma · 12 years ago
  64. ec4b274 Refactor 16x16 unit tests by Jingning Han · 12 years ago
  65. bfebe7e Merge "Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder." by Dmitry Kovalev · 12 years ago
  66. a5cb05c Add a test vector that tests color space 444 by Jim Bankoski · 12 years ago
  67. af13fbb Fix Chroma plane md5 check by Jim Bankoski · 12 years ago
  68. 4587061 Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder. by Dmitry Kovalev · 12 years ago
  69. 3f10831 Fix bug in convolution functions (filter selection) by Adrian Grange · 12 years ago
  70. 0d8723f Make "good" quality 2-pass vpxenc encoding default by Deb Mukherjee · 12 years ago
  71. 3c43ec2 Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES. by Dmitry Kovalev · 12 years ago
  72. bc484eb fix unit test failure on win32 vs2008 build by Yaowu Xu · 12 years ago
  73. 5b30788 variance x86inc guards by Jim Bankoski · 12 years ago
  74. c9126e0 sad + miscellaneous updates by Jim Bankoski · 12 years ago
  75. 62c6aa8 block error / x86inc mods by Jim Bankoski · 12 years ago
  76. a93b115 reworked config for use_x86_inc by Jim Bankoski · 12 years ago
  77. d115cd8 Merge changes I082959ab,Ib6932640 by James Zern · 12 years ago
  78. a5a7322 Merge "Begin to restrict x86inc.asm usage" by Jim Bankoski · 12 years ago
  79. a0ffa27 vp9/decoder: threaded row-based loop filter by James Zern · 12 years ago
  80. 183b77d vp9/decoder: add thread worker by James Zern · 12 years ago
  81. c3809f3 Begin to restrict x86inc.asm usage by Jim Bankoski · 12 years ago
  82. d007446 Replacing long block size enum values with shorter ones (2). by Dmitry Kovalev · 12 years ago
  83. 1197d67 Merge "tests: silence a few type related warnings" by James Zern · 12 years ago
  84. 4a688b2 Merge "cosmetics: idct_test.cc: fix formatting" by James Zern · 12 years ago
  85. 104dbbb tests: silence a few type related warnings by James Zern · 12 years ago
  86. bae3117 cosmetics: tile_independence_test: fix formatting by James Zern · 12 years ago
  87. 36b882e cosmetics: idct_test.cc: fix formatting by James Zern · 12 years ago
  88. 9ca66ec Merge "vp9_convolve8_neon placeholder" by Johann · 12 years ago
  89. 59dc4e9 vp9_convolve8_neon placeholder by Johann · 12 years ago
  90. 70fe2b3 Merge "Cosmetic changes in 4x4 and 8x8 fdct unit tests" by James Zern · 12 years ago
  91. 90ebfe6 Merge "vp9_convolve8_[horiz|vert]_avg" by Johann · 12 years ago
  92. 6094bf3 Cosmetic changes in 4x4 and 8x8 fdct unit tests by Jingning Han · 12 years ago
  93. 31a68bc Fixing vp9_get_pred_context_comp_ref_p function. by Dmitry Kovalev · 12 years ago
  94. a15bebf vp9_convolve8_[horiz|vert]_avg by Johann · 12 years ago
  95. 119decd Merge "Cosmetic changes in 16x16 ADST/DCT unit test" by Jingning Han · 12 years ago
  96. 29c45f3 Cosmetic changes in 16x16 ADST/DCT unit test by Jingning Han · 12 years ago
  97. 158c80c convolve8 optimizations for neon by Johann · 12 years ago
  98. decead7 Replace copy_memNxM functions with a generic copy/avg function. by Ronald S. Bultje · 12 years ago
  99. 82c4153 Merge "Add unit test for 16x16 forward ADST/DCT" by Jingning Han · 12 years ago
  100. cf768b2 Add unit test for 16x16 forward ADST/DCT by Jingning Han · 12 years ago