1. 102245d Make ALT_INTRA experiment work with EXT_INTER experiment. by Urvang Joshi · 8 years ago
  2. 6fdc853 Refactor ext-inter to loop through all masked modes in rdopt by Sarah Parker · 8 years ago
  3. 69f18e1 Add WARPED_MOTION experiment by Yue Chen · 9 years ago
  4. 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
  5. 5a488a6 Some fixes related to 64x64 tx, ext-tx, supertx by Debargha Mukherjee · 8 years ago
  6. f25a4cf Add coef_interleave experiment by iole moccagatta · 8 years ago
  7. 3963d63 Clean up and turn on rd_debug for non-sub8x8 inter block by Angie Chiang · 8 years ago
  8. 6fddd18 Add ability to have multiple compound modes for interinter by Sarah Parker · 8 years ago
  9. cf3d0b0 Remove Global_Motion_Params and GLOBAL_MOTION_TYPE by David Barker · 8 years ago
  10. 70e5f3f Support rectangular tx_size in recursive txfm partition by Jingning Han · 8 years ago
  11. 7c2b7f2 Replace rate distortion sse skip by RD_STATS in rdopt.c by Angie Chiang · 8 years ago
  12. 6515afc Merge "Add min_tx_size variable to recursive transform block partition system" into nextgenv2 by Jingning Han · 8 years ago
  13. f6e958b Merge "Fix the bug that PVQ commit broke dering" into nextgenv2 by Yaowu Xu · 8 years ago
  14. 13ea019 Merge changes Ib9428dc9,Ide04717a,If1dba7d8,I6da97880 into nextgenv2 by Angie Chiang · 8 years ago
  15. e67b38a Add min_tx_size variable to recursive transform block partition system by Jingning Han · 8 years ago
  16. 48f84db Fix the bug that PVQ commit broke dering by Yushin Cho · 8 years ago
  17. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  18. 9a44f5f Add RD_STATS into MB_MODE_INFO by Angie Chiang · 8 years ago
  19. 75f4581 Separate coefficient cost of U/V planes in write_modes_b() by Angie Chiang · 8 years ago
  20. d402282 Add token cost comparison in write_modes_b() by Angie Chiang · 8 years ago
  21. 7e99297 Replace get_tx2d_size() with direct tx_size_2d[] table access by Jingning Han · 8 years ago
  22. d4c65cd Remove unused get_tx1d_width/height wrapper by Jingning Han · 8 years ago
  23. 4e1737a Add depth to tx_size mapper to bit-stream coding by Jingning Han · 8 years ago
  24. c47fe6c Add block size in pixels lookup table by Jingning Han · 8 years ago
  25. b0f9968 Merge "Remove the has_no_coeffs corner case" into nextgenv2 by Angie Chiang · 8 years ago
  26. a6923f7 Unify set_contexts() function for encoder and decoder by Jingning Han · 9 years ago
  27. 130ca4d Remove the has_no_coeffs corner case by Peter de Rivaz · 8 years ago
  28. 5db9743 Seperate FILTER_INTRA from EXT_INTRA experiment by hui su · 8 years ago
  29. 0744116 Support for delta-q at superblock level by Arild Fuldseth · 9 years ago
  30. 5264844 Code cleanup: mainly rd_pick_partition and methods called from there. by Urvang Joshi · 8 years ago
  31. b100db7 Wrap palette code inside CONFIG_PALETTE flag. by Urvang Joshi · 8 years ago
  32. cb60b18 Renamings for OBMC experiment by Yue Chen · 8 years ago
  33. 3c42c09 Further changes to new-quant tables by Debargha Mukherjee · 8 years ago
  34. 49587a7 Fix unit test failure for RECT_TX + VAR_TX by Yue Chen · 9 years ago
  35. f5bbbfa rename pred_mv_s8 to pred_mv by Yaowu Xu · 9 years ago
  36. cb586f3 enums.h: Combine related #defines into packed enums. by Urvang Joshi · 9 years ago
  37. 67948d3 apply clang-format by clang-format · 9 years ago
  38. 7b9407a s/INTERP_FILTER/InterpFilter/ by James Zern · 9 years ago
  39. 2f12340 Enable rectangular transforms for UV by Debargha Mukherjee · 9 years ago
  40. ecee7f2 Merge "Change to use AOM copyright notice" into nextgenv2 by Yaowu Xu · 9 years ago
  41. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  42. 3b52b3a Some cleanups for unnecessary macros by Debargha Mukherjee · 9 years ago
  43. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  44. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (98%) from vp10/common/blockd.h]
  45. 8ee5ab9 Fix for supertx with rect-tx by Debargha Mukherjee · 9 years ago
  46. d21982c Use rectangular transforms for >= 8x8 blocks by Geza Lore · 9 years ago
  47. 4402685 Various rect-tx fixes by Debargha Mukherjee · 9 years ago
  48. 253c001 Port dering experiment from aom by Yaowu Xu · 9 years ago
  49. 0818a7c Port commits related to clpf and qm experiments by Yaowu Xu · 9 years ago
  50. 7feae8e vp10/common: apply clang-format by clang-format · 9 years ago
  51. 831e009 ext-intra: squeeze the derivative table by hui su · 9 years ago
  52. e5848de Rectangular transforms 4x8 & 8x4 by Debargha Mukherjee · 9 years ago
  53. 5fa46c0 Add global motion parameters to compressed header by Sarah Parker · 9 years ago
  54. 166c325 Add buf0, width, height fields to buf_2d by Sarah Parker · 9 years ago
  55. e5e37e3 Merge "Reject ext-inter compound modes based on modelled RD." into nextgenv2 by Debargha Mukherjee · 9 years ago
  56. 532304e Reject ext-inter compound modes based on modelled RD. by Geza Lore · 9 years ago
  57. a35597f Various cosmetics on the new_quant experiment by Debargha Mukherjee · 9 years ago
  58. fbe6fb2 Add multiple quantization profiles to new_quant experiment by Sarah Parker · 9 years ago
  59. b605de0 Refactor reference frame type defs by Jingning Han · 9 years ago
  60. c2195c5 Make drl support bi-directional reference frames by Jingning Han · 9 years ago
  61. 5805a14 Merge bi-predictive frames to EXT_REFS by Zoe Liu · 9 years ago
  62. 7dd90c9 Rework supertx segment handling and adaptive quantization. by Geza Lore · 9 years ago
  63. 81f8b3f Merge "Some refactoring to support warped motion mode" into nextgenv2 by Debargha Mukherjee · 9 years ago
  64. 03be30b Some refactoring to support warped motion mode by Debargha Mukherjee · 9 years ago
  65. a21afd4 Move new quant experiment from nextgen by Sarah Parker · 9 years ago
  66. cf5083d Added an experiment "bidir_pred" for backward prediction by Zoe Liu · 9 years ago
  67. fb8ea17 Various wedge enhancements by Debargha Mukherjee · 9 years ago
  68. bd33326 Dual prediction filter type for motion compensated reference by Jingning Han · 9 years ago
  69. 130cccb Rename pick_filter_intra. by Alex Converse · 9 years ago
  70. 3da61ef Add 1D tx set that corresponds to reduced ext tx inter sets by Sarah Parker · 9 years ago
  71. 3407785 Refactoring and uv fix for wedge by Debargha Mukherjee · 9 years ago
  72. 88fe787 Refactor wedge generation by Debargha Mukherjee · 9 years ago
  73. 6e39af3 ext-intra: completely remove floating point operations by hui su · 9 years ago
  74. 88bb103 Merge "Optimization for EXT_INTER + OBMC" into nextgenv2 by Yue Chen · 9 years ago
  75. 3ac12ae Optimization for EXT_INTER + OBMC by Yue Chen · 9 years ago
  76. e5b8a01 Merge "Reduce intra transform set" into nextgenv2 by Debargha Mukherjee · 9 years ago
  77. 8851acc Reduce intra transform set by Debargha Mukherjee · 9 years ago
  78. ad50c22 ext-intra: get rid of some floating operations. by hui su · 9 years ago
  79. 16a99e9 Merge "Optimization for EXT_INTER + OBMC combination" into nextgenv2 by Yue Chen · 9 years ago
  80. 321794c Optimization for EXT_INTER + OBMC combination by Yue Chen · 9 years ago
  81. c4da5d5 Use reduced transform set for 16x16 by Debargha Mukherjee · 9 years ago
  82. de3d15b Merge "Refactoring and cosmetic changes to ext-inter expt" into nextgenv2 by Debargha Mukherjee · 9 years ago
  83. 0fc82ea Refactoring and cosmetic changes to ext-inter expt by Debargha Mukherjee · 9 years ago
  84. f0290cd Refactor get_partition to be universal. by Geza Lore · 9 years ago
  85. 2a6389b Merge "Fix interpolation values and decouple interintra" into nextgenv2 by Debargha Mukherjee · 9 years ago
  86. 2be211e Fix interpolation values and decouple interintra by Debargha Mukherjee · 9 years ago
  87. 511da8c Rename MI_BLOCK_SIZE and MI_MASK macros. by Geza Lore · 9 years ago
  88. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  89. bdcc140 Recover tile coding performance by Yunqing Wang · 9 years ago
  90. 1fcb5fc Refactor motion vector residual coding process by Jingning Han · 9 years ago
  91. 5cce322 Porting ext_partition experiment from nextgen by Julia Robson · 9 years ago
  92. 1b17559 Adds 1D transforms for ADST/FlipADST to make 16 by Debargha Mukherjee · 9 years ago
  93. efe7d4e Refactor mbmi->inter_tx_size to 2D array. by Geza Lore · 9 years ago
  94. a2c87a3 Turn off 32x32 transform type selection by Jingning Han · 9 years ago
  95. f34deab Adds compound wedge prediction modes by Debargha Mukherjee · 9 years ago
  96. 79c5a53 Merge "Hybrid 1-D/2-D transform coding" into nextgenv2 by Jingning Han · 9 years ago
  97. a8dc969 Hybrid 1-D/2-D transform coding by Jingning Han · 9 years ago
  98. c3c1c6f Cleanup in get_uv_tx_size by hui su · 9 years ago
  99. 48589e8 Merge "Some refactoring and cleanups of interp filter" into nextgenv2 by Debargha Mukherjee · 9 years ago
  100. bab2912 Some refactoring and cleanups of interp filter by Debargha Mukherjee · 9 years ago