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