1. da4d8b9 Add new experiment: frame_context_signaling. by Thomas Daede · 8 years ago
  2. 1f990a6 tempv_signaling: Simplify test for whether prev_frame works for mvs by Rupert Swarbrick · 8 years ago
  3. 2a52f29 Make inspector work with superres by Rupert Swarbrick · 8 years ago
  4. b95cf12 ext_partition_types: Pass the correct CDF length for partitions by Rupert Swarbrick · 8 years ago
  5. 964cabf Fix mistake in cdf table for mrc_tx by Sarah Parker · 8 years ago
  6. c576732 correct an assertion by Yaowu Xu · 8 years ago
  7. 4508d88 Fix a build error when ext-tx is off by Zoe Liu · 8 years ago
  8. bc030ee Fix build warnings when global_motion is off by Zoe Liu · 8 years ago
  9. 9ee8265 Fix w/h of av1_make_masked_inter_predictor by Angie Chiang · 8 years ago
  10. 61a12ef Refactor paralles_deblocking by Cheng Chen · 8 years ago
  11. b23d00a Move mode costs that can be updated inside a frame to MACROBLOCK by Yue Chen · 8 years ago
  12. 127c583 Another fix of dangling braces for search by Yushin Cho · 8 years ago
  13. 3ab2405 Fix build warning when compiling with warped motion by Rupert Swarbrick · 8 years ago
  14. b6a3175 Unified warp_affine and warp_affine_post_round by Peter de Rivaz · 8 years ago
  15. 4377857 Move buffer allocation to aom_scale by Yaowu Xu · 8 years ago
  16. 71ef7c2 Turn on convolve_round by default by Angie Chiang · 8 years ago
  17. 223f048 Fix compiler warning in bitstream.c by Rupert Swarbrick · 8 years ago
  18. bf828f9 Fix build of encodeframe.c without motion-var or warped-motion by Rupert Swarbrick · 8 years ago
  19. 766c9d5 Fix unused parameter warning in decodemv.c by Rupert Swarbrick · 8 years ago
  20. bdc8dab motion_var: computer motion_mode_cost from cdf by Yue Chen · 8 years ago
  21. 0006073 Update 8-bit frame buffers for Global Motion estimation by Yaowu Xu · 8 years ago
  22. cb9c1c5 Add CONFIG_DAALA_DCT16 experiment. by Monty Montgomery · 8 years ago
  23. f6eaa15 [CFL] Uniform Q3 alpha grid with extent [-2, 2] by David Michael Barr · 8 years ago
  24. 9136ab7 Fix logical errors for TX64x64. by Urvang Joshi · 8 years ago
  25. 2dc1c84 Fix tx64x64 debug build by Urvang Joshi · 8 years ago
  26. a4817a6 Fix dist_8x8 broken with 3bce7547b by Yushin Cho · 8 years ago
  27. 6e1cd78 [CFL] New UV_PREDICTION_MODE for CFL by Luc Trudeau · 8 years ago
  28. 1a7f0a8 Conditionally skip inverse transform in transform block RD by Jingning Han · 8 years ago
  29. 7abe9db Adapt palette cdf by Jonathan Matthews · 8 years ago
  30. f5bdeac Make CDEF work with EXT_PARTITION by Cheng Chen · 8 years ago
  31. e94df5c Select filter level for U, V planes by Cheng Chen · 8 years ago
  32. 16a9df7 Reduce best rdcost value in transform partition search by Jingning Han · 8 years ago
  33. d6bdd46 rect_tx_ext: work with var_tx by Yue Chen · 8 years ago
  34. 748d570 Add some todo for convolve_round exp by Angie Chiang · 8 years ago
  35. d6d9eee [CFL] UV_PREDICTION_MODE by Luc Trudeau · 8 years ago
  36. 5b8e6d2 Add txfm functions corresponding to MRC_DCT by Sarah Parker · 8 years ago
  37. 0c60428 Integrate hbd convolve_round and compound_segment by Angie Chiang · 8 years ago
  38. 963b86d Use ADAPT_SCAN_PROB_PRECISION to init prob by Angie Chiang · 8 years ago
  39. 466ae06 Palette: use CDF to encode palette size and color indices by hui su · 8 years ago
  40. 1b4ffc4 use frame_type for key frame check by Yaowu Xu · 8 years ago
  41. 3bce754 Optimize transform block rate-distortion search by Jingning Han · 8 years ago
  42. 53a04f6 Disable extra altref and bwdref for still gf group by Di Chen · 8 years ago
  43. 0d7c4b0 Avoid reading uninitialized data in decodemv.c by David Barker · 8 years ago
  44. cf18fe4 Add CONFIG_DAALA_DCT8 experiment. by Monty Montgomery · 8 years ago
  45. 67dda51 Fix that matching { and } can be searched in inter mode decision by Yushin Cho · 8 years ago
  46. 440d425 Account for the 64x64 proc block constrain in obmc masking by Jingning Han · 8 years ago
  47. 501294c Make maximum obmc process unit 64x64 by Jingning Han · 8 years ago
  48. 4266a7e [CFL] Average alpha CDF by Luc Trudeau · 8 years ago
  49. 96b3151 [CFL] Fix warnings when chroma_sub8x8 is disabled by Luc Trudeau · 8 years ago
  50. 70a80a8 Let adapt_scan's prob precision be adjustable by Angie Chiang · 8 years ago
  51. d39f6b3 Turn off adapt_scan for IDTX/1D txfms by Angie Chiang · 8 years ago
  52. 57127c5 Fix compiler error when lv_map adapt_scan both on by Angie Chiang · 8 years ago
  53. 6a99691 filter-intra: Support rectangular blocks. by Urvang Joshi · 8 years ago
  54. 599395e NEW_MULTISYMBOL: adapt binary MV values. by Thomas Davies · 8 years ago
  55. 4c5df10 [CFL] Fix rare overflow in distortion computation by Luc Trudeau · 8 years ago
  56. 8493f91 Add temporal filtering/interpolation to bgsprite by Todd Nguyen · 8 years ago
  57. 6d6e170 mcomp: Use valid bit depth in upsampled_pref_error by Timothy B. Terriberry · 8 years ago
  58. 292c8e0 Align cdfs with probs for intra_inter flag by Yue Chen · 8 years ago
  59. da9397a unit_height does not need to be in the inner loop by Luc Trudeau · 8 years ago
  60. 7b51709 Integrate convolve_round with compound_segment by Angie Chiang · 8 years ago
  61. b25ba50 Remove the CONFIG_TILE_GROUPS experimental flag. by Thomas Davies · 8 years ago
  62. 6952f45 Fix a bug for directional deblocking filter by Cheng Chen · 8 years ago
  63. a10981b [CFL] Avoid uselessly calling av1_predict_intra_block by Luc Trudeau · 8 years ago
  64. e800716 Pass conv_param to av1_make_masked_inter_predictor by Angie Chiang · 8 years ago
  65. 043c227 Add decoder support to ALTREF2 by Zoe Liu · 8 years ago
  66. ea10ad4 Clear unused parameters in decode_partition by Jingning Han · 8 years ago
  67. f190a16 Refactor av1_update_boundary_info function by Yi Luo · 8 years ago
  68. 97ad058 Add support to the experiment of altref2 by Zoe Liu · 8 years ago
  69. 40b9e7f Palette: remove palette_first_color_idx[] in PALETTE_MODE_INFO by hui su · 8 years ago
  70. 9772044 rect-intra-pred: Fix for large rectangular blocks. by Urvang Joshi · 8 years ago
  71. 6a3d689 Fix intra boundary condition in ext-partition by Jingning Han · 8 years ago
  72. 9050c9d Directional deblocking filter by Cheng Chen · 8 years ago
  73. 2a4b781 refactor the code to use common av1_get_uv_tx_size function. by Ryan Lei · 8 years ago
  74. 53f93db Add new MRC_DCT tx type by Sarah Parker · 8 years ago
  75. c2502b5 Make ext_tile compatible with reference_buffer by Yunqing Wang · 8 years ago
  76. 5b70174 Make intra coding processed in 64x64 unit by Jingning Han · 8 years ago
  77. c2b797f Make maximum transform coding unit 64x64 for inter blocks by Jingning Han · 8 years ago
  78. b7b60c5 New experiment DIST_8x8 by Yushin Cho · 8 years ago
  79. 11934b0 Silence obj file has no symbols warning. by Tom Finegan · 8 years ago
  80. 19b5c8f Rework txk_type indexing system for chroma component by Jingning Han · 8 years ago
  81. a5378e7 Clean CLPF local function by Cheng Chen · 8 years ago
  82. 74ad091 Don't clobber |allow_screen_content_tools|. by Alex Converse · 8 years ago
  83. 2f7d37b Revert "aomenc: remove config control of "allow_screen_content_tools"" by Alex Converse · 8 years ago
  84. 2c6ca5f enable parallel_deblocking experiment by default by Ryan Lei · 8 years ago
  85. 08a22a6 Add flag inter_stats_only by Angie Chiang · 8 years ago
  86. c26ee9b Adjust the prob update order of coeff_base by Angie Chiang · 8 years ago
  87. 222f9d7 [chroma_sub8x8] Fix to chroma boundary calc by Joe Young · 8 years ago
  88. 2fc2309 Make bgsprite match temporal filtering. by Todd Nguyen · 8 years ago
  89. 27319b6 Unify FWD_TXFM_PARAM and INV_TXFM_PARAM by Lester Lu · 8 years ago
  90. d27f5e2 lv_map clean-up: merge get_nz_map_ctx/2 by Angie Chiang · 8 years ago
  91. 0c6244b refactor get_tx_size() and get_uv_tx_size() by hui su · 8 years ago
  92. 5ee2808 lgt: delete unnecessary code by Lester Lu · 8 years ago
  93. ca710d6 ncobmc_adapt_weight: read/write ncobmc mode by Wei-Ting Lin · 8 years ago
  94. 6c998d7 Avoid sending gm params if source and ref are different sizes by Sarah Parker · 8 years ago
  95. 1bc8286 Sample selection in warped motion by Yunqing Wang · 8 years ago
  96. 45b6475 refactor get_tx_type() by hui su · 8 years ago
  97. 1b5328e aomenc: remove config control of "allow_screen_content_tools" by hui su · 8 years ago
  98. 8e43f21 Fix a bug of default_motion_mode_prob array size mismatch by Wei-Ting Lin · 8 years ago
  99. 2510f64 [CFL] Move alpha picking code to rdopt.c by David Michael Barr · 8 years ago
  100. eeb08a9 Make EXT_TILE compatible with TILE_GROUPS by Yunqing Wang · 8 years ago