1. 12c64e8 Remove the INLINE macro by Wan-Teh Chang · 7 months ago
  2. b7c05bd *.{c,cc,h}: normalize AOMedia copyright by James Zern · 9 months ago
  3. 732e092 Optimize av1_ceil_log2 by Wan-Teh Chang · 2 years ago
  4. da193d5 Make av1_ceil_log2 work for full range of int type by Wan-Teh Chang · 2 years ago
  5. e49f983 Move av1_palette_color_index_context_lookup to .c by Wan-Teh Chang · 2 years, 4 months ago
  6. 8adab75 Optimize av1_fast_palette_color_index_context by chiyotsai · 2 years, 4 months ago
  7. 8c004e1 Rename variables to distinguish skip_mode and skip_txfm by chiyotsai · 5 years ago
  8. b0d2408 Optimize av1_get_palette_color_index_context on encoder side by chiyotsai · 5 years ago
  9. be23528 Remove unused neighbors scan arrays by Debargha Mukherjee · 6 years ago
  10. 54eabb5 Streamline compound types by Debargha Mukherjee · 6 years ago
  11. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  12. fdeefec Document get_msb() and av1_ceil_log2(). by Wan-Teh Chang · 7 years ago
  13. cc6a6ef Move FRAME_COUNTS to encoder side completely by Yue Chen · 7 years ago
  14. 476f0b5 Palette: remove unused entries for block size context by Hui Su · 7 years ago
  15. 3dd9a12 Move counts only for stats collection to entropy_stats tool by Yue Chen · 7 years ago
  16. 2254c36 Refactor get_ext_tx_set_type() by Hui Su · 7 years ago
  17. ab865a9 Make local tables in entropymode.c static by Hui Su · 7 years ago
  18. 9ec6fe4 Remove CONFIG_EXT_DELTA_Q by Yaowu Xu · 7 years ago
  19. 3c12541 Add cdf optimizer for a few symbols with variable # of modes by Yue Chen · 7 years ago
  20. e647a10 Remove WEDGE_IDX_ENTROPY_CODING macro by Yue Chen · 7 years ago
  21. 7d089ae [Normative] Move global loopfilter info to ref buf by Cheng Chen · 7 years ago
  22. d776f28 Revert "[Normative] Move global info to ref buffer" by David Barker · 7 years ago
  23. dc54be6 Simplify end-of-frame CDF update by Hui Su · 7 years ago
  24. ff3b2fb [normative]palette_delta_encoding: don't waste bit by Hui Su · 7 years ago
  25. c9b6f23 [Normative] Move global info to ref buffer by Cheng Chen · 7 years ago
  26. c1a4986 Remove dead code about old coefficient coding model by Hui Su · 7 years ago
  27. 4439151 Stats collection for restoration type by Yue Chen · 7 years ago
  28. 1b15b75 Cdf update and stats collection for palette color index by Yue Chen · 7 years ago
  29. a104a5e Stats collection and cost update for palette modes and sizes by Yue Chen · 7 years ago
  30. 9164226 Add stats collection for intra tx size by Yue Chen · 7 years ago
  31. 077c8ec Remove ALLOW_128X32_BLOCK flag by Yue Chen · 7 years ago
  32. 0b9d8a1 Fix cdf optimizer for compound types by Yue Chen · 7 years ago
  33. 673b5dd Silience compiler warning on cost_mv_ref() by Jingning Han · 7 years ago
  34. f050fc1 Flatten nmv context model by Jingning Han · 7 years ago
  35. 198738d Support multi-q-category coeff cdf table optimization by Yue Chen · 7 years ago
  36. b4720d3 Cost update and stats collection for CfL symbols by Yue Chen · 7 years ago
  37. 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
  38. 45dfb79 [NORMATIVE-SYNTAX] Disable filter_intra in >32x32 sb_type by Yue Chen · 7 years ago
  39. 1ee41f3 Remove CONFIG_EXT_INTRA_MODE macro by Yaowu Xu · 7 years ago
  40. 3ec16a3 Remove CONFIG_CFL macro by Luc Trudeau · 7 years ago
  41. 73335fa [NORMATIVE] Make wedge_index entropy coded by Yue Chen · 7 years ago
  42. a96047d Remove CONFIG_EXT_COMP_REFS flag by Zoe Liu · 7 years ago
  43. 1687085 Remove CONFIG_EXT_PARTITION_TYPES config flag by Debargha Mukherjee · 7 years ago
  44. 93c3502 Remove CONFIG_EXT_SKIP flag by Zoe Liu · 7 years ago
  45. 69d9aef Remove CONFIG_FILTER_INTRA flag by Yue Chen · 7 years ago
  46. 0d639a9 Remove CONFIG_LOOP_RESTORATION config flag by Debargha Mukherjee · 7 years ago
  47. 293f281 Remove intrabc experiment flag by Hui Su · 7 years ago
  48. 2382b14 Remove config flag CONFIG_LOOPFILTER_LEVEL by Debargha Mukherjee · 7 years ago
  49. 0238457 [NORMATIVE] Unify tx size context model for inter / intra blocks by Jingning Han · 7 years ago
  50. cad5ebc Remove experimental flag of LV_MAP by Sebastien Alaiwan · 7 years ago
  51. 3b35347 [NORMATIVE] Unify context design for single ref by Zoe Liu · 7 years ago
  52. 4917295 [NORMATIVE] Unify comp ref context design by Zoe Liu · 7 years ago
  53. 6b41d4d av1/[common|decoder]: apply clang-format v5.0.0 by Johann · 7 years ago
  54. fa29b28 Reduce unneeded memory allocation by Zoe Liu · 7 years ago
  55. 1694a4f Remove frame counts in decoding coefs area by Yunqing Wang · 7 years ago
  56. 3e509e3 Remove the EXT_TX_16X16_SET macro by Hui Su · 7 years ago
  57. 717ce09 Remove kf_ctx experiment flag by Hui Su · 7 years ago
  58. 1e95989 lv-map: remove probability model by Hui Su · 7 years ago
  59. cb3a8ef [CFL] separate uv_mode CDFs, split on is_cfl_allowed by David Michael Barr · 7 years ago
  60. 78f7bb9 Remove experimental flag of LV_MAP_MULTI by Sebastien Alaiwan · 7 years ago
  61. 28b53c3 intrabc: update intrabc_cdf per superblock by Hui Su · 7 years ago
  62. 997e46d Add macro for compound backward ref frame contexts by Hui Su · 7 years ago
  63. 0bdf5f5 Remove probability model for comp_ref and comp_bwdref by Hui Su · 7 years ago
  64. a7e3bfe Remove probability model for uni_comp_ref by Hui Su · 7 years ago
  65. 6b3d1e3 Remove probability model for comp_ref_type by Hui Su · 7 years ago
  66. 3d30b4b Remove probability model for single ref frames by Hui Su · 7 years ago
  67. 9d0c03d Remove probablity model for the comp_inter flag by Hui Su · 7 years ago
  68. 52b1ba2 Remove the probability model about segmentation map by Hui Su · 7 years ago
  69. 0db7d0e [lv_map_multi] multisymbol coding of eob by Dake He · 7 years ago
  70. 4d44769 [lv_map_multi] base level coding by Dake He · 7 years ago
  71. 62fe78e Remove ext-warped-motion part2 by Yunqing Wang · 7 years ago
  72. b101935 Remove unused binary-symbol coding and tree-based coding by Yue Chen · 7 years ago
  73. 8b618f6 Palette: enable all partitions no larger than 64x64 by Hui Su · 7 years ago
  74. c1f411b Palette: modify the context slightly by Hui Su · 7 years ago
  75. 994dba2 Clean ups and bug-fixes for filter_intra by Yue Chen · 7 years ago
  76. e2d8f18 [lv_map_multi] BR coding by Dake He · 7 years ago
  77. 23c511e Remove ADAPT_SCAN experiment by Sebastien Alaiwan · 7 years ago
  78. 76224b0 LPF_SB: cleanup unused functions and code path by Cheng Chen · 7 years ago
  79. 765e34e Make lpf_sb work with loopfilter_level by Cheng Chen · 7 years ago
  80. cec7ba1 Add macro to allow different tx sets for 16x16 by Sarah Parker · 7 years ago
  81. 2ef24ea JNT_COMP: change COMPOUND_AVERAGE in cdf by Cheng Chen · 7 years ago
  82. 33a13d9 JNT_COMP: divide compound modes into two groups by Cheng Chen · 7 years ago
  83. 3afbf3f Modify the warped motion mode context by Yunqing Wang · 7 years ago
  84. 7d01ab5 [lv_map_multi] Simplified multisymbol BR coding by Dake He · 7 years ago
  85. 9d8222b Add macro to remove 1D transforms from TX_16X16 by Sarah Parker · 7 years ago
  86. 0bd3bf6 Make adaptive scan order support multi-threading by Jingning Han · 7 years ago
  87. d0d6097 Remove CTX1D experiment by Frederic Barbier · 7 years ago
  88. 9f001f3 Remove MRC_TX experiment by Sebastien Alaiwan · 7 years ago
  89. 0f3942f Remove dead member: wedge_interintra_prob by Sebastien Alaiwan · 7 years ago
  90. 9f09c71 Remove dead member: interintra_prob by Sebastien Alaiwan · 7 years ago
  91. bc958f6 Remove dead member: interintra_mode_prob by Sebastien Alaiwan · 7 years ago
  92. 5ffed8a Remove dead member: obmc_probs by Sebastien Alaiwan · 7 years ago
  93. 1a5ac97 Remove dead members and their computation by Sebastien Alaiwan · 7 years ago
  94. 9f01e84 Remove dead member: txfm_partition_prob by Sebastien Alaiwan · 7 years ago
  95. 4d01de3 Remove dead member: delta_lf_prob by Sebastien Alaiwan · 7 years ago
  96. 8004734 Remove dead member: delta_q_prob by Sebastien Alaiwan · 7 years ago
  97. eb12393 Disallow 4:1/1:4 partitions for BLOCK_128x128 by Rupert Swarbrick · 7 years ago
  98. fe53008 Remove dead member: intra_inter_prob by Sebastien Alaiwan · 7 years ago
  99. a2fec52 Remove dead members by Sebastien Alaiwan · 7 years ago
  100. 0ef61dd Cleanup dead variables by Sebastien Alaiwan · 7 years ago