1. ce9b590 Remove av1_configure_buffer_updates_firstpass() by David Turner · 6 years ago
  2. 475a313 Move frame_type to EncodeFrameParams by David Turner · 6 years ago
  3. 381be8f Remove CUSTOMIZED_GF flag. by Urvang Joshi · 6 years ago
  4. 461019b Remove experimental flags for symmetric GF struct by Urvang Joshi · 6 years ago
  5. 6fa4034 Remove flag USE_SYMM_MULTI_LAYER by Urvang Joshi · 6 years ago
  6. 21eb040 Superres adjustements by Debargha Mukherjee · 6 years ago
  7. f4e775c Command-line option for max height of GF pyramid. by Urvang Joshi · 6 years ago
  8. 89e832b Rate-control bugfix for golden frame in CQ mode. by Urvang Joshi · 6 years ago
  9. 3fcc672 Further improve compression for very static videos by Urvang Joshi · 6 years ago
  10. d2a592e Form CurrentFrame structure, rename frame_offset by David Turner · 6 years ago
  11. c6d7e2d Improved coding for static content. by Urvang Joshi · 6 years ago
  12. 789f53f Add a separate boost factor for forward key frames by Sarah Parker · 7 years ago
  13. 7cae98f Add temporal dependency model and rdmult modulation to AV1 by Yue Chen · 7 years ago
  14. 563a0d1 For keyframe-only coding do not boost in q mode by Debargha Mukherjee · 7 years ago
  15. db538a5 Disable GF length reduction other then AOM_Q mode by Wei-Ting Lin · 7 years ago
  16. 19ef3fe Forced Keyframe fix by Debargha Mukherjee · 7 years ago
  17. 3bd72b7 Apply multi-level boost on VBR and AOM_CQ mode by Wei-Ting Lin · 7 years ago
  18. 0de09a8 Change the key-frame q mapping function by Debargha Mukherjee · 7 years ago
  19. fc83791 Refine init value of rate_correction_factors by Peng Bin · 7 years ago
  20. 3491dd2 Clean up rate control related counters by Sarah Parker · 7 years ago
  21. 993e24f Misc. adjustment of boost and gf length by Wei-Ting Lin · 7 years ago
  22. 64d7a33 Misc. adjustment of various boosts by Debargha Mukherjee · 7 years ago
  23. aebd92f Add a flag to set FIX_GF_LENGTH mode default by Wei-Ting Lin · 7 years ago
  24. ebff377 Add two methods to reduce the boost on ALT0 for the last GF group by Wei-Ting Lin · 7 years ago
  25. 422498b Fix the quality boost ratio between ALT2 and ALT in AOM_Q mode by Wei-Ting Lin · 7 years ago
  26. 20cf30e Move profile and color config to SequenceHeader. by Urvang Joshi · 7 years ago
  27. 050fb02 Adjust q-index assignment for pyramid structure. by Wei-Ting Lin · 7 years ago
  28. 240d9b4 Enable quality boost for internal ARFs by Wei-Ting Lin · 7 years ago
  29. cffe49d Adjust parameters of the customized GF structure by Wei-Ting Lin · 7 years ago
  30. 886b672 Allow to fix the length of GF group. by Wei-Ting Lin · 7 years ago
  31. 15a4588 Remove the dependency of using refresh_alt2_ref for rdctrl by Wei-Ting Lin · 7 years ago
  32. 96ee0eb Refactor: Simplify the logic of frames_till_gf_update_due by Wei-Ting Lin · 7 years ago
  33. 09c83a5 Refactor:rename functions to avoid double negation by Cheng Chen · 7 years ago
  34. d0b9bf7 Revert "Modify first pass stats handling" by Debargha Mukherjee · 7 years ago
  35. 9bc2f3c Modify first pass stats handling by Debargha Mukherjee · 7 years ago
  36. 02e6ab0 Remove effectless code by Yaowu Xu · 7 years ago
  37. c981385 [NORMATIVE] S_FRAME handling update by Tarek AMARA · 7 years ago
  38. b3db206 Revert "Port first pass stats handling from Vp9 into Av1" by Debargha Mukherjee · 7 years ago
  39. da01c0d Port first pass stats handling from Vp9 into Av1 by Debargha Mukherjee · 7 years ago
  40. f16b1ad Fix for aq-mode=3 related bugs by Yushin Cho · 7 years ago
  41. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  42. 60f2a22 Add Daala TX fixed-coeff-depth capability to quantization by Monty Montgomery · 7 years ago
  43. f452fdf Speed up ref selection by enforcing max 6 frames by Zoe Liu · 7 years ago
  44. 365e644 Remove compile guards for CONFIG_EXT_REFS by Sebastien Alaiwan · 7 years ago
  45. 7166f22 Add a q index based frame superres mode by Debargha Mukherjee · 8 years ago
  46. 3ac2093 Enable altref2 by default and merge it into ext-refs by Zoe Liu · 8 years ago
  47. 9d068c1 Deduplicate lcg_rand16 function. by Alex Converse · 8 years ago
  48. 438b3ae Enable flex-refs by default when altref2 is on by Zoe Liu · 8 years ago
  49. e9b15e2 Add encoder support to ALTREF2 by Zoe Liu · 8 years ago
  50. b0157aa frame_superres: Use calculate_scaled_size for scale check by Fergus Simpson · 8 years ago
  51. 87cf61b scaling: Add kf numerator for resize and superres by Fergus Simpson · 8 years ago
  52. bfbf6a5 Unify resize and superres denominator constants by Fergus Simpson · 8 years ago
  53. 29e40a6 Unify and clean up resize arguments by Debargha Mukherjee · 8 years ago
  54. c4e7894 frame_superres: Add aomenc argument by Fergus Simpson · 8 years ago
  55. 9cd57cf Make loop-restoration compatible w/ frame_superres by Fergus Simpson · 8 years ago
  56. d2bcbb5 frame_superres: Post encode/decode upscaling by Fergus Simpson · 8 years ago
  57. fecb2ab resize-refactor: Change resizing process with helpers by Fergus Simpson · 8 years ago
  58. 0757fd8 resize-refacor: Remove changing of scale by rate control by Fergus Simpson · 8 years ago
  59. ddc846e resize-refactor: Refactor 2-pass VBR resizing by Fergus Simpson · 8 years ago
  60. be0bdd8 {aq_variance,firstpass,ratectrl}.c: quiet -Wshorten warnings by James Zern · 8 years ago
  61. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  62. d2c42f0 av1_rc_update_rate_correction_factors: avoid log(0) by James Zern · 8 years ago
  63. 6cfaff9 Sync with aom branch for ext-refs by Zoe Liu · 8 years ago
  64. 454280d Fix warnings reported by -Wshadow: Part2: av1 directory by Urvang Joshi · 8 years ago
  65. 67948d3 apply clang-format by clang-format · 9 years ago
  66. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  67. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  68. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vp10/encoder/ratectrl.c]
  69. c3cc46d Apply clang-format by Yaowu Xu · 9 years ago
  70. 41d5d52 Insert extra ARFs' in a gf group by Wei-ting Lin · 9 years ago
  71. d9f9a34 vp10/encoder: apply clang-format by clang-format · 9 years ago
  72. cdd4eb0 Fix a bug in RATE_FACTOR_LEVEL definition for ext-refs by Zoe Liu · 9 years ago
  73. 4e2d26b Code clean on encoder rate controller by Zoe Liu · 9 years ago
  74. 3f5a2a8 vp10/ratectrl.c: fix implicit float conversion by James Zern · 9 years ago
  75. 054689b A small refactor on the rate controller by Zoe Liu · 9 years ago
  76. ccc9e7c Allow OVERLAY frames to use the show_exsiting_frame flag by Wei-ting Lin · 9 years ago
  77. 5805a14 Merge bi-predictive frames to EXT_REFS by Zoe Liu · 9 years ago
  78. e89ca18 Make the bi-predictive frame group interval adjustable by Zoe Liu · 9 years ago
  79. cf5083d Added an experiment "bidir_pred" for backward prediction by Zoe Liu · 9 years ago
  80. 9930900 Fixed interval, fixed Q 1 pass test patch. by paulwilkins · 9 years ago
  81. 9ce611a 1 pass VBR mode bug fix. by paulwilkins · 9 years ago
  82. 9d85ce8 Fix bug when overlaying middle arfs in multi-arf groups. by paulwilkins · 9 years ago
  83. c5f1191 Include vpx_dsp_common.h when using VPXMIN/MAX by Johann · 10 years ago
  84. c147c4d vp10 cleanup: remove svc code by Yunqing Wang · 10 years ago
  85. 5e16d39 vpx_dsp_common: add VPX prefix to MIN/MAX by James Zern · 10 years ago
  86. 1c07691 vp10 cleanup: remove nonrd and real-time code by Yunqing Wang · 10 years ago
  87. a4c7e92 VP9EncoderConfig -> VP10EncoderConfig by hui su · 10 years ago
  88. 26a9afc VP9_COMP -> VP10_COMP by Yaowu Xu · 10 years ago
  89. fc7cbd1 VP9_COMMON -> VP10->COMMON by Yaowu Xu · 10 years ago
  90. 3acfe46 Sync vp10 with vpx_ports/system_state.h by Jingning Han · 10 years ago
  91. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago[Renamed (99%) from vp10/encoder/vp9_ratectrl.c]
  92. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago