1. 6fddd18 Add ability to have multiple compound modes for interinter by Sarah Parker · 8 years ago
  2. cf3d0b0 Remove Global_Motion_Params and GLOBAL_MOTION_TYPE by David Barker · 8 years ago
  3. 8f209a8 Add guided projection filter to loop restoration by Debargha Mukherjee · 8 years ago
  4. 8db4c77 Harmonize the global parameter mappings by Debargha Mukherjee · 8 years ago
  5. 70e5f3f Support rectangular tx_size in recursive txfm partition by Jingning Han · 8 years ago
  6. 599dfd0 Fix compile error with ref-mv by David Barker · 8 years ago
  7. 9739f36 Fix clpf + ext_partition and dering + ext_partition by David Barker · 8 years ago
  8. 5114b7b Frame buffer marking enabling non-intra-based loss recovery by Arild Fuldseth (arilfuld) · 8 years ago
  9. 4974e52 TILE_GROUPS: send a tile length when just 1 tile. by Thomas Davies · 8 years ago
  10. 72712e6 Fix merge issues with TILE_GROUPS by Thomas Davies · 8 years ago
  11. 48f84db Fix the bug that PVQ commit broke dering by Yushin Cho · 8 years ago
  12. fc1b213 Use block_size for max_scan_line in pvq decoding by Yaowu Xu · 8 years ago
  13. d6ea71c Resolve merge issues with --enable-pvq by Yaowu Xu · 8 years ago
  14. 00a0e01 Merge "New experiment: Perceptual Vector Quantization from Daala" into nextgenv2 by Yaowu Xu · 8 years ago
  15. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  16. 5f30585 Increase gm precision from 16 to 32 bit ints by Debargha Mukherjee · 8 years ago
  17. 394c337 Add mi_row and mi_col into mbmi to facilitate rd_debug process by Angie Chiang · 8 years ago
  18. f64062f Make bit-stream support rectangular tx_size by Jingning Han · 8 years ago
  19. 8af861b Fix merge issues related --enable-ec-adapt by Yaowu Xu · 8 years ago
  20. e86288d Fix a bad merge by Yaowu Xu · 8 years ago
  21. 5d56f4d Reverse order of CLPF and dering by Steinar Midtskogen · 9 years ago
  22. efc7535 Refactor: read_tx_size_probs() by Yaowu Xu · 8 years ago
  23. 09a4265 Merge "simp-mv-pred integration with ref-mv" into nextgenv2 by Yaowu Xu · 8 years ago
  24. 02d33bf Merge "Centralize EC_MULTISYMBOL error checking." into nextgenv2 by Yaowu Xu · 8 years ago
  25. a2d2a18 Merge "EC_ADAPT: refactor and fix MinArfFreq unit tests." into nextgenv2 by Yaowu Xu · 8 years ago
  26. 46fcecc Merge "EC_ADAPT: send updates for the correct nodes." into nextgenv2 by Yaowu Xu · 8 years ago
  27. 2ae4214 Merge "Add ec_multisymbol for common daala_ec and rans code" into nextgenv2 by Yaowu Xu · 8 years ago
  28. eaafb17 Merge "Add EC_ADAPT experiment for symbol-adaptive entropy coding." into nextgenv2 by Yaowu Xu · 8 years ago
  29. ca8d24d simp-mv-pred integration with ref-mv by Deng · 8 years ago
  30. baaaa16 Centralize EC_MULTISYMBOL error checking. by Nathan E. Egge · 8 years ago
  31. 6519beb EC_ADAPT: refactor and fix MinArfFreq unit tests. by Thomas Davies · 8 years ago
  32. 09ebbfb EC_ADAPT: send updates for the correct nodes. by Thomas Davies · 8 years ago
  33. aca9feb Add ec_multisymbol for common daala_ec and rans code by Alex Converse · 8 years ago
  34. 9ac5508 Add EC_ADAPT experiment for symbol-adaptive entropy coding. by Thomas · 9 years ago
  35. ee9264c Merge "Replace num_4x4_blocks_txsize_loopup table" into nextgenv2 by Jingning Han · 8 years ago
  36. 32b2028 Replace num_4x4_blocks_txsize_loopup table by Jingning Han · 8 years ago
  37. d64eaf1 Merge "Tile groups: ensure each tile in a TG has a length." into nextgenv2 by Yaowu Xu · 8 years ago
  38. efd5725 Merge "Encode and decode multiple tile groups" into nextgenv2 by Yaowu Xu · 8 years ago
  39. 8fe64a3 Tile groups: ensure each tile in a TG has a length. by Thomas Davies · 9 years ago
  40. 80188d1 Encode and decode multiple tile groups by Thomas Davies · 8 years ago
  41. fe8d6c6 Merge "Refactor recursive transform block decoding" into nextgenv2 by Jingning Han · 8 years ago
  42. c66f264 Merge "rans: Use symbol coding for motion vectors" into nextgenv2 by Yaowu Xu · 8 years ago
  43. 5f61426 Refactor recursive transform block decoding by Jingning Han · 8 years ago
  44. 058e42d Merge "Fix clpf and dering signalling when used with ext-partition-types" into nextgenv2 by Debargha Mukherjee · 8 years ago
  45. 3fc98e8 rans: Use symbol coding for motion vectors by Alex Converse · 9 years ago
  46. 18ee02b Merge "Fix two bugs in parallel_deblocking experiment" into nextgenv2 by Yaowu Xu · 8 years ago
  47. f8935c9 Fix clpf and dering signalling when used with ext-partition-types by David Barker · 8 years ago
  48. 607fa6a Support potential 2x2 transform block unit by Jingning Han · 8 years ago
  49. 6f8c1a7 Fix two bugs in parallel_deblocking experiment by Ryan Lei · 8 years ago
  50. c83ef8b Merge "Refactor transform size coding" into nextgenv2 by Jingning Han · 8 years ago
  51. aae72a6 Refactor transform size coding by Jingning Han · 8 years ago
  52. dece603 Merge "Use constrained tokenset with --enable-daala_ec." into nextgenv2 by Yaowu Xu · 8 years ago
  53. 46e8490 Use constrained tokenset with --enable-daala_ec. by Nathan E. Egge · 9 years ago
  54. 7f9eb87 Merge "Fix compile error with --enable-accounting" into nextgenv2 by Debargha Mukherjee · 8 years ago
  55. 6305abe Refactor: Add macro LOG_SWITCHABLE_FILTERS by Angie Chiang · 8 years ago
  56. d971eb8 Merge "Move small fixes and refactoring for obmc pred from AV1" into nextgenv2 by Yaowu Xu · 8 years ago
  57. 3635a83 Merge "adapt_scan experiment" into nextgenv2 by Yaowu Xu · 8 years ago
  58. d971f40 Fix compile error with --enable-accounting by David Barker · 8 years ago
  59. ed8cd9a adapt_scan experiment by Angie Chiang · 8 years ago
  60. 8d6eaec Merge "Refactor av1_predict_intra_block tx_size interface" into nextgenv2 by Jingning Han · 8 years ago
  61. 894fcce Move small fixes and refactoring for obmc pred from AV1 by Yue Chen · 8 years ago
  62. e98c4a1 Merge "Simplify the recursive transform block decoding" into nextgenv2 by Jingning Han · 8 years ago
  63. c4c99da Refactor av1_predict_intra_block tx_size interface by Jingning Han · 8 years ago
  64. 95e248e Add bit accounting information for deringing by David Barker · 8 years ago
  65. d30a563 Merge "Add a runtime flag to enable bit accounting." into nextgenv2 by Yaowu Xu · 8 years ago
  66. 60e6516 Merge "Refactor tx_size step use cases in decoder" into nextgenv2 by Jingning Han · 8 years ago
  67. c06feef Merge "Fix compiler warning when CONFIG_ACCOUNTING enabled." into nextgenv2 by Yaowu Xu · 8 years ago
  68. bd161f9 Merge "Refactor decoder side qcoeff reset" into nextgenv2 by Jingning Han · 8 years ago
  69. eb64fc2 Add a runtime flag to enable bit accounting. by Nathan E. Egge · 8 years ago
  70. ebbd479 Fix compiler warning when CONFIG_ACCOUNTING enabled. by Nathan E. Egge · 8 years ago
  71. 5f34b61 Update class0_fp_cdf and fp_cdf tables once per frame. by Nathan E. Egge · 9 years ago
  72. d7b893c Update class_cdf table once per frame. by Nathan E. Egge · 9 years ago
  73. 5f7fd7a Update joint_cdf table once per frame. by Nathan E. Egge · 9 years ago
  74. 6ec4d10 Update inter_mode_cdf tables once per frame. by Nathan E. Egge · 9 years ago
  75. b808b43 Merge "Update uv_mode_cdf tables once per frame." into nextgenv2 by Yaowu Xu · 8 years ago
  76. e86df52 Merge "Update y_mode_cdf tables once per frame." into nextgenv2 by Yaowu Xu · 8 years ago
  77. a82712b Merge "Update kf_y_mode_cdf tables once per frame." into nextgenv2 by Yaowu Xu · 8 years ago
  78. 8fd62b7 Simplify the recursive transform block decoding by Jingning Han · 8 years ago
  79. 2d64f12 Refactor tx_size step use cases in decoder by Jingning Han · 8 years ago
  80. 1be1878 Refactor decoder side qcoeff reset by Jingning Han · 8 years ago
  81. dc3c3a3 Merge "Pass AV1_COMMON into get_scan" into nextgenv2 by Yaowu Xu · 8 years ago
  82. 823411e Merge "Refactor tx_size to pixel number in decodeframe.c" into nextgenv2 by Jingning Han · 8 years ago
  83. 380cb1a Update uv_mode_cdf tables once per frame. by Nathan E. Egge · 9 years ago
  84. 5710c72 Update y_mode_cdf tables once per frame. by Nathan E. Egge · 9 years ago
  85. 3ef926e Update kf_y_mode_cdf tables once per frame. by Nathan E. Egge · 9 years ago
  86. ff6d890 Pass AV1_COMMON into get_scan by Angie Chiang · 8 years ago
  87. b0f9968 Merge "Remove the has_no_coeffs corner case" into nextgenv2 by Angie Chiang · 8 years ago
  88. 3d855c5 Refactor tx_size to pixel number in decodeframe.c by Jingning Han · 8 years ago
  89. a6923f7 Unify set_contexts() function for encoder and decoder by Jingning Han · 9 years ago
  90. ac499f3 Use MV_FP_SIZE based constant instead of 3. by Nathan E. Egge · 9 years ago
  91. 360383b Merge "decodeframe.c: aom_read_tree_cdf->aom_read_symbol" into nextgenv2 by Yaowu Xu · 8 years ago
  92. f2581a3 decodeframe.c: aom_read_tree_cdf->aom_read_symbol by Yaowu Xu · 8 years ago
  93. 130ca4d Remove the has_no_coeffs corner case by Peter de Rivaz · 8 years ago
  94. 6cfaff9 Sync with aom branch for ext-refs by Zoe Liu · 8 years ago
  95. cfc5ac5 Merge "Partition the ans experiment into 'ans' and 'rans'" into nextgenv2 by Yaowu Xu · 8 years ago
  96. f693610 Step size and arithmetic coding for delta quantization. by Thomas Davies · 9 years ago
  97. 0744116 Support for delta-q at superblock level by Arild Fuldseth · 9 years ago
  98. dc8a2c5 Merge "Always send frame size explicitly" into nextgenv2 by Yaowu Xu · 8 years ago
  99. 8f6eb18 Fix decodeframe.c format by Jingning Han · 8 years ago
  100. 842e9b0 Always send frame size explicitly by Arild Fuldseth · 9 years ago