1. 1124db2 [unit-test] Add unit test for intra-edge functions by Joe Young · 7 years ago
  2. 5e19c9d [NORMATIVE]Constrain mv reference within 64x64 block by Jingning Han · 7 years ago
  3. d41869a [NORMATIVE] mfmv extension border check at 64x64 by Jingning Han · 7 years ago
  4. 2d17ec6 [NORMATIVE] Account all the newmv modes for compound mode context by Jingning Han · 7 years ago
  5. 02efe6a Modify reference MV function prototypes by Yunqing Wang · 7 years ago
  6. 463bd75 [Normative txmg]Use 12-bit cos_bit on inverse txfm by Angie Chiang · 7 years ago
  7. 87fc8f9 Fix unittest on av1_lowbd_inv_txfm2d_add_{16,8}x{16,8}_sse2 by Zoe Liu · 7 years ago
  8. 83b10cb Implement av1_lowbd_fwd_txfm2d_32x8_sse2 by Angie Chiang · 7 years ago
  9. e783cdc Fix av1_lowbd_fwd_txfm2d_32x16_sse2 by Angie Chiang · 7 years ago
  10. bdfbcba Implement av1_lowbd_fwd_txfm2d_8x32_sse2 by Angie Chiang · 7 years ago
  11. ea19090 [NORMATIVE]Fix has_top_right() for 128x* blocks by Hui Su · 7 years ago
  12. 53eaf8f [NORMATIVE jnt_comp] remove double rounding by Debargha Mukherjee · 7 years ago
  13. 7dbb005 [wedge/compound-segment, normative] Remove more rounding by David Barker · 7 years ago
  14. d3b9973 [wedge/compound-segment, normative] Reduce multiple rounding by David Barker · 7 years ago
  15. f7a1242 aom_qm_ext: add signaling for separate QM for U/V by Yaowu Xu · 7 years ago
  16. dccaf3f Skip unnecessary single ref frame motion vector search by Jingning Han · 7 years ago
  17. a883e6e [NORMATIVE-DECODING, intra-edge] Fix bug in is_smooth() by David Barker · 7 years ago
  18. 6f81f12 [NORMATIVE-DECODING, txmg]: Adjust IADST4 by Dominic Symes · 7 years ago
  19. 7d8b13e Turn on sse2 simd optimization by Angie Chiang · 7 years ago
  20. 996723a Implement fidentity{8/16}_new_sse2 by Angie Chiang · 7 years ago
  21. 1a2f245 Hook in av1_lowbd_inv_txfm2d_add_8x8_sse2 by Angie Chiang · 7 years ago
  22. dbc677d [NORMATIVE-SYNTAX, ext-skip] Adapt skip_mode_cdfs between frames by David Barker · 7 years ago
  23. 49469a9 Remove experimental flag of MV_COMPRESS by Frederic Barbier · 7 years ago
  24. d15afb2 Remove unneeded param in bwdref context by Zoe Liu · 7 years ago
  25. 98c16fa Remove experimental flag of TEMPMV_SIGNALING by Frederic Barbier · 7 years ago
  26. ba7815a Add av1_lowbd_inv_txfm2d_add_{16,8}x{16,8}_sse2 by Peng Bin · 7 years ago
  27. 2d276b3 [normative][intra-edge] get_filt_type luma/chroma mode by Joe Young · 7 years ago
  28. 4f91a13 Re-enable decode_to_md5 test. by Urvang Joshi · 7 years ago
  29. b18f0e0 av1_superres_unscaled: Make it more accurate. by Urvang Joshi · 7 years ago
  30. 0a2fb7c Replace shuffle with flip_buf in inv_txfm2d_sse2 by Peng Bin · 7 years ago
  31. 340261d [bugfix] Fix selfguided filter for narrow tiles by David Barker · 7 years ago
  32. 2049c01 [NORMATIVE] mfmv only use the first valid mv in stack by Jingning Han · 7 years ago
  33. c9c8189 [NORMATIVE] mfmv adds candidate mv by comparison by Jingning Han · 7 years ago
  34. 7336310 Re-enable av1_convolve_y after fix for round_1 > 0 by Debargha Mukherjee · 7 years ago
  35. ef2d51c convolve_y/jnt_convolve_y support for round_1 > 0 by Ola Hugosson · 7 years ago
  36. c12f570 [normative][intra-edge] Change # of filtered edge pixels by Joe Young · 7 years ago
  37. 40aa7b2 Remove repeated rate calculation by Cheng Chen · 7 years ago
  38. a86bd82 Remove dead logic interintra by Cheng Chen · 7 years ago
  39. 58bd7ce Implement av1_lowbd_inv_txfm2d_add_8x8_sse2 by Peng Bin · 7 years ago
  40. 8503ba0 Clean up FAST_SGR code by Imdad Sardharwalla · 7 years ago
  41. bc06802 Re-enable SIMD warp fn after round_1 > 0 fix by Debargha Mukherjee · 7 years ago
  42. ac061a0 Fix warp_plane sse2/sse3 rounding bug by Ola Hugosson · 7 years ago
  43. 950b912 Add a speed feature for fast tx size search by Hui Su · 7 years ago
  44. f4a165d Add option to low-precision blend all compounds by Debargha Mukherjee · 7 years ago
  45. 16f77e3 Make txb hash map support high bit-depth by Jingning Han · 7 years ago
  46. a6f987b dump_obu: Calculate and report OBU overhead. by Tom Finegan · 7 years ago
  47. 9540d59 Support larger LEB128 integers. by Tom Finegan · 7 years ago
  48. b489819 Optimize rectangular txfm sqrt2 multiply (sse2) by Linfeng Zhang · 7 years ago
  49. a47b29e Implement av1_fwd_txfm2d_32x{16, 32}_sse2 by Linfeng Zhang · 7 years ago
  50. c6b0186 Implement av1_fwd_txfm2d_16x{8,32}_sse2 by Linfeng Zhang · 7 years ago
  51. a87dc76 Bitstream change - avoid overflow of identity txfm by Angie Chiang · 7 years ago
  52. c8d6c08 Bitstream change - avoid overflow of 1:2/2:1 txfm by Angie Chiang · 7 years ago
  53. f2d40f6 Write LEB128 OBU size fields. by Tom Finegan · 7 years ago
  54. e11fe10 Turn CONFIG_FAST_SGR on by default by Debargha Mukherjee · 7 years ago
  55. c2a680e [mono-video, bugfix] Don't signal uv_mode in monochrome mode by David Barker · 7 years ago
  56. 2630314 Turn LOWPRECISION_PRECISION off by default by Debargha Mukherjee · 7 years ago
  57. c3bb018 Align buffers by Yaowu Xu · 7 years ago
  58. 9bed35e Add simd function for jnt_comp _x, _y function by Cheng Chen · 7 years ago
  59. 1efc5bd [ext-skip, bugfix] Fix reference frame setup by David Barker · 7 years ago
  60. 2f4d0f4 Cleanup SIMD FAST_SGR code by Imdad Sardharwalla · 7 years ago
  61. 328efac ensure_mv_buffer must re-alloc if dims differ by Jonathan Matthews · 7 years ago
  62. 74e8a99 Don't use last_frame_seg_map if frame size differs by Jonathan Matthews · 7 years ago
  63. c40cb70 Lower precision compound Blend by Debargha Mukherjee · 7 years ago
  64. 98c8fcc [segment_pred_last] Clear seg map when seg disabled by Jonathan Matthews · 7 years ago
  65. e33f581 SSE2 optimizations for _16 highbd lpf functions by Maxym Dmytrychenko · 7 years ago
  66. a07a3b2 Rework inter mode context for global_mv mode by Jingning Han · 7 years ago
  67. 7ae50fd Re-design inter mode context for compound modes by Jingning Han · 7 years ago
  68. 5bc4d1c Remove all_zero_mvs_flag from the rate-distortion loop by Jingning Han · 7 years ago
  69. 057f97b Fix the reference selection issue for skip mode by Zoe Liu · 7 years ago
  70. fa29b28 Reduce unneeded memory allocation by Zoe Liu · 7 years ago
  71. 75c6be0 Implement av1_fwd_txfm2d_8x16_sse2 by Linfeng Zhang · 7 years ago
  72. 62c9c23 Faster AVX2 convolve2D function by Frank Bossen · 7 years ago
  73. 43977f0 Implement av1_fwd_txfm2d_16x16_sse2 by Linfeng Zhang · 7 years ago
  74. eae8208 Implement flip txfm in av1_fwd_txfm2d_8x8_sse2 by Angie Chiang · 7 years ago
  75. 057f0da Implement av1_fwd_txfm2d_8x8_sse2 by Angie Chiang · 7 years ago
  76. 57a8f0e Add transpose_sse2.h by Angie Chiang · 7 years ago
  77. cdfe829 Fix intricacy between speed features in txk-sel by Jingning Han · 7 years ago
  78. 70a9705 Make txk-sel compatible with speed 2 feature by Jingning Han · 7 years ago
  79. 0768d98 Faster AVX2 implementation of motion compensation modules by Deepa K G · 7 years ago
  80. 3ea816e JNT_COMP: allow reversing the search order by Cheng Chen · 7 years ago
  81. 4ec84ab Move sb_size to sequence header by Imdad Sardharwalla · 7 years ago
  82. bde9cd8 Remove redundant mv operations at decoder by Jingning Han · 7 years ago
  83. 3dc71a3 inline get_random_number() by Timo Witte · 7 years ago
  84. d8edf23 entropy_analyzer: output optimized eob_extra in CDF by Hui Su · 7 years ago
  85. f094fe9 q-adapt-probs: add support for lv-map by Hui Su · 7 years ago
  86. b3db206 Revert "Port first pass stats handling from Vp9 into Av1" by Debargha Mukherjee · 7 years ago
  87. d6989be Silence a build warning. by Zoe Liu · 7 years ago
  88. 7ea0f15 Use accurate HBD sse to determine block skip by Yue Chen · 7 years ago
  89. a5657c2 Correct clamping after row-inverse by Debargha Mukherjee · 7 years ago
  90. d56b6e1 Make txk-sel support 64x64 transform scaling by Jingning Han · 7 years ago
  91. 13f41c2 Simplify refresh_frame_flags inference on S_FRAME by Frederic Barbier · 7 years ago
  92. dca1925 Make recent mv changes build with !INTRABC by Jonathan Matthews · 7 years ago
  93. 3db3f80 [superres, bugfix] Allow upscale to use all decoded pixels by David Barker · 7 years ago
  94. 7029948 Fix subsampled AR-filter coefficient estimation by Neil Birkbeck · 7 years ago
  95. 9d8004b Add mismatch test for quantization matrices. by Thomas Davies · 7 years ago
  96. cc6e0e1 Adding config file parsing implementation by Maxym Dmytrychenko · 7 years ago
  97. 5e91142 Make segmentation compatible with scaling by Frederic Barbier · 7 years ago
  98. 880ab1c Reduce reference MV search by Yunqing Wang · 7 years ago
  99. 5574c60 [dist-8x8] Restore removed asserts by Yushin Cho · 7 years ago
  100. 45b65af Fix build for entropy-stats by Hui Su · 7 years ago