1. 02cc9b7 [arm]: Fix av1_highbd_quantize_fp_neon(). by Scott LaVarnway · 2 years ago
  2. 39eefe9 Unify SFs related to disabling of winner mode processing by venkat sanampudi · 2 years ago
  3. 7b82db5 Correct reset of mb rd record when winner mode processing is on by venkat sanampudi · 2 years ago
  4. baa38c9 aom_noise_data_validate: add missing alloc checks by James Zern · 2 years ago
  5. ee0883c fastssim,fs_ctx_init: check alloc by James Zern · 2 years ago
  6. 7766f65 av1_init_layer_context: malloc+memset -> calloc by James Zern · 2 years ago
  7. 5878a67 Extend RTC encoder MT tests by Yunqing Wang · 2 years ago
  8. d7a4feb Add error checking when reading fp stats file by Mark Wachsler · 2 years ago
  9. 74fca7a Add test for key frame detection in rc by Jerome Jiang · 2 years ago
  10. 347ad2a intrapred_common.h: align smooth_weights*[] by James Zern · 2 years ago
  11. 5ba5b33 Add unit test for GetPrimaryRefFrame by Angie Chiang · 2 years ago
  12. 2b88d22 Implement GetProbabilityModelRefIdx() by Angie Chiang · 2 years ago
  13. 6be7f49 cosmetics: sm_weight_arrays -> smooth_weights by James Zern · 2 years ago
  14. f02743e Refine coefficient dropout condition by chiyotsai · 2 years ago
  15. 0f67511 RTC: Reduce allocation frequency of PICK_MODE_CONTEXT by chiyotsai · 2 years ago
  16. dbf1625 Enable NEON variant for quad loop filter functions by Arun Singh Negi · 2 years ago
  17. 271d954 RTC: Lower mv resolution for zeromv by chiyotsai · 2 years ago
  18. 12be400 Make FPMT code related to mv_stats and max_mv_magnitude default by Nithya V S · 2 years ago
  19. 4706106 Set rdmult properly in ratectrl_qmode.cc by Angie Chiang · 2 years ago
  20. 7977bb4 Define sm_weight_log2_scale as a constant integer by Wan-Teh Chang · 2 years ago
  21. 70a8299 Remove conversions between FirespassInfo and vector by Mark Wachsler · 2 years ago
  22. d57bacd Clarify help message for CONFIG_NORMAL_TILE_MODE by Wan-Teh Chang · 2 years ago
  23. ac8868d Add 2 assertions in MV encoding by Yunqing Wang · 2 years ago
  24. 85b7ce7 Revert "Revert "[arm]: Add av1_highbd_quantize_fp_neon()."" by Scott LaVarnway · 2 years ago
  25. a95a4a6 intrapred_common.h: normalize sm_weight_arrays*[] by James Zern · 2 years ago
  26. 833e529 intrapred_ssse3,load_weight_*: rm weight_array param by James Zern · 2 years ago
  27. 86d6d80 intrapred_neon,load_pixel_w[48]: rm weight_array param by James Zern · 2 years ago
  28. c230d4f intrapred_neon.c: rm duplicate sm_weight_* variables by James Zern · 2 years ago
  29. 54bf5f8 add aom_highbd_smooth_h_predictor_NxM_neon by James Zern · 2 years ago
  30. 55021bf add aom_highbd_smooth_v_predictor_NxM_neon by James Zern · 2 years ago
  31. b19d72f add aom_highbd_smooth_predictor_NxM_neon by James Zern · 2 years ago
  32. ada19d6 test_intra_pred_speed: remove arch test suite suffix by James Zern · 2 years ago
  33. 9505f30 test_intra_pred_speed: add highbd NEON functions by James Zern · 2 years ago
  34. b65c7d0 aom_config_defaults.cmake,cosmetics: sort each section by James Zern · 2 years ago
  35. e2f41e1 Fix av1_temporal_denoiser.c compilation errors by Wan-Teh Chang · 2 years ago
  36. f11bdb6 Improve conditions in av1_initialize_enc() by Mudassir Galagnath · 2 years ago
  37. fb4f4ef Simplify the condition for freeing dv_costs by Jayasanker J · 2 years ago
  38. 77f3160 Simplify some operations using CEIL_POWER_OF_TWO by Mudassir Galagnath · 2 years ago
  39. 6a88dec Allintra: Avoid global table initializations by Mudassir Galagnath · 2 years ago
  40. 82c4c6e Revert "[arm]: Add av1_highbd_quantize_fp_neon()." by Scott LaVarnway · 2 years ago
  41. 48b8eab Add unit test for GetRefFrameCount() by Angie Chiang · 2 years ago
  42. a90c178 Add tests GetRefFrameCount & GetRefFrameByPriority by Angie Chiang · 2 years ago
  43. b40305b Simplify gop_frame_basic() and UpdateRefFrameTable() by Angie Chiang · 2 years ago
  44. 442e3cd rtc: Refactor source_metrics_sb and var_part_based_on_qidx SFs by Neeraj Gadgil · 2 years ago
  45. fdaaf9e Refactor and clean-up aom_avg_8x8_quad() by Arun Singh Negi · 2 years ago
  46. 885452c rtc: Add NEON unit-test for aom_get_sse_sum_8x8_quad_neon() by Arun Singh Negi · 2 years ago
  47. 93e83ff Fix gtest warning with generic build by Jerome Jiang · 2 years ago
  48. 716aaa1 move highbd_dc_predictor to highbd_intrapred_neon.c by James Zern · 2 years ago
  49. be05bfa Use set instead of unordered_set in reference_manager by Mark Wachsler · 2 years ago
  50. a6eeb36 [arm]: Add aom_highbd_v_predictor_NxM_neon(). by Scott LaVarnway · 2 years ago
  51. 23dd9b3 Fix CONFIG_REALTIME_ONLY test failures by Wan-Teh Chang · 2 years ago
  52. cb08af7 Move slow test into *Large by Jerome Jiang · 2 years ago
  53. 985f175 [arm]: Add av1_highbd_quantize_fp_neon(). by Scott LaVarnway · 2 years ago
  54. c99574c Integrate get_key_frame_list with DetermineGopInfo by Angie Chiang · 2 years ago
  55. c848591 Assign ref_frame_list in gop_frame. by Angie Chiang · 2 years ago
  56. f883c11 Remove REALTIME_ONLY from decoder by Jerome Jiang · 2 years ago
  57. d8b6a3d Let construct_gop set global_[coding/order]_idx by Angie Chiang · 2 years ago
  58. 3be0007 Enable lpf opt for rt speed 5,6 and good presets by Deepa K G · 2 years ago
  59. 46d3bf2 rtc: Enable NEON intrinsic to compute CDEF direction of dual 8x8 by Arun Singh Negi · 2 years ago
  60. 492bd33 rtc: Enable NEON support to perform dual 8x8 Hadamard txfm by Arun Singh Negi · 2 years, 1 month ago
  61. a3281a3 Disable global motion search for RTC by Paul Wilkins · 2 years ago
  62. 489643a Allintra: fix an assertion of super block size by Frank Galligan · 2 years ago
  63. b538d63 rtc: SAD-based sb-level var-based-part in rd-path by Neeraj Gadgil · 2 years ago
  64. 3320a03 Refactor av1_get_mv_class() by Yunqing Wang · 2 years ago
  65. f78cf96 Fix RateControlQModeTest.TestMock due to updated FirstpassInfo by Mark Wachsler · 2 years ago
  66. 0f93294 Add get_key_frame_list() and test_candidate_key() by Angie Chiang · 2 years ago
  67. a768475 rtc: Set sb_size to 64 for 720p and below. by Marco Paniconi · 2 years ago
  68. 869d13b Skip aomdec_av1_monochrome_yuv_8bit realtime only by Wan-Teh Chang · 2 years ago
  69. 56eb087 Move av1-1-b10-24-monochrome.ivf to high bd part by Wan-Teh Chang · 2 years ago
  70. 3e35375 RT: A passive rate control strategy for screen content by Cheng Chen · 2 years, 1 month ago
  71. 79c98a1 Upgrade GoogleTest to v1.11.0 by Wan-Teh Chang · 2 years ago
  72. d0db66f Cherry-pick googletest commit 8a32680 by Wan-Teh Chang · 2 years ago
  73. 72e189c [arm] Add 10bpp paeth NXM. by Scott LaVarnway · 2 years, 1 month ago
  74. 8cfd1fd Set REALTIME mode in rc interface for rtc by Jerome Jiang · 2 years ago
  75. 829a757 Cherry-pick googletest/pull/2815 by Wan-Teh Chang · 2 years ago
  76. dac7181 stats/rate_hist,show_histogram: fix crash w/0 buckets by James Zern · 2 years, 1 month ago
  77. ae6a3b2 stats/rate_hist: add parameter validation by James Zern · 2 years, 1 month ago
  78. bad783b Conditionally allocate TPL frame buffers for chroma plane by Cherma Rajan A · 2 years ago
  79. 2af60e9 test_vectors: add 8/10-bit monochrome files by James Zern · 2 years ago
  80. 9ff0d95 tools_common,aom_img_read: change return type to bool by James Zern · 2 years ago
  81. a534a76 Validate SCC tools with multi-threaded encoding by Jayasanker J · 2 years ago
  82. 5849f95 Fix the access of dv_ref in update_stats() by Remya Prakasan · 2 years, 1 month ago
  83. d3b1571 Facilitate luma plane only allocation in alloc/realloc functions by Cherma Rajan A · 2 years, 1 month ago
  84. 13eb90b rtc:Enable NEON intrinsic to perform average of four 8x8 blocks by Arun Singh Negi · 2 years, 2 months ago
  85. 9cb9fed Add a test of MockRateControlQMode by Mark Wachsler · 2 years, 1 month ago
  86. e18db89 [arm] Add 8bpp paeth NXM. by Scott LaVarnway · 2 years, 1 month ago
  87. 010cd6c Add fixed_qp_offsets back to not break the ABI by Wan-Teh Chang · 2 years ago
  88. e24a83a rtc: Adjust psnr threshold for rt_end_to_end test by Marco Paniconi · 2 years ago
  89. b0f49b8 Document dv_cost_upd_freq default in realtime only by Wan-Teh Chang · 2 years ago
  90. 1ba4c90 aomdec/lightfield_decoder: add some allocation checks by James Zern · 2 years, 1 month ago
  91. 3221cb3 svc: Fix to speed setting warning in sample encoder by Marco Paniconi · 2 years ago
  92. 215e906 Add RATECTRL_LOG by Angie Chiang · 2 years, 1 month ago
  93. 572b617 Initialize fpmt_unit_test if CONFIG_REALTIME_ONLY by Wan-Teh Chang · 2 years, 1 month ago
  94. 2e1c16e Add an assertion to CONFIG_BITSTREAM_DEBUG code by Wan-Teh Chang · 2 years, 1 month ago
  95. d0da80c Add test_arf_interval() by Angie Chiang · 2 years, 1 month ago
  96. fcd7913 Change word shrinked to shrunken by Angie Chiang · 2 years, 1 month ago
  97. 43c3e07 Add layer_depth to GOP_FRAME by Angie Chiang · 2 years, 1 month ago
  98. 41c12c4 rtc: Reduce color artifacts in flat moving areas by Marco Paniconi · 2 years, 1 month ago
  99. ad6c0b4 Revert "Fix build errors in Butteraugli and VMAF source files" by Wan-Teh Chang · 2 years, 1 month ago
  100. ce095f1 Revert "Allocate TPL buffers only when required" by James Zern · 2 years, 1 month ago