1. 911249b Fix a incorrect pruning criterion from a refactoring commit by chiyotsai · 2 years, 11 months ago
  2. 0b78eac External partition: Use int64_t for tpl features by Cheng Chen · 2 years, 11 months ago
  3. 1553132 Extend mb_wiener_variance into a struct by Jingning Han · 2 years, 11 months ago
  4. 9ad7e4e Add allintra visual files by Jingning Han · 2 years, 11 months ago
  5. c255bee Check highdepth flag when initializing encoder. by Bohan Li · 3 years, 2 months ago
  6. 94ab973 Fix ordering of an entry in cmake. by Bohan Li · 2 years, 11 months ago
  7. f2127b6 Correct header includes by Yaowu Xu · 2 years, 11 months ago
  8. 9a0d1b7 Move mathutils.h to aom_dsp by Yaowu Xu · 2 years, 11 months ago
  9. dbcf1ed Revert "Revert "Change the evaluation order of luma palette_size in speed 0"" by Jayasanker J · 2 years, 11 months ago
  10. ec2b878 Fix GCC -Wstack-usage warning in av1_rd_pick_palette_intra_sby by Jayasanker J · 2 years, 11 months ago
  11. 2c9a623 Add scale factor to vbr_rc_info. by Kavi Ramamurthy · 2 years, 11 months ago
  12. 29dd4e2 aom_install: don't exclude msvc from install by Christopher Degawa · 3 years ago
  13. 15decc8 aom_install: use relpath for install by Christopher Degawa · 3 years ago
  14. 2d3d782 Allow cdef search at RT speed 6 by Yunqing Wang · 2 years, 11 months ago
  15. 5e64407 Evaluate RT speed 4 features by Yunqing Wang · 2 years, 11 months ago
  16. c3613c8 Simplify partition_search/pruning criterion by chiyotsai · 3 years ago
  17. fd28873 cmake: add folders for IDE generators by James Zern · 2 years, 11 months ago
  18. 3f24fe0 Optimize partition size selection near edges. by Paul Wilkins · 2 years, 11 months ago
  19. 8b35d61 Move show_existing_alt_ref to AV1_PRIMARY by Remya Prakasan · 2 years, 11 months ago
  20. 6e245de Enable skip_intra_in_inter_frames for realtime mode by chiyotsai · 2 years, 11 months ago
  21. e2dc0ca Enable winner-mode based txfm size search for realtime mode by chiyotsai · 2 years, 11 months ago
  22. ec13691 Revert "Change the evaluation order of luma palette_size in speed 0" by Wan-Teh Chang · 2 years, 11 months ago
  23. 84fbe62 Move txfm enums into txfm_common.h in aom_dsp/ by Yaowu Xu · 2 years, 11 months ago
  24. 963e429 Remove unnecessary includes by Yaowu Xu · 2 years, 11 months ago
  25. 7e915ab Bugfix motion field estimation by Yeqing Wu · 2 years, 11 months ago
  26. 053c49c External partition: Prepare superblock features before search by Cheng Chen · 3 years ago
  27. d663fd9 External partition: Define superblock features by Cheng Chen · 2 years, 11 months ago
  28. 3ab0c0e Recover some float-related assembly on windows by chiyotsai · 2 years, 11 months ago
  29. 39a9248 Change the evaluation order of luma palette_size in speed 0 by Jayasanker J · 3 years ago
  30. 754f646 Rename av1_check_grain_params_equiv() by Yaowu Xu · 2 years, 11 months ago
  31. 11de58a Rename av1_add_film_grain() to aom_add_film_grain() by Yaowu Xu · 2 years, 11 months ago
  32. 258af8e Refactor av1_compute_rd_mult_based_on_qindex() by Angie Chiang · 2 years, 11 months ago
  33. 32de195 Add av1_set_q_index and av1_set_qmatrix by Angie Chiang · 2 years, 11 months ago
  34. 45c902b Integrate BITRATE_ACCURACY with new ARF q feature by Angie Chiang · 2 years, 11 months ago
  35. 77afa4a Enable txfm pruning for realtime mode by chiyotsai · 2 years, 11 months ago
  36. 4d1b338 Check aom_calloc failures in sparse matrix calculations. by Bohan Li · 3 years, 2 months ago
  37. 4173cb4 Consolidate real-time speed presets by Yunqing Wang · 2 years, 11 months ago
  38. 311b606 Extend SF fast_inter_tx_type_search to speed 6 by Mudassir Galagnath · 3 years ago
  39. 32e5416 Calculate wavelet energy for perceptual deltaq mode by Mudassir Galagnath · 2 years, 11 months ago
  40. d770019 Introduce early_term_luma_palette_size_search speed feature by Jayasanker J · 3 years ago
  41. 6275c4e Check for addition overflows in aom_img_set_rect() by Wan-Teh Chang · 2 years, 11 months ago
  42. 9b460f0 Document aom_img_set_rect() more precisely by Wan-Teh Chang · 2 years, 11 months ago
  43. e9cac0a Add an SSE implementation of av1_highbd_iwht4x4_16_add by Vincent Rabaud · 3 years ago
  44. 94b2f29 FPMT: Initialize parallel_frames_data for parallel encode frames by Remya Prakasan · 2 years, 11 months ago
  45. 567595a FPMT: Initialize TimeStamps elements for parallel encode frames by Remya Prakasan · 2 years, 11 months ago
  46. 11b36e2 FPMT: Initialize rc elements for parallel encode frames by Remya Prakasan · 2 years, 11 months ago
  47. 2c35528 Move tot_q and ni_frames to PRIMARY_RATE_CONTROL by Remya Prakasan · 2 years, 11 months ago
  48. 5ba16a4 Remove unused alt_ref_frame in first pass by Yunqing Wang · 2 years, 11 months ago
  49. 0e301cf Remove an unused ML model by Yunqing Wang · 2 years, 11 months ago
  50. d45a863 Remove 2 unused first pass stats by Yunqing Wang · 2 years, 11 months ago
  51. 2656f67 Avoid chroma resampling for 420mpeg2 input by Xiaoqing Zhu · 3 years ago
  52. ef26106 Replace ASM_REGISTER_STATE_CHECK with API_REGISTER_STATE_CHECK by chiyotsai · 3 years ago
  53. 6ddbede Remove ClearSystemState from unit tests by chiyotsai · 3 years ago
  54. 6e4ed83 Remove aom_ports/system_state.h by chiyotsai · 3 years ago
  55. 5f7053a FPMT: Fix build warnings by Aasaipriya · 2 years, 11 months ago
  56. 881cdf9 FPMT: Initialize ref_idx_to_skip for parallel frames by Remya Prakasan · 2 years, 11 months ago
  57. d80b8ce FPMT: Initialize reference refresh index for parallel frames by Remya Prakasan · 2 years, 11 months ago
  58. 76b969e FPMT: Move init_parallel_frame_context() to encoder.c by Remya Prakasan · 2 years, 11 months ago
  59. 66845d4 FPMT: Fix runtime error in av1_post_encode_updates by Remya Prakasan · 2 years, 11 months ago
  60. 5d03ed3 FPMT: Abstract avg_frame_qindex to PRIMARY_RATE_CONTROL by Tarundeep Singh · 3 years ago
  61. ba11773 Fix runtime error in av1_rc_set_frame_target() by Aasaipriya · 3 years ago
  62. a5d965e Integrate the improved bitrate accuracy model into the encoder. by Angie Chiang · 3 years ago
  63. c3302c1 External partition: Add comments to unit tests. by Cheng Chen · 3 years ago
  64. f59b2ba Fix num_fp_contexts calculation by Mufaddal Chakera · 3 years ago
  65. e9c30d1 Extend SF gop_length_decision_method to speed 3 by Mudassir Galagnath · 3 years ago
  66. fab91f5 FPMT: Fix build issues in lib_flags init by Remya Prakasan · 3 years ago
  67. 0d66f1b AllIntra: Move VBP threshold adjustment to framesize dependent by Fyodor Kyslov · 3 years ago
  68. 8b9efea Eliminate unneeded wavelet_energy calculation by Yunqing Wang · 3 years ago
  69. 48cd0c7 Allintra: restrict delta q value in the AQ mode by Cheng Chen · 3 years ago
  70. ac1bc4a FPMT: Process post encode of level 2 frame parallel encodes by Mufaddal Chakera · 3 years ago
  71. 2e92bd5 Use 64x64 superblock size in dq 3 by Jingning Han · 3 years ago
  72. 3753248 Remove all calls to aom_clear_system_state by chiyotsai · 3 years ago
  73. d312d68 FPMT: Initialize lib_flags for parallel frames by Mufaddal Chakera · 3 years ago
  74. 3e5feb8 Modify encoder interface to facilitate FPMT by Mufaddal Chakera · 3 years ago
  75. 4722545 Add AV1_COMP_DATA to encapsulate data required for compressor by Mufaddal Chakera · 3 years ago
  76. 8b57196 Skip motion search w.r.t. zeromv in first pass by Deepa K G · 3 years ago
  77. bda271b Set a higher default lag_in_frames value by Yunqing Wang · 3 years ago
  78. 1da5744 Allow less agg ml-based partition pruning on screen contents by chiyotsai · 3 years ago
  79. 4defde9 Fix an uninitialized mv for sms at top-left of the tile by chiyotsai · 3 years ago
  80. 7031364 FPMT SIMULATION: Handle frame probabilities in recode path. by Aasaipriya · 3 years ago
  81. 7fbe138 FPMT: Handle reference refresh for parallel encode frames by Remya Prakasan · 3 years ago
  82. 6b83883 Deprecate no_show_fwd_kf flag by Jingning Han · 3 years ago
  83. 58ebf8d Fix temporal filtering for forward key frame by Jingning Han · 3 years ago
  84. 493e02b AllIntra: Adjust variance-based partition thresholds. by Fyodor Kyslov · 3 years ago
  85. 92fbfed FPMT: Add av1_compute_num_fp_contexts() by Mufaddal Chakera · 3 years ago
  86. 028d298 Correctly set delta_lf by Cheng Chen · 3 years ago
  87. 2a8ebe9 Tune motion search speed features at speed 3 by Yunqing Wang · 3 years ago
  88. bf228f6 Add an SSE implementation of av1_fwht4x4 by Vincent Rabaud · 3 years ago
  89. 5a44b62 Create a function to zero out WinnerModeStats. by Vincent Rabaud · 3 years ago
  90. 72913da rtc: Enable compound mode for speed >= 7 by Marco Paniconi · 3 years ago
  91. 2b9dd78 Remove redundant conditions related to temporal filtering by Jingning Han · 3 years ago
  92. b5faf83 Initialize the start_mv of SMS with SB's NEARESTMV by chiyotsai · 3 years ago
  93. 9eada93 Rework temporal filter decisions for fwd key frame by Jingning Han · 3 years ago
  94. c60ebb5 Add unit test for av1_q_mode_estimate_base_q. by Kavi Ramamurthy · 3 years ago
  95. 4458acb Add av1_adjust_q_from_delta_q_res() by Angie Chiang · 3 years ago
  96. 1a066b3 Introduce early_term_chroma_palette_size_search speed feature by venkat sanampudi · 3 years ago
  97. e0e0a45 aom_install: Install lib dlls to bindir by Christopher Degawa · 3 years ago
  98. 7439d9c Lower extend_frame_length in TPL by Yunqing Wang · 3 years ago
  99. 42a400a Add prepare, launch and sync functions for fp workers by Mufaddal Chakera · 3 years ago
  100. 37f68ec Deprecate unused functions related to CNN gop structure by Jingning Han · 3 years ago