1. 14af5b9 Simplify conditions on bitdepth by Sebastien Alaiwan · 8 years ago
  2. e8dfbcf [CFL] Remove explicit dependency on EC_ADAPT by Luc Trudeau · 8 years ago
  3. 0412019 [CFL] move cfl_idx_to_alpha to header by Luc Trudeau · 8 years ago
  4. bcfb0e1 Build fix with interintra alone by Debargha Mukherjee · 8 years ago
  5. 9bab28b [CFL] Reduce arrays used in inspection by Luc Trudeau · 8 years ago
  6. f436b12 [CFL] Check for uninitialized signs by Luc Trudeau · 8 years ago
  7. 4d26acb Add CONFIG_INTERINTRA flags and reduce # of interintra modes to 4 by Yue Chen · 8 years ago
  8. 4c6d436 Handle tx64x64 correctly in get_entropy_contexts. by Urvang Joshi · 8 years ago
  9. a9bd85f [CFL] Rename cfl_alpha_ind to cfl_alpha_idx by Luc Trudeau · 8 years ago
  10. ea16687 Fix build with global motion disabled by Alex Converse · 8 years ago
  11. 619576b Deduplicate write_mb_modes_kf declaration by Alex Converse · 8 years ago
  12. 56bc7ef dr_prediction_z2: check that index into 'left' is valid. by Urvang Joshi · 8 years ago
  13. 14b8112 Extra rounding to let hw to use narrower integers. by Sean Purser-Haskell · 8 years ago
  14. f89056a [CFL] Add CFL alphas to inspection data by Luc Trudeau · 8 years ago
  15. f7a5ee5 More accurate chroma warping by David Barker · 8 years ago
  16. 40f22ef Partial IDCT 32x32 avx2 by Yi Luo · 8 years ago
  17. ee67432 Vectorize corner matching function by David Barker · 8 years ago
  18. f5733fa Use tx_size_wide/high_unit in get_txb_ctx() by Angie Chiang · 8 years ago
  19. 168445c Use get_level_count_mag() in get_level_ctx() by Angie Chiang · 8 years ago
  20. 20221d9 Add get_level_count_mag() by Angie Chiang · 8 years ago
  21. e21c081 [CFL] use CDF_SIZE macro by Luc Trudeau · 8 years ago
  22. f30ae3e Fix build at top of trunk by Jonathan Matthews · 8 years ago
  23. 2f28c2d Fix ifdef guard on av1_set_mode_cdfs() declaration. by Nathan E. Egge · 8 years ago
  24. c27ef0c Fix ifdef guard on av1_set_mv_cdfs() declaration. by Nathan E. Egge · 8 years ago
  25. 2879165 Force EC_MULTISYMBOL on when --enable-cfl. by Nathan E. Egge · 8 years ago
  26. 92400ab Enable build support for high-bitdepth by default by Sebastien Alaiwan · 8 years ago
  27. 945a6a1 Make cdef boundary condition check support 128x128 block by Jingning Han · 8 years ago
  28. 80f74b0 Simplify logic in write_modes_sb by Jingning Han · 8 years ago
  29. 23e4e7b Simplify ifdef's in encoder. by Nathan E. Egge · 8 years ago
  30. f35f527 Change to use defined macros by Yaowu Xu · 8 years ago
  31. 0f50dcd Change wedge primitive functions by Debargha Mukherjee · 8 years ago
  32. 7bb84f3 Lower base weight in difference modulated masks by Sarah Parker · 8 years ago
  33. 40a42d4 Fix for the use of prev frame mvs when ext-refs is on by David Barker · 8 years ago
  34. ad8be03 Build fix for ext-inter by Debargha Mukherjee · 8 years ago
  35. daa15e4 intrabc: Allow ext_tx transforms by Alex Converse · 8 years ago
  36. 1206a68 Re-add encoder speed 8, but without VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  37. 37fe5fb Prevent access array with -1 index by Yaowu Xu · 8 years ago
  38. 330aec8 rdopt.c: Add intra-only sanity checks. by Urvang Joshi · 8 years ago
  39. df06833 Fix enc/dec mismatch in ext-partition and cdef by Jingning Han · 8 years ago
  40. c44009c Rework inter prediction process in cb4x4 mode by Jingning Han · 8 years ago
  41. b507bf1 Reduce variable scope by Sebastien Alaiwan · 8 years ago
  42. fecb2ab resize-refactor: Change resizing process with helpers by Fergus Simpson · 8 years ago
  43. dd0d426 Remove the incorrect comment by Zoe Liu · 8 years ago
  44. 3ca58df A small cleanup on LOWDELAY_COMPOUND by Zoe Liu · 8 years ago
  45. 05685e9 Make convolve_round work with warped_motion by Angie Chiang · 8 years ago
  46. 930c51c Sync enc/dec for tempmv_signaling by Fangwen Fu · 8 years ago
  47. bad82f1 [CFL] Compute prediction block DC_PRED as double by Luc Trudeau · 8 years ago
  48. 2c31790 [CFL] Support for skip_chroma_rd in CB4X4 by Luc Trudeau · 8 years ago
  49. a7ebdae Remove an obsolete TODO about II_SMOOTH_PRED. by Urvang Joshi · 8 years ago
  50. 70bcb89 Make tile dependency experiment work with ext tile. by Fangwen Fu · 8 years ago
  51. 5d49314 Palette: avoid memory leak with encoder buffers by hui su · 8 years ago
  52. f6176ab Partial IDCT 16x16 avx2 by Yi Luo · 8 years ago
  53. e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago
  54. 0c33b15 Convert to use int64_t to aovid int oout-of-range by Yaowu Xu · 8 years ago
  55. 773e354 Palette: Special case for 2 unique colors. by Urvang Joshi · 8 years ago
  56. b72ab8f Deduplicate (inv/fwd)_txfm_cfg_ls arrays by Fred BARBIER · 8 years ago
  57. ed05799 Some cleanups on ext-inter config macros by Debargha Mukherjee · 8 years ago
  58. 30596fb [CFL] Change cfl_load to use width and height by Luc Trudeau · 8 years ago
  59. ebcdb25 Change plane_rd_mult inter uv param from 5 to 6 by Angie Chiang · 8 years ago
  60. b03545b Implement convolve_round in high bit-depth mode by Angie Chiang · 8 years ago
  61. 30edaf4 Cleanup inter_predictor and highbd_inter_predictor by Angie Chiang · 8 years ago
  62. 9d90097 Support CONFIG_GLOBAL_MOTION in the CMake build. by Tom Finegan · 8 years ago
  63. 03013c5 Revert "Upgrade to int64_t to avoid out-of-range" by Yaowu Xu · 8 years ago
  64. 5fb95f7 Palette: Handle case of too few unique centroids. by Urvang Joshi · 8 years ago
  65. 9395b34 Upgrade to int64_t to avoid out-of-range by Yaowu Xu · 8 years ago
  66. b5da9ee odintrin: avoid redef of M_* under visual studio by James Zern · 8 years ago
  67. d3b01b8 [CFL] Alpha choice by rate-distortion cost by David Michael Barr · 8 years ago
  68. 4ef7f7a Fix 4x16 row scan by Debargha Mukherjee · 8 years ago
  69. 11d5f73 Fix 16x4 col iscan by Yue Chen · 8 years ago
  70. 1ae93c1 Resolve undefined saitize warning in ransac by Debargha Mukherjee · 8 years ago
  71. 1aa07fa build_intra_preds: Remove unnecessary variable. by Urvang Joshi · 8 years ago
  72. cd0f6c4 Constify warped motion library by Yaowu Xu · 8 years ago
  73. 1867957 Add SMOOTH_PRED to interintra mode list by Yue Chen · 8 years ago
  74. e180478 ext_delta_q: Make this work with ec_smallmul. by Timothy B. Terriberry · 8 years ago
  75. 9116085 Remove undefined sanitize warnings in warperroradv by Debargha Mukherjee · 8 years ago
  76. 2a9d746 Add speed feature to control global motion compute by Debargha Mukherjee · 8 years ago
  77. 3040291 Improved 1d weights for smooth interintra by Yue Chen · 8 years ago
  78. fc4585b Initialize int variables to 0 instead of 0.0 by Yaowu Xu · 8 years ago
  79. 4235032 Change to use correct type for token_cost by Yaowu Xu · 8 years ago
  80. 1e4e5b9 Remove unnecessary const by Yaowu Xu · 8 years ago
  81. bbf7bb0 Simplify txfm code using helper function by Frederic Barbier · 8 years ago
  82. 7ae7aea Redo / refactor affine and rot-zoom least squares by Debargha Mukherjee · 8 years ago
  83. 9cc1065 Fix a conflict between ext-intra and alt-intra by hui su · 8 years ago
  84. 7afb8b7 Compute compound average in warp_plane only for COMPOUND_AVERAGE by Sarah Parker · 8 years ago
  85. f533400 [CFL] Alpha signaling by Luc Trudeau · 8 years ago
  86. 6d72a2f Remove unused variable ctx->pred_pixel_ready by Yushin Cho · 8 years ago
  87. e23d5c3 Make the binary codes library accounting enabled by Debargha Mukherjee · 8 years ago
  88. f5dc71e Use CHECK_MEM_ERROR while allocating memory by Yunqing Wang · 8 years ago
  89. e140c50 Merge ref-mv into codebase by Sebastien Alaiwan · 8 years ago
  90. 911c964 Fix compiler warnings on config_subframe_prob_update by Jingning Han · 8 years ago
  91. afe71d9 Remove the aom_codec_stream_info_t size field. by Ralph Giles · 8 years ago
  92. e4ba6aa Reduce variable scope by Sebastien Alaiwan · 8 years ago
  93. 0b95a6e Use AOMMAX and AOMMIN by Sebastien Alaiwan · 8 years ago
  94. 7dec6c4 Move eob/lossless check into av1_optimize_b by Angie Chiang · 8 years ago
  95. 10e1da9 Store pre_fc in AV1_COMMON rather than computing it on the spot. by Thomas Daede · 8 years ago
  96. 9fa0248 Repalce rand_r() to fix MSVC compiling by Yaowu Xu · 8 years ago
  97. 7c6d292 Fix incorrect comments by Yushin Cho · 8 years ago
  98. d8a423c Add SSSE3 warp filter + const-ify warp filters by David Barker · 8 years ago
  99. 0757fd8 resize-refacor: Remove changing of scale by rate control by Fergus Simpson · 8 years ago
  100. ed5a30f Remove subframe_prob_update experiment by hui su · 8 years ago