1. a2fa9ee Improve SSE2 implementation of v64_abs_s8 and v128_abs_s8 by Steinar Midtskogen · 8 years ago
  2. 6033fb8 Add v64_abs_s8, v128_abs_s8 and v256_abs_s8 by Steinar Midtskogen · 8 years ago
  3. 569c7b9 CLPF: Add architecture postfix to the name of static functions by Steinar Midtskogen · 8 years ago
  4. febe223 Move the CLPF damping adjustment for strength up in the call chain by Steinar Midtskogen · 8 years ago
  5. ec70797 Temporarily revert some 4:2:2 code by Jean-Marc Valin · 8 years ago
  6. 5558e5d Use 1 sample per neighbor for local warping model estimation by Yue Chen · 8 years ago
  7. 54723f9 Use only the first predictors of compound neighbors in OBMC by Yue Chen · 8 years ago
  8. 13e412e Not use sub8x8 mv of neighbors in obmc by Yue Chen · 8 years ago
  9. 41167b3 Swap order of xor and offset by Steinar Midtskogen · 8 years ago
  10. b1e04f7 Improve high bitdepth CLPF by using newly added v128_ssub_u16 by Steinar Midtskogen · 8 years ago
  11. 9b8444a Add v64_ssub_u16, v128_ssub_u16 and v256_ssub_u16 by Steinar Midtskogen · 8 years ago
  12. 131a0d5 Add multiple of 8 copies by Michael Bebenita · 8 years ago
  13. 68f3c3b Refactor copy_rect loops by Michael Bebenita · 8 years ago
  14. 30134b1 Refactor fill_rect loops by Michael Bebenita · 8 years ago
  15. 300312d Flatten out colbuf by Michael Bebenita · 8 years ago
  16. 7dc0530 Factor out hsize and vsize in av1_cdef_frame by Michael Bebenita · 8 years ago
  17. 84bc799 Refector mbmi_cdef_strength lookup by Michael Bebenita · 8 years ago
  18. bea96c5 Make CLPF unit test try all dampings by Steinar Midtskogen · 8 years ago
  19. 8362114 Fix constrain() broken in 19f76635746c20cf5be943c1d2e90f3fbfd3349c by Jean-Marc Valin · 8 years ago
  20. 8a4de21 Rework sb_compute_dering_list() by Jingning Han · 8 years ago
  21. 03de1b2 Implement tile boundaries by Jean-Marc Valin · 8 years ago
  22. a4ecb1b Revert changes in od_dering filter by Jingning Han · 8 years ago
  23. 54170d9 Add SIMD code for block copies. by Michael Bebenita · 8 years ago
  24. 19f7663 Simplifying constrain() and constrain_hbd() by Jean-Marc Valin · 8 years ago
  25. 45544f9 Move the contents of clpf_simd_kernels.h to clpf_simd.h by Steinar Midtskogen · 8 years ago
  26. 0c731f7 Fix compiling error for MOTION_VAR + CB4X4 by Yue Chen · 8 years ago
  27. 944b805 Retain the frame size as integer multiples of 8 by Jingning Han · 8 years ago
  28. 13d2aee Add the missing IDTX type optimization to hybrid txfm by Yi Luo · 8 years ago
  29. 72e2e98 Avoid out-of-bounds issue by Frederic Barbier · 8 years ago
  30. 6501122 Improve high bitdepth CLPF SIMD by Steinar Midtskogen · 8 years ago
  31. 9cf0c9c Refactor av1_cdef_frame() by Jingning Han · 8 years ago
  32. f791e63 od_filter_dering_direction_*: make int64->int explicit by James Zern · 8 years ago
  33. 3e2613b av1: normalize aom_enc_frame_flags_t usage by James Zern · 8 years ago
  34. 3b6c544 Refactoring related to shear parameter computation by Debargha Mukherjee · 8 years ago
  35. 5ddac0a RTCD defs: Remove empty specialize statements once and for all. by Urvang Joshi · 8 years ago
  36. 404b2e8 Allow NEAR_NEARMV and NEW_NEWMV modes to use ref_mv_idx by David Barker · 8 years ago
  37. 61f37b8 Crop distortion to visible MIs by Alex Converse · 8 years ago
  38. 29608d8 variance: Add odd size sse functions by Alex Converse · 8 years ago
  39. 19e0c4b update md5 to reflect bitstream change by Yaowu Xu · 8 years ago
  40. 9d24735 High bit depth inter prediction filter AVX2 by Yi Luo · 8 years ago
  41. 9a3d29e Add SSE2 av1_fht32x32 by Yi Luo · 8 years ago
  42. e5034e3 clpf_test: mark TestSpeed disabled by James Zern · 8 years ago
  43. 22c0d57 dering_test: mark TestSpeed disabled by James Zern · 8 years ago
  44. 133a987 Prevent PVQ SSE search from putting pulses beyond n-1 by Jean-Marc Valin · 8 years ago
  45. 8036058 Enable/disable unit tests correctly in decoder-only build case by Yunqing Wang · 8 years ago
  46. 11f0e40 A few fixes for global motion by Debargha Mukherjee · 8 years ago
  47. 4c5b020 Make aom_sum_squares_2d_i16 take width and height parameters. by Alex Converse · 8 years ago
  48. 2d5c201 SSIM-like contrast term for CDEF distortion function by Jean-Marc Valin · 8 years ago
  49. 40fbd21 Optimise od_dir_find8() for SSE4.1 by Steinar Midtskogen · 8 years ago
  50. 1bd42be Restrict # of neighbors in obmc blending by Yue Chen · 8 years ago
  51. dfad2b1 Add unit tests for SIMD optimised dering functions by Steinar Midtskogen · 8 years ago
  52. b8ff6aa Add SIMD support for CDEF dering for sse2/ssse3 and neon by Steinar Midtskogen · 8 years ago
  53. 7faea43 Revert "[PVQ] Don't transform if block skipped" by Luc Trudeau · 8 years ago
  54. 48d1ed8 Add basic arm64 linux support to the cmake build. by Tom Finegan · 8 years ago
  55. f47266d Add basic armv7 linux support to the cmake build. by Tom Finegan · 8 years ago
  56. c538d68 [PVQ] Don't transform if block skipped by Luc Trudeau · 8 years ago
  57. b8e6f2c Add unit tests for vertically restricted CLPF by Steinar Midtskogen · 8 years ago
  58. 73aa77c Increase parallelism in CLPF SIMD by Steinar Midtskogen · 8 years ago
  59. 099220b Fix a buffer over-read by Yaowu Xu · 8 years ago
  60. a04cd93 Fix spelling error in the ISA extension prefix by Steinar Midtskogen · 8 years ago
  61. 265db6d Improves/refactors rd costing for global motion by Debargha Mukherjee · 8 years ago
  62. b06af20 Make cdef block offset scalable with mode_info size by Jingning Han · 8 years ago
  63. c86e7aa Use explicit block size to determine function calls in cdef by Jingning Han · 8 years ago
  64. d35b581 Use mi_size to support variable mode_info size in cdef by Jingning Han · 8 years ago
  65. 5e9d15f aom_dsp: Fix cmake build. by Tom Finegan · 8 years ago
  66. 0c0ab99 Add iOS simulator toolchains for cmake build. by Tom Finegan · 8 years ago
  67. 1bf75bc Fix compile error if ref_mv is disabled. by Joe Young · 8 years ago
  68. 86437ef Add testing for subsampling in warping function by Sarah Parker · 8 years ago
  69. 31d044d Refactor pick cdef to support cb4x4 by Jingning Han · 8 years ago
  70. 481af67 fix calls to av1_tx_block_rd_b() by Yaowu Xu · 8 years ago
  71. f11fb88 Add av1_ prefix to fwd_txfm() by hui su · 8 years ago
  72. 233ef94 Move dering strength mapping to od_dering() by Steinar Midtskogen · 8 years ago
  73. f47f6ff Flip binary_codes_test off when ANS is turned on. by Alex Converse · 8 years ago
  74. ffabff3 ext_partition_types: Uncopy-paste update_ext_partition_context by Alex Converse · 8 years ago
  75. 9b8393f NEW_MULTISYMBOL: Code extra_bits using multi-symbols. by Thomas Davies · 8 years ago
  76. 302d2c1 Let od_dering() handle 16 to 8 bit conversion by Steinar Midtskogen · 8 years ago
  77. 5fe79db Refactor read_partition() by Jingning Han · 8 years ago
  78. cd95976 Explicitly use block size to determine partition info by Jingning Han · 8 years ago
  79. e750841 frame_superres: Add scale to uncompressed header by Fergus Simpson · 8 years ago
  80. b37226e Don't run cdef when cm->mi_grid_visible[]==NULL by Jean-Marc Valin · 8 years ago
  81. afeb921 Fix compiler warnings in av1_loopfilter by Jingning Han · 8 years ago
  82. ff5e209 rect-tx/ext-tx: fix an assertion fail by hui su · 8 years ago
  83. 4d8b8f4 Add const to rate in cost_coeffs_b by Angie Chiang · 8 years ago
  84. 74e2307 Use txb_entropy_ctx to store entropy ctx of lv_map by Angie Chiang · 8 years ago
  85. 47e4b36 Compute lv_map's coeff cost in av1_cost_coeffs() by Angie Chiang · 8 years ago
  86. 47748b5 Adds binary code lib for coding various symbols by Debargha Mukherjee · 8 years ago
  87. 929e806 Fix cut&paste bug in the CLPF unit tests by Steinar Midtskogen · 8 years ago
  88. e60ce83 Add NEW_MULTISYMBOL experiment. by Thomas Davies · 8 years ago
  89. b754ec3 Fix an alignment issue in the CLPF unit test by Steinar Midtskogen · 8 years ago
  90. e84eaf0 CDEF: Fix allocation of row_dering by Jean-Marc Valin · 8 years ago
  91. 6341f5c Remove av1 coeff context setting when PVQ is used by Yushin Cho · 8 years ago
  92. 68abef8 deltaq: Use block size / mask macros by Alex Converse · 8 years ago
  93. 67741e0 Remove unused minimum iOS version from cmake build. by Tom Finegan · 8 years ago
  94. f347763 Compute multiple global motions and pick best by error adv. by emilkeyder@google.com · 8 years ago
  95. 5bd2d2f Remove redundant dering passes in CDEF search by Jean-Marc Valin · 8 years ago
  96. d4fd4ee CDEF: computing MSE only on the filtered blocks by Jean-Marc Valin · 8 years ago
  97. 32282f2 Save on CDEF encoder buffers by computing MSE one plane at a time by Jean-Marc Valin · 8 years ago
  98. ae91cab Reduce horizontal CDEF padding to 8 pixels instead of 32 by Jean-Marc Valin · 8 years ago
  99. deb1950 CDEF encode buffering optimizations by Jean-Marc Valin · 8 years ago
  100. 12ec6c6 args.c: add some explicit casts by James Zern · 8 years ago