1. 41bb339 Support 4x4 block unit decoding by Jingning Han · 8 years ago
  2. 5cfa671 Make motion vector decoding support unified block size handle by Jingning Han · 8 years ago
  3. 45dc597 Refactor ext-intra by hui su · 8 years ago
  4. 9666e75 Remove feedback between tiles in loop-restoration by David Barker · 8 years ago
  5. 5b5140b Unfork some ANS setup code by Alex Converse · 8 years ago
  6. 0e67b25 Replace bilateral filter with domain transform RF by Debargha Mukherjee · 8 years ago
  7. eda3d76 Add intra-interp experiment flag by hui su · 8 years ago
  8. ca14dda Fix decoder side transform block offset scale by Jingning Han · 8 years ago
  9. ff17e16 Use mi_size table to decide partition step by Jingning Han · 8 years ago
  10. 1beb010 Unify block partition context and update functions between enc/dec by Jingning Han · 8 years ago
  11. faad0e1 Refactor set_plane_n4() by Jingning Han · 8 years ago
  12. ff6ee6a Replace hard coded x8 with MI_SIZE by Jingning Han · 8 years ago
  13. 85dc03f Simplify the mode_info size logic by Jingning Han · 8 years ago
  14. c709e1f Separate num_8x8 table use case from mode_info table by Jingning Han · 8 years ago
  15. ac37fa3 Improve rdopt decisions for ext-inter by David Barker · 8 years ago
  16. 3981be9 Add domain transform recursive filter by Debargha Mukherjee · 8 years ago
  17. eee4315 Refactor av1_set_contexts() to support 2x2 transform block unit by Jingning Han · 8 years ago
  18. d39cc72 Deprecate dec_reset_skip_context() by Jingning Han · 8 years ago
  19. bafee8d Scale the block size in the unit of atom transform block size by Jingning Han · 8 years ago
  20. cdcac6d Make gm_get_motion_vector respect allow_high_precision_mv by David Barker · 8 years ago
  21. 6fdc853 Refactor ext-inter to loop through all masked modes in rdopt by Sarah Parker · 8 years ago
  22. 37afe71 Temporary mismatch fix for global motion by Debargha Mukherjee · 8 years ago
  23. 43479c6 Improve ALL_ZERO flag handling with global motion by David Barker · 8 years ago
  24. ae5cfde Refactor to use block_size_wide/high[] consistently by Jingning Han · 8 years ago
  25. 69f18e1 Add WARPED_MOTION experiment by Yue Chen · 9 years ago
  26. f030558 Harmonize quantizers for new-quant and regular by Debargha Mukherjee · 8 years ago
  27. a414887a Superframe index: Parse correct number of frame sizes by Adrian Grange · 8 years ago
  28. 7e6cfae Allow tile parsing with ANS. by Alex Converse · 8 years ago
  29. fe45b21 Deprecated the separate handle on rectangular tx_size in var_tx by Jingning Han · 8 years ago
  30. 9c4f895 Refactor read_mb_interp_filter by Angie Chiang · 8 years ago
  31. 5678ad9 Clean up ext_interp by Angie Chiang · 8 years ago
  32. f25a4cf Add coef_interleave experiment by iole moccagatta · 8 years ago
  33. 24e0a18 Merge simp_pred_mv changes into ref_mv by Jingning Han · 8 years ago
  34. 18d38f6 Various table updates to support 64x64 transforms by Debargha Mukherjee · 8 years ago
  35. 17fd2f2 Get several experiments to build together by Yaowu Xu · 8 years ago
  36. 153e1f8 Add default 64x64 scan orders and entropy models by Debargha Mukherjee · 8 years ago
  37. acddc03 Construct ref_mv_stack selectively by Jingning Han · 8 years ago
  38. 731af49 Sync reference frame type use case by Jingning Han · 8 years ago
  39. 52a1763 Add the skip parameter to set_txfm_ctxs() calls by Yaowu Xu · 8 years ago
  40. d0af64f Fix build with both ec-adapt and ext-intra enabled by Yaowu Xu · 8 years ago
  41. 949097c Compile fix for var-tx, ext-tx, rect-tx by Debargha Mukherjee · 8 years ago
  42. 00d5472 Fix the code to allow a 3rd compound mode by Zoe Liu · 8 years ago
  43. 3fb33f0 Support for homography in global motion experiment by Debargha Mukherjee · 8 years ago
  44. f42bba2 Reinstate "fix msvc build warnings and errors" by Yaowu Xu · 8 years ago
  45. 6fddd18 Add ability to have multiple compound modes for interinter by Sarah Parker · 8 years ago
  46. cf3d0b0 Remove Global_Motion_Params and GLOBAL_MOTION_TYPE by David Barker · 8 years ago
  47. 8f209a8 Add guided projection filter to loop restoration by Debargha Mukherjee · 8 years ago
  48. fdb4216 Revert "fix msvc build warnings and errors" by Yaowu Xu · 8 years ago
  49. 32dbdff fix msvc build warnings and errors by Yaowu Xu · 8 years ago
  50. 8db4c77 Harmonize the global parameter mappings by Debargha Mukherjee · 8 years ago
  51. 70e5f3f Support rectangular tx_size in recursive txfm partition by Jingning Han · 8 years ago
  52. 491983d Fix test failures with supertx + warped-motion by David Barker · 8 years ago
  53. 599dfd0 Fix compile error with ref-mv by David Barker · 8 years ago
  54. f541932 Fix compile with ext-tx by David Barker · 8 years ago
  55. 9739f36 Fix clpf + ext_partition and dering + ext_partition by David Barker · 8 years ago
  56. 1b1dc93 Reset the txfm context to match block size when skip flag is on by Jingning Han · 8 years ago
  57. 0e11912 Support 64x64 quantizer functions by Debargha Mukherjee · 8 years ago
  58. 5114b7b Frame buffer marking enabling non-intra-based loss recovery by Arild Fuldseth (arilfuld) · 8 years ago
  59. 4974e52 TILE_GROUPS: send a tile length when just 1 tile. by Thomas Davies · 8 years ago
  60. 72712e6 Fix merge issues with TILE_GROUPS by Thomas Davies · 8 years ago
  61. 6515afc Merge "Add min_tx_size variable to recursive transform block partition system" into nextgenv2 by Jingning Han · 8 years ago
  62. e67b38a Add min_tx_size variable to recursive transform block partition system by Jingning Han · 8 years ago
  63. 48f84db Fix the bug that PVQ commit broke dering by Yushin Cho · 8 years ago
  64. fc1b213 Use block_size for max_scan_line in pvq decoding by Yaowu Xu · 8 years ago
  65. d6ea71c Resolve merge issues with --enable-pvq by Yaowu Xu · 8 years ago
  66. 00a0e01 Merge "New experiment: Perceptual Vector Quantization from Daala" into nextgenv2 by Yaowu Xu · 8 years ago
  67. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  68. 5f30585 Increase gm precision from 16 to 32 bit ints by Debargha Mukherjee · 8 years ago
  69. 0880b54 Merge "Refactor tx_type reader" into nextgenv2 by Jingning Han · 8 years ago
  70. 394c337 Add mi_row and mi_col into mbmi to facilitate rd_debug process by Angie Chiang · 8 years ago
  71. ab7163d Refactor tx_type reader by Jingning Han · 8 years ago
  72. f64062f Make bit-stream support rectangular tx_size by Jingning Han · 8 years ago
  73. 746e222 Merge "Rework transform block partition context model" into nextgenv2 by Jingning Han · 8 years ago
  74. c8b8936 Rework transform block partition context model by Jingning Han · 8 years ago
  75. 8af861b Fix merge issues related --enable-ec-adapt by Yaowu Xu · 8 years ago
  76. a592474 Resolve build issue --enable-aom-qm by Yaowu Xu · 8 years ago
  77. 0279e91 Merge "decodemv.c: relocate a function" into nextgenv2 by Yaowu Xu · 8 years ago
  78. 8040aaf Merge "Fix a bad merge" into nextgenv2 by Yaowu Xu · 8 years ago
  79. b24e115 decodemv.c: relocate a function by Yaowu Xu · 8 years ago
  80. e86288d Fix a bad merge by Yaowu Xu · 8 years ago
  81. 6511159 Merge "Replace get_tx2d_size() with direct tx_size_2d[] table access" into nextgenv2 by Jingning Han · 8 years ago
  82. 5d56f4d Reverse order of CLPF and dering by Steinar Midtskogen · 9 years ago
  83. 7e99297 Replace get_tx2d_size() with direct tx_size_2d[] table access by Jingning Han · 8 years ago
  84. efc7535 Refactor: read_tx_size_probs() by Yaowu Xu · 8 years ago
  85. 09a4265 Merge "simp-mv-pred integration with ref-mv" into nextgenv2 by Yaowu Xu · 8 years ago
  86. 02d33bf Merge "Centralize EC_MULTISYMBOL error checking." into nextgenv2 by Yaowu Xu · 8 years ago
  87. a2d2a18 Merge "EC_ADAPT: refactor and fix MinArfFreq unit tests." into nextgenv2 by Yaowu Xu · 8 years ago
  88. 46fcecc Merge "EC_ADAPT: send updates for the correct nodes." into nextgenv2 by Yaowu Xu · 8 years ago
  89. 2ae4214 Merge "Add ec_multisymbol for common daala_ec and rans code" into nextgenv2 by Yaowu Xu · 8 years ago
  90. eaafb17 Merge "Add EC_ADAPT experiment for symbol-adaptive entropy coding." into nextgenv2 by Yaowu Xu · 8 years ago
  91. ca8d24d simp-mv-pred integration with ref-mv by Deng · 8 years ago
  92. baaaa16 Centralize EC_MULTISYMBOL error checking. by Nathan E. Egge · 8 years ago
  93. 6519beb EC_ADAPT: refactor and fix MinArfFreq unit tests. by Thomas Davies · 8 years ago
  94. 09ebbfb EC_ADAPT: send updates for the correct nodes. by Thomas Davies · 8 years ago
  95. aca9feb Add ec_multisymbol for common daala_ec and rans code by Alex Converse · 8 years ago
  96. 9ac5508 Add EC_ADAPT experiment for symbol-adaptive entropy coding. by Thomas · 9 years ago
  97. ee9264c Merge "Replace num_4x4_blocks_txsize_loopup table" into nextgenv2 by Jingning Han · 8 years ago
  98. 32b2028 Replace num_4x4_blocks_txsize_loopup table by Jingning Han · 8 years ago
  99. d64eaf1 Merge "Tile groups: ensure each tile in a TG has a length." into nextgenv2 by Yaowu Xu · 8 years ago
  100. efd5725 Merge "Encode and decode multiple tile groups" into nextgenv2 by Yaowu Xu · 8 years ago