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