1. 85d00fa Enable more floating point exceptions by Yaowu Xu · 6 years ago
  2. 89ed7d4 Make parameter names consistent by Yaowu Xu · 6 years ago
  3. bc668a2 Account for mean shift in PSNR-HVS by Oleg Nalivayko · 6 years ago
  4. bbaa966 Prefix global quantizer functions with aom_ by Yaowu Xu · 6 years ago
  5. 63f2ea3 Prefix bitstream debug functions with aom_ by Yaowu Xu · 6 years ago
  6. b59712c Fix decoder wiener filter avx2 vs c mismatch by Satish Kumar Suman · 6 years ago
  7. 1362e15 Fix PSNRHVS computation by Yaowu Xu · 6 years ago
  8. 6fdf934 Fix static analysis warnings by kyslov · 6 years ago
  9. 5859dca Fix more warnings from static analysis by kyslov · 6 years ago
  10. 05af612 Simplify how grain_max is calculated. by Wan-Teh Chang · 6 years ago
  11. a2312b0 Optimize aom_quantize_b_adaptive module by Aniket Dhok · 6 years ago
  12. 830b897 update .clang-format for clang-7 by Hien Ho · 6 years ago
  13. 373df0c dr_prediction AVX calc improvement by Victoria Zhislina · 6 years ago
  14. 29d8ce4 Optimize aom_quantize_b_64x64_adaptive module by Aniket Dhok · 6 years ago
  15. 13ecaf7 Optimize adaptive quantization modules by Aniket Dhok · 6 years ago
  16. f1e8398 Declare grain_center as a local variable. by Wan-Teh Chang · 6 years ago
  17. c615fd3 Optimize aom_quantize_b_32x32_adaptive module by Aniket Dhok · 6 years ago
  18. 64a5e40 Optimize aom_quantize_b_adaptive module by Aniket Dhok · 6 years ago
  19. 9bb92ef Fix possible infinite loop in aom_rb_read_uvlc() by Hui Su · 6 years ago
  20. b52c5ce Modify adaptive b quant to prefer skips by Debargha Mukherjee · 6 years ago
  21. 16ad7f5 cmake: Hook up dsp and scale dependencies in the proper places. by Tom Finegan · 6 years ago
  22. 7b9ce53 Revert "dr_prediction AVX calc moved to 16 bit" by James Zern · 6 years ago
  23. 9de0d28 Add coarse ME to VAR_BASED_PART mode. Ref mode set for nonRD. by kyslov · 6 years ago
  24. 3896b60 Optimize av1_dist_wtd_convolve functions by Aniket Dhok · 6 years ago
  25. 881f629 dr_prediction AVX calc moved to 16 bit by Victoria Zhislina · 6 years ago
  26. d7ee46b Optimize av1_convolve_sr functions by Aniket Dhok · 6 years ago
  27. fd740ac Revert "Optimize av1_wiener_convolve_add_src_avx2" by Yunqing Wang · 6 years ago
  28. e980281 Optimize highbd sub_pixel_variance module by Aniket Dhok · 6 years ago
  29. d8ea9e6 avx2 dr prediction z2 valgrind issue fix by Victoria Zhislina · 6 years ago
  30. 7b9d0d6 AV1 RealTime path. Initial implementation by kyslov · 6 years ago
  31. 3ff6ff3 Optimize aom_highbd_quantize_b_64x64 module by Aniket Dhok · 6 years ago
  32. 09864d8 Reintroduce lowbd 8x16 and 16x8 fwd_txfm modules by Aniket Dhok · 6 years ago
  33. f7f0ef5 Fix misspelling in misc. comments by Sarah Parker · 6 years ago
  34. 16c473b Remove redundant return statements by Sarah Parker · 6 years ago
  35. 4ee28ca avx2 dr prediction z2 valgrind issue fix by Victoria Zhislina · 6 years ago
  36. c4b4811 Revert "Optimize lowbd fwd_txfm modules" by Debargha Mukherjee · 6 years ago
  37. 740e839 Add encoder flag for quant_b_adaptive by Sarah Parker · 6 years ago
  38. e343b8c Split code paths for quantize_b_adaptive by Sarah Parker · 6 years ago
  39. e8704db Optimize aom_quantize_b_64x64 module by Aniket Dhok · 6 years ago
  40. eec52bb Add improvements to the b quantizer by Sarah Parker · 6 years ago
  41. 086922b intrapred sse2: remove unused macro by Johann · 6 years ago
  42. 3563b12 avx2 dr prediction valgrind bug fix by Victoria Zhislina · 6 years ago
  43. 3674aad intrapred: resolve name conflict by Johann · 6 years ago
  44. a8de214 Correct missed renames for jnt_comp by Debargha Mukherjee · 6 years ago
  45. 0c96c11 Rename jnt_comp convolves to dist_wtd_comp by Debargha Mukherjee · 6 years ago
  46. d52c292 Optimize aom_sse_avx2 module by Aniket Dhok · 6 years ago
  47. 644432e Change to use single definition of "PI" by Yaowu Xu · 6 years ago
  48. aa7195d Optimize lowbd fwd_txfm modules by Aniket Dhok · 6 years ago
  49. 8d92f8f Fix a segfault caused by unaligned store by Yaowu Xu · 6 years ago
  50. 20a747b Fix -Wmissing-declarations fft_avx2.c fft_sse2.c. by Wan-Teh Chang · 6 years ago
  51. f90004a Complete renaming jnt_comp into dist_wtd_comp by Debargha Mukherjee · 6 years ago
  52. e08559f AVX2 dr prediction full version - lbd & hbd, Z1,Z2,Z3 by Victoria Zhislina · 6 years ago
  53. 54f9711 Fix function prototype mismatch. by Wan-Teh Chang · 6 years ago
  54. cf7f263 Data structure change for memory optimization by Satish Kumar Suman · 6 years ago
  55. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 6 years ago
  56. 8547359 Fix inter-frame film grain params by David Turner · 6 years ago
  57. 98dae94 move av1_round_shift_array definition by Johann · 6 years ago
  58. a21966b Remove frame_refs: de-duplicate ref frame refs by David Turner · 6 years ago
  59. b39bada Fix alignement issue on 32bit build by kyslov · 6 years ago
  60. fe99650 AVX2 ver of highb dr prediction - Z1 bug fixed by Victoria Zhislina · 6 years ago
  61. 1468e60 AVX2 ver of highbd dr predictions Z1,Z3 by Victoria Zhislina · 6 years ago
  62. 90fc8d0 Fix mismatches in quantize asm by Aniket Dhok · 6 years ago
  63. 7af1d86 Optimize highbd inv_txfm modules by Aniket Dhok · 6 years ago
  64. bd3f9b6 Revert "Remove uses of _mm_set_epi64x" by David Turner · 6 years ago
  65. 4bec5c3 Clean up aom_highbd_upsampled_pred_sse2 by Remya · 6 years ago
  66. 4ab23f9 Remove uses of _mm_set_epi64x by David Turner · 6 years ago
  67. 3517110 INTERNAL_STATS: move ssim_opt_x86_64 by Johann · 6 years ago
  68. c0b2251 x86 store: input is const by Johann · 6 years ago
  69. cfeb712 Revert "Clean up aom_highbd_upsampled_pred_sse2" by Yunqing Wang · 6 years ago
  70. f2ea6e1 Enforce C++11 in build configuration by David Turner · 6 years ago
  71. 4561597 Fix unaligned read/write in lpf_vertical_4_neon by Cherma Rajan A · 6 years ago
  72. 286ed99 Clean up aom_highbd_upsampled_pred_sse2 by Remya · 6 years ago
  73. b5ed1e6 SSE4.1 and AVX2 highbd_blend_a64_d16_mask by David Turner · 6 years ago
  74. 40496f7 Add AVX2 variants for 4 tap highbd filter by Remya · 6 years ago
  75. 5cbeca8 Fix thread sanitizer issue in hbd modules by Ravi Chaudhary · 6 years ago
  76. 1996a35 Optimize av1_wiener_convolve_add_src_avx2 by Satish Kumar Suman · 6 years ago
  77. a9edad7 Fix aom_<highbd>_sse_sse4_1/avx2 issue by Peng Bin · 6 years ago
  78. 427e3b1 Cleanup functions that should be marked static by Sarah Parker · 6 years ago
  79. ce781ca Clean up aom_subpixel_8t_intrin_sse2.c by Sachin Kumar Garg · 6 years ago
  80. 3a0667d SSE2 implementation of 4-tap highbd filter by Sachin Kumar Garg · 6 years ago
  81. cba2df4 fix unaligned loads in loopfilter by Johann · 6 years ago
  82. ae356d1 Fix stack corruption with x86 and --enable-pic by Johann · 6 years ago
  83. 067e984 aom_dsp: Group aom_rb/aom_wb utilities in the same places. by Tom Finegan · 7 years ago
  84. 878e676 Clean up aom_upsampled_pred_sse2 by Sachin Kumar Garg · 6 years ago
  85. 94d3600 Facilitate SIMD opt for highbd subpel motion search by Remya · 7 years ago
  86. 210f196 Fix unaligned access in xx_loadl_32 & xx_storel_32 by Wan-Teh Chang · 6 years ago
  87. 7cae98f Add temporal dependency model and rdmult modulation to AV1 by Yue Chen · 7 years ago
  88. 7dae73f SSE2 implementation of 4-tap filter for widths 8, 4 by Sachin Kumar Garg · 7 years ago
  89. 173a01f sad formatting by Johann · 7 years ago
  90. a65377b SSSE3 implementation of 4-tap filter for widths 8, 4 by Sachin Kumar Garg · 7 years ago
  91. 54fa62e clang-format v6.0.1 by Johann · 7 years ago
  92. c199fb4 SSE2 implementation of 4-tap filter by Sachin Kumar Garg · 7 years ago
  93. 3b4bb44 Remove the unused aom_fdct8x8_1_sse2() function. by Wan-Teh Chang · 7 years ago
  94. c0b290f Remove the aom_reader_has_error() function. by Wan-Teh Chang · 7 years ago
  95. ed997ab Add some comments for the entropy decoder. by Wan-Teh Chang · 7 years ago
  96. 18d5555 SSSE3 implementation of 4-tap filter by Sachin Kumar Garg · 7 years ago
  97. 91c9b2e Modify use_accurate_subpel_search for better coding performance by Yunqing Wang · 7 years ago
  98. d13a4eb Fix sending repeated random_seed in film grain by Andrey Norkin · 7 years ago
  99. 44a445c port libvpx sse2 quantize by Johann · 7 years ago
  100. 0ec3f9b save all registers in ssse3 quantize by SmilingWolf · 7 years ago