1. 5d149e1 Remove sub-4x4 block sizes by Debargha Mukherjee · 7 years ago
  2. 938710c Change q_segmentation to spatial_segmentation by Rostislav Pehlivanov · 7 years ago
  3. 2ef24ea JNT_COMP: change COMPOUND_AVERAGE in cdf by Cheng Chen · 7 years ago
  4. 3f92108 Support 64x16 / 16x64 transform tables by Debargha Mukherjee · 7 years ago
  5. 3afbf3f Modify the warped motion mode context by Yunqing Wang · 7 years ago
  6. e5b46b5 Remove unnecessary config flags for rect-tx-ext by Debargha Mukherjee · 7 years ago
  7. d0d6097 Remove CTX1D experiment by Frederic Barbier · 7 years ago
  8. 9f001f3 Remove MRC_TX experiment by Sebastien Alaiwan · 7 years ago
  9. 6bc1197 Prevent out of bounds indices accessing arrays by Yaowu Xu · 7 years ago
  10. 3fe369c [lv_map_multi] Base level alphabet adjustment by Dake He · 7 years ago
  11. 60f2a22 Add Daala TX fixed-coeff-depth capability to quantization by Monty Montgomery · 7 years ago
  12. f40a957 Add motion selection to ext_skip by Zoe Liu · 7 years ago
  13. 749c21a Remove experimental flag of NEW_MULTISYMBOL by Frederic Barbier · 7 years ago
  14. 34d5566 Remove COMPOUND_SINGLEREF experiment by Sebastien Alaiwan · 7 years ago
  15. 35a4db3 Replace RECT_TX_EXT experiment by Debargha Mukherjee · 7 years ago
  16. dfcbfbd intrabc: use its own mv cost table by Hui Su · 7 years ago
  17. e72a209 WIP: lv_map_multi: make br multi symbol by Ola Hugosson · 7 years ago
  18. 1389210 WIP: lv_map_multi: New experiment by Ola Hugosson · 7 years ago
  19. 0797a20 Add the option of using 1:4/4:1 tx_size+sb_type by Yue Chen · 7 years ago
  20. a6a486c Remove UNPOISON_PARTITION_CTX experiment by Sebastien Alaiwan · 7 years ago
  21. 4eba69b Fix inefficient coding of filter_intra modes by Yue Chen · 7 years ago
  22. 6147b1b Change tx_size encoding for intra modes by Debargha Mukherjee · 7 years ago
  23. 4697061 JNT_COMP: Support new_multisymbol by Cheng Chen · 7 years ago
  24. f624dd5 Add the q_segmentation experiment by Rostislav Pehlivanov · 7 years ago
  25. c1077e9 Reorder ext_comp_ref modes by Debargha Mukherjee · 7 years ago
  26. ae2f3cf Replace ZERO with GLOBAL for mode thresholds. by Debargha Mukherjee · 7 years ago
  27. 7fc6b2a Remove LGT_FROM_PRED experiment by Sebastien Alaiwan · 7 years ago
  28. 80daf0c Remove NCOBMC_ADAPT_WEIGHT from AV1 by Yue Chen · 7 years ago
  29. 3bac992 Remove experimental flag of EXT_TX by Sebastien Alaiwan · 7 years ago
  30. 2b9ec2e Rename ZEROMV to GLOBALMV by Sarah Parker · 7 years ago
  31. 670b660 Remove CONFIG_INTERINTRA by Yue Chen · 7 years ago
  32. 1f56b8e Remove experimental flag of WARPED_MOTION by Sebastien Alaiwan · 7 years ago
  33. 1bc94fc Remove experimental flag of MOTION_VAR by Sebastien Alaiwan · 7 years ago
  34. 371968c Remove compound-segment/wedge config flags by Debargha Mukherjee · 7 years ago
  35. 4879580 Remove experimental flag of GLOBAL_MOTION by Sebastien Alaiwan · 7 years ago
  36. 3ca43bf Ext-intra modification/tuning by Joe Young · 7 years ago
  37. 10a0380 Fixed build conflict (amvr,intrabc). by RogerZhou · 7 years ago
  38. 3422ac1 Merge eob-first into lv-map by Jingning Han · 7 years ago
  39. 36773c7 Clean up br-node in lv-map by Jingning Han · 7 years ago
  40. 00803a7 Consolidate lv-map experiment by Jingning Han · 7 years ago
  41. 57b8ff6 Optimizations for filter_intra by Yue Chen · 7 years ago
  42. 9fa9623 Remove experimental flag of chroma_sub8x8 by Hui Su · 7 years ago
  43. 7ab884e Do entropy coding on eob_extra by Angie Chiang · 7 years ago
  44. fb83877 Remove compile guards for VAR_TX experiment by Sebastien Alaiwan · 7 years ago
  45. 6ea917e Remove CONFIG_CB4X4 config flags by Debargha Mukherjee · 7 years ago
  46. 171c17d new_multisymbol: use cdf-based cost of txfm partition syntax by Yue Chen · 7 years ago
  47. 3dd03e3 new_multisymbol: use cdf-based cost of 1:4 tx flag by Yue Chen · 7 years ago
  48. 170678a new_multisymbol: use cdf-based cost of intra/inter flag by Yue Chen · 7 years ago
  49. 1eed2df Use CDFs to calcualte cost for the skip bit by Zoe Liu · 7 years ago
  50. eaf128a new_multisymbol: use cdf-based costs of interintra by Yue Chen · 7 years ago
  51. dab2ca9 new_multisymbol: use cdf-based costs of palette flags by Yue Chen · 7 years ago
  52. d8b93f5 Remove abandonned CHROMA_2X2 experiment by Sebastien Alaiwan · 7 years ago
  53. 365e644 Remove compile guards for CONFIG_EXT_REFS by Sebastien Alaiwan · 7 years ago
  54. 259d442 Remove the intra-interp experiment by Hui Su · 7 years ago
  55. bc732ef Use cdfs for loop-restoration types by Debargha Mukherjee · 7 years ago
  56. 63ce36f filter_intra: make fi mode index entropy coded by Yue Chen · 7 years ago
  57. 96d1c0a Rename TM_PRED --> PAETH_PRED. by Urvang Joshi · 7 years ago
  58. 432012f lgt-from-pred: transforms based on prediction by Lester Lu · 8 years ago
  59. a45d842 Rework key frame intra mode context model by Jingning Han · 7 years ago
  60. 9752a2e Use TX_SIZE consistently instead of int. by Urvang Joshi · 7 years ago
  61. 27e9029 Pack InterpFilters into a single integer by Rupert Swarbrick · 8 years ago
  62. 814f41e Remove symbol mapping of intra modes by Hui Su · 7 years ago
  63. 0bdea0d Remove compile guards for CONFIG_EXT_INTER by Sebastien Alaiwan · 7 years ago
  64. 2b43501 Implement 64x32 and 32x64 transforms by Debargha Mukherjee · 8 years ago
  65. 26d3e45 Fix lv_map when BR_NODE is off by Angie Chiang · 7 years ago
  66. 2fa6e1c Add 32x128/128x32 block sizes by Rupert Swarbrick · 8 years ago
  67. f12cc4a Customize coding scheme for 1D transform by Angie Chiang · 8 years ago
  68. ec92c11 Remove unused switchable filter probs and remove remapping. by Thomas Davies · 8 years ago
  69. 1ec433d Fix compiler errors in ext-inter / wedge by Jingning Han · 8 years ago
  70. 801cc92 Fix kf y mode costing by Debargha Mukherjee · 8 years ago
  71. 032ab8b Move local functions out of blockd.h by Hui Su · 8 years ago
  72. 4a9be2a ext-tx: combine the index and type mapping tables by Hui Su · 8 years ago
  73. ddbcde2 Refactor the ext-tx experiment by Hui Su · 8 years ago
  74. 3b63524 Adaptive Motion Vector Resolution by RogerZhou · 8 years ago
  75. 6c8584f intrabc: replace prob with cdf by Hui Su · 8 years ago
  76. 772dee3 Properly count the rate cost in base range coding by Jingning Han · 8 years ago
  77. 87b01b5 Rework base range entropy coding in level map system by Jingning Han · 8 years ago
  78. 07ed3ab ncobmc-adapt-weight: add bitstream to support warped motion by Wei-Ting Lin · 8 years ago
  79. a424551 Update cdf and mode rate per superblock in RDO by Yue Chen · 8 years ago
  80. 3ac2093 Enable altref2 by default and merge it into ext-refs by Zoe Liu · 8 years ago
  81. 5c6744b Add cdfs and mask buffers for mrc-tx by Sarah Parker · 8 years ago
  82. 01a9d70 Revert "Update cdf and mode rate per superblock in RDO" by James Zern · 8 years ago
  83. b855b8e Update cdf and mode rate per superblock in RDO by Yue Chen · 8 years ago
  84. 323d535 Prevent illegal signaling of gm types above AFFINE by Sarah Parker · 8 years ago
  85. 24b0cf9 Support per symbol cdf update in lv-map encoding by Jingning Han · 8 years ago
  86. 38e560c [CFL] Move CFL cost table to struct macroblock by David Michael Barr · 8 years ago
  87. dfd7232 Refactor lv-map rate cost estimation by Jingning Han · 8 years ago
  88. c6300aa Remove PALETTE flag by Urvang Joshi · 8 years ago
  89. ba47c84 Compute mode costs from cdf by Yue Chen · 8 years ago
  90. 7267857 ext-partition-types: Add 64x16 and 16x64 bsizes by Rupert Swarbrick · 8 years ago
  91. bd57abe Calculate coeff token cost before encoding each SB by hui su · 8 years ago
  92. c0cf71d Calculate coeff token cost from CDF by hui su · 8 years ago
  93. 060f7f2 Fill ncobmc mode and motion mode costs using cdf by Wei-Ting Lin · 8 years ago
  94. e9b15e2 Add encoder support to ALTREF2 by Zoe Liu · 8 years ago
  95. bc030ee Fix build warnings when global_motion is off by Zoe Liu · 8 years ago
  96. b23d00a Move mode costs that can be updated inside a frame to MACROBLOCK by Yue Chen · 8 years ago
  97. bdc8dab motion_var: computer motion_mode_cost from cdf by Yue Chen · 8 years ago
  98. 6e1cd78 [CFL] New UV_PREDICTION_MODE for CFL by Luc Trudeau · 8 years ago
  99. d6bdd46 rect_tx_ext: work with var_tx by Yue Chen · 8 years ago
  100. 466ae06 Palette: use CDF to encode palette size and color indices by hui su · 8 years ago