1. 04de78e Initialize lpf level appropriately by Ranjit Kumar Tulabandu · 5 years ago
  2. 0c96c11 Rename jnt_comp convolves to dist_wtd_comp by Debargha Mukherjee · 5 years ago
  3. 514b52b Fix compile bug with CONFIG_RD_DEBUG by Debargha Mukherjee · 5 years ago
  4. 16f9fe9 Optimize highbd fwd_txfm module by Aniket Dhok · 5 years ago
  5. 0be5901 cosmetic changes in entropy context selection by wenyao.liu · 5 years ago
  6. 00f9ddd Improve approximate rd based evaluation by Ranjit Kumar Tulabandu · 5 years ago
  7. 93327c4 Introduce interpolation filter prediction speed feature by Sachin Kumar Garg · 5 years ago
  8. d52c292 Optimize aom_sse_avx2 module by Aniket Dhok · 5 years ago
  9. 0f268b6 SequenceHeader: use uint8_t for binary flags by Yaowu Xu · 5 years ago
  10. d5672a3 Change to use "use_highbitdepth" directly by Yaowu Xu · 5 years ago
  11. 70aed48 SequencHeader: use uint8_t for enable/disable flags by Yaowu Xu · 5 years ago
  12. 8eb80f0 SequnceHeader: replace int with uint8_t by Yaowu Xu · 5 years ago
  13. 00c80e6 remove dqcoeff from ThreadData in Decoder by wenyao.liu · 5 years ago
  14. a1ebb57 Reuse compound type rd data by Ranjit Kumar Tulabandu · 5 years ago
  15. 0d7cc77 Skip affine evaluation for NEWMV case by Venkat · 5 years ago
  16. 44ce26f Refine speed feature gm_search_type by Venkat · 5 years ago
  17. 644432e Change to use single definition of "PI" by Yaowu Xu · 5 years ago
  18. 3c0b12a Use memmove to resolve memcpy-param-overlap. by Wan-Teh Chang · 5 years ago
  19. 39502fd Cleanup of enc row-mt for update_cdf=0 by Ravi Chaudhary · 5 years ago
  20. aa7195d Optimize lowbd fwd_txfm modules by Aniket Dhok · 5 years ago
  21. e521517 Use weighted averaging of CDFs in enc row-mt by Ravi Chaudhary · 5 years ago
  22. cf71f3a In some cases use a shorter GF interval. by Urvang Joshi · 5 years ago
  23. 8d92f8f Fix a segfault caused by unaligned store by Yaowu Xu · 5 years ago
  24. 3e8aae7 PATENTS: changed file encoding to UTF-8 by Yaowu Xu · 5 years ago
  25. 9b1252e Revert interface level enum change by Satish Kumar Suman · 5 years ago
  26. 9a48f9c Set use_sqr_partition_only_thresh on hdres speed 2 by Chi Yo Tsai · 5 years ago
  27. 36cb63f Enable ml_prune_rect_partition on speed 1 by chiyotsai · 5 years ago
  28. 20a747b Fix -Wmissing-declarations fft_avx2.c fft_sse2.c. by Wan-Teh Chang · 5 years ago
  29. 9f70046 Cosmetic changes in motion_mode_rd() by Hui Su · 5 years ago
  30. 6f55780 Make the debug code work by Yunqing Wang · 5 years ago
  31. 3273e6a Don't use ax, bx, cx, dx as vars for cpuid macro. by Wan-Teh Chang · 5 years ago
  32. 8d1969e Add float casts to silence MSVC compiler warnings. by Wan-Teh Chang · 5 years ago
  33. 3776687 Fix int overflow in get_est_rate_dist() by Hui Su · 5 years ago
  34. d9032e5 Fix valgrind error in EndToEndTestLarge unit test by Satish Kumar Suman · 5 years ago
  35. e2cf962 Use common SyncRange for SB=128 & 64 in enc row-mt by Ravi Chaudhary · 5 years ago
  36. c04ce61 Inspector : skip means not a transform by Jim Bankoski · 5 years ago
  37. f90004a Complete renaming jnt_comp into dist_wtd_comp by Debargha Mukherjee · 5 years ago
  38. 638e802 combine the same branch in encode_b by wenyao.liu · 5 years ago
  39. 36b3088 code-cleanup: delete mode_map by elliottk · 5 years ago
  40. 34611bd __rdtscp() in Visual Studio takes one argument. by Wan-Teh Chang · 5 years ago
  41. 7e113a0 Properly set skip flag in inter transform search by Hui Su · 5 years ago
  42. 9968389 Refac code about intraBC transform RD search by Hui Su · 5 years ago
  43. 330444d Fix monochrome raw output by elliottk · 5 years ago
  44. bab09eb Combine ref-frame and mode masks by elliottk · 5 years ago
  45. 3f93e4c Restore functionality to FINAL_PASS_TRELLIS_OPT by Sarah Parker · 5 years ago
  46. ab99b48 Correctly initialize top_est_rd by Sarah Parker · 5 years ago
  47. e08559f AVX2 dr prediction full version - lbd & hbd, Z1,Z2,Z3 by Victoria Zhislina · 5 years ago
  48. bbdaa0c Expand select_inter_block_yrd() by Hui Su · 5 years ago
  49. 54f9711 Fix function prototype mismatch. by Wan-Teh Chang · 5 years ago
  50. 79cd069 Introduce simple_motion_search_prune_rect by chiyotsai · 5 years ago
  51. 6a457a4 Set square_partition_only_threshold on speed 2 by chiyotsai · 5 years ago
  52. 8634e61 Update stale comment that mentions ref_cnt_fb. by Wan-Teh Chang · 5 years ago
  53. a437d1d Refactor try_tx_block_split() by Hui Su · 5 years ago
  54. a725d89 Refactor select_inter_block_yrd() by Hui Su · 5 years ago
  55. f06d3c5 Refactor select_tx_size_fix_type() by Hui Su · 5 years ago
  56. 79de75d Add a comment for tx_type_rd() by Hui Su · 5 years ago
  57. 6e05c6e Improve accuracy of benchmarking by elliottk · 5 years ago
  58. 94b3817 Add encoder control for intra angle delta by Hui Su · 5 years ago
  59. fd42d6f Consolidate code about chroma transform RD search by Hui Su · 5 years ago
  60. 08f909c Clean-up write_film_grain_params() by David Turner · 5 years ago
  61. 3b12c00 Reduce loop restoration buffer padding size by Satish Kumar Suman · 5 years ago
  62. cf7f263 Data structure change for memory optimization by Satish Kumar Suman · 5 years ago
  63. a4da282 Skip only when it is not lossless by Yaowu Xu · 5 years ago
  64. 8e25678 Add encoder option to enable/disable CFL UV pred by Debargha Mukherjee · 5 years ago
  65. 078ae86 Enc options to turn on/off smooth & Paeth intra by Debargha Mukherjee · 5 years ago
  66. 8a96c25 Compute flow field at each pyramid level by Sarah Parker · 5 years ago
  67. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 5 years ago
  68. b18cdfc Skip affine evaluation based on warp parameters by Venkat · 5 years ago
  69. 42b4be0 Correct the border calculation in image2yuvconfig() by Yunqing Wang · 5 years ago
  70. cc0cc71 Add AVX2 optimization for cross_correlation module by Aniket Dhok · 5 years ago
  71. 8547359 Fix inter-frame film grain params by David Turner · 5 years ago
  72. 21eb040 Superres adjustements by Debargha Mukherjee · 5 years ago
  73. dd84f3a Add feature detection and matching in disflow by Sarah Parker · 5 years ago
  74. b3ca269 Extend inter rd model to rectangular block by Angie Chiang · 6 years ago
  75. d5f7326 Fix RDO bug when smooth interintra is disabled by Yue Chen · 5 years ago
  76. 440e6d4 Add encoder control to turn on/off IntraBC mode by Hui Su · 5 years ago
  77. 8c917b0 Add encoder option to enable/disable 64-pt txfm by Debargha Mukherjee · 5 years ago
  78. a9e3d14 Add encoder control to turn on/off palette mode by Hui Su · 5 years ago
  79. 9d9cf19 Add an encoder option to turn off rect partitions by Debargha Mukherjee · 5 years ago
  80. fe5fefc Adaptively choose block sizes in temporal filtering by Yunqing Wang · 5 years ago
  81. 192bcd3 Bugfix of setting col to current integer mv's row by Peng Bin · 5 years ago
  82. f4e775c Command-line option for max height of GF pyramid. by Urvang Joshi · 5 years ago
  83. 61c3684 Add estimate rd into PrintPredictionUnitStats by Angie Chiang · 5 years ago
  84. 7c1faef Refactor try_tx_block_split() to remove a goto by Debargha Mukherjee · 5 years ago
  85. a273a21 Add a logic to prune level 2 txfm partition search by Debargha Mukherjee · 5 years ago
  86. 03c43ba Encoder option to turn on/off intra-edge filter by Debargha Mukherjee · 5 years ago
  87. e80ddac Clean up choose_tx_size_type_from_rd() by Hui Su · 5 years ago
  88. 482b46d Clean up select_tx_type_yrd() by Hui Su · 5 years ago
  89. b38fa0e Fix encoder control for dual_filter on/off by Debargha Mukherjee · 5 years ago
  90. 8cbee6c Add enc option and RDO logic to disable smooth interintra mode by Yue Chen · 5 years ago
  91. f6a4743 Reinstate a speed feature turned off inadvertently by Debargha Mukherjee · 5 years ago
  92. 8f9ca58 Add encoder option for filter intra by Yue Chen · 5 years ago
  93. 1c52175 Clean up txfm_search() by Hui Su · 5 years ago
  94. 53eb216 update libwebm to libwebm-1.0.0.27-352-g6ab9fcf by James Zern · 5 years ago
  95. fd9410d Remove check_block_skip() by Hui Su · 5 years ago
  96. e7fea8e Make tile_buffers local, fix LST endianness bug by David Turner · 5 years ago
  97. 80d5dbf Reset cm->next_ref_frame_map to NULL instead of -1 by Wan-Teh Chang · 5 years ago
  98. 7c4cb45 Add the update_ref_frame_id() function. by Wan-Teh Chang · 5 years ago
  99. 7ac3eb1 Replace jnt_comp with dist_wtd_comp by Debargha Mukherjee · 5 years ago
  100. 1b6e75c Disable inter_txb_hash logic by Sachin Kumar Garg · 5 years ago