1. ebf96f4 Group parameters in AV1_COMMON into sub-structures by David Turner · 5 years ago
  2. d825860 Disable transform hash logic for speed >= 4 by Satish Kumar Suman · 5 years ago
  3. 1ef3b60 Introduce early exit in interpolation_filter_rd function by Venkat · 5 years ago
  4. f50fdce Compute energy distribution among hor freqs by Debargha Mukherjee · 5 years ago
  5. f802a78 Fix an assertion error in full_pixel_motion_search_based_split. by chiyotsai · 5 years ago
  6. e5eec6c Implement aom_once using Win32 InitOnce functions. by Wan-Teh Chang · 5 years ago
  7. bd3f9b6 Revert "Remove uses of _mm_set_epi64x" by David Turner · 5 years ago
  8. 64545cb Add -D_WIN32_WINNT=0x0601 flag to target Windows 7 by Wan-Teh Chang · 5 years ago
  9. 9752192 Set output bit depth correctly. by Zhijie Yang · 5 years ago
  10. 0b19d72 Add missing mv compliance check when skip mode is used by Remy Foray · 5 years ago
  11. e3f7570 Optimize interpolation filter search for full pel mv by Venkat · 5 years ago
  12. 29267d3 Add function to take the difference between two frames by Sarah Parker · 5 years ago
  13. 719c10d Only compute image gradients for source image by Sarah Parker · 5 years ago
  14. 0d93bc1 Fix stale prediction mode names in comments. by Wan-Teh Chang · 5 years ago
  15. a3a732e Document all TX_TYPE enums. by Wan-Teh Chang · 5 years ago
  16. c6d7e2d Improved coding for static content. by Urvang Joshi · 5 years ago
  17. 3057d6a Add warp and interpolate code from vp9 by sarahparker · 5 years ago
  18. 4bec5c3 Clean up aom_highbd_upsampled_pred_sse2 by Remya · 5 years ago
  19. 70658ad Introduce full_pixel_motion_search_based_split by chiyotsai · 5 years ago
  20. 1dbb8c1 Add computation of edge strength to each block by elliottk · 5 years ago
  21. 3a607f7 Move aom_shift_img() to tools_common by Yunqing Wang · 5 years ago
  22. b3938da A simple refactoring in the compound search by Debargha Mukherjee · 5 years ago
  23. a094378 Adds speed feature to prune wedge search by Debargha Mukherjee · 5 years ago
  24. d9cdf8f Fix mv err cost for obmc subpel motion search by Peng Bin · 5 years ago
  25. 69c98e4 lightfield example: catch tile list missing error by David Turner · 5 years ago
  26. 486cc98 SSE3-optimised av1_nn_predict by David Turner · 5 years ago
  27. 03d8ebe Clarify indexing in [lr]shift_bdw_ref_frames(). by Urvang Joshi · 5 years ago
  28. 3958582 Use get_ref_frame_map_idx() wherever possible. by Urvang Joshi · 5 years ago
  29. 7715ae1 Cleanup map_pb_cdf from Av1ColorMapParam structure by Ravi Chaudhary · 5 years ago
  30. 99e31c1 Fix enc row-mt for delta-q=2 by Ravi Chaudhary · 5 years ago
  31. 716f289 Fix overflow in clamp_mv_to_umv_border_sb by Remy Foray · 5 years ago
  32. 3c6b5a4 cfl: replace null functions with NULL by Johann · 5 years ago
  33. ea8a6ca Port simplified rdmult computation from libvpx by Yaowu Xu · 5 years ago
  34. 4058217 Change MV_REFERENCE_FRAME type back to int8_t. by Urvang Joshi · 5 years ago
  35. a130dcc Remove LAST_REF_FRAMES enum value. by Urvang Joshi · 5 years ago
  36. df802ee Cleanup regarding buffer pool ref counts. by Urvang Joshi · 5 years ago
  37. 1201778 Fix optimization config flag by Yunqing Wang · 5 years ago
  38. 4d9f15f Reference related code: Better naming and comments by Urvang Joshi · 5 years ago
  39. 06b3765 Doc for refresh_*_frame and new_bwdref_update_rule by Urvang Joshi · 5 years ago
  40. 3005854 Introduce an enum for reference types. by Urvang Joshi · 5 years ago
  41. 4ab23f9 Remove uses of _mm_set_epi64x by David Turner · 5 years ago
  42. 6dbf774 Add warning when writing colocated chroma in Y4M by elliottk · 5 years ago
  43. 84c6daf Add high bit-depth edge detection by elliottk · 5 years ago
  44. f101722 Remove av1_set_mv_cost by chiyotsai · 5 years ago
  45. f8b0321 Deprecate redundant get_horver_correlation() fn by Debargha Mukherjee · 5 years ago
  46. 3ab5b87 Clean up naming in horver_correlation_test by sarahparker · 5 years ago
  47. 8beb8ba cdef: remove AOM_UNUSED by Johann · 5 years ago
  48. 8e29643 Check pointers in test/* functions by sarahparker · 5 years ago
  49. c957b00 Namespace global motion functions by sarahparker · 5 years ago
  50. 982ac04 Fix issues for palette content in enc row-mt by Ravi Chaudhary · 5 years ago
  51. 304901f No need to cast ybf->buffer_alloc_sz to size_t. by Wan-Teh Chang · 5 years ago
  52. e5761e0 Remove redundant assignments of subsampling_x & y. by Wan-Teh Chang · 5 years ago
  53. 2860b3a Validate the |border| parameter earlier. by Wan-Teh Chang · 5 years ago
  54. 270a7ff Replace scoped_ptr with unique_ptr by sarahparker · 5 years ago
  55. 6bd5ccb Remove redundant memcpy in enc row-mt by Ravi Chaudhary · 5 years ago
  56. 00525ef Fix issues in multithreading for screen content by Ravi Chaudhary · 5 years ago
  57. 83607dc cdef: remove unused "max" parameter by Johann · 5 years ago
  58. 1e92b08 Fix and adjust early termination for compound by Debargha Mukherjee · 5 years ago
  59. 24ec464 Implement av1_jnt_convolve_2d_sse2() by Yaowu Xu · 5 years ago
  60. 1d652c8 Remove a temporary assertion. by Wan-Teh Chang · 5 years ago
  61. d4634b0 Remove a redundant set_flip_cfg() call. by Wan-Teh Chang · 5 years ago
  62. bbfa6d0 Modify enable_auto_alt_ref range check by Yunqing Wang · 5 years ago
  63. 160cec6 CONFIG_INSPECTION: fix tx_type skip issue by Jim Bankoski · 5 years ago
  64. 3f73287 CONFIG_INSPECTION: fix showable and overlay frame behavior by Jim Bankoski · 5 years ago
  65. 3517110 INTERNAL_STATS: move ssim_opt_x86_64 by Johann · 5 years ago
  66. dca41c0 Use 8-tap interp filter in temporal filtering by Yunqing Wang · 5 years ago
  67. e2a4caf Re-enable the NotEnoughBuffers and NoRelease tests. by Wan-Teh Chang · 5 years ago
  68. c096d34 av1_highbd_dr_prediction_z2_c: Add an assertion. by Urvang Joshi · 5 years ago
  69. 45ad886 Solve a 2x2 system for optical flow computation by Sarah Parker · 5 years ago
  70. df260b8 Fix issue in AV1HighBDJNTCOMPAVGUPSAMPLEDTest by Sachin Kumar Garg · 5 years ago
  71. 125ec77 Add function to compute matrices for DISflow system by Sarah Parker · 5 years ago
  72. 0115e93 Add x and y gradients to image pyramid by Sarah Parker · 5 years ago
  73. 1e6ce79 Fix build with -DCONFIG_WEBM_IO=0 -DCONFIG_LOWBITDEPTH=0 by Bruno Berthier · 5 years ago
  74. 0299355 Remove CONFIG_INTEGERIZE_SGR build flag by David Turner · 5 years ago
  75. 819aff6 Fix issues with SIMD horver_correlation_full by David Turner · 5 years ago
  76. dfd79b8 Enhance selective_ref_frame for use in speed 0 by Debargha Mukherjee · 5 years ago
  77. 0c6f5fd reduce memory usage in PICK__MODE_CONTEXT by wenyao.liu · 5 years ago
  78. 1c0a6e9 Add macro to determine type of global motion computation by Sarah Parker · 5 years ago
  79. 9549205 Fix issues in ARNR filtering by Ravi Chaudhary · 5 years ago
  80. 230aea2 Propagate img->fb_priv when film grain enabled. by Wan-Teh Chang · 5 years ago
  81. 2518fb4 Fix the ExtFBMD5Match test. by Wan-Teh Chang · 5 years ago
  82. 0c8f717 Remove rst_end_stripe in struct AV1Common by Yunqing Wang · 5 years ago
  83. 42a3c93 change CONFIG_SHARP_SETTINGS description by Johann Koenig · 5 years ago
  84. ead610f Revert horver calculation to C version temporarily by Debargha Mukherjee · 5 years ago
  85. fa873d8 Assert the ref_count is valid in ref_cnt_fb(). by Wan-Teh Chang · 5 years ago
  86. f447f8c Remove unused frame buffer callback related fields by Wan-Teh Chang · 5 years ago
  87. c0b2251 x86 store: input is const by Johann · 5 years ago
  88. cfeb712 Revert "Clean up aom_highbd_upsampled_pred_sse2" by Yunqing Wang · 5 years ago
  89. 1e3f29b Assert the ref_cnt_fb() call won't leak raw buffer by Wan-Teh Chang · 5 years ago
  90. fdc480f Use a more robust test of a valid raw_frame_buffer by Wan-Teh Chang · 5 years ago
  91. 7b12250 Let caller of release_fb_cb clear dangling pointer by Wan-Teh Chang · 5 years ago
  92. 4ff6917 txfm config: Fix range computation for idtx by Vignesh Venkatasubramanian · 5 years ago
  93. f2ea6e1 Enforce C++11 in build configuration by David Turner · 5 years ago
  94. f1570f0 Remove alpha channel references (unsupported) by elliottk · 5 years ago
  95. 8b3ca26 Remove unused quantizer matrices for level 15. by Wan-Teh Chang · 5 years ago
  96. 1c573e0 Optimise get_horver_correlation_full, SSE4 & AVX2 by David Turner · 5 years ago
  97. 60acd13 Remove unused best_rd2 of handle_inter_mode by Satish Kumar Suman · 5 years ago
  98. e6fefb5 Remove obsolete comment by Yue Chen · 5 years ago
  99. d3b4721 Refine rd_pick_skip_mode by Grant Hsu · 5 years ago
  100. a7fd44a Fix build with CONFIG_FIX_GF_LENGTH=0 by Urvang Joshi · 5 years ago