1. b3bb318 Give skip_mode priority over segmentation by Frederic Barbier · 7 years ago
  2. fa8bad1 Simplify context identification for coding ref frames by Zoe Liu · 7 years ago
  3. d621f9b Cleanup useless marker entry in tx_size_2d by Frederic Barbier · 7 years ago
  4. 81d9461 Simplify spatial_segmentation code in decoder by Rostislav Pehlivanov · 7 years ago
  5. 6a0245c spatial_segmentation: improve edge case handling by Rostislav Pehlivanov · 7 years ago
  6. 79c763b Remove ext_intra experimental flag by Hui Su · 7 years ago
  7. db68555 Add av1_get_palette_mode_ctx() by Hui Su · 7 years ago
  8. 284fe19 intrabc: signal error on illegal intrabc motion vectors by Dominic Symes · 7 years ago
  9. 99350a6 Remove obsolete code about "FIXED_TX_TYPE" by Hui Su · 7 years ago
  10. 84dc6e9 Fix inter block detection in get_tx_size_context() by David Barker · 7 years ago
  11. 978152a Remove flag ALLOW_INTRA_EXT_TX by Urvang Joshi · 7 years ago
  12. cb3a8ef [CFL] separate uv_mode CDFs, split on is_cfl_allowed by David Michael Barr · 7 years ago
  13. 3874cb5 Avoid crosstile dependency on coding spat. segid by Rostislav Pehlivanov · 7 years ago
  14. 3558a8c Remove experimental flag of REF_ADAPT by Sebastien Alaiwan · 7 years ago
  15. 2d4322b Skip writing spatial seg ids on non-keyframes by Rostislav Pehlivanov · 7 years ago
  16. 37eab1d Intrabc: Ensure deterministic behaviour by Dominic Symes · 7 years ago
  17. 3241cc2 Fix a compiler warning in read_intrabc_info() by Hui Su · 7 years ago
  18. 0bdf5f5 Remove probability model for comp_ref and comp_bwdref by Hui Su · 7 years ago
  19. a7e3bfe Remove probability model for uni_comp_ref by Hui Su · 7 years ago
  20. 6b3d1e3 Remove probability model for comp_ref_type by Hui Su · 7 years ago
  21. 3d30b4b Remove probability model for single ref frames by Hui Su · 7 years ago
  22. d3c13e8 Remove sample sorting in warped motion sample selection by Yunqing Wang · 7 years ago
  23. 9d0c03d Remove probablity model for the comp_inter flag by Hui Su · 7 years ago
  24. 52b1ba2 Remove the probability model about segmentation map by Hui Su · 7 years ago
  25. 3fb037a Remove FIXME comment that is invalid by Zoe Liu · 7 years ago
  26. 62fe78e Remove ext-warped-motion part2 by Yunqing Wang · 7 years ago
  27. 8b618f6 Palette: enable all partitions no larger than 64x64 by Hui Su · 7 years ago
  28. b4fc74d Take out drl index control from opt-ref-mv by Jingning Han · 7 years ago
  29. eb2fd5c intrabc: enable 16x4 and 4x16 blocks by Hui Su · 7 years ago
  30. c1f411b Palette: modify the context slightly by Hui Su · 7 years ago
  31. ec9bebc Remove all_zero check in read/write_inter_mode by Angie Chiang · 7 years ago
  32. feb1ebe Remove unused prediction modes for ext-skip by Zoe Liu · 7 years ago
  33. 994dba2 Clean ups and bug-fixes for filter_intra by Yue Chen · 7 years ago
  34. 3ebb0d0 Correct/Cleanup min_tx_size computation by Debargha Mukherjee · 7 years ago
  35. c23ad63 Fix inconsistent use of ref_mv_idx. by Imdad Sardharwalla · 7 years ago
  36. 5664419 Exclude distance-weighted prediction for ext-skip by Zoe Liu · 7 years ago
  37. b057187 Remove filter_intra mode info for UV plane by Yue Chen · 7 years ago
  38. 15a18e3 [CleanUp] Remove block from av1_mode_context_analyzer by Luc Trudeau · 7 years ago
  39. 4b847e1 Expand skip mode support for all comp frames by Zoe Liu · 7 years ago
  40. e657911 Remove experimental flag of PALETTE_DELTA_ENCODING by Frederic Barbier · 7 years ago
  41. 104d62e Support ext-skip for both low delay and high delay by Zoe Liu · 7 years ago
  42. 9010e20 Clean up intra mode context fetch functions by Jingning Han · 7 years ago
  43. 2eb9b84 [Clean Up] Remove get_y_mode() by Luc Trudeau · 7 years ago
  44. e425f47 [CFL] Limit Luma Partition to 32X32 by Luc Trudeau · 7 years ago
  45. d1941f3 [CFL] DC_PRED on Partition Unit Neighboring Pixels by Luc Trudeau · 7 years ago
  46. 9156d02 decodemv.c: reduce scope of locals by Sebastien Alaiwan · 7 years ago
  47. 011352b decodemv.c: remove dead local by Sebastien Alaiwan · 7 years ago
  48. ff83a5b decodemv.c: remove unused argument by Sebastien Alaiwan · 7 years ago
  49. 2d46afc intrabc: modify default ref dv by Hui Su · 7 years ago
  50. 05b55f7 Simplify flow of control by Frederic Barbier · 7 years ago
  51. 50c810d Enable skip mode work with JNT_COMP by Zoe Liu · 7 years ago
  52. e4e18fc Enable 4:1 -> 2:1 -> 1:1 splits for 4:1 transforms by Debargha Mukherjee · 7 years ago
  53. 938710c Change q_segmentation to spatial_segmentation by Rostislav Pehlivanov · 7 years ago
  54. 8a3d80e Avoid memset when possible by Sebastien Alaiwan · 7 years ago
  55. 0fa057f Misc refactors to support 4:1->2:1->1:1 tx splits by Debargha Mukherjee · 7 years ago
  56. d4d8b86 Update the experiment of ref-adapt by Zoe Liu · 7 years ago
  57. 5f11e91 JNT_COMP: Simplify logic on inter-inter comp modes by Zoe Liu · 7 years ago
  58. 6fa05dc Simply the code path when jnt-comp is off by Zoe Liu · 7 years ago
  59. 4d6ea54 [CFL] Disable CfL for 4:1 and 1:4 Partitions by Luc Trudeau · 7 years ago
  60. 5a88172 Change comp_group index context and save sending comp_group by Cheng Chen · 7 years ago
  61. 2ef24ea JNT_COMP: change COMPOUND_AVERAGE in cdf by Cheng Chen · 7 years ago
  62. 33a13d9 JNT_COMP: divide compound modes into two groups by Cheng Chen · 7 years ago
  63. b56b71a Re-design drl index coding to remove ctx parsing dep by Jingning Han · 7 years ago
  64. c6d4eb1 Cosmetics by Sebastien Alaiwan · 7 years ago
  65. d2cfbef Fixes to make 4:1 rectangular intra work correctly by Debargha Mukherjee · 7 years ago
  66. bce07f1 Use macro to set txk_type by Angie Chiang · 7 years ago
  67. 3afbf3f Modify the warped motion mode context by Yunqing Wang · 7 years ago
  68. b85beed decodemv.c: reduce scope of locals by Sebastien Alaiwan · 7 years ago
  69. 6c24b02 Change CDEF block skip condition and move signalling by Steinar Midtskogen · 8 years ago
  70. d183b64 [CFL] Clean cfl.h include by Luc Trudeau · 7 years ago
  71. 1e84af5 [CFL] CfL Initialization Simplification by Luc Trudeau · 7 years ago
  72. 8781828 Unify binary symbol design for LAST/LAST2 by Zoe Liu · 7 years ago
  73. 70f9a1f Terminate decoding at invalid mode and ref frame combo by Hui Su · 7 years ago
  74. 5577bd1 Various RD fixes related to 4:1 transforms by Debargha Mukherjee · 7 years ago
  75. f40a957 Add motion selection to ext_skip by Zoe Liu · 7 years ago
  76. 2854fe7 Clean up decoder on NEWMV handling by Zoe Liu · 7 years ago
  77. 876a8b0 Reuse neighbor's warped motion parameters by Yunqing Wang · 7 years ago
  78. 21b6722 Remove prob table entries and counters for new mv by Hui Su · 7 years ago
  79. 30483c9 intrabc: replace left shift with multiply by Hui Su · 7 years ago
  80. 749c21a Remove experimental flag of NEW_MULTISYMBOL by Frederic Barbier · 7 years ago
  81. 34d5566 Remove COMPOUND_SINGLEREF experiment by Sebastien Alaiwan · 7 years ago
  82. 35a4db3 Replace RECT_TX_EXT experiment by Debargha Mukherjee · 7 years ago
  83. 088251e Resolved build conflict by amvr by RogerZhou · 7 years ago
  84. 0797a20 Add the option of using 1:4/4:1 tx_size+sb_type by Yue Chen · 7 years ago
  85. b09e55c Revert "JNT_COMP: turn off for one_sided_compound" by Cheng Chen · 7 years ago
  86. 4eba69b Fix inefficient coding of filter_intra modes by Yue Chen · 7 years ago
  87. 6147b1b Change tx_size encoding for intra modes by Debargha Mukherjee · 7 years ago
  88. 62fcfab MV entropy coding fixes and clean ups. by Debargha Mukherjee · 7 years ago
  89. 4697061 JNT_COMP: Support new_multisymbol by Cheng Chen · 7 years ago
  90. 060e192 JNT_COMP: turn off for one_sided_compound by Cheng Chen · 7 years ago
  91. 473cf89 Do not allow palette mode for partition sizes larger than 64x64 by Hui Su · 7 years ago
  92. f624dd5 Add the q_segmentation experiment by Rostislav Pehlivanov · 7 years ago
  93. c01dddb Remove ONE_SIDED_COMPOUND experimental flag by Zoe Liu · 7 years ago
  94. fcebd49 Cleanup unreachable statement by Sebastien Alaiwan · 7 years ago
  95. 64463e7 intrabc: control reference areas by Hui Su · 7 years ago
  96. 1e6bf6b intrabc: add assertions for DV subpel by Hui Su · 7 years ago
  97. 8d88b29 Accept all global motion model settings by Sebastien Alaiwan · 7 years ago
  98. 7fc6b2a Remove LGT_FROM_PRED experiment by Sebastien Alaiwan · 7 years ago
  99. 80daf0c Remove NCOBMC_ADAPT_WEIGHT from AV1 by Yue Chen · 7 years ago
  100. 0e141b5 Allow to disable the probability update by Yunqing Wang · 7 years ago