1. 846d67d frame_superres: Send scale every frame by Fergus Simpson · 8 years ago
  2. 02c7974 Fix conflicts between alt-intra, ext-intra and filter-intra by hui su · 8 years ago
  3. efdad1f Add NELEMENTS() macro in aom_dsp/aom_dsp_common.h by hui su · 8 years ago
  4. 69d2101 Use single reference frame for 4x4 coding block in chroma-sub8x8 by Jingning Han · 8 years ago
  5. 36bad47 Rewrite an operation to avoid integer out-of-range by Yaowu Xu · 8 years ago
  6. d438dba fix a warning with windows build by Ryan · 8 years ago
  7. 3f1ae4e Fix HBD compilation of daala_dist by Sebastien Alaiwan · 8 years ago
  8. f6429c9 Skew initial probabilities for wedge/comp-segment by Debargha Mukherjee · 8 years ago
  9. 0c18b2c Improve refinement search for Wiener filter by Debargha Mukherjee · 8 years ago
  10. 58616eb Further speedups to warp filter by David Barker · 8 years ago
  11. 6496fe9 Use include consistently by Yaowu Xu · 8 years ago
  12. aaa65f2 Correct function signature for Visual Studio by Yi Luo · 8 years ago
  13. fa4ff85 Palette: use uint16_t to store palette colors by hui su · 8 years ago
  14. 52b1416 half_btf_avx2: correct fn sig for visual studio by James Zern · 8 years ago
  15. ad66b81 Merge NEW_TOKENSET experiment into EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  16. 12c0bc0 [intra-edge] Filter intra edge samples by Joe Young · 8 years ago
  17. d097ec1 Fix debugmodes file by Yunqing Wang · 8 years ago
  18. f059daa Add missing include for MAX_SEGMENTS define. by Nathan E. Egge · 8 years ago
  19. b09b55d [CFL] Add support for intra in inter by Luc Trudeau · 8 years ago
  20. e46382a intrabc: Fix build when palette is disabled by Alex Converse · 8 years ago
  21. 28d15c7 Experimental high precision convolve for Wiener by Debargha Mukherjee · 8 years ago
  22. 2ab63cb Integrate partial IDCT to adapt_scan by Yi Luo · 8 years ago
  23. 817ddb7 Fix HBD compilation of pvq by Sebastien Alaiwan · 8 years ago
  24. 34f4fd3 Some minor changes in wedge generation code by Debargha Mukherjee · 8 years ago
  25. e39e2ee Add finer search for wiener filter parameters by Debargha Mukherjee · 8 years ago
  26. 7bfa867 Fix filter_intra overflow by Yue Chen · 8 years ago
  27. 3502d08 frame-superres: Pre-encode downscaling by Fergus Simpson · 8 years ago
  28. 44c2bad intrabc: Add a DV prediction scheme derived from ref_mv by Alex Converse · 8 years ago
  29. 40bc8b8 Clean up on getting the compound mode context by Zoe Liu · 8 years ago
  30. 0743857 Only seed motion search with mvrefs if they are available. by Thomas Daede · 8 years ago
  31. 25d5882 Fix invalid assertion by Ryan · 8 years ago
  32. 5bedd5d idct16x16_sse4_1: correct fn sig for visual studio by James Zern · 8 years ago
  33. 70d9acc Avoid left shift of negative numbers by Yaowu Xu · 8 years ago
  34. 4013132 Silence a warning of conversion to int16_t by Yaowu Xu · 8 years ago
  35. a9c4e51 Add some missing sources to fix the CMake build. by Tom Finegan · 8 years ago
  36. 0a98110 Fix allocation for least squares by Debargha Mukherjee · 8 years ago
  37. 0ba850e Palette_delta_encoding: compile fix. by Urvang Joshi · 8 years ago
  38. 52a2c83 idct_intrin_sse2,fliplr*: use *in instead of in[] by James Zern · 8 years ago
  39. d0545b3 iidtx4_sse2: silence tran_high conv warning by James Zern · 8 years ago
  40. 378644c warped motion: fix some UBsan errors. by Urvang Joshi · 8 years ago
  41. 33567b2 Palette: use color cache to compress base colors by hui su · 8 years ago
  42. 090bb60 frame_superres: Move av1_scale_if_requrired to common by Fergus Simpson · 8 years ago
  43. 6e3557c Split av1_warp_erroradv into av1_{frame,warp}_error. by emilkeyder@google.com · 8 years ago
  44. 1dcb707 Fix HBD compilation of intrabc by Sebastien Alaiwan · 8 years ago
  45. 64ed2ce [CFL] Fix undeclared 'cm' when EC_ADAPT disabled by Luc Trudeau · 8 years ago
  46. 14af5b9 Simplify conditions on bitdepth by Sebastien Alaiwan · 8 years ago
  47. e8dfbcf [CFL] Remove explicit dependency on EC_ADAPT by Luc Trudeau · 8 years ago
  48. 0412019 [CFL] move cfl_idx_to_alpha to header by Luc Trudeau · 8 years ago
  49. bcfb0e1 Build fix with interintra alone by Debargha Mukherjee · 8 years ago
  50. 9bab28b [CFL] Reduce arrays used in inspection by Luc Trudeau · 8 years ago
  51. f436b12 [CFL] Check for uninitialized signs by Luc Trudeau · 8 years ago
  52. 4d26acb Add CONFIG_INTERINTRA flags and reduce # of interintra modes to 4 by Yue Chen · 8 years ago
  53. 4c6d436 Handle tx64x64 correctly in get_entropy_contexts. by Urvang Joshi · 8 years ago
  54. a9bd85f [CFL] Rename cfl_alpha_ind to cfl_alpha_idx by Luc Trudeau · 8 years ago
  55. ea16687 Fix build with global motion disabled by Alex Converse · 8 years ago
  56. 619576b Deduplicate write_mb_modes_kf declaration by Alex Converse · 8 years ago
  57. 56bc7ef dr_prediction_z2: check that index into 'left' is valid. by Urvang Joshi · 8 years ago
  58. 14b8112 Extra rounding to let hw to use narrower integers. by Sean Purser-Haskell · 8 years ago
  59. f89056a [CFL] Add CFL alphas to inspection data by Luc Trudeau · 8 years ago
  60. f7a5ee5 More accurate chroma warping by David Barker · 8 years ago
  61. 40f22ef Partial IDCT 32x32 avx2 by Yi Luo · 8 years ago
  62. ee67432 Vectorize corner matching function by David Barker · 8 years ago
  63. f5733fa Use tx_size_wide/high_unit in get_txb_ctx() by Angie Chiang · 8 years ago
  64. 168445c Use get_level_count_mag() in get_level_ctx() by Angie Chiang · 8 years ago
  65. 20221d9 Add get_level_count_mag() by Angie Chiang · 8 years ago
  66. e21c081 [CFL] use CDF_SIZE macro by Luc Trudeau · 8 years ago
  67. f30ae3e Fix build at top of trunk by Jonathan Matthews · 8 years ago
  68. 2f28c2d Fix ifdef guard on av1_set_mode_cdfs() declaration. by Nathan E. Egge · 8 years ago
  69. c27ef0c Fix ifdef guard on av1_set_mv_cdfs() declaration. by Nathan E. Egge · 8 years ago
  70. 2879165 Force EC_MULTISYMBOL on when --enable-cfl. by Nathan E. Egge · 8 years ago
  71. 92400ab Enable build support for high-bitdepth by default by Sebastien Alaiwan · 8 years ago
  72. 945a6a1 Make cdef boundary condition check support 128x128 block by Jingning Han · 8 years ago
  73. 80f74b0 Simplify logic in write_modes_sb by Jingning Han · 8 years ago
  74. 23e4e7b Simplify ifdef's in encoder. by Nathan E. Egge · 8 years ago
  75. f35f527 Change to use defined macros by Yaowu Xu · 8 years ago
  76. 0f50dcd Change wedge primitive functions by Debargha Mukherjee · 8 years ago
  77. 7bb84f3 Lower base weight in difference modulated masks by Sarah Parker · 8 years ago
  78. 40a42d4 Fix for the use of prev frame mvs when ext-refs is on by David Barker · 8 years ago
  79. ad8be03 Build fix for ext-inter by Debargha Mukherjee · 8 years ago
  80. daa15e4 intrabc: Allow ext_tx transforms by Alex Converse · 8 years ago
  81. 1206a68 Re-add encoder speed 8, but without VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  82. 37fe5fb Prevent access array with -1 index by Yaowu Xu · 8 years ago
  83. 330aec8 rdopt.c: Add intra-only sanity checks. by Urvang Joshi · 8 years ago
  84. df06833 Fix enc/dec mismatch in ext-partition and cdef by Jingning Han · 8 years ago
  85. c44009c Rework inter prediction process in cb4x4 mode by Jingning Han · 8 years ago
  86. b507bf1 Reduce variable scope by Sebastien Alaiwan · 8 years ago
  87. fecb2ab resize-refactor: Change resizing process with helpers by Fergus Simpson · 8 years ago
  88. dd0d426 Remove the incorrect comment by Zoe Liu · 8 years ago
  89. 3ca58df A small cleanup on LOWDELAY_COMPOUND by Zoe Liu · 8 years ago
  90. 05685e9 Make convolve_round work with warped_motion by Angie Chiang · 8 years ago
  91. 930c51c Sync enc/dec for tempmv_signaling by Fangwen Fu · 8 years ago
  92. bad82f1 [CFL] Compute prediction block DC_PRED as double by Luc Trudeau · 8 years ago
  93. 2c31790 [CFL] Support for skip_chroma_rd in CB4X4 by Luc Trudeau · 8 years ago
  94. a7ebdae Remove an obsolete TODO about II_SMOOTH_PRED. by Urvang Joshi · 8 years ago
  95. 70bcb89 Make tile dependency experiment work with ext tile. by Fangwen Fu · 8 years ago
  96. 5d49314 Palette: avoid memory leak with encoder buffers by hui su · 8 years ago
  97. f6176ab Partial IDCT 16x16 avx2 by Yi Luo · 8 years ago
  98. e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago
  99. 0c33b15 Convert to use int64_t to aovid int oout-of-range by Yaowu Xu · 8 years ago
  100. 773e354 Palette: Special case for 2 unique colors. by Urvang Joshi · 8 years ago