1. 2b96ffe a few clean-ups by Yaowu Xu · 12 years ago
  2. de73592 Reduce bmi buffer length from 16 to 4 by Jingning Han · 12 years ago
  3. 5cac660 Remove splitmv. by Ronald S. Bultje · 12 years ago
  4. 22694ca Change txfm_type decision by Yaowu Xu · 12 years ago
  5. 7ac5ac5 Merge 4x4 block level partition into codebase by Jingning Han · 12 years ago
  6. 8ba92a0 changes intra coding to be based on txfm block by Yaowu Xu · 12 years ago
  7. ddf13be Merge "Initial version of alpha channel support" into experimental by John Koleszar · 12 years ago
  8. 3d0110f Removed diff from macroblockd_plane by Scott LaVarnway · 12 years ago
  9. 1db6373 Merge "WIP: 4x4 idct/recon merge" into experimental by Scott LaVarnway · 12 years ago
  10. ba48a11 WIP: 4x4 idct/recon merge by Scott LaVarnway · 12 years ago
  11. 810b612 Enable bit-stream support to 8x4 and 4x8 partition by Jingning Han · 12 years ago
  12. 51bc4bf Remove MODE_STATS flag and code by Paul Wilkins · 12 years ago
  13. 679e4ab Initial version of alpha channel support by John Koleszar · 12 years ago
  14. e3869e9 Removed Q threshold in the usage of ADST by Yaowu Xu · 12 years ago
  15. 8e3d0e4 Add building blocks for 4x8/8x4 rd search by Jingning Han · 12 years ago
  16. 8468a5c Fix the transform type selection in 4x4 partition by Jingning Han · 12 years ago
  17. 1f26840 Enable recursive partition down to 4x4 by Jingning Han · 12 years ago
  18. 8be3534 Merge "changed to use adst for D63_PRED" into experimental by Yaowu Xu · 12 years ago
  19. da3aec6 changed to use adst for D63_PRED by Yaowu Xu · 12 years ago
  20. 2117d4e Move get_sb_index to vp9_blockd.h by Jingning Han · 12 years ago
  21. 64667d5 Merge "Subsampling aware allocs and bitstream" into experimental by John Koleszar · 12 years ago
  22. da58436 Subsampling aware allocs and bitstream by John Koleszar · 12 years ago
  23. eab6a42 Merge "Use common get_uv_tx_size()" into experimental by John Koleszar · 12 years ago
  24. eb93893 Updating comments for prediction modes. by Dmitry Kovalev · 12 years ago
  25. 1fec23b Use common get_uv_tx_size() by John Koleszar · 12 years ago
  26. 944ad13 Merge "Extend left/above partition context to per mi(8x8)" into experimental by Jingning Han · 12 years ago
  27. a0b6b8a Merge "Removing unused code + little cleanup." into experimental by Dmitry Kovalev · 12 years ago
  28. 4a88ad8 Extend left/above partition context to per mi(8x8) by Jingning Han · 12 years ago
  29. cba0a5d Removing unused code + little cleanup. by Dmitry Kovalev · 12 years ago
  30. a14ae84 Deprecate code_zerogroup experiment. by Paul Wilkins · 12 years ago
  31. 1ed57a6 Deprecate comp_interintra_pred experiment. by Paul Wilkins · 12 years ago
  32. 0bfcd30 Remove enable_6tap filter experiment. by Paul Wilkins · 12 years ago
  33. 8c1b516 Deprecate the newbintramode experiment. by Paul Wilkins · 12 years ago
  34. cf8b5a09 Add building blocks for partition down to 4x4 by Jingning Han · 12 years ago
  35. 776c148 Merge SB8X8 into the codebase by Jingning Han · 12 years ago
  36. acc9c12 Remove old_block_idx_4x4 by John Koleszar · 12 years ago
  37. ec6cf51 Merge "Fix some more offset errors in sb8x8." into experimental by Ronald S. Bultje · 12 years ago
  38. 3e345cd Fix some more offset errors in sb8x8. by Ronald S. Bultje · 12 years ago
  39. ba24a28 Fix bug in sb8x8 partition context by Jingning Han · 12 years ago
  40. b8decb0 Fix bugs in sb8x8 experiment/context prob update by Jingning Han · 12 years ago
  41. 2bf1dc2 Enable bit-stream support to SB8X8 by Jingning Han · 12 years ago
  42. d139655 Merge "Make vp9_optimize_sb* common" into experimental by John Koleszar · 12 years ago
  43. 1f80a56 Make vp9_optimize_sb* common by John Koleszar · 12 years ago
  44. 79590f1 Merge "Cleaning up encoder segmentation code." into experimental by Dmitry Kovalev · 12 years ago
  45. d068d869 sb8x8 integration in rd loop. by Ronald S. Bultje · 12 years ago
  46. 94191b5 Separate I4X4_PRED coding from macroblock modules by Jingning Han · 12 years ago
  47. ee97da2 Cleaning up encoder segmentation code. by Dmitry Kovalev · 12 years ago
  48. 2dbaa4f Change above/left_context to use an 8x8 basis. by Ronald S. Bultje · 12 years ago
  49. 1a46b30 Grow MODE_INFO array to use an 8x8 basis. by Ronald S. Bultje · 12 years ago
  50. bb41ab4 Remove BLOCKD structure by John Koleszar · 12 years ago
  51. 4f55c56 Remove destination pointers from BLOCKD by John Koleszar · 12 years ago
  52. 57f180b Removed bmi from blockd by Scott LaVarnway · 12 years ago
  53. c849eac Use b_width/height_log2 instead of mb_ where appropriate. by Ronald S. Bultje · 12 years ago
  54. a99e1aa Remove predictor pointers from BLOCKD by John Koleszar · 12 years ago
  55. 6c0c6b8 Remove diff from BLOCKD by John Koleszar · 12 years ago
  56. 15255ee Move dequant from BLOCKD to per-plane MACROBLOCKD by John Koleszar · 12 years ago
  57. 4bd0f4f Remove BLOCK structure by John Koleszar · 12 years ago
  58. 61a47da Adding is_inter_mode function. by Dmitry Kovalev · 12 years ago
  59. b42b41c Merge "Move sbsegment out of experimental list" into experimental by Jingning Han · 12 years ago
  60. a426c7f Merge "Moved dequantization into the token decoder" into experimental by Scott LaVarnway · 12 years ago
  61. b0e3b3d Move sbsegment out of experimental list by Jingning Han · 12 years ago
  62. ff2b8aa Contextual entropy coding of partition syntax by Jingning Han · 12 years ago
  63. 31ee193 Extension of segmentation to 8 segments. by Paul Wilkins · 12 years ago
  64. c77aff1 Simplify Segment Coding by Paul Wilkins · 12 years ago
  65. 27bb477 Simple implicit segmentation experiment. by Paul Wilkins · 12 years ago
  66. 4f35e3e Merge "Move src_diff to per-plane MACROBLOCK data" into experimental by John Koleszar · 12 years ago
  67. cbd1315 Move src_diff to per-plane MACROBLOCK data by John Koleszar · 12 years ago
  68. 735febf Removing the implicit compound inter experiment by Deb Mukherjee · 12 years ago
  69. e732bc2 Moved dequantization into the token decoder by Scott LaVarnway · 12 years ago
  70. a443447 Move pre, second_pre to per-plane MACROBLOCKD data by John Koleszar · 12 years ago
  71. 0aa79be Removes the code_nonzerocount experiment by Deb Mukherjee · 12 years ago
  72. 70d9f11 End of orientation zero group experiment by Deb Mukherjee · 12 years ago
  73. fa8ddbd Merge "Move dst to per-plane MACROBLOCKD data" into experimental by John Koleszar · 12 years ago
  74. d12376a Move dst to per-plane MACROBLOCKD data by John Koleszar · 12 years ago
  75. fb754fd Merge "Mv ref candidates cut to 2." into experimental by Paul Wilkins · 12 years ago
  76. 17313c4 Move diff to MACROBLOCKD per-plane data. by John Koleszar · 12 years ago
  77. 0053b46 make build_inter_predictors block size agnostic (split) by John Koleszar · 12 years ago
  78. 48b2e43 Merge "make buid_inter_predictors block size agnostic (chroma)" into experimental by John Koleszar · 12 years ago
  79. de80da3 Mv ref candidates cut to 2. by Paul Wilkins · 12 years ago
  80. aa76bf3 Removal of CONFIG_NEW_MVREF experiment. by Paul Wilkins · 12 years ago
  81. fc49a37 make buid_inter_predictors block size agnostic (chroma) by John Koleszar · 12 years ago
  82. 4924934 make buid_inter_predictors block size agnostic (luma) by John Koleszar · 12 years ago
  83. f0b065e Merge "Make the use of pred buffers consistent in MB/SB" into experimental by Jingning Han · 12 years ago
  84. 6f43ff5 Make the use of pred buffers consistent in MB/SB by Jingning Han · 12 years ago
  85. 8726752 Merge "Adding DEFAULT_PRED_PROB_{0, 1, 2} constants." into experimental by Dmitry Kovalev · 12 years ago
  86. a8d903e Merge "Replacing VP9_COMBINEENTROPYCONTEXTS macro with function." into experimental by Dmitry Kovalev · 12 years ago
  87. ff3f936 Use BLOCK_SIZE_TYPE in foreach_ walker by John Koleszar · 12 years ago
  88. ecff8d7 Adding DEFAULT_PRED_PROB_{0, 1, 2} constants. by Dmitry Kovalev · 12 years ago
  89. 213fe85 Remove BLOCK_SIZE_LG2. by Ronald S. Bultje · 12 years ago
  90. e693472 Fairly basic integration of rectangular blocks in encoding RD loop. by Ronald S. Bultje · 12 years ago
  91. 90a91cc Recursive partition syntax coding by Jingning Han · 12 years ago
  92. 9087d6d Replacing VP9_COMBINEENTROPYCONTEXTS macro with function. by Dmitry Kovalev · 12 years ago
  93. e87c7f0 Merge "Optimize the scaling calculation" into experimental by Yunqing Wang · 12 years ago
  94. 148eb80 Optimize the scaling calculation by Yunqing Wang · 12 years ago
  95. 4054ff5 Merge "Removing TRUE and FALSE macro definitions." into experimental by John Koleszar · 12 years ago
  96. 5393379 Merge "Removing extra params in dequant functions" into experimental by Scott LaVarnway · 12 years ago
  97. a0d9309 Removing TRUE and FALSE macro definitions. by Dmitry Kovalev · 12 years ago
  98. 74610b1 Removing extra params in dequant functions by Scott LaVarnway · 12 years ago
  99. c2ad69b Reorder enum i4X4 predcition modes by Yaowu Xu · 12 years ago
  100. 7de5edd Rename B_PRED to I4X4_PRED by Yaowu Xu · 12 years ago