1. cf26c03 Fix vp10 highbd psnr calculation by Angie Chiang · 9 years ago
  2. 9be7075 Merge "HBD hybrid transform 8x8 SSE4.1 optimization" into nextgenv2 by Yi Luo · 9 years ago
  3. 2a39296 Merge "Fix encoder failure in segmentation mode" into nextgenv2 by Jingning Han · 9 years ago
  4. e729d28 Fix encoder failure in segmentation mode by Jingning Han · 9 years ago
  5. 299c5fc HBD hybrid transform 8x8 SSE4.1 optimization by Yi Luo · 9 years ago
  6. 88fe787 Refactor wedge generation by Debargha Mukherjee · 9 years ago
  7. cf3ee22 Merge "Make the backward updates work with bitshifts" into nextgenv2 by Debargha Mukherjee · 9 years ago
  8. e4bf50b Make the backward updates work with bitshifts by Debargha Mukherjee · 9 years ago
  9. 7ff7943 Brings back near-near compound mode into ext-inter by Debargha Mukherjee · 9 years ago
  10. bf93b38 Fix some mismatches when using ext-interp. by Geza Lore · 9 years ago
  11. b93a1e6 Merge changes Ia2dd6bb1,Id1220b03 into nextgenv2 by Alex Converse · 9 years ago
  12. 4aafcd2 Merge "convolve_test: Avoid #if inside INSTANTIATE_TEST_CASE_P" into nextgenv2 by Alex Converse · 9 years ago
  13. 13c3757 Merge "buf_ans: Misc cleanup." into nextgenv2 by Alex Converse · 9 years ago
  14. 338c9e70 Merge "ext-intra: completely remove floating point operations" into nextgenv2 by Hui Su · 9 years ago
  15. 2e520f2 transform tests: Avoid #if inside INSTANTIATE_TEST_CASE_P by Alex Converse · 9 years ago
  16. 25de2e1 variance_test: Avoid #if inside INSTANTIATE_TEST_CASE_P by Alex Converse · 9 years ago
  17. f03e238 convolve_test: Avoid #if inside INSTANTIATE_TEST_CASE_P by Alex Converse · 9 years ago
  18. 38dfee8 Merge "Fix vp10 txfm on MSVC 2015." into nextgenv2 by Alex Converse · 9 years ago
  19. fc838a0 buf_ans: Misc cleanup. by Alex Converse · 9 years ago
  20. bd76fc0 Merge "Turn skip recode off temporarily for ref-mv" into nextgenv2 by Debargha Mukherjee · 9 years ago
  21. 97673cb Fix vp10 txfm on MSVC 2015. by Alex Converse · 9 years ago
  22. 6e39af3 ext-intra: completely remove floating point operations by hui su · 9 years ago
  23. 22a68fb Merge "Fix compound mv costing for ref-mv." into nextgenv2 by Jingning Han · 9 years ago
  24. a671241 Turn skip recode off temporarily for ref-mv by Debargha Mukherjee · 9 years ago
  25. bc982cc Merge "Initialize dummy variables." into nextgenv2 by Debargha Mukherjee · 9 years ago
  26. 264d5c4 Fix compound mv costing for ref-mv. by Geza Lore · 9 years ago
  27. d29ec48 Initialize dummy variables. by Geza Lore · 9 years ago
  28. 4e17739 Fix ext-tile without ext-partition. by Geza Lore · 9 years ago
  29. 88bb103 Merge "Optimization for EXT_INTER + OBMC" into nextgenv2 by Yue Chen · 9 years ago
  30. 3ac12ae Optimization for EXT_INTER + OBMC by Yue Chen · 9 years ago
  31. e5b8a01 Merge "Reduce intra transform set" into nextgenv2 by Debargha Mukherjee · 9 years ago
  32. 02e941d Merge "Remove double counting for mv costs" into nextgenv2 by Yue Chen · 9 years ago
  33. 2f2448a Merge "Rework motion vector precision limit" into nextgenv2 by Jingning Han · 9 years ago
  34. 34177e6 Remove double counting for mv costs by Yue Chen · 9 years ago
  35. 3f7a709 Merge "ext-intra: get rid of some floating operations." into nextgenv2 by Hui Su · 9 years ago
  36. 8678ab4 Rework motion vector precision limit by Jingning Han · 9 years ago
  37. 8851acc Reduce intra transform set by Debargha Mukherjee · 9 years ago
  38. 1e93a3e Merge "Keep track of zcoeff_blk in tx size/type search" into nextgenv2 by Hui Su · 9 years ago
  39. ad50c22 ext-intra: get rid of some floating operations. by hui su · 9 years ago
  40. 022da62 Merge "Clear X87 register state before using double." into nextgenv2 by Debargha Mukherjee · 9 years ago
  41. 333ff88 Merge "HBD hybrid transform 4x4 SSE4.1 optimization" into nextgenv2 by Yi Luo · 9 years ago
  42. 23c4116 Clear X87 register state before using double. by Geza Lore · 9 years ago
  43. d4fe243 Merge "Raise the probability resolution for rANS tokens to 10-bits per symbol" into nextgenv2 by Alex Converse · 9 years ago
  44. a4593f1 HBD hybrid transform 4x4 SSE4.1 optimization by Yi Luo · 9 years ago
  45. b4cbe54 Merge "Fix out-of-bound memory access in loop filter" into nextgenv2 by Jingning Han · 9 years ago
  46. 221c09a Merge "Refactor sub-pixel motion search" into nextgenv2 by Jingning Han · 9 years ago
  47. 0aa6435 vp10/rdopt: quiet unused variable warning by James Zern · 9 years ago
  48. 8ce563b Merge "Fix EXT_INTER unit test failure in 32-bit builds" into nextgenv2 by Yue Chen · 9 years ago
  49. 004c7fa Fix out-of-bound memory access in loop filter by Jingning Han · 9 years ago
  50. 6daf1a4 Fix EXT_INTER unit test failure in 32-bit builds by Yue Chen · 9 years ago
  51. cdf989a Silence compiler above-boundary warnings by Jingning Han · 9 years ago
  52. 1f57aa3 Raise the probability resolution for rANS tokens to 10-bits per symbol by Alex Converse · 9 years ago
  53. 77d451e Refactor sub-pixel motion search by Jingning Han · 9 years ago
  54. 0dccc85 Replace left shift with multiplications by Jingning Han · 9 years ago
  55. 3f6ec14 Fix an enc/dec mismatch issue in ext-inter experiment by Jingning Han · 9 years ago
  56. cf7f006 Change hybrid transform function argument from TXFM_2D_CFG* to int by Yi Luo · 9 years ago
  57. 8f2fa04 Unbreak the non-var_tx build. by Alex Converse · 9 years ago
  58. 53968c3 Merge "Fix uninitialized blk_skip for VAR TX." into nextgenv2 by Debargha Mukherjee · 9 years ago
  59. 6705808 Merge "Move ZERO_TOKEN into the ANS coef tokenset." into nextgenv2 by Alex Converse · 9 years ago
  60. 7d598d6 Merge "relax txfm test error constraint" into nextgenv2 by Angie Chiang · 9 years ago
  61. fcea148 Merge "Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table." into nextgenv2 by Alex Converse · 9 years ago
  62. 3829cd2 Move ZERO_TOKEN into the ANS coef tokenset. by Alex Converse · 9 years ago
  63. 1a0352d Merge "Handle zero motion vector residual" into nextgenv2 by Jingning Han · 9 years ago
  64. 1e02f2e Merge "Adjust optimize_b RD parameters" into nextgenv2 by Hui Su · 9 years ago
  65. ee8c72d Merge "Enable optimize_b for intra blocks" into nextgenv2 by Hui Su · 9 years ago
  66. aea0cc5 Merge "Change the naming of txfm#d_test" into nextgenv2 by Angie Chiang · 9 years ago
  67. 218dfbd Change the naming of txfm#d_test by Angie Chiang · 9 years ago
  68. 7dffb43 Keep track of zcoeff_blk in tx size/type search by hui su · 9 years ago
  69. feb2184 Merge "Remove an unsuccessful adaption of overlap sizes in obmc experiment" into nextgenv2 by Yue Chen · 9 years ago
  70. ad59b08 Adjust optimize_b RD parameters by hui su · 9 years ago
  71. e43c211 Enable optimize_b for intra blocks by hui su · 9 years ago
  72. 6ca3646 Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table. by Alex Converse · 9 years ago
  73. ab759be Merge "Use an exponential growth approach for the ANS reversal buffer." into nextgenv2 by Alex Converse · 9 years ago
  74. 7aa95be Fix uninitialized blk_skip for VAR TX. by Geza Lore · 9 years ago
  75. efc6aa0 Merge "Merge branch 'master' into nextgenv2" into nextgenv2 by Yaowu Xu · 9 years ago
  76. 8d64b53 Revert "Fix uninitialized blk_skip for VAR TX." by Geza Lore · 9 years ago
  77. e7b89d8 Fix uninitialized blk_skip for VAR TX. by Geza Lore · 9 years ago
  78. ec2ffda Handle zero motion vector residual by Jingning Han · 9 years ago
  79. 3cf1a08 Merge "Disable HBD 4x4 DCT_DCT HT test" into nextgenv2 by Yi Luo · 9 years ago
  80. c0fd271 Remove an unsuccessful adaption of overlap sizes in obmc experiment by Yue Chen · 9 years ago
  81. ed04e82 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  82. 2aa6117 Refactor transform selection process by Jingning Han · 9 years ago
  83. c5449d3 Merge "Refactor rd_variance_adjustment function" into nextgenv2 by Jingning Han · 9 years ago
  84. caf066f Merge changes I67543d36,I763f2924 into nextgenv2 by Angie Chiang · 9 years ago
  85. dd04329 Disable HBD 4x4 DCT_DCT HT test by Yi Luo · 9 years ago
  86. 2e08419 Merge "Adjustment to prediction decay." by Paul Wilkins · 9 years ago
  87. d72560e Merge "Fit adst/dct's stage range into 32-bit in bd12" into nextgenv2 by Angie Chiang · 9 years ago
  88. cf3ef18 Merge "Remove double operation from tx_size selection" into nextgenv2 by Angie Chiang · 9 years ago
  89. a431a93 Merge "Improvement on hybrid transform 4x4 DCT_DCT SSE4.1 optimization" into nextgenv2 by Yi Luo · 9 years ago
  90. 6de4a77 Remove double operation from tx_size selection by Angie Chiang · 9 years ago
  91. c8312da Refactor rd_variance_adjustment function by Jingning Han · 9 years ago
  92. 16a99e9 Merge "Optimization for EXT_INTER + OBMC combination" into nextgenv2 by Yue Chen · 9 years ago
  93. 321794c Optimization for EXT_INTER + OBMC combination by Yue Chen · 9 years ago
  94. 71fa2b2 Merge "Fix an unaligned memory allocation in HT 4x4 speed test" into nextgenv2 by Yi Luo · 9 years ago
  95. e7f6475 Merge "remove redundant header" into nextgenv2 by Angie Chiang · 9 years ago
  96. 8de8499 remove redundant header by Angie Chiang · 9 years ago
  97. 1b0092a relax txfm test error constraint by Angie Chiang · 9 years ago
  98. f53ecc2 Fix an unaligned memory allocation in HT 4x4 speed test by Yi Luo · 9 years ago
  99. f095ea7 Improvement on hybrid transform 4x4 DCT_DCT SSE4.1 optimization by Yi Luo · 9 years ago
  100. 9faa029 Merge "VP9: inline vp9_get_intra_inter_context()" by Scott LaVarnway · 9 years ago