1. feb1ebe Remove unused prediction modes for ext-skip by Zoe Liu · 7 years ago
  2. 3ebb0d0 Correct/Cleanup min_tx_size computation by Debargha Mukherjee · 7 years ago
  3. 3f53da7 Remove EXT_PARTITION_TYPES_AB experiment by Frederic Barbier · 7 years ago
  4. 7bb501d add new experiment loopfiltering_across_tiles_ext by Lei · 7 years ago
  5. 23c511e Remove ADAPT_SCAN experiment by Sebastien Alaiwan · 7 years ago
  6. 76224b0 LPF_SB: cleanup unused functions and code path by Cheng Chen · 7 years ago
  7. 9010e20 Clean up intra mode context fetch functions by Jingning Han · 7 years ago
  8. 4d55d76 Add TXCOEFF_COST_TIMER by Angie Chiang · 7 years ago
  9. 841c030 Remove dead globals, members and structs by Sebastien Alaiwan · 7 years ago
  10. 707f832 Make mv storage independent of ref frame index by Jingning Han · 7 years ago
  11. 94ad370 Merge FRAME_SUPERRES into HORZONLY_FRAME_SUPERRES. by Urvang Joshi · 7 years ago
  12. 317002f Monochrome control now in colorspace header by Imdad Sardharwalla · 7 years ago
  13. 938710c Change q_segmentation to spatial_segmentation by Rostislav Pehlivanov · 7 years ago
  14. b72bc71 Remove unused variables in blockd.h by Yushin Cho · 7 years ago
  15. 6fc47e5 Add support of separte delta Qs for chroma channels by Yaowu Xu · 7 years ago
  16. 6b56e99 Remove bands from new-quant profiles by Sarah Parker · 7 years ago
  17. 917d6c0 max-tile: Fix issues discovered when testing max-tile by Dominic Symes · 7 years ago
  18. b0460fa Remove ANS experiment by Sebastien Alaiwan · 7 years ago
  19. 6c24b02 Change CDEF block skip condition and move signalling by Steinar Midtskogen · 8 years ago
  20. d183b64 [CFL] Clean cfl.h include by Luc Trudeau · 7 years ago
  21. 1e84af5 [CFL] CfL Initialization Simplification by Luc Trudeau · 7 years ago
  22. f33e01d Unconditionally use LAST_FRAME for prev_frame. by Peter de Rivaz · 7 years ago
  23. 833caa9 Fix build with --disable-ext-partition by David Barker · 7 years ago
  24. eb12393 Disallow 4:1/1:4 partitions for BLOCK_128x128 by Rupert Swarbrick · 7 years ago
  25. 934af35 add segment_pred_last(adopted) by Soo-Chul Han · 7 years ago
  26. f40a957 Add motion selection to ext_skip by Zoe Liu · 7 years ago
  27. 53c0896 Set up txb coeff processing timer by Jingning Han · 7 years ago
  28. 749c21a Remove experimental flag of NEW_MULTISYMBOL by Frederic Barbier · 7 years ago
  29. d467bba Support Separate qmatrix for U and V planes by Yaowu Xu · 7 years ago
  30. dcb3cff Don't send chroma data in monochrome mode by Rupert Swarbrick · 7 years ago
  31. b09e55c Revert "JNT_COMP: turn off for one_sided_compound" by Cheng Chen · 7 years ago
  32. a6a486c Remove UNPOISON_PARTITION_CTX experiment by Sebastien Alaiwan · 7 years ago
  33. 1aeee2e Remove experimental flag of CDEF by Frederic Barbier · 7 years ago
  34. 9e539cd Fix build: use proper gcc attribute syntax by Sebastien Alaiwan · 7 years ago
  35. e0b1599 Plumb in a "monochrome" flag by Rupert Swarbrick · 7 years ago
  36. 5c99f4e Fix all warnings about switch-case fallthrough by Sebastien Alaiwan · 7 years ago
  37. be42dc7 Separate quantizaton for U and V plane by Yaowu Xu · 7 years ago
  38. 060e192 JNT_COMP: turn off for one_sided_compound by Cheng Chen · 7 years ago
  39. 8587878 Add flag to indicate if intrabc is used by Hui Su · 7 years ago
  40. f624dd5 Add the q_segmentation experiment by Rostislav Pehlivanov · 7 years ago
  41. 125c0fc Separate quantizers used for quantization from RDO by Monty Montgomery · 7 years ago
  42. 81d458b Revert "Turn on the max_tile experiment" by Yaowu Xu · 7 years ago
  43. 0edbdcd Disallow to use temporal MVs while large_scale_tile=1 by Yunqing Wang · 7 years ago
  44. ab8bb8b Turn on the max_tile experiment by Dominic Symes · 7 years ago
  45. 80daf0c Remove NCOBMC_ADAPT_WEIGHT from AV1 by Yue Chen · 7 years ago
  46. e17ebe9 Separate ref frame mvs control from prev_frame_mvs by Jingning Han · 7 years ago
  47. d418f68 Simplify FRAME_ID constants by Sebastien Alaiwan · 7 years ago
  48. 4be6cb3 Remove VAR_REFS experiment by Sebastien Alaiwan · 7 years ago
  49. dee00eb Correct striped-loop-restoration with multiple tile rows by Rupert Swarbrick · 7 years ago
  50. 3bac992 Remove experimental flag of EXT_TX by Sebastien Alaiwan · 7 years ago
  51. 670b660 Remove CONFIG_INTERINTRA by Yue Chen · 7 years ago
  52. f704a1c Add decoder support to ext_skip by Zoe Liu · 7 years ago
  53. 7193f02 Implement approved version of FRAME_SIZE experiment by Arild Fuldseth (arilfuld) · 7 years ago
  54. e775b8b Re-design base level context modeling by Jingning Han · 7 years ago
  55. 371968c Remove compound-segment/wedge config flags by Debargha Mukherjee · 7 years ago
  56. cf842ad Speed up inter frame rate-distortion optimization by Jingning Han · 7 years ago
  57. 4879580 Remove experimental flag of GLOBAL_MOTION by Sebastien Alaiwan · 7 years ago
  58. 10a0380 Fixed build conflict (amvr,intrabc). by RogerZhou · 7 years ago
  59. 380e37c Reduce the MFMV_STACK_SIZE value by Jingning Han · 7 years ago
  60. b90a97a Enhance and refactor copying code by Yunqing Wang · 7 years ago
  61. 9fa9623 Remove experimental flag of chroma_sub8x8 by Hui Su · 7 years ago
  62. dd3cf83 AOM_QM: remove spurious dependence on inter/intra. by Thomas Davies · 7 years ago
  63. 2e868ab Remove redundant experiment. by Thomas Davies · 7 years ago
  64. fb83877 Remove compile guards for VAR_TX experiment by Sebastien Alaiwan · 7 years ago
  65. dcfc22a Fix scale_chroma_bsize function by Debargha Mukherjee · 7 years ago
  66. d0b77ac Remove PVQ code by Yushin Cho · 7 years ago
  67. ab68ddb Re-enable 16x4 and 4x16 partitons, by Debargha Mukherjee · 7 years ago
  68. 0972381 Reduce the mfmv stack size in use by Jingning Han · 7 years ago
  69. 6ea917e Remove CONFIG_CB4X4 config flags by Debargha Mukherjee · 7 years ago
  70. f88bc04 Remove RestorationInternal from AV1_COMMON by Rupert Swarbrick · 7 years ago
  71. e83fcfe Hide coding details of fid_length/delta_fid_length by Frederic Barbier · 7 years ago
  72. d8b93f5 Remove abandonned CHROMA_2X2 experiment by Sebastien Alaiwan · 7 years ago
  73. 0cf54d4 Remove abandonned SUPERTX experiment by Sebastien Alaiwan · 7 years ago
  74. 365e644 Remove compile guards for CONFIG_EXT_REFS by Sebastien Alaiwan · 7 years ago
  75. 6cc1fd3 Refactor motion field mv buffer by Jingning Han · 7 years ago
  76. c7d198e Rework the mv buffer for motion field estimation by Jingning Han · 7 years ago
  77. 4822e14 Add CONFIG_SIMPLE_BWD_ADAPT experiment. by Thomas Davies · 7 years ago
  78. fc0eeb3 Fix partition_gather_horz_alike() and vert by Debargha Mukherjee · 7 years ago
  79. 6dbffbf Add frame-level flag to turn on/off adapt_scan by Angie Chiang · 7 years ago
  80. d1d511f Modify storing and using of the temporal frame MVs by Yunqing Wang · 7 years ago
  81. de71d14 FRAME_SUPERRES: Rework to use scale factor of 8/D by Urvang Joshi · 7 years ago
  82. e61923f Superres: Remove unused variable. by Urvang Joshi · 7 years ago
  83. a45d842 Rework key frame intra mode context model by Jingning Han · 7 years ago
  84. 5d108a3 Avoid large stack allocations by Debargha Mukherjee · 7 years ago
  85. 4c1cb1f Silence some static analysis warnings by Debargha Mukherjee · 7 years ago
  86. 880166a LOOPFILTER_LEVEL: add flexibility for EXT_DELTA_Q by Cheng Chen · 7 years ago
  87. 5e70a11 Deduplicate use_reference_buffer/frame_id_numbers_present_flag by David Barker · 7 years ago
  88. 0bdea0d Remove compile guards for CONFIG_EXT_INTER by Sebastien Alaiwan · 7 years ago
  89. 3dd3391 Add a new layout for HORZ/VERT_A/B partitions by Rupert Swarbrick · 8 years ago
  90. ea255c9 Make frame marker a root experiment by Jingning Han · 8 years ago
  91. d9b62c5 Fix a baseline build error by Yi Luo · 8 years ago
  92. 3ab20b4 Remove delta_q experimental flag. by Thomas Davies · 8 years ago
  93. 778023d Add sequence (kf) level flag for reference buffer by Debargha Mukherjee · 8 years ago
  94. ad667d9 NEW_MULTISYMBOL: remove compressed header always. by Thomas Davies · 8 years ago
  95. f58f111 MAX_TILE experiment: add explicit tiles by Dominic Symes · 8 years ago
  96. 2eada61 Add experiment to restrict compressed header by Debargha Mukherjee · 8 years ago
  97. f572cd3 Search for deblocking filter level for superblock by Cheng Chen · 8 years ago
  98. db5d66f Add the max-tile tool with uniform tile support by Dominic Symes · 8 years ago
  99. 3b63524 Adaptive Motion Vector Resolution by RogerZhou · 8 years ago
  100. 94a504a Integrate mfmv with codebase by Jingning Han · 8 years ago