1. fd4a8f3 Merge av1_quick_txfm and tpl_fwd_txfm by Angie Chiang · 3 years, 1 month ago
  2. d666684 Pass bd_info into tpl_get_satd_cost() by Angie Chiang · 3 years, 1 month ago
  3. bb05a96 Add BitDepthInfo and use it in av1_subtract_block by Angie Chiang · 3 years, 1 month ago
  4. 13255ae Change the interface of mc_flow_synthesizer() by Angie Chiang · 3 years, 1 month ago
  5. 4f74b52 Revert "av1_cx_iface: restrict g_usage w/CONFIG_REALTIME_ONLY=1" by James Zern · 3 years, 1 month ago
  6. 554a2df Pass sb_size into has_top_right/left by Angie Chiang · 3 years, 1 month ago
  7. b2c62d9 Miscellaneous cleanup suggested by James Zern by Wan-Teh Chang · 3 years, 1 month ago
  8. 186f8e3 Remove usage of gf_group element in LAP stage by Mufaddal Chakera · 3 years, 1 month ago
  9. a66b79f Fix misspellings in comments by Wan-Teh Chang · 3 years, 1 month ago
  10. 7829460 Declare set_mb_butteraugli_rdmult_scaling static by Wan-Teh Chang · 3 years, 1 month ago
  11. 04b6af6 Fix misspelling of "reference" in comments by Wan-Teh Chang · 3 years, 1 month ago
  12. 759b320 Compute gradient data once at superblock level by Jayasanker J · 3 years, 1 month ago
  13. c662602 rtc-svc: Allow for KSVC in fixed scalability mode by Marco Paniconi · 3 years, 1 month ago
  14. 3d9e360 rtc-svc: Add SVC unittest for fixed mode by Marco Paniconi · 3 years, 1 month ago
  15. 987f052 Remove extra full RD search for CFL by Angie Chiang · 3 years, 1 month ago
  16. c2a3823 Prune ZEROMV on speed 4+ with SSE by chiyotsai · 3 years, 1 month ago
  17. d8b26c9 Change the interface of build_intra_predictors by Angie Chiang · 3 years, 1 month ago
  18. b573e9b Refactor av1_compute_rd_mult_based_on_qindex by Angie Chiang · 3 years, 1 month ago
  19. 91f8e42 AV1 RT: Fix thread sanitizer issue while accessing pred buffer by Cherma Rajan A · 3 years, 1 month ago
  20. 1dcc2d2 Add more comments for enable_fast_wedge_mask_search by Nithya V S · 3 years, 1 month ago
  21. a57036f Create FIRST_PASS_SPEED_FEATURES struct by chiyotsai · 3 years, 1 month ago
  22. 29f480a Directly calculate rdcost by Cheng Chen · 3 years, 1 month ago
  23. dca61c4 Optimize intra mode skipping strategy by Yunqing Wang · 3 years, 1 month ago
  24. 4055af5 Rename the mvs in firstpass_inter_prediction to be more explicit by chiyotsai · 3 years, 1 month ago
  25. 2fe3838 Prune oblique angle masks for COMPOUND_WEDGE by Nithya V S · 3 years, 1 month ago
  26. d2a6356 aom_dsp: Asan fix in aom_film_grain_table_lookup by Neil Birkbeck · 3 years, 1 month ago
  27. fdf4df8 Correctly init partition cost for boundary blocks by Cheng Chen · 3 years, 1 month ago
  28. 031f3bf Fix the index of the name by Cheng Chen · 3 years, 1 month ago
  29. ff4d69d Introduce prune_filter_intra_level speed feature by Jayashri Murugan · 3 years, 1 month ago
  30. d96bce1 Make input/output of av1_get_ref_frames() clear by Angie Chiang · 3 years, 1 month ago
  31. 4076c10 Remove extra parameters in update_txb_coeff_cost() by Angie Chiang · 3 years, 1 month ago
  32. 8c795bf Improve recode tolerance at speed 0 and 1 by Yunqing Wang · 3 years, 1 month ago
  33. 0a5da45 Remove txb_coeff_cost_map from RD_STATS by Angie Chiang · 3 years, 1 month ago
  34. ab20d37 Move index from GF_GROUP to AV1_COMP by Mufaddal Chakera · 3 years, 1 month ago
  35. e5de332 rtc-svc: Allow for fixed SVC modes by Marco Paniconi · 3 years, 1 month ago
  36. 22ee4f1 tune vmaf: fix subsampling parameters by Skal · 3 years, 1 month ago
  37. aef26f7 Correctly count partition rate cost for split by Cheng Chen · 3 years, 1 month ago
  38. 9c6604b Return RD_STATs instead of int64_t by Cheng Chen · 3 years, 1 month ago
  39. 4a09c1b Delete a void cast in rd_pick_filter_intra_sby by Wan-Teh Chang · 3 years, 1 month ago
  40. c1f542f Fix forced keyframe detection by Sarah Parker · 3 years, 1 month ago
  41. 1c0036a Disable newmv search for COMPOUND_WEDGE by Nithya V S · 3 years, 1 month ago
  42. 75cf98e Abstract malloc/dealloc calls of members in MACROBLOCK struct by Chethan Kumar R E · 3 years, 1 month ago
  43. b2c65b9 Refactor write_tile_obu() function by Vishesh · 3 years, 1 month ago
  44. 9f1b766 Merge "Merge v3.0.0" by Jerome Jiang · 3 years, 1 month ago
  45. 82e76bd aom_dsp: Fix aom_noise_strength_lut_init with negative size by Neil Birkbeck · 3 years, 1 month ago
  46. 943cdfe Merge v3.0.0 by Jerome Jiang · 3 years, 1 month ago
  47. 904e213 Add speed feature cfl_search_range by Angie Chiang · 3 years, 1 month ago
  48. 6c3359b Rework on cfl_rd_pick_alpha() by Angie Chiang · 3 years, 1 month ago
  49. d853caa Avoid out of boundary read in region array by Jingning Han · 3 years, 1 month ago braeburn v3.0.0
  50. 2e0d6e1 Temporarily skip the drop frame test. by Bohan Li · 3 years, 1 month ago
  51. 3a92f50 Partition search with given order by Cheng Chen · 3 years, 2 months ago
  52. 7903433 av1_cx_iface: restrict g_usage w/CONFIG_REALTIME_ONLY=1 by James Zern · 3 years, 1 month ago
  53. 3dd15c7 Avoid out of boundary read in region array by Jingning Han · 3 years, 1 month ago
  54. b53a4d7 Add support of libvmaf v2.x for tune=vmaf* by Sai Deng · 3 years, 1 month ago
  55. cde9848 Add a function to get the block size by Yunqing Wang · 3 years, 1 month ago
  56. 5992585 Optimize predict_max_partition by Yunqing Wang · 3 years, 1 month ago
  57. a494e2b Make buffers in MACROBLOCK dynamically allocated by Chethan Kumar R E · 3 years, 1 month ago
  58. ed43f28 Add YUV444 and YUV422 support for tune=butteraugli by Sai Deng · 3 years, 1 month ago
  59. 5f7d463 Abstract internal_altref_allowed to AV1_PRIMARY by Tarundeep Singh · 3 years, 1 month ago
  60. 599823c Address comments related to sf reuse_best_prediction_for_part_ab by Aniket Wanare · 3 years, 1 month ago
  61. 2b47323 Abstract output_pkt_list to AV1_PRIMARY by Mufaddal Chakera · 3 years, 1 month ago
  62. 4e98b5e Guard out of boundary write in rate allocation by Jingning Han · 3 years, 1 month ago
  63. 169849b Guard out of boundary write in rate allocation by Jingning Han · 3 years, 1 month ago
  64. ad4d3ea Address comments related to updating intrabc cost table by chiyotsai · 3 years, 1 month ago
  65. b845a7c Re-enable tpl multithreading for speed 0, 1 by Mudassir Galagnath · 3 years, 1 month ago
  66. 4cf0968 Fix MSVS warning by Akshata Jadhav · 3 years, 1 month ago
  67. 930da79 Analyze per-frame noise in firstpass stats analysis. by Bohan Li · 3 years, 1 month ago
  68. bb36786 AV1 RT: Adjust TX size selection thresholds in nonRD case by Fyodor Kyslov · 3 years, 1 month ago
  69. 3aeb011 Reduce vertical border height of CDEF line buffer by Vishnu Teja Manyam · 3 years, 1 month ago
  70. fd21aea Properly initialize skip mode by Jingning Han · 3 years, 1 month ago
  71. 207cd01 Remove a repeated mv clamp call by Jingning Han · 3 years, 1 month ago
  72. 166f14f Make intra_model_rd support DCT_DCT transform by Angie Chiang · 3 years, 1 month ago
  73. 0cb03d9 Optimize loops related to offsetr and offsetc by Wan-Teh Chang · 3 years, 1 month ago
  74. cd59076 svc example: override settings with y4m input by Jerome Jiang · 3 years, 1 month ago
  75. b69e990 Enable reuse_best_prediction_for_part_ab sf in allintra encode by Aniket Wanare · 3 years, 1 month ago
  76. 2867da0 SVC example: Write mismatch info by Jerome Jiang · 3 years, 1 month ago
  77. 46d8a61 Remove pad in aom_codec_cx_pkt_t data by Jerome Jiang · 3 years, 2 months ago
  78. 0209135 Abstract seq_params_locked to AV1_PRIMARY by Tarundeep Singh · 3 years, 1 month ago
  79. 41fd15c Allow updates of motion costs for intrabc by chiyotsai · 3 years, 1 month ago
  80. 2b5d04a Clean up rd_pick_skip_mode() by Jingning Han · 3 years, 1 month ago
  81. 8d7db23 Remove pad in aom_codec_cx_pkt_t data by Jerome Jiang · 3 years, 2 months ago
  82. 84ad11d cmake,get_asm_obj_format: use win32/win64 w/cygwin by James Zern · 3 years, 1 month ago
  83. ca5b6ca rm superframe_test.cc by James Zern · 3 years, 1 month ago
  84. 4eec0a8 cmake,get_asm_obj_format: use win32/win64 w/cygwin by James Zern · 3 years, 1 month ago
  85. 79b7757 AV1 RT: Relieving the TX type assert for nonRD mode by Fyodor Kyslov · 3 years, 1 month ago
  86. 16a33bc Document the values for intra_pruning_with_hog by Wan-Teh Chang · 3 years, 1 month ago
  87. 6abdb70 Enable winner mode speed features in allintra encode by venkat sanampudi · 3 years, 1 month ago
  88. 4c14946 Prune chroma intra modes for all intra encoding by venkat sanampudi · 3 years, 2 months ago
  89. a65d2ce Abstract lookahead_ctx to AV1_PRIMARY by Mufaddal Chakera · 3 years, 2 months ago
  90. bcf2e78 Use dv costs instead of mv costs for intrabc motion search by chiyotsai · 3 years, 1 month ago
  91. 5c64c2b Create empty primary context AV1_PRIMARY by Mufaddal Chakera · 3 years, 1 month ago
  92. ba8f5f2 Fix issues in transform stats collection in tpl by Mudassir Galagnath · 3 years, 1 month ago
  93. f0044b1 svc example encoder: add option to write obu file by Jerome Jiang · 3 years, 1 month ago
  94. cf3316b fix check for CONFIG_TUNE_BUTTERAUGLI by Skal · 3 years, 1 month ago
  95. e591232 dump_obu: Fix spatial_layer_id output. by Tom Finegan · 3 years, 1 month ago
  96. 601b842 Remove a duplicate computation of haar wavelet in firstpass by chiyotsai · 3 years, 1 month ago
  97. 23cd53f Disable some features for RT end to end test by Jerome Jiang · 3 years, 1 month ago
  98. 6716aef Don't set mbmi->tx_size in intra_model_rd() by Angie Chiang · 3 years, 1 month ago
  99. b617e55 Skip non-square coding block size above 16x16 by Jingning Han · 3 years, 1 month ago
  100. 09874cc Skip mv cost update for intra frames by Jayasanker J · 3 years, 1 month ago