1. 828eb20 Modify warp unit-test for different params by Ravi Chaudhary · 7 years ago
  2. a34fbe2 hbd loopfilter 6,8,14 performance improvement by Victoria Zhislina · 7 years ago
  3. 39f857d Skip mbmi copy in handle_inter_mode by Peng Bin · 7 years ago
  4. c727ef2 Remove use_masked_motion_search() by Hui Su · 7 years ago
  5. a5651ec Code cleanup in rd_pick_intra_angle_sby() by Hui Su · 7 years ago
  6. 1eb7624 Remove USE_WAVE_FRONT for intrabc by Hui Su · 7 years ago
  7. 4f1fd96 Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE" by Tom Anderson · 7 years ago
  8. aecdda8 Free frame header buffer by Yunqing Wang · 7 years ago
  9. 11e0937 Add ARM Neon optimization of txfm 8x8 by Sachin Kumar Garg · 7 years ago
  10. 37ee03b Add compute_stats SSE4_1 and AVX2 code by Xing Jin · 7 years ago
  11. 292bfe2 [normative]Reset quantization params when not set by Jonathan Matthews · 7 years ago
  12. f02d5f5 Enable sse2 intrinsics for highbd variance calculation by Deepa K G · 7 years ago
  13. 24f42d1 Refine pingpong buffer in handle_inter_mode by Peng Bin · 7 years ago
  14. a783b75 Fix issues in interpolation filter selection by Ranjit Kumar Tulabandu · 7 years ago
  15. 07fa778 Add ifdef in SSE2/AVX2 fft tests by Neil Birkbeck · 7 years ago
  16. 8e1951c Speedup motion_mode_rd by Peng Bin · 7 years ago
  17. 66b7d7b Fix bug of DO_RANGE_CHECK_CLAMP by Angie Chiang · 7 years ago
  18. ef95278 Add config flag to only enable normal tile mode by Yunqing Wang · 7 years ago
  19. 31c65c5 Add config flag to limit decoding profile by Debargha Mukherjee · 7 years ago
  20. 25a17f3 Add oss-fuzz test cases for invalid_file_test.cc. by Wan-Teh Chang · 7 years ago
  21. ec81dee Document how to make a new test data file public. by Wan-Teh Chang · 7 years ago
  22. b0c13b2 SSE2 optimization of aom_highbd_comp_mask_pred by Ravi Chaudhary · 7 years ago
  23. 1a635b5 Turn on wavelet energy modulated deltaq by Yue Chen · 7 years ago
  24. 2a7b28a new aq variance by Jim Bankoski · 7 years ago
  25. 64088f9 Fix Visual Studio 12 build Error by Xing Jin · 7 years ago
  26. 73c4a8c Refactor: remove useless include file by Xing Jin · 7 years ago
  27. 948d103 lbd loopfilter 6,8,14 performance improvement by Victoria Zhislina · 7 years ago
  28. 0e4a098 Enable tile-row based multi-threading in Encoder by Ravi Chaudhary · 7 years ago
  29. 4172604 Fix encoder multi-threading mismatch for superres by Ravi Chaudhary · 7 years ago
  30. 8f26da4 Optimize interpolation filter selection by Ranjit Kumar Tulabandu · 7 years ago
  31. 0a165c4 Opt blend_a64_mask by Xing Jin · 7 years ago
  32. b6669d0 Speedup find_tx_size_rd_info by Peng Bin · 7 years ago
  33. 422498b Fix the quality boost ratio between ALT2 and ALT in AOM_Q mode by Wei-Ting Lin · 7 years ago
  34. 311e393 Apply pyramid structures on GF length >= 4 by Wei-Ting Lin · 7 years ago
  35. 428ac97 DNN RD Model simplification and improvement by Debargha Mukherjee · 7 years ago
  36. 0415f2e Fix a MSVC compiler warning by Yaowu Xu · 7 years ago
  37. d0c9dcd Add ATTRIBUTE_PACKED to some enum types. by Wan-Teh Chang · 7 years ago
  38. b256100 decoder.h: rm unused dec_is_ref_frame_buf by James Zern · 7 years ago
  39. d570dec warped_motion.[hc]: rm unused project_points_affine by James Zern · 7 years ago
  40. cde5f46 txb_common.h: rm unused get_nz_count by James Zern · 7 years ago
  41. 7f38ea7 scan.h: rm unused get_coef_context by James Zern · 7 years ago
  42. 6cddaa1 quant_common.[hc]: rm unused av1_qindex_from_ac_Q3 by James Zern · 7 years ago
  43. 1379963 onyxc_int.h: rm unused mi_(rows|cols)_aligned_to_sb by James Zern · 7 years ago
  44. ae46d40 mv.h: rm unused mv_has_subpel by James Zern · 7 years ago
  45. c22306d blockd.h: rm transpose_* by James Zern · 7 years ago
  46. 29274ea av1_txfm.h: rm dead av1_rotate* code by James Zern · 7 years ago
  47. 74c260b Add a ML model to prune horz4 and vert4 partitions by Hui Su · 7 years ago
  48. ee1205a OBU_FRAME type requires show_existing_frame == 0. by Wan-Teh Chang · 7 years ago
  49. c67b3cd Fix Valgrind error from WRAP_AVX2/ConvolveTest.Copy by Xing Jin · 7 years ago
  50. 3bffe09 Skip a copy of the frame header in the bit buffer. by Wan-Teh Chang · 7 years ago
  51. 3a0c2ed Speedup InterpFilterParams by Peng Bin · 7 years ago
  52. a2fad3e Document how to call setjmp() correctly. by Wan-Teh Chang · 7 years ago
  53. 375ed20 Revert "Save the first frame header in pbi->frame_header." by Wan-Teh Chang · 7 years ago
  54. 8d5a4ba Move film_grain_params_present to SequenceHeader. by Urvang Joshi · 7 years ago
  55. 5a4cfcd Revert "highbd_dc_pred_rect: Assert on valid only" by Urvang Joshi · 7 years ago
  56. 20cf30e Move profile and color config to SequenceHeader. by Urvang Joshi · 7 years ago
  57. c20cd0b Save the first frame header in pbi->frame_header. by Wan-Teh Chang · 7 years ago
  58. 88e4b0a Reset the 'setjmp' flag to 0 before returning. by Wan-Teh Chang · 7 years ago
  59. 5e9dce7 Use the more common way to clear a bit. by Wan-Teh Chang · 7 years ago
  60. f3ac651 Revert 8f44a1dfacfde9ec4ab1dc5fc3bbc0b0b5bd2fba. by Wan-Teh Chang · 7 years ago
  61. c4b0b0d Merge av1_build_interintra_predictors_sb{y/c} by Peng Bin · 7 years ago
  62. 89da67f Disable global_motion for disabled ref_frames by Peng Bin · 7 years ago
  63. ebc2714 Check size limit in aom_realloc_frame_buffer. by Wan-Teh Chang · 7 years ago
  64. 369ab20 cmake: fix formatting typo by Johann · 7 years ago
  65. de73047 Enable rdmult tuning for deltaq mode by Yue Chen · 7 years ago
  66. a6e4f96 lightfield_tile_list decoder: allow obu format by Jonathan Matthews · 7 years ago
  67. a2893ab Add denoiser & noise estimation in the encoder. by Neil Birkbeck · 7 years ago
  68. 6dda91f Output the error message for unsupported options by Yunqing Wang · 7 years ago
  69. e426b01 Modify encoder multi-threading unit tests by Ravi Chaudhary · 7 years ago
  70. fd68191 Opt convolve avx2 by Xing Jin · 7 years ago
  71. 968010a Set the default number of encoder threads to 1 by Yunqing Wang · 7 years ago
  72. faadbcd obu: align the reader before reading tile group by Vignesh Venkatasubramanian · 7 years ago
  73. c61cba7 Merge drl modes search into function handle_inter_mode by Grant Hsu · 7 years ago
  74. 2f11996 Skip redundant compound search by Grant Hsu · 7 years ago
  75. 71a6b99 Transform stats: Add rdmult and rdcost. by Urvang Joshi · 7 years ago
  76. 8ff006d Add ML model for RDCost of transform block. by Urvang Joshi · 7 years ago
  77. bf7516e Allow the bit reader to read only obu_size bytes. by Wan-Teh Chang · 7 years ago
  78. 52c0eb1 Initialize skip flag in reset_partition by Ravi Chaudhary · 7 years ago
  79. 75c4c5f Fix in initializing mi pointer grid at frame level by Ravi Chaudhary · 7 years ago
  80. 383895c Fix error reported by valgrind by Peng Bin · 7 years ago
  81. 5fcda4d Do not set error_code after aom_internal_error. by Wan-Teh Chang · 7 years ago
  82. 4c46cd3 Improve BDRate and encode speed at cpu-used >= 2 by Urvang Joshi · 7 years ago
  83. 5392235 Refine the decode job dispatch logic by Deepa K G · 7 years ago
  84. 050fb02 Adjust q-index assignment for pyramid structure. by Wei-Ting Lin · 7 years ago
  85. 240d9b4 Enable quality boost for internal ARFs by Wei-Ting Lin · 7 years ago
  86. b7e637e Enable customized GF structure with length 4, 8, 16 by Wei-Ting Lin · 7 years ago
  87. 6975cbc Add functions to automatically build pyramid GF structures by Wei-Ting Lin · 7 years ago
  88. 99c4ddb Ensure multiple decoded seq headers are consistent by Hui Su · 7 years ago
  89. cc75ca7 Change reference buffer update rules when new gf struture used by Wei-Ting Lin · 7 years ago
  90. 7e38483 Add speed feature to skip rectangular partitions by Hui Su · 7 years ago
  91. 980af3a Add aom_subtract_block_avx2 by Xing Jin · 7 years ago
  92. 6afa74d Skip redundant evaluation in filter search by Ranjit Kumar Tulabandu · 7 years ago
  93. 61f2353 Initialize thread_data->error_info. by Wan-Teh Chang · 7 years ago
  94. 8237078 Fix build failure on macos by clang by Peng Bin · 7 years ago
  95. dcd7a44 Remove unnecessary variable by Deepa K G · 7 years ago
  96. 000f2f6 Facilitate eob support in inverse transform for neon by Venkat · 7 years ago
  97. 45811bc Add Masked sad avx2 code by Xing Jin · 7 years ago
  98. 8177488 Add Wedge utils avx2 code by Xing Jin · 7 years ago
  99. 6042d90 x86: Add subpixel obmc variance by Kyle Siefring · 7 years ago
  100. 6b312ac Change allowed_tx_mask to bit mask by Peng Bin · 7 years ago