1. 778393c all_builds.py: support for sharding builds by John Koleszar · 13 years ago
  2. 5055a16 remove rotation experiment by John Koleszar · 13 years ago
  3. fb44d3e hybridtransform8x8: fix compilation by John Koleszar · 13 years ago
  4. 04ca655829 comp_intra_pred: fix compilation by John Koleszar · 13 years ago
  5. cbc66fa Merge "Fix typo." into experimental by John Koleszar · 13 years ago
  6. 2f74314 Fix typo. by Ronald S. Bultje · 13 years ago
  7. 4396441 Merge "Superblock coding." into experimental by Ronald S. Bultje · 13 years ago
  8. 5d4cffb Superblock coding. by Ronald S. Bultje · 13 years ago
  9. fc892cc Fix warnings. by Christian Duvivier · 13 years ago
  10. ee59dd7 Merge "A few more optimizations, about 1% overall speedup." into experimental by Christian Duvivier · 13 years ago
  11. 525b183 A few more optimizations, about 1% overall speedup. by Christian Duvivier · 13 years ago
  12. 60ed954 Fixed decoder mismatch issue by Jingning Han · 13 years ago
  13. 45ddaab Merge "Set a default mv entropy if no tokens are coded." into experimental by Ronald S. Bultje · 13 years ago
  14. 319dd1c Set a default mv entropy if no tokens are coded. by Ronald S. Bultje · 13 years ago
  15. e5cc24c Fix valgrind error which causes non-deterministic results. by Daniel Kang · 13 years ago
  16. 0393e55 Fix stack overrun in calculating segmentation map coding method. by Ronald S. Bultje · 13 years ago
  17. 9471bc2 Merge "First partial snapshot of vectorized 8-tap filtering." into experimental by Christian Duvivier · 13 years ago
  18. 5a34e0e First partial snapshot of vectorized 8-tap filtering. by Christian Duvivier · 13 years ago
  19. 26a55ba Fix build with TX_16X16 by Daniel Kang · 13 years ago
  20. 77dc5c6 Code clean up. by Paul Wilkins · 13 years ago
  21. a116815 Fix warnings. by Christian Duvivier · 13 years ago
  22. 7308903 Fix build. by Christian Duvivier · 13 years ago
  23. fd084b2 Shut up warnings added by -Wundef by Daniel Kang · 13 years ago
  24. 8fb9f08 Merge changes I0b51674f,I1ea6ebf9,I89076d93 into experimental by John Koleszar · 13 years ago
  25. eaadefd Merge "Some build fixes" into experimental by Deb Mukherjee · 13 years ago
  26. 3fda7a6 Merge "Changed to use reference mv as nearest mv" into experimental by Yaowu Xu · 13 years ago
  27. e52e8b7 Changed to use reference mv as nearest mv by Yaowu Xu · 13 years ago
  28. 32fe72e Some build fixes by Deb Mukherjee · 13 years ago
  29. 39892cc Code clean up. by Paul Wilkins · 13 years ago
  30. 2f96391 Fix typo, which adds skip testing for 16x16 by Daniel Kang · 13 years ago
  31. d4762ce Shut up some compiler warnings on gcc by Daniel Kang · 13 years ago
  32. dbce3b7 Fix warning/bug introduced in 4d5b81a80faa8333ca3a7aed53684d2167fbebd2. by Christian Duvivier · 13 years ago
  33. fcb59ba Cosmetics to rdopt.c by Daniel Kang · 13 years ago
  34. 1b8169b Combine optimize_b and optimize_b_8x8 by Daniel Kang · 13 years ago
  35. b91219e extend the range of encoding time by Yaowu Xu · 13 years ago
  36. 1bbde82 fix build problem for newbestrefmv experiment by Yaowu Xu · 13 years ago
  37. e902f66 Fix some tabbing in rdopt.c by Daniel Kang · 13 years ago
  38. 6c776b2 lint_hunks: show style violations in the index by John Koleszar · 13 years ago
  39. f13517e Refactor to remove some arguments from vp8_rd_pick_inter_mode by Daniel Kang · 13 years ago
  40. 4d5b81a Refactor RD to take same codepath for single and comp pred by Daniel Kang · 13 years ago
  41. bd9e5ec Code cleanup. by Paul Wilkins · 13 years ago
  42. a7be7c8 intersect_diffs: split out diff classes by John Koleszar · 13 years ago
  43. 84b1fbf ftfy: update to match current astyle rule by John Koleszar · 13 years ago
  44. bf474e1 Refactor vp8_build_inter16x16_predictor functions by Daniel Kang · 13 years ago
  45. d4a4c3c More refactoring of diamond search. by Daniel Kang · 13 years ago
  46. 6d00977 Refactor SPLITMV in RD to a special case. by Daniel Kang · 13 years ago
  47. b0a46b6 Begin refactoring to help merge parts of rd inter. by Daniel Kang · 13 years ago
  48. 97280c1 Merge "Merging in the sixteenth subpel uv experiment" into experimental by Deb Mukherjee · 13 years ago
  49. be9b5fa Merge "Import tools/ from master branch" into experimental by John Koleszar · 13 years ago
  50. 26c4130 Newline got lost in submission of "Partial import of "New RTCD implementation" from master branch." by Christian Duvivier · 13 years ago
  51. 7d06565 Merging in the sixteenth subpel uv experiment by Deb Mukherjee · 13 years ago
  52. c75057e Merge "Partial import of "New RTCD implementation" from master branch." into experimental by Christian Duvivier · 13 years ago
  53. 707b65b Partial import of "New RTCD implementation" from master branch. by Christian Duvivier · 13 years ago
  54. b04e87c Merge "a tiny fix for MSVC build" into experimental by Debargha Mukherjee · 13 years ago
  55. c30838b Merge "Refactor setting up MVs and buffers in rdopt.c" into experimental by Daniel Kang · 13 years ago
  56. e590446 a tiny fix for MSVC build by Yaowu Xu · 13 years ago
  57. 2056f7e Merge "Cleanup and commenting of the sub-pixel interpolation functions. Mostly as a preparation for the upcoming vectorized implementation." into experimental by Christian Duvivier · 13 years ago
  58. f1db4d1 Cleanup and commenting of the sub-pixel interpolation functions. Mostly by Christian Duvivier · 13 years ago
  59. a3ff625 Import tools/ from master branch by John Koleszar · 13 years ago
  60. 5da687b Refactor setting up MVs and buffers in rdopt.c by Daniel Kang · 13 years ago
  61. d432f7e Some refactoring of mcomp functions. by Daniel Kang · 13 years ago
  62. dce0896 Change the RD cost functions to take into account the seg_eob. by Daniel Kang · 13 years ago
  63. 1099f36 clamp_mv_min_max -> vp8_clamp_mv_min_max by Daniel Kang · 13 years ago
  64. a513af4 More refactoring and cosmetics to rdopt.c by Daniel Kang · 13 years ago
  65. 342040a Reorganiziation of the RD loop to make more sense. by Daniel Kang · 13 years ago
  66. 4e7ce15 Minor cosmetic changes to rdopt.c. by Daniel Kang · 13 years ago
  67. 78d33ca Combine vp8_block_error_c and vp8_submb_error_c. by Daniel Kang · 13 years ago
  68. 0b17ea6 A bit of temporary relief on encoder slowness by Yaowu Xu · 13 years ago
  69. 8b2f57d a new way of determining reference motion vector by Yaowu Xu · 13 years ago
  70. 66f440f Refactoring hybrid transform coding by Jingning Han · 13 years ago
  71. 106815f Remove code to set transform size. by Daniel Kang · 13 years ago
  72. 6630895 Combine cost_coeffs functions. by Daniel Kang · 13 years ago
  73. 9921b55 Merge token_costs into a single table. by Daniel Kang · 13 years ago
  74. 680af9a More refactoring of RD cost to make later changes easier. by Daniel Kang · 13 years ago
  75. 02f3aaf Minor refactoring of RD cost functions. by Daniel Kang · 13 years ago
  76. 82edabc Add x86_64-darwin11-gcc target. by Christian Duvivier · 13 years ago
  77. fcbb884 Merge "enable interleaved decoding of mode and mv" into experimental by Yaowu Xu · 13 years ago
  78. 0b693c7 Merge "fix msvc build" into experimental by Yaowu Xu · 13 years ago
  79. 2af5473 Merging in high_precision_mv experiment by Deb Mukherjee · 13 years ago
  80. 2e73f90 enable interleaved decoding of mode and mv by Yaowu Xu · 13 years ago
  81. fcbff9e Replacing the 8x8 DCT with 8x8 ADST/DCT for I8x8 by Jingning Han · 13 years ago
  82. 236597f fix msvc build by Yaowu Xu · 13 years ago
  83. e6de9c2 Merge "16x16 DCT blocks." into experimental by Daniel Kang · 13 years ago
  84. 4aabfaa Merge "Merging and bug-fix in enhanced_interp experiment" into experimental by Deb Mukherjee · 13 years ago
  85. fed8a18 16x16 DCT blocks. by Daniel Kang · 13 years ago
  86. 2914ab2 Merge "A few more conversions from 32-bit to 64-bit RD calculations." into experimental by Ronald S. Bultje · 13 years ago
  87. f05a514 Define INT64_MAX for msvc to build by Yaowu Xu · 13 years ago
  88. d15b07d A few more conversions from 32-bit to 64-bit RD calculations. by Ronald S. Bultje · 13 years ago
  89. a4ad380 Make RDCOST() results 64-bit. by Ronald S. Bultje · 13 years ago
  90. c7846eb Use 8x8 DCT transform for I8X8 prediction mode by Jingning Han · 13 years ago
  91. 171b4ae Removed macros for merged experiments by Adrian Grange · 13 years ago
  92. 0ebf548 Merging and bug-fix in enhanced_interp experiment by Deb Mukherjee · 13 years ago
  93. 5259744 Adds support for switchable interpolation filters. by Deb Mukherjee · 13 years ago
  94. 96f9473 Merge "Merges several experiments" into experimental by Deb Mukherjee · 13 years ago
  95. 9984a15 Merges several experiments by Deb Mukherjee · 13 years ago
  96. 1694539 Merge "shared object on mac osx" into experimental by John Koleszar · 13 years ago
  97. 45e551b shared object on mac osx by jimbankoski · 13 years ago
  98. 10a4928 Merge "Added const specifier to remove warning" into experimental by Adrian Grange · 13 years ago
  99. 505784e Merge "Use macro for filter extension length" into experimental by Adrian Grange · 13 years ago
  100. dcb52c0 makefile: fix .so build rule by John Koleszar · 13 years ago