1. 94ad370 Merge FRAME_SUPERRES into HORZONLY_FRAME_SUPERRES. by Urvang Joshi · 7 years ago
  2. 317002f Monochrome control now in colorspace header by Imdad Sardharwalla · 7 years ago
  3. 938710c Change q_segmentation to spatial_segmentation by Rostislav Pehlivanov · 7 years ago
  4. d4d8b86 Update the experiment of ref-adapt by Zoe Liu · 7 years ago
  5. b0460fa Remove ANS experiment by Sebastien Alaiwan · 7 years ago
  6. b49c6ae Add the speed feature structure for codec dev by Jingning Han · 7 years ago
  7. 8a5d343 Overwrite frame level skip mode flag if no usage by Zoe Liu · 7 years ago
  8. dcb3cff Don't send chroma data in monochrome mode by Rupert Swarbrick · 7 years ago
  9. dfcbfbd intrabc: use its own mv cost table by Hui Su · 7 years ago
  10. 1aeee2e Remove experimental flag of CDEF by Frederic Barbier · 7 years ago
  11. e0b1599 Plumb in a "monochrome" flag by Rupert Swarbrick · 7 years ago
  12. e44c622 Add command-line -enable-cdef option by Steinar Midtskogen · 7 years ago
  13. 8587878 Add flag to indicate if intrabc is used by Hui Su · 7 years ago
  14. f624dd5 Add the q_segmentation experiment by Rostislav Pehlivanov · 7 years ago
  15. f2e7a39 Make apply_encoding_flags work when lag_in_frames > 0 by Yunqing Wang · 7 years ago
  16. f452fdf Speed up ref selection by enforcing max 6 frames by Zoe Liu · 7 years ago
  17. 9a50fec Update the encoder flags for reference frames using and updating by Yunqing Wang · 7 years ago
  18. 77fb5be Speed up one-sided compound mode (ext-comp-refs) by Zoe Liu · 7 years ago
  19. 0e141b5 Allow to disable the probability update by Yunqing Wang · 7 years ago
  20. e39b3b8 Correct token allocation size for tiles by Yaowu Xu · 7 years ago
  21. 1bc94fc Remove experimental flag of MOTION_VAR by Sebastien Alaiwan · 7 years ago
  22. 4879580 Remove experimental flag of GLOBAL_MOTION by Sebastien Alaiwan · 7 years ago
  23. ce63e83 Make space for palette tokens in get_token_alloc by Rupert Swarbrick · 7 years ago
  24. 1a96c3f Simplify the search in pickrst.c by Rupert Swarbrick · 7 years ago
  25. 522c989 Properly compute token buffer size by Yaowu Xu · 7 years ago
  26. d0b77ac Remove PVQ code by Yushin Cho · 7 years ago
  27. 6ea917e Remove CONFIG_CB4X4 config flags by Debargha Mukherjee · 7 years ago
  28. 0a86a7d Fix mem corruption due to undersized token buffer by Sebastien Alaiwan · 7 years ago
  29. 365e644 Remove compile guards for CONFIG_EXT_REFS by Sebastien Alaiwan · 7 years ago
  30. 6aabba0 Remove unused allocation for last_frame_db by Debargha Mukherjee · 7 years ago
  31. 6da4230 Add ALT_MIN_LAG by Yaowu Xu · 7 years ago
  32. de71d14 FRAME_SUPERRES: Rework to use scale factor of 8/D by Urvang Joshi · 7 years ago
  33. 26ad0b2 MAX_TILE: Allow list of tile widths/heights by Dominic Symes · 8 years ago
  34. 5e70a11 Deduplicate use_reference_buffer/frame_id_numbers_present_flag by David Barker · 7 years ago
  35. 9293bce Remove experiment speed_refs by Yaowu Xu · 8 years ago
  36. 3ab20b4 Remove delta_q experimental flag. by Thomas Davies · 8 years ago
  37. 778023d Add sequence (kf) level flag for reference buffer by Debargha Mukherjee · 8 years ago
  38. ccb2726 Misc. resize fixes along with the resize test by Debargha Mukherjee · 8 years ago
  39. f58f111 MAX_TILE experiment: add explicit tiles by Dominic Symes · 8 years ago
  40. 3b63524 Adaptive Motion Vector Resolution by RogerZhou · 8 years ago
  41. 7166f22 Add a q index based frame superres mode by Debargha Mukherjee · 8 years ago
  42. 8dd1c98 Add encoder support for multi-layer GF 16 by Zoe Liu · 8 years ago
  43. 46f30c7 Remove av1_ prefix and make functions static by Cheng Chen · 8 years ago
  44. f271a95 Refactor defining the GF group in first pass by Zoe Liu · 8 years ago
  45. 3ac2093 Enable altref2 by default and merge it into ext-refs by Zoe Liu · 8 years ago
  46. 0fbe33d signed char -> int8_t for consistency by Yaowu Xu · 8 years ago
  47. cad9fb5 Do not allocate leaf nodes in pc tree when CB4x4 is on by Hui Su · 8 years ago
  48. b53682f Remove probablity model for coeffecient tokens by hui su · 8 years ago
  49. f5a4d3b Refactor lv-map coefficient buffers by Jingning Han · 8 years ago
  50. 01a9d70 Revert "Update cdf and mode rate per superblock in RDO" by James Zern · 8 years ago
  51. 71efd84 Turn off bgsprite depending on firstpass metrics. by Todd Nguyen · 8 years ago
  52. b855b8e Update cdf and mode rate per superblock in RDO by Yue Chen · 8 years ago
  53. 4c3d476 Tune the decision on the GF group interval by Zoe Liu · 8 years ago
  54. 01d43e1 Make CONFIG_COLORSPACE_HEADERS public API changes unconditional. by Tom Finegan · 8 years ago
  55. d808bfc Add --enable-dist-8x8, rename existing '--tune' as '--tune-metric' by Yushin Cho · 8 years ago
  56. 497d195 Normalize set/get reference ctrls to use ref frame index. by Thomas Daede · 8 years ago
  57. c6300aa Remove PALETTE flag by Urvang Joshi · 8 years ago
  58. cc5d35d hash based motion estimation for screen data by RogerZhou · 8 years ago
  59. e9b15e2 Add encoder support to ALTREF2 by Zoe Liu · 8 years ago
  60. da4d8b9 Add new experiment: frame_context_signaling. by Thomas Daede · 8 years ago
  61. b23d00a Move mode costs that can be updated inside a frame to MACROBLOCK by Yue Chen · 8 years ago
  62. d6d9eee [CFL] UV_PREDICTION_MODE by Luc Trudeau · 8 years ago
  63. 53a04f6 Disable extra altref and bwdref for still gf group by Di Chen · 8 years ago
  64. b25ba50 Remove the CONFIG_TILE_GROUPS experimental flag. by Thomas Davies · 8 years ago
  65. 74ad091 Don't clobber |allow_screen_content_tools|. by Alex Converse · 8 years ago
  66. 2f7d37b Revert "aomenc: remove config control of "allow_screen_content_tools"" by Alex Converse · 8 years ago
  67. 1b5328e aomenc: remove config control of "allow_screen_content_tools" by hui su · 8 years ago
  68. eeb08a9 Make EXT_TILE compatible with TILE_GROUPS by Yunqing Wang · 8 years ago
  69. 9bcff19 ncobmc_adapt_weight: add motion mode cdf by Wei-Ting Lin · 8 years ago
  70. d9a812b Automatically turn on/off screen content tools by hui su · 8 years ago
  71. 93c39e9 ext-partition-types: Add 4:1 partitions by Rupert Swarbrick · 8 years ago
  72. 6bdc40f Remove the EC_ADAPT experimental flags. by Nathan E. Egge · 8 years ago
  73. 5d24b6f encoder: Remove 64x upsampled reference buffers by Timothy B. Terriberry · 8 years ago
  74. 87cf61b scaling: Add kf numerator for resize and superres by Fergus Simpson · 8 years ago
  75. d1ac032 Add the new coding tool "speed_refs" by Zoe Liu · 8 years ago
  76. 6c20c78 Fix a bug in determination of reference_mode by Arild Fuldseth (arilfuld) · 8 years ago
  77. 29e40a6 Unify and clean up resize arguments by Debargha Mukherjee · 8 years ago
  78. c4e7894 frame_superres: Add aomenc argument by Fergus Simpson · 8 years ago
  79. 76fb126 Experiment: adding the source video information signaling (Netflix) by anorkin · 8 years ago
  80. 85b6646 Add encoder/decoder pipeline to support single ref comp modes by Zoe Liu · 8 years ago
  81. d2bcbb5 frame_superres: Post encode/decode upscaling by Fergus Simpson · 8 years ago
  82. d064cf0 Resolve extremely large stack alloc in rdopt by Jingning Han · 8 years ago
  83. a127a79 Remove more unused motion vector cost arrays by Alex Converse · 8 years ago
  84. 8ea3319 Remove VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  85. c621023 Improve the quantization table interface by Yi Luo · 8 years ago
  86. 2e30063 Remove SOURCE_VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  87. 3c4556c Fix compiler errors when tempal signaling is on by Jingning Han · 8 years ago
  88. 0a30c88 resize-refactor: Make av1_set_size_literal use int by Fergus Simpson · 8 years ago
  89. 3502d08 frame-superres: Pre-encode downscaling by Fergus Simpson · 8 years ago
  90. 090bb60 frame_superres: Move av1_scale_if_requrired to common by Fergus Simpson · 8 years ago
  91. 4d26acb Add CONFIG_INTERINTRA flags and reduce # of interintra modes to 4 by Yue Chen · 8 years ago
  92. fecb2ab resize-refactor: Change resizing process with helpers by Fergus Simpson · 8 years ago
  93. 5d49314 Palette: avoid memory leak with encoder buffers by hui su · 8 years ago
  94. e140c50 Merge ref-mv into codebase by Sebastien Alaiwan · 8 years ago
  95. ed5a30f Remove subframe_prob_update experiment by hui su · 8 years ago
  96. ddc846e resize-refactor: Refactor 2-pass VBR resizing by Fergus Simpson · 8 years ago
  97. a575d23 Make global motion multithreaded by Debargha Mukherjee · 8 years ago
  98. ff4fa06 Add the motion vector unit test by Yunqing Wang · 8 years ago
  99. 4ff59b5 Cleanup: Remove const for params passed by value by Yaowu Xu · 8 years ago
  100. 6160df2 Extend delta q with segments by Fangwen Fu · 8 years ago