1. fb4c1a7 Update documentation: CRF works with AOM_Q mode by elliottk · 4 years, 8 months ago
  2. f294eb4 Cosmetic: remove tabs from aom_dsp_rtcd_defs.pl by Jerome Jiang · 4 years, 8 months ago
  3. fa1d173 HBD flag for variance and convolve functions. by Jerome Jiang · 4 years, 9 months ago
  4. e92d773 rtc: Fix to usage of svc refresh buffer by Marco Paniconi · 4 years, 8 months ago
  5. a246e23 Disable hierarchical rdmult scaling for AQ modes by sdeng · 4 years, 8 months ago
  6. abef54f AV1 RT: Add color to RDCost by Fyodor Kyslov · 4 years, 9 months ago
  7. fb6235f Exclude gop_structure.{c,h} from CONFIG_REALTIME_ONLY by Jerome Jiang · 4 years, 9 months ago
  8. 07a46fd Remove disabling soft quantization conditioned on qm by Jingning Han · 4 years, 8 months ago
  9. f46a106 Hierarchical lambda scaling within a SB using TPL by sdeng · 4 years, 9 months ago
  10. 244b7ff Refactor allocate_gf_group_bits() by Jingning Han · 4 years, 9 months ago
  11. f39a1ea Clean up get_arf_src_index() by Jingning Han · 4 years, 9 months ago
  12. a729393 Make show_existing_frame control only depend on update_type by Jingning Han · 4 years, 9 months ago
  13. bb78298 Streamline the ARFs source generation by Jingning Han · 4 years, 9 months ago
  14. f8cc1c4 Add CONFIG_AV1_HIGHBITDEPTH flag. by Jerome Jiang · 4 years, 9 months ago
  15. 5eeefbb Avoid underflow in exp() by Ruiling Song · 4 years, 9 months ago
  16. 0cce44c Modify frame level structure for mbmi_ext_base by Remya · 4 years, 9 months ago
  17. 65cb1da Remove ediv_size_correction. by Paul Wilkins · 4 years, 9 months ago
  18. 62698b8 Change to minimum boost in calc_arf_boost by Paul Wilkins · 4 years, 9 months ago
  19. 5fad3fb Rename CONFIG_LOWBITDEPTH to FORCE_HIGHBITDEPTH_DECODING. by Jerome Jiang · 4 years, 9 months ago
  20. d960308 Add svc_datarate_test.cc by Jerome Jiang · 4 years, 9 months ago
  21. a13c19f Make alloc/free_loop_filter non-static by chiyotsai · 4 years, 9 months ago
  22. 9a9dd27 Use top-down GOP rate allocation by Jingning Han · 4 years, 9 months ago
  23. 3f9c45d Add arf_boost factor to GOP sructure by Jingning Han · 4 years, 9 months ago
  24. f54337a Fix compile warning implicit type conversion. by Jerome Jiang · 4 years, 9 months ago
  25. b867478 rtc: Simplify frame_update_type setting for RTC by Marco Paniconi · 4 years, 9 months ago
  26. 98d20de Simplify is_frame_droppable() logic by Jingning Han · 4 years, 9 months ago
  27. a9bb667 Set refresh_lst_frame to 0 for GF_UPDATE frame by Jingning Han · 4 years, 9 months ago
  28. a7091f1 Allocate mbmi on BLOCK_8X8 level for 4K+ videos by chiyotsai · 4 years, 9 months ago
  29. ce1839c Changes to ARF boost calculation. by Paul Wilkins · 4 years, 9 months ago
  30. f0652ed Move PSNR611 to the end of opsnr.stt by Yue Chen · 4 years, 9 months ago
  31. 5b1e473 rtc: Layered CBR rate control for SVC by Marco Paniconi · 4 years, 9 months ago
  32. 52af439 Remove dependency on refresh flag in frame_is_kf_gf_arf() by Jingning Han · 4 years, 9 months ago
  33. 159316b Use gf_group update type to decide speed feature by Jingning Han · 4 years, 9 months ago
  34. 591e51c Deprecate refresh_alt2_ref_frame flag by Jingning Han · 4 years, 9 months ago
  35. 314bc36 Fix an issue with refresh with external frame flags. by Marco Paniconi · 4 years, 9 months ago
  36. 5391bc5 Increase Minimum KF boost. by Paul Wilkins · 4 years, 9 months ago
  37. 8781ce4 Remove unused function in RC by Jingning Han · 4 years, 9 months ago
  38. 0233da4 Add 6:1:1 weighted PSNR to opsnr.stt by Yue Chen · 4 years, 9 months ago
  39. fc1404d Release previous hash-me memory when encoding new frame by chiyotsai · 4 years, 9 months ago
  40. 02a6006 Allow 1-pass encode to use soft coeff quantization by Jingning Han · 4 years, 9 months ago
  41. 75008ce Simplify update_golden_frame_stats() function by Jingning Han · 4 years, 9 months ago
  42. 73ae2ba Facilitate changes for memory reduction by Remya · 4 years, 9 months ago
  43. 9666276 Clean up code for hash-me by chiyotsai · 4 years, 9 months ago
  44. 2d82abf Remove double-slash in include path by Robert-André Mauchin · 4 years, 9 months ago
  45. fb9cd8c Remove unnecessary compound ref check conditions by Jingning Han · 4 years, 9 months ago
  46. ad6bf68 Call aom_clear_system_state() in cross correlation by Venkat · 4 years, 9 months ago
  47. cfd59e9 Avoid very short KF intervals for Q mode only. by Urvang Joshi · 4 years, 9 months ago
  48. b4c93f0 Increase tpl stats storage granularity for high resolution by Yue Chen · 4 years, 9 months ago
  49. 761f90f Add comment on min-partition-size by chiyotsai · 4 years, 9 months ago
  50. 25140af Don't allocate hash_me memory for BLOCK_4X4 on 4K+ by chiyotsai · 4 years, 9 months ago
  51. 60a4d7f Fix an issue in usage of external frame flags. by Marco Paniconi · 4 years, 9 months ago
  52. 2a9ac43 Add a control to force video mode by Yaowu Xu · 4 years, 9 months ago
  53. 59a0812 Remove the enum from aomcx.h, added in previous commit. by Marco Paniconi · 4 years, 9 months ago
  54. db74eec rtc: Samll code cleanup for RTC mode by Marco Paniconi · 4 years, 9 months ago
  55. d8574e3 Extend encoder control for refreshing buffer slots. by Marco Paniconi · 4 years, 9 months ago
  56. 426c066 Allocate mbmi_ext at BLOCK_8X8 level for 4k+ videos by chiyotsai · 4 years, 9 months ago
  57. fafc744 Change the minimum bsize to 8x8 for 4K+ videos by chiyotsai · 4 years, 9 months ago
  58. a1f6044 Remove unused comment from tpl_model_update_b() by Jingning Han · 4 years, 9 months ago
  59. 3320650 Remove deprecated av1_assign_q_and_bounds_q_mode() by Jingning Han · 4 years, 9 months ago
  60. 3662ed0 Distortion propagation model by Jingning Han · 4 years, 9 months ago
  61. 86a7c27 Rework qp estimate for tpl model by Jingning Han · 4 years, 9 months ago
  62. 2e02987 Refactor av1_rc_pick_q_and_bounds() by Jingning Han · 4 years, 9 months ago
  63. 8d335b7 Condition av1_update_ref_frame_map on external frame flags by Marco Paniconi · 4 years, 9 months ago
  64. 6f4c621 Move local-only variables out of global tpl stats buffers by Yue Chen · 4 years, 9 months ago
  65. 72d8c7e AV1 RT: Tune speed features for lowres by Fyodor Kyslov · 4 years, 9 months ago
  66. fa29e16 rtc: Force update of last on gf_update for nonrd by Marco Paniconi · 4 years, 9 months ago
  67. 6f74a68 Add a speed 5 feature by Yunqing Wang · 4 years, 9 months ago
  68. 39f0a90 Reduce get_txb_dimensions calculation by Yunqing Wang · 4 years, 9 months ago
  69. 3045d52 Fix a compiler warning with = { 0 } assignment by chiyotsai · 4 years, 9 months ago
  70. 52d5b69 Fix bug in clear_motion() by Satish Kumar Suman · 4 years, 9 months ago
  71. baa656c Resubmit "Fix issues with prune_compound_using_single_ref" by Satish Kumar Suman · 4 years, 9 months ago
  72. 28ae676 Remove token pointer from av1_tokenize_sb_vartx() by Jingning Han · 4 years, 9 months ago
  73. 6857091 Remove deprecated token pointer by Jingning Han · 4 years, 9 months ago
  74. 9b11e6d Simplify plane context fetch by Jingning Han · 4 years, 9 months ago
  75. 9d5c00c Fix encode failure in 1-pass setting by Jingning Han · 4 years, 9 months ago
  76. ff731da Fix bug in av1_compute_global_motion() by Satish Kumar Suman · 4 years, 9 months ago
  77. 46ccbf4 rtc: Fix to get_ref_frame_flags for Golden ref by Marco Paniconi · 4 years, 9 months ago
  78. 008d340 Fix costing of inter transform types by Yaowu Xu · 4 years, 9 months ago
  79. bd93423 Allocate mc_count and mc_saved conditionally to save memory by Yue Chen · 4 years, 9 months ago
  80. 671cc9f Code cleanup in functions for CDF update by Hui Su · 4 years, 9 months ago
  81. a7a0ef6 Remove redundant enum by Remya · 4 years, 9 months ago
  82. 3a0e6c1 Clean up in find_best_non_dual_interp_filter() by Remya · 4 years, 9 months ago
  83. 2998e4e Use interp_rd_facade for full interp filter by Remya · 4 years, 9 months ago
  84. 165b84f Remove prev_mbmi from AV1_COMMON by chiyotsai · 4 years, 9 months ago
  85. 4089919 encode_strategy: remove unused function by James Zern · 4 years, 9 months ago
  86. af8421e Refactor update_stats() by Hui Su · 4 years, 9 months ago
  87. f53b3ee Remove average accumulated decay by Cheng Chen · 4 years, 9 months ago
  88. 0e8b6ed Recode loops for both superres and fullres. by Urvang Joshi · 4 years, 10 months ago
  89. 80b1bb6 Remove unnecessary sigmoid calculation by Yunqing Wang · 4 years, 9 months ago
  90. 2ffbeae Reduce tx_size feature calculation by Yunqing Wang · 4 years, 9 months ago
  91. 6714211 Add encoder support for layers for RTC by Marco Paniconi · 4 years, 9 months ago
  92. ed8a59a Fix incorrect costing for TX_64x64 coefficients by Yaowu Xu · 4 years, 9 months ago
  93. 91a5002 Fix to is_frame_droppable for external flags by Marco Paniconi · 4 years, 9 months ago
  94. dae645a Clean up av1_get_ref_frames() by Jingning Han · 4 years, 9 months ago
  95. 4711eb1 Clean up update_arf_stack() by Jingning Han · 4 years, 9 months ago
  96. 6cb3091 Deprecate which_arf and the related control flow by Jingning Han · 4 years, 9 months ago
  97. 956cb2d Fix TestLevelMonitoringHighBitrate test by Hui Su · 4 years, 9 months ago
  98. 7fb3691 Update symbol cost for the drl symbol by Hui Su · 4 years, 9 months ago
  99. a40aee0 Modify highbd_inv_txfm test bench by Venkat · 4 years, 9 months ago
  100. 77c7dc9 Fix bug in highbd_inv_txfm modules by Venkat · 4 years, 9 months ago