1. 53f93db Add new MRC_DCT tx type by Sarah Parker · 8 years ago
  2. c2502b5 Make ext_tile compatible with reference_buffer by Yunqing Wang · 8 years ago
  3. 5b70174 Make intra coding processed in 64x64 unit by Jingning Han · 8 years ago
  4. c2b797f Make maximum transform coding unit 64x64 for inter blocks by Jingning Han · 8 years ago
  5. b7b60c5 New experiment DIST_8x8 by Yushin Cho · 8 years ago
  6. 68ad7a6 Add a new experiment "altref2" by Zoe Liu · 8 years ago
  7. 11934b0 Silence obj file has no symbols warning. by Tom Finegan · 8 years ago
  8. c42a835 Sync CMake build with configure build. by Tom Finegan · 8 years ago
  9. 19b5c8f Rework txk_type indexing system for chroma component by Jingning Han · 8 years ago
  10. a5378e7 Clean CLPF local function by Cheng Chen · 8 years ago
  11. 74ad091 Don't clobber |allow_screen_content_tools|. by Alex Converse · 8 years ago
  12. 2f7d37b Revert "aomenc: remove config control of "allow_screen_content_tools"" by Alex Converse · 8 years ago
  13. 2c6ca5f enable parallel_deblocking experiment by default by Ryan Lei · 8 years ago
  14. 4fe940a Avoid explicit memory management by Sebastien Alaiwan · 8 years ago
  15. 4f34518 Remove dead VP8 test file by Sebastien Alaiwan · 8 years ago
  16. 08a22a6 Add flag inter_stats_only by Angie Chiang · 8 years ago
  17. c26ee9b Adjust the prob update order of coeff_base by Angie Chiang · 8 years ago
  18. 222f9d7 [chroma_sub8x8] Fix to chroma boundary calc by Joe Young · 8 years ago
  19. 2fc2309 Make bgsprite match temporal filtering. by Todd Nguyen · 8 years ago
  20. 27319b6 Unify FWD_TXFM_PARAM and INV_TXFM_PARAM by Lester Lu · 8 years ago
  21. d27f5e2 lv_map clean-up: merge get_nz_map_ctx/2 by Angie Chiang · 8 years ago
  22. 0c6244b refactor get_tx_size() and get_uv_tx_size() by hui su · 8 years ago
  23. f7c4bf5 Sync CMake build with the configure build. by Tom Finegan · 8 years ago
  24. 4a3a9c0 Set SOVERSION in CMake shared library builds. by Tom Finegan · 8 years ago
  25. 88ea635 Fix CMake shared library build. by Tom Finegan · 8 years ago
  26. 8b730a5 Avoid use of 'assert' in unit tests by Sebastien Alaiwan · 8 years ago
  27. df971aa Remove dead file by Sebastien Alaiwan · 8 years ago
  28. 5ee2808 lgt: delete unnecessary code by Lester Lu · 8 years ago
  29. ca710d6 ncobmc_adapt_weight: read/write ncobmc mode by Wei-Ting Lin · 8 years ago
  30. 6c998d7 Avoid sending gm params if source and ref are different sizes by Sarah Parker · 8 years ago
  31. 1bc8286 Sample selection in warped motion by Yunqing Wang · 8 years ago
  32. d98661c selfguided_filter_test: Remove unnecessary memset. by Urvang Joshi · 8 years ago
  33. 45b6475 refactor get_tx_type() by hui su · 8 years ago
  34. 1b5328e aomenc: remove config control of "allow_screen_content_tools" by hui su · 8 years ago
  35. 8e43f21 Fix a bug of default_motion_mode_prob array size mismatch by Wei-Ting Lin · 8 years ago
  36. 284653e Treat test sources that do not contain instrinsics normally. by Tom Finegan · 8 years ago
  37. d5aff9d Report status when test_runner.cmake completes. by Tom Finegan · 8 years ago
  38. ed9e0d0 Unify the many definitions of NELEMENTS by Sebastien Alaiwan · 8 years ago
  39. 49bb8f8 Fix mismatch between SSE2 and C versions of HBD upsampled_pred. by Thomas Daede · 8 years ago
  40. 2510f64 [CFL] Move alpha picking code to rdopt.c by David Michael Barr · 8 years ago
  41. eeb08a9 Make EXT_TILE compatible with TILE_GROUPS by Yunqing Wang · 8 years ago
  42. 7739752 Frame scaling prediction for highbitdepth pt 2 by Debargha Mukherjee · 8 years ago
  43. fd5ab96 Add config flag for mrc based transform experiment by Sarah Parker · 8 years ago
  44. 77c4118 ncobmc_adapt_weight: avoid transmitting unnecessary bits by Wei-Ting Lin · 8 years ago
  45. 8e6267f NEW_MULTISYMBOL: Fix sizes of default CDFs. by Thomas Davies · 8 years ago
  46. 686d4fd Refactor av1_build_inter_predictors_sb(). by Urvang Joshi · 8 years ago
  47. 818005b Support frame scaling prediction for highbitdepth by Debargha Mukherjee · 8 years ago
  48. 105b72c Handle hbd in is_screen_content() by hui su · 8 years ago
  49. 0002135 NEW_MULTISYMBOL: add CDF for segment_id prediction. by Thomas Davies · 8 years ago
  50. 7eab9ff Refactor get_tx_type indexing by Jingning Han · 8 years ago
  51. 1c318d5 Remove some commented out code by Debargha Mukherjee · 8 years ago
  52. 14cb860 Add coding path sync test by Sebastien Alaiwan · 8 years ago
  53. 04cef49 Speed up convolve_round post-rounding by avx2 by Yi Luo · 8 years ago
  54. e0794b5 Prevent negative variance in 10/12-bit. by Peter de Rivaz · 8 years ago
  55. 2cf590f Remove deprecated av1_build_inter_predictor_sub8x8 function by Jingning Han · 8 years ago
  56. 077e320 Resolve performance regression in compound rounding and segment by Jingning Han · 8 years ago
  57. b8b14a9 COMPOUND_SINGLEREF: replace deprecated tree coding. by Thomas Davies · 8 years ago
  58. aff92d5 Make last_bipred_frame a reference frame by Zoe Liu · 8 years ago
  59. 9bcff19 ncobmc_adapt_weight: add motion mode cdf by Wei-Ting Lin · 8 years ago
  60. 26897d1 Make CDEF local functions static by Cheng Chen · 8 years ago
  61. 52c5173 warped_motion: disable warped_motion mode if ref frame is scaled by Yue Chen · 8 years ago
  62. d9a812b Automatically turn on/off screen content tools by hui su · 8 years ago
  63. 93c39e9 ext-partition-types: Add 4:1 partitions by Rupert Swarbrick · 8 years ago
  64. 328d57b Fix chroma component boundary context update in RD loop by Jingning Han · 8 years ago
  65. 02078a3 Add CONFIG_DAALA_DCT4 experiment. by Monty Montgomery · 8 years ago
  66. 77b04c8 Add calls to vertical/horizontal trapezoidal warping functions by Sarah Parker · 8 years ago
  67. 007b2ee Add information about test sharding to README.md. by Tom Finegan · 8 years ago
  68. 9a04879 Allow control of test data path via CMake. by Tom Finegan · 8 years ago
  69. cd4f4a2 Fix pvq for cb4x4 and maintain its configure by Yushin Cho · 8 years ago
  70. 554d2c3 Minor refactor to match the 4x4 forward transform. by Monty Montgomery · 8 years ago
  71. d032a44 Write av1 files as webm instead of mkv. by Ralph Giles · 8 years ago
  72. 7865349 Sync CDF initialisations with probs. by Thomas Davies · 8 years ago
  73. 9803b94 Fix build error with interintra mode enabled by Rupert Swarbrick · 8 years ago
  74. e886d22 entropymode: fix sizeof mismatch by Tristan Matthews · 8 years ago
  75. dff4192 [CFL] Add CfL Alpha cost to RDO by Luc Trudeau · 8 years ago
  76. fcf5fa2 Further work on ext-comp-refs for ref frame coding by Zoe Liu · 8 years ago
  77. 9c52192 Fix a bug when LGT and PVQ are both on. by Lester Lu · 8 years ago
  78. cb55dad Add CONFIG_DCT_ONLY experiment. by Monty Montgomery · 8 years ago
  79. 0eea89f Remove SEPARATE_GLOBAL_MOTION macro by Sarah Parker · 8 years ago
  80. 65e159b Turn off global motion compute for scaled frames by Debargha Mukherjee · 8 years ago
  81. 405c857 Replace ref frame scaling with a better version by Debargha Mukherjee · 8 years ago
  82. 19bb349 [CFL] Compute alpha costs using av1_cost_symbol by Luc Trudeau · 8 years ago
  83. 4e81d92 [CFL] Convert cfl_alpha to q3 by Luc Trudeau · 8 years ago
  84. 65f2435 Remove a redundant #endif in entropymode.c by hui su · 8 years ago
  85. 7b35d73 Fix LOG_SWITCHABLE_FILTERS by Frederic Barbier · 8 years ago
  86. 7e243a1 Remove ";" after AVERAGE_TILE_CDFS by Luc Trudeau · 8 years ago
  87. 85b4900 Don't desync with the default encoder configuration. by Thomas Daede · 8 years ago
  88. a9529a3 Align cdf of ref-mv related symbols with recently optimized probs by Yue Chen · 8 years ago
  89. d9de81e Fix cdf declarations for a few symbols by Yue Chen · 8 years ago
  90. 3916082 entropy_stats: add python script for aggregating multi counts.stt by Yue Chen · 8 years ago
  91. ebced37 Add assert(tx_type == DCT_DCT) when FIXED_TX_TYPE. by Nathan E. Egge · 8 years ago
  92. d8782ff Fix cmake build with CONFIG_HIGHBITDEPTH=0. by Tom Finegan · 8 years ago
  93. 6a00268 Fix compile errors in quantize_func_test.cc on macos targets. by Tom Finegan · 8 years ago
  94. 9bb540d Fix conflict between globalmotion & frame scaling by Debargha Mukherjee · 8 years ago
  95. 6bdc40f Remove the EC_ADAPT experimental flags. by Nathan E. Egge · 8 years ago
  96. 9f5cedd Use tile context not frame context for segment_id coding. by Thomas Davies · 8 years ago
  97. ce7272d NEW_MULTISYMBOL: use CDFs for palette tree coding. by Thomas Davies · 8 years ago
  98. 04e5aa7 Adapt motion mode syntax. by Thomas Davies · 8 years ago
  99. 0a2dab2 Fix the build with nasm. by Tom Finegan · 8 years ago
  100. 4ee9300 dct tests: quiet unused param warnings by James Zern · 8 years ago