1. 0eea89f Remove SEPARATE_GLOBAL_MOTION macro by Sarah Parker · 8 years ago
  2. 65e159b Turn off global motion compute for scaled frames by Debargha Mukherjee · 8 years ago
  3. 405c857 Replace ref frame scaling with a better version by Debargha Mukherjee · 8 years ago
  4. 19bb349 [CFL] Compute alpha costs using av1_cost_symbol by Luc Trudeau · 8 years ago
  5. 4e81d92 [CFL] Convert cfl_alpha to q3 by Luc Trudeau · 8 years ago
  6. 65f2435 Remove a redundant #endif in entropymode.c by hui su · 8 years ago
  7. 7b35d73 Fix LOG_SWITCHABLE_FILTERS by Frederic Barbier · 8 years ago
  8. 7e243a1 Remove ";" after AVERAGE_TILE_CDFS by Luc Trudeau · 8 years ago
  9. 85b4900 Don't desync with the default encoder configuration. by Thomas Daede · 8 years ago
  10. a9529a3 Align cdf of ref-mv related symbols with recently optimized probs by Yue Chen · 8 years ago
  11. d9de81e Fix cdf declarations for a few symbols by Yue Chen · 8 years ago
  12. 3916082 entropy_stats: add python script for aggregating multi counts.stt by Yue Chen · 8 years ago
  13. ebced37 Add assert(tx_type == DCT_DCT) when FIXED_TX_TYPE. by Nathan E. Egge · 8 years ago
  14. d8782ff Fix cmake build with CONFIG_HIGHBITDEPTH=0. by Tom Finegan · 8 years ago
  15. 6a00268 Fix compile errors in quantize_func_test.cc on macos targets. by Tom Finegan · 8 years ago
  16. 9bb540d Fix conflict between globalmotion & frame scaling by Debargha Mukherjee · 8 years ago
  17. 6bdc40f Remove the EC_ADAPT experimental flags. by Nathan E. Egge · 8 years ago
  18. 9f5cedd Use tile context not frame context for segment_id coding. by Thomas Davies · 8 years ago
  19. ce7272d NEW_MULTISYMBOL: use CDFs for palette tree coding. by Thomas Davies · 8 years ago
  20. 04e5aa7 Adapt motion mode syntax. by Thomas Davies · 8 years ago
  21. 0a2dab2 Fix the build with nasm. by Tom Finegan · 8 years ago
  22. 4ee9300 dct tests: quiet unused param warnings by James Zern · 8 years ago
  23. d9b5726 NEW_MULTISYMBOL: adapt obmc syntax. by Thomas Davies · 8 years ago
  24. d1b8c2a Optimize default probability tables for most prediction tools by Yue Chen · 8 years ago
  25. 985bfc3 NEW_MULTISYMBOL: adapt transform partition split. by Thomas Davies · 8 years ago
  26. 708c1ec Inter and intra LGTs by Lester Lu · 8 years ago
  27. 7651b73 [CFL] Q0 DC_Pred by Luc Trudeau · 8 years ago
  28. e0f3a75 inv_txfm accuracy test: use right cos_bit precision by Sebastien Alaiwan · 8 years ago
  29. 69f2ada idct tests: rename member variable by Sebastien Alaiwan · 8 years ago
  30. 7256eb5 idct tests: simplify function pointer by Sebastien Alaiwan · 8 years ago
  31. fef2fa7 tx tests: avoid dynamic memory allocation by Sebastien Alaiwan · 8 years ago
  32. bc2e01c Clarify comments on kf_y_cdf to explain usage. by Thomas Davies · 8 years ago
  33. 84d3599 Improve support for AOMAnalyzer in the CMake build. by Tom Finegan · 8 years ago
  34. f1da631 Minor refactor to reduce unnecessary mem alloc by Cheng Chen · 8 years ago
  35. 657eaf1 entropy: fix build for --disable-ext_inter by Tristan Matthews · 8 years ago
  36. 505f006 Fix frame scaling prediction by Fergus Simpson · 8 years ago
  37. 1583614 Changed scaling of MVs to use higher precision. by Debargha Mukherjee · 8 years ago
  38. 65b80fd Increase prec of resize library, correct offsets by Debargha Mukherjee · 8 years ago
  39. 6c933e1 av1_inv_txfm2d_test: Remove suffix on local variable name by Sebastien Alaiwan · 8 years ago
  40. 93cb2dd Disable the CONFIG_VAR_TX_NO_TX_MODE flag in cmake. by Nathan E. Egge · 8 years ago
  41. a0c1638 Fix a logic error with cb4x4 disabled by David Barker · 8 years ago
  42. 073590e Disable lpf across tile in AV1ExtTileTest by Yaowu Xu · 8 years ago
  43. a33304f Add VAR_TX_NO_TX_MODE experiment. by Nathan E. Egge · 8 years ago
  44. d8b1ddc Signature changes for the LGT experiment by Lester Lu · 8 years ago
  45. cff9171 NEW_MULTISYMBOL: adapt remaining INTERINTRA syntax elements. by Thomas Davies · 8 years ago
  46. 299ff04 INTERINTRA : adapt interintra_mode as cdf. by Thomas Davies · 8 years ago
  47. a14f2bb cmake: fix setting CMAKE_BUILD_TYPE default by James Zern · 8 years ago
  48. d8dac22 Adapt the compound_type syntax element. by Thomas Davies · 8 years ago
  49. e4c6fc1 Encode superframes in front by Sebastien Alaiwan · 8 years ago
  50. 627e2fd Remove the token state array from optimize_b_greedy. by Kyle Siefring · 8 years ago
  51. ba5f187 [ncobmc]: Supporting var-tx by Wei-Ting Lin · 8 years ago
  52. 99eaa0e Fix compiling bug for ext-inter cdf coding by Wei-Ting Lin · 8 years ago
  53. 8a516a8 Re-order intra modes during RD search by hui su · 8 years ago
  54. 475fc9d [CFL] Fewer bits for fixed point by Luc Trudeau · 8 years ago
  55. af7846e fix a bug in update_boundary info function by U-AMR\zlei3 · 8 years ago
  56. 2e6cb7e [CFL] Convert dc_pred to fixed point by Luc Trudeau · 8 years ago
  57. 64a2fb8 Fix compiler bug of interintra exp by Angie Chiang · 8 years ago
  58. 8c08a33 EXT_INTER: CDF coding for inter_compound_mode. by Thomas Davies · 8 years ago
  59. 4755817 Speed up txk search function by Jingning Han · 8 years ago
  60. 2f42d77 Make var-tx context update support lv-map context sets by Jingning Han · 8 years ago
  61. 1643a0a Fix tx type cost estimate in txk-sel by Jingning Han · 8 years ago
  62. 4430975 Inline temporary by Sebastien Alaiwan · 8 years ago
  63. 2cbf1a2 Remove #if guard by Sebastien Alaiwan · 8 years ago
  64. 7a6e87b Reduce scope of temporary arrays by Sebastien Alaiwan · 8 years ago
  65. b5138be Avoid dynamic memory allocation by Sebastien Alaiwan · 8 years ago
  66. f7829f4 Reduce scope of 'count_' by Sebastien Alaiwan · 8 years ago
  67. d0f7ba1 ncobmc_adapt_weight: allow the usage of new motion mode by Wei-Ting Lin · 8 years ago
  68. bfe2827 [CFL] Fixed point implementation for tx average by Luc Trudeau · 8 years ago
  69. 0367894 [CFL] Compute Average Over TX Block Instead of Pred Block by Luc Trudeau · 8 years ago
  70. 5c453db [CFL] clip CFL prediction to avoid overflow by Luc Trudeau · 8 years ago
  71. 4aee17d analyzer: escape build config by Michael Bebenita · 8 years ago
  72. 6b4d4c4 Remove unused code by Zoe Liu · 8 years ago
  73. e57d632 Support ext-tx in transform kernel selection by Jingning Han · 8 years ago
  74. 42595a7 Cleanup dead code by Frederic Barbier · 8 years ago
  75. f636d5c Disable CDEF signaling when all segments are lossless. by Thomas Daede · 8 years ago
  76. 5a995d7 Fix skip cost estimate in lv-map by Jingning Han · 8 years ago
  77. 56359d4 Remove redundant call to av1_search_txk_type by Jingning Han · 8 years ago
  78. 5bb3a74 Remove the symbol counts for intra with EC_ADAPT. by Nathan E. Egge · 8 years ago
  79. 788ed89 Remove the intra probs when EC_ADAPT enabled. by Nathan E. Egge · 8 years ago
  80. 7e55571 AOM_QM: constrain high-weight matrices to stay in 8 bits. by Thomas Davies · 8 years ago
  81. 8a37934 Revert "Always use the 16-bit coding path" by Jingning Han · 8 years ago
  82. 780d249 [CFL] Adjust Pixel Buffer for Chroma Sub8x8 by Luc Trudeau · 8 years ago
  83. f9333f5 Fix a bug in block mismatch debugging by Zoe Liu · 8 years ago
  84. 5694aa7 Remove the av1_intra_mode_tree const with EC_ADAPT. by Nathan E. Egge · 8 years ago
  85. 693eedd Use CDFs to compute all intra mode related costs. by Nathan E. Egge · 8 years ago
  86. 858e238 Remove Unused UPDATE_RD_COST macro by Guillaume Martres · 8 years ago
  87. 3409c0d Fix typo in error message by David Barker · 8 years ago
  88. f7b6756 Fix warning in test code by Sebastien Alaiwan · 8 years ago
  89. 910f479 simd_cmp_impl,S64_V256V256: use correct store fn by James Zern · 8 years ago
  90. 62db3dc libwebm/README.libaom: correct local changes by James Zern · 8 years ago
  91. 5caf2c4 Add a new coding tool of gf_groups by Zoe Liu · 8 years ago
  92. ff5b2f4 Add support for Visual Studio 2017 by James Zern · 8 years ago
  93. 69eab5c roll libwebm snapshot by James Zern · 8 years ago
  94. e3afdd8 Fix bug when cb4x4 is disabled by David Barker · 8 years ago
  95. 161e339 Clean up tools/build_inspector.sh. by Tom Finegan · 8 years ago
  96. 614bf34 Small fixes in CMake analyzer build. by Tom Finegan · 8 years ago
  97. 3d264da Always use the 16-bit coding path by Sebastien Alaiwan · 8 years ago
  98. 8a65f9f Fix unit tests with --disable-lowbitdepth by Sebastien Alaiwan · 8 years ago
  99. 4a84134 Remove unused av1_token encodings. by Nathan E. Egge · 8 years ago
  100. b03c2f4 [CFL] Assert that luma buffer is not bigger than chroma surface by Luc Trudeau · 8 years ago