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. bd3f9b6 Revert "Remove uses of _mm_set_epi64x" by David Turner · 6 years ago
  12. 0b19d72 Add missing mv compliance check when skip mode is used by Remy Foray · 6 years ago
  13. e3f7570 Optimize interpolation filter search for full pel mv by Venkat · 6 years ago
  14. 29267d3 Add function to take the difference between two frames by Sarah Parker · 6 years ago
  15. 719c10d Only compute image gradients for source image by Sarah Parker · 6 years ago
  16. 0d93bc1 Fix stale prediction mode names in comments. by Wan-Teh Chang · 6 years ago
  17. a3a732e Document all TX_TYPE enums. by Wan-Teh Chang · 6 years ago
  18. c6d7e2d Improved coding for static content. by Urvang Joshi · 6 years ago
  19. 3057d6a Add warp and interpolate code from vp9 by sarahparker · 6 years ago
  20. 70658ad Introduce full_pixel_motion_search_based_split by chiyotsai · 6 years ago
  21. 1dbb8c1 Add computation of edge strength to each block by elliottk · 6 years ago
  22. b3938da A simple refactoring in the compound search by Debargha Mukherjee · 6 years ago
  23. a094378 Adds speed feature to prune wedge search by Debargha Mukherjee · 6 years ago
  24. d9cdf8f Fix mv err cost for obmc subpel motion search by Peng Bin · 6 years ago
  25. 486cc98 SSE3-optimised av1_nn_predict by David Turner · 6 years ago
  26. 03d8ebe Clarify indexing in [lr]shift_bdw_ref_frames(). by Urvang Joshi · 6 years ago
  27. 3958582 Use get_ref_frame_map_idx() wherever possible. by Urvang Joshi · 6 years ago
  28. 7715ae1 Cleanup map_pb_cdf from Av1ColorMapParam structure by Ravi Chaudhary · 6 years ago
  29. 99e31c1 Fix enc row-mt for delta-q=2 by Ravi Chaudhary · 6 years ago
  30. 716f289 Fix overflow in clamp_mv_to_umv_border_sb by Remy Foray · 6 years ago
  31. 3c6b5a4 cfl: replace null functions with NULL by Johann · 6 years ago
  32. ea8a6ca Port simplified rdmult computation from libvpx by Yaowu Xu · 6 years ago
  33. 4058217 Change MV_REFERENCE_FRAME type back to int8_t. by Urvang Joshi · 6 years ago
  34. a130dcc Remove LAST_REF_FRAMES enum value. by Urvang Joshi · 6 years ago
  35. df802ee Cleanup regarding buffer pool ref counts. by Urvang Joshi · 6 years ago
  36. 4d9f15f Reference related code: Better naming and comments by Urvang Joshi · 6 years ago
  37. 06b3765 Doc for refresh_*_frame and new_bwdref_update_rule by Urvang Joshi · 6 years ago
  38. 3005854 Introduce an enum for reference types. by Urvang Joshi · 6 years ago
  39. 4ab23f9 Remove uses of _mm_set_epi64x by David Turner · 6 years ago
  40. 84c6daf Add high bit-depth edge detection by elliottk · 6 years ago
  41. f101722 Remove av1_set_mv_cost by chiyotsai · 6 years ago
  42. f8b0321 Deprecate redundant get_horver_correlation() fn by Debargha Mukherjee · 6 years ago
  43. 8beb8ba cdef: remove AOM_UNUSED by Johann · 6 years ago
  44. c957b00 Namespace global motion functions by sarahparker · 6 years ago
  45. 982ac04 Fix issues for palette content in enc row-mt by Ravi Chaudhary · 6 years ago
  46. e5761e0 Remove redundant assignments of subsampling_x & y. by Wan-Teh Chang · 6 years ago
  47. 6bd5ccb Remove redundant memcpy in enc row-mt by Ravi Chaudhary · 6 years ago
  48. 00525ef Fix issues in multithreading for screen content by Ravi Chaudhary · 6 years ago
  49. 83607dc cdef: remove unused "max" parameter by Johann · 6 years ago
  50. 1e92b08 Fix and adjust early termination for compound by Debargha Mukherjee · 6 years ago
  51. 24ec464 Implement av1_jnt_convolve_2d_sse2() by Yaowu Xu · 6 years ago
  52. 1d652c8 Remove a temporary assertion. by Wan-Teh Chang · 6 years ago
  53. d4634b0 Remove a redundant set_flip_cfg() call. by Wan-Teh Chang · 6 years ago
  54. bbfa6d0 Modify enable_auto_alt_ref range check by Yunqing Wang · 6 years ago
  55. 160cec6 CONFIG_INSPECTION: fix tx_type skip issue by Jim Bankoski · 6 years ago
  56. 3f73287 CONFIG_INSPECTION: fix showable and overlay frame behavior by Jim Bankoski · 6 years ago
  57. dca41c0 Use 8-tap interp filter in temporal filtering by Yunqing Wang · 6 years ago
  58. c096d34 av1_highbd_dr_prediction_z2_c: Add an assertion. by Urvang Joshi · 6 years ago
  59. 45ad886 Solve a 2x2 system for optical flow computation by Sarah Parker · 6 years ago
  60. 125ec77 Add function to compute matrices for DISflow system by Sarah Parker · 6 years ago
  61. 0115e93 Add x and y gradients to image pyramid by Sarah Parker · 6 years ago
  62. 0299355 Remove CONFIG_INTEGERIZE_SGR build flag by David Turner · 6 years ago
  63. 819aff6 Fix issues with SIMD horver_correlation_full by David Turner · 6 years ago
  64. dfd79b8 Enhance selective_ref_frame for use in speed 0 by Debargha Mukherjee · 6 years ago
  65. 0c6f5fd reduce memory usage in PICK__MODE_CONTEXT by wenyao.liu · 6 years ago
  66. 1c0a6e9 Add macro to determine type of global motion computation by Sarah Parker · 6 years ago
  67. 9549205 Fix issues in ARNR filtering by Ravi Chaudhary · 6 years ago
  68. 230aea2 Propagate img->fb_priv when film grain enabled. by Wan-Teh Chang · 6 years ago
  69. 0c8f717 Remove rst_end_stripe in struct AV1Common by Yunqing Wang · 6 years ago
  70. ead610f Revert horver calculation to C version temporarily by Debargha Mukherjee · 6 years ago
  71. fa873d8 Assert the ref_count is valid in ref_cnt_fb(). by Wan-Teh Chang · 6 years ago
  72. f447f8c Remove unused frame buffer callback related fields by Wan-Teh Chang · 6 years ago
  73. 1e3f29b Assert the ref_cnt_fb() call won't leak raw buffer by Wan-Teh Chang · 6 years ago
  74. fdc480f Use a more robust test of a valid raw_frame_buffer by Wan-Teh Chang · 6 years ago
  75. 7b12250 Let caller of release_fb_cb clear dangling pointer by Wan-Teh Chang · 6 years ago
  76. 4ff6917 txfm config: Fix range computation for idtx by Vignesh Venkatasubramanian · 6 years ago
  77. f2ea6e1 Enforce C++11 in build configuration by David Turner · 6 years ago
  78. f1570f0 Remove alpha channel references (unsupported) by elliottk · 6 years ago
  79. 8b3ca26 Remove unused quantizer matrices for level 15. by Wan-Teh Chang · 6 years ago
  80. 1c573e0 Optimise get_horver_correlation_full, SSE4 & AVX2 by David Turner · 6 years ago
  81. 60acd13 Remove unused best_rd2 of handle_inter_mode by Satish Kumar Suman · 6 years ago
  82. e6fefb5 Remove obsolete comment by Yue Chen · 6 years ago
  83. d3b4721 Refine rd_pick_skip_mode by Grant Hsu · 6 years ago
  84. a7fd44a Fix build with CONFIG_FIX_GF_LENGTH=0 by Urvang Joshi · 6 years ago
  85. 864ae6a Introduce one pass svm early termination speed feature. by chiyotsai · 6 years ago
  86. 4561597 Fix unaligned read/write in lpf_vertical_4_neon by Cherma Rajan A · 6 years ago
  87. 5396fc8 Fix initialization in delta-q-mode by Ravi Chaudhary · 6 years ago
  88. aaa0f5f Pad images in pyramid by Sarah Parker · 6 years ago
  89. 681aec1 Fix get_prediction_mode_idx by Grant Hsu · 6 years ago
  90. 4fc2e44 Fix '--yv12' option support in aomenc by Yaowu Xu · 6 years ago
  91. 351f472 Fix for aomenc and -D CONFIG_INSPECTION=1 by Jim Bankoski · 6 years ago
  92. 2e1450b Combine lbd and hbd versions of angle estimation by Hui Su · 6 years ago
  93. c9c7379 Compute image pyramid for optical flow by Sarah Parker · 6 years ago
  94. 63adafd Optimize highbd fwd_txfm modules by Aniket Dhok · 6 years ago
  95. 68baec8 Remove effectless compares by Yaowu Xu · 6 years ago
  96. 4076285 Put angle estimation under a speed feature by Hui Su · 6 years ago
  97. c949506 Cleanup unused y4m reference in rdopt by elliottk · 6 years ago
  98. e45fa2d Check the return value of the worker threads. by Wan-Teh Chang · 6 years ago
  99. 21b68a0 Motion Mode & compound Type by Jim Bankoski · 6 years ago
  100. 789f53f Add a separate boost factor for forward key frames by Sarah Parker · 7 years ago