1. 9097dcf tools/*.py: update to python3 by James Zern · 2 years ago
  2. 1dd7794 third_party/fastfeat: add missing alloc checks by James Zern · 2 years ago
  3. 9a0dd4b ransac: fix alloc checks by James Zern · 2 years ago
  4. 9be1c51 global_motion,alloc_pyramid: add missing alloc checks by James Zern · 2 years ago
  5. e865af9 FRAME_PARALLEL: Propagate border size to all cpis by chiyotsai · 2 years ago
  6. 456d375 svc-rtc: Fix to multi-ref pattern in test by Marco Paniconi · 2 years ago
  7. c6a9e70 blend_a64_*_neon: fix bus error in armv7 by James Zern · 2 years ago
  8. 81a0c43 sum_neon.h: gather horizontal_add_*() functions by James Zern · 2 years ago
  9. 5015170 Comment fix by Wan-Teh Chang · 2 years ago
  10. 27ac021 Comment fix by Wan-Teh Chang · 2 years ago
  11. 15881a9 Disable sf chroma_intra_pruning_with_hog conditionally by Mudassir Galagnath · 2 years ago
  12. 287ee40 Set frame border size based on sb_size by chiyotsai · 2 years ago
  13. fda9d9d RTC: Disable motion search on lower spatial layer altref by chiyotsai · 2 years ago
  14. a5702f5 [arm]: Improve av1_quantize_fp_32x32_neon(). by Scott LaVarnway · 2 years ago
  15. 32d6783 av1: rename highbd_quantize_neon -> av1_highbd_quantize_neon by James Zern · 2 years ago
  16. 09543c1 Add const for function parameters by Angie Chiang · 2 years ago
  17. ba2b89e fix CONFIG_TUNE_VMAF build by James Zern · 2 years ago
  18. dc320fa Merge FPMT update of framerate to default by Remya Prakasan · 2 years ago
  19. 0f99d9c Add 10 and 12b ranges to aom_color_range_t comment by Yannis Guyon · 2 years ago
  20. 6cd4b1d examples/*: add missing alloc checks by James Zern · 2 years ago
  21. 9bafebc Add test for DetermineGopInfo by Jerome Jiang · 2 years ago
  22. b1b202a cnn: propagate allocation errors by James Zern · 2 years ago
  23. 9b70b52 temporal_filter: add missing alloc checks by James Zern · 2 years ago
  24. a4f38ae hash_motion: add missing alloc checks by James Zern · 2 years ago
  25. 7781941 tune_vmaf: add missing alloc checks by James Zern · 2 years ago
  26. db562b2 tpl_model,mode_estimation: add missing alloc checks by James Zern · 2 years ago
  27. 7738e55 Remove a TODO comment by Yunqing Wang · 2 years ago
  28. ed81a40 rc_scene_detection_onepass_rt: add missing alloc check by James Zern · 2 years ago
  29. 6a5a188 ransac,find_rotzoom: add missing alloc check by James Zern · 2 years ago
  30. 2ee5c86 av1_pick_filter_restoration: add missing alloc check by James Zern · 2 years ago
  31. 723bbf9 global_motion.c: add missing alloc checks by James Zern · 2 years ago
  32. 845f9c0 intrapred_neon: convert some for loops to do/while by James Zern · 2 years ago
  33. 6267278 intrapred_neon: add aom_smooth_h_predictor_NxM_neon by James Zern · 2 years ago
  34. b5dac89 intrapred_neon: add aom_smooth_v_predictor_NxM_neon by James Zern · 2 years ago
  35. 2eee128 intrapred_neon: update aom_smooth_predictor_{16,32,64}xN_neon by James Zern · 2 years ago
  36. 386b841 intrapred_neon: update aom_smooth_predictor_8xN_neon by James Zern · 2 years ago
  37. e40a0c7 intrapred_neon: update aom_smooth_predictor_4xN_neon by James Zern · 2 years ago
  38. 8e05a83 test_intra_pred_speed: add missing NEON functions by James Zern · 2 years ago
  39. 6bdf385 Fix memory leak in CDEF multi-threading by Deepa K G · 2 years ago
  40. 08e58ae [arm]: Improve av1_quantize_lp_neon(). by Scott LaVarnway · 2 years ago
  41. 6bad8af Refactor the direct partition merging code by Yunqing Wang · 2 years ago
  42. 5de5401 Allintra: Prune SPLIT in var based partitioning by Jayasanker J · 2 years, 3 months ago
  43. 6210caf c_v{128,256}_load_unaligned: quiet -Warray-bounds by James Zern · 2 years ago
  44. 82f0078 Enumerate the possible values for force_split by Jayasanker J · 2 years ago
  45. 969a624 rtc: Extend prune_winner_mode_eval_level to speed 5 by venkat sanampudi · 2 years ago
  46. a1d676b Fix C++11 build by Mark Wachsler · 2 years ago
  47. 4dca33a cdef_alloc_data: add missing alloc checks by James Zern · 2 years ago
  48. 014e146 av1_collect_motion_search_features_sb: add missing alloc checks by James Zern · 2 years ago
  49. 56a2362 Merge FPMT updates of rate control elements to default by Nithya V S · 2 years ago
  50. ab3a033 rtc: Add test for error_resilience for (3SL, 3TL) by Marco Paniconi · 2 years ago
  51. c434716 aom_film_grain_table_lookup: clarify unchecked return by James Zern · 2 years ago
  52. 92c4bb0 decode_scalability_test: enable tests w/CONFIG_REALTIME_ONLY by James Zern · 2 years ago
  53. d05224f aom_configure.cmake: fix flag propagation w/Android NDK <r23 by James Zern · 2 years ago
  54. fd4f637 aom_dsp_rtcd_defs: restore highbd opts w/CONFIG_REALTIME_ONLY by James Zern · 2 years ago
  55. 8cb7bcc aom_dsp_rtcd_defs.pl: remove 2x2 function decls by James Zern · 2 years ago
  56. 19e309b rtc: Extend prune_winner_mode_eval_level to preset 6 by venkat sanampudi · 2 years ago
  57. f42f3f2 [arm]: Improve av1_quantize_fp_neon(). by Scott LaVarnway · 2 years ago
  58. e006cf4 OBMC mv search improvement by Yunqing Wang · 2 years ago
  59. ef14518 Evaluate intra predictor parameters conditionally by Jayasanker J · 2 years ago
  60. 258994e Fix Clang -Wshorten-64-to-32 warnings by Wan-Teh Chang · 2 years ago
  61. 9cd8a59 test/*: rename MT tests to MultiThread by James Zern · 2 years ago
  62. 4309f11 Better error handling reading first pass stats in test by Mark Wachsler · 2 years ago
  63. 1e92154 av1_alloc_txb_buf: add missing alloc checks by James Zern · 2 years ago
  64. 8ff2856 av1_update_film_grain_parameters: add missing alloc check by James Zern · 2 years ago
  65. 26ef59d av1_rd_partition_search: add missing alloc check by James Zern · 2 years ago
  66. 61f1e35 [arm]: Fix bug in highbd_quantize_b_neon(). by Scott LaVarnway · 2 years ago
  67. a12071a [arm]: 8bpp neon quantize cleanup by Scott LaVarnway · 2 years ago
  68. 7c5f3cc Merge FPMT updates of frame_probs to default by Nithya V S · 2 years ago
  69. ccc1036 av1_create_compressor: add missing alloc check by James Zern · 2 years ago
  70. 481cc4b av1_alloc_mb_data: add missing alloc check by James Zern · 2 years ago
  71. 46d4204 grain_synthesis: update generate_*() return types by James Zern · 2 years ago
  72. 8b1fe84 grain_synthesis.c: add missing alloc checks by James Zern · 2 years ago
  73. c1eb8ae grain_table.c: add missing alloc checks by James Zern · 2 years ago
  74. 5d15265 accounting.c: add missing alloc checks by James Zern · 2 years ago
  75. 5335606 Add DetectGopCut() to PartitionGopIntervals() by Angie Chiang · 2 years ago
  76. 1cfce20 Add FindBetterGopCut() by Angie Chiang · 2 years ago
  77. 7e338ea Skip test with known data races under TSan by Wan-Teh Chang · 2 years ago
  78. 0e825c3 Move firtpass read into helper func by Jerome Jiang · 2 years ago
  79. 9f7fe72 Add sf to prune compound references by Deepa K G · 2 years ago
  80. 9c2aa5e highbd_loopfilter_neon: correct fn case in comments by James Zern · 2 years ago
  81. 9dea04e test/*: normalize allocation checks by James Zern · 2 years ago
  82. 17892a4 avg_test: fix allocation check by James Zern · 2 years ago
  83. 2a273ee Correctly set cpi->use_screen_content flag by Cheng Chen · 2 years ago
  84. 38d4f0a rtc-svc: Rework the primary_ref_frame for svc by Marco Paniconi · 2 years ago
  85. d2c9d9d RTC: Call av1_set_offset only once when bsize == sb_size by chiyotsai · 2 years ago
  86. d2687b7 RTC: Reduce calls to set_mode_info_offsets in set_vt_partitioning by chiyotsai · 2 years ago
  87. f65c126 Rename SCC multi-thread test appropriately by Jayasanker J · 2 years ago
  88. 0909d7f Modify and simplify propagation mechanism by Angie Chiang · 2 years ago
  89. 04e1de7 [arm]: Improve av1_highbd_quantize_fp_neon(). by Scott LaVarnway · 2 years ago
  90. cdbfa94 [arm]: Add aom_highbd_quantize_b{,_32x32,_64x64}_neon(). by Scott LaVarnway · 2 years ago
  91. 6627047 Use CamelCase for ratectrl_qmode.cc and the test by Jerome Jiang · 2 years ago
  92. 2c4305d examples/inspect.c: add missing alloc check by James Zern · 2 years ago
  93. cf3ea11 highbd_loopfilter_neon: rm armv7 0 vector check by James Zern · 2 years ago
  94. b79f705 examples: add missing argv_dup alloc checks by James Zern · 2 years ago
  95. a102db4 y4m_input_open: check allocs by James Zern · 2 years ago
  96. efe2a14 resize.c: add missing alloc checks by James Zern · 2 years ago
  97. fa69a27 av1_cx_iface,encoder_set_option: add missing alloc check by James Zern · 2 years ago
  98. bea77a6 mathutils.h: add missing alloc checks by James Zern · 2 years ago
  99. 3dd1c5a pickrst,update_[ab]_sep_sym: clamp intermediates by James Zern · 2 years ago
  100. 5c0ded6 Free restoration buffers in decoder with RT build by Jerome Jiang · 2 years ago