1. 41fffae Use av1_inverse_transform_block() in rdopt.c by Angie Chiang · 8 years ago
  2. 91eb798 Fix mismatch in global-motion experiment by Sarah Parker · 8 years ago
  3. 283ecdd Joint chroma search by Jean-Marc Valin · 8 years ago
  4. 1e64e70 Fix forward transform compilation errors by Yunqing Wang · 8 years ago
  5. 05a12ea Refactored warp_filter_test to allow reuse by external tests. by Sean Purser-Haskell · 8 years ago
  6. c1a1399 Exclude decode_to_md5 test from examples.sh. by Thomas Davies · 8 years ago
  7. ba50232 Make copy_dering_16bit_to_16bit parameters consistent with od_dering by Jingning Han · 8 years ago
  8. eb64972 Enable new_tokenset by default and fix experiment compatibility. by Thomas Davies · 8 years ago
  9. 1d4568c od_filter_dering_direction() no longer returns the total change by Jean-Marc Valin · 8 years ago
  10. be26e03 Saving 3 instructions per line from od_filter_dering_direction_8x8() by Jean-Marc Valin · 8 years ago
  11. c07b23d RTCD defs: refactor intra prediction protos. by Urvang Joshi · 8 years ago
  12. d92d4bf Add av1_inverse_transform_block by Angie Chiang · 8 years ago
  13. f87e43f Add av1_subtract_txb() by Angie Chiang · 8 years ago
  14. 3d005e4 Add av1_predict_intra_block_facade by Angie Chiang · 8 years ago
  15. 19407b5 Add subtract_block() by Angie Chiang · 8 years ago
  16. 0ec34d2 inspect: Fix build with CDEF disabled by Alex Converse · 8 years ago
  17. 2b9d19d unpoison_partition_ctx: Move the fake context to the end by Alex Converse · 8 years ago
  18. 493623e Enable ec_adapt by default and fix experiment compatibilities. by Thomas Davies · 8 years ago
  19. f14853d NEW_TOKENSET: Initialise tail probabilities correctly. by Thomas Davies · 8 years ago
  20. adb28aa Fix compiler errors with motion-var + ncobmc by Sarah Parker · 8 years ago
  21. 9c1d244 Improve od_dering_simd_sse4_1 by Steinar Midtskogen · 8 years ago
  22. 9b501e1 CLPF: Replace v128_shr_n_s8 with v128_cmplt_s8 for sign extraction by Steinar Midtskogen · 8 years ago
  23. ad42447 Fix CDEF strength search by Jean-Marc Valin · 8 years ago
  24. 0955881 Add CDEF support to inspection API by Michael Bebenita · 8 years ago
  25. f8abdb0 Improve unit tests for CDEF by Steinar Midtskogen · 8 years ago
  26. bab3d6a Make SIMD CLPF functions test for boundaries correctly by Steinar Midtskogen · 8 years ago
  27. 34c8038 CLPF unit test: Only test damping values that are actually used by Steinar Midtskogen · 8 years ago
  28. a2fa9ee Improve SSE2 implementation of v64_abs_s8 and v128_abs_s8 by Steinar Midtskogen · 8 years ago
  29. 6033fb8 Add v64_abs_s8, v128_abs_s8 and v256_abs_s8 by Steinar Midtskogen · 8 years ago
  30. 569c7b9 CLPF: Add architecture postfix to the name of static functions by Steinar Midtskogen · 8 years ago
  31. febe223 Move the CLPF damping adjustment for strength up in the call chain by Steinar Midtskogen · 8 years ago
  32. ec70797 Temporarily revert some 4:2:2 code by Jean-Marc Valin · 8 years ago
  33. 5558e5d Use 1 sample per neighbor for local warping model estimation by Yue Chen · 8 years ago
  34. 54723f9 Use only the first predictors of compound neighbors in OBMC by Yue Chen · 8 years ago
  35. 13e412e Not use sub8x8 mv of neighbors in obmc by Yue Chen · 8 years ago
  36. 41167b3 Swap order of xor and offset by Steinar Midtskogen · 8 years ago
  37. b1e04f7 Improve high bitdepth CLPF by using newly added v128_ssub_u16 by Steinar Midtskogen · 8 years ago
  38. 9b8444a Add v64_ssub_u16, v128_ssub_u16 and v256_ssub_u16 by Steinar Midtskogen · 8 years ago
  39. 131a0d5 Add multiple of 8 copies by Michael Bebenita · 8 years ago
  40. 68f3c3b Refactor copy_rect loops by Michael Bebenita · 8 years ago
  41. 30134b1 Refactor fill_rect loops by Michael Bebenita · 8 years ago
  42. 300312d Flatten out colbuf by Michael Bebenita · 8 years ago
  43. 7dc0530 Factor out hsize and vsize in av1_cdef_frame by Michael Bebenita · 8 years ago
  44. 84bc799 Refector mbmi_cdef_strength lookup by Michael Bebenita · 8 years ago
  45. bea96c5 Make CLPF unit test try all dampings by Steinar Midtskogen · 8 years ago
  46. 8362114 Fix constrain() broken in 19f76635746c20cf5be943c1d2e90f3fbfd3349c by Jean-Marc Valin · 8 years ago
  47. 8a4de21 Rework sb_compute_dering_list() by Jingning Han · 8 years ago
  48. 03de1b2 Implement tile boundaries by Jean-Marc Valin · 8 years ago
  49. a4ecb1b Revert changes in od_dering filter by Jingning Han · 8 years ago
  50. 54170d9 Add SIMD code for block copies. by Michael Bebenita · 8 years ago
  51. 19f7663 Simplifying constrain() and constrain_hbd() by Jean-Marc Valin · 8 years ago
  52. 45544f9 Move the contents of clpf_simd_kernels.h to clpf_simd.h by Steinar Midtskogen · 8 years ago
  53. 0c731f7 Fix compiling error for MOTION_VAR + CB4X4 by Yue Chen · 8 years ago
  54. 944b805 Retain the frame size as integer multiples of 8 by Jingning Han · 8 years ago
  55. 13d2aee Add the missing IDTX type optimization to hybrid txfm by Yi Luo · 8 years ago
  56. 72e2e98 Avoid out-of-bounds issue by Frederic Barbier · 8 years ago
  57. 6501122 Improve high bitdepth CLPF SIMD by Steinar Midtskogen · 8 years ago
  58. 9cf0c9c Refactor av1_cdef_frame() by Jingning Han · 8 years ago
  59. f791e63 od_filter_dering_direction_*: make int64->int explicit by James Zern · 8 years ago
  60. 3e2613b av1: normalize aom_enc_frame_flags_t usage by James Zern · 8 years ago
  61. 3b6c544 Refactoring related to shear parameter computation by Debargha Mukherjee · 8 years ago
  62. 5ddac0a RTCD defs: Remove empty specialize statements once and for all. by Urvang Joshi · 8 years ago
  63. 404b2e8 Allow NEAR_NEARMV and NEW_NEWMV modes to use ref_mv_idx by David Barker · 8 years ago
  64. 61f37b8 Crop distortion to visible MIs by Alex Converse · 8 years ago
  65. 29608d8 variance: Add odd size sse functions by Alex Converse · 8 years ago
  66. 19e0c4b update md5 to reflect bitstream change by Yaowu Xu · 8 years ago
  67. 9d24735 High bit depth inter prediction filter AVX2 by Yi Luo · 8 years ago
  68. 9a3d29e Add SSE2 av1_fht32x32 by Yi Luo · 8 years ago
  69. e5034e3 clpf_test: mark TestSpeed disabled by James Zern · 8 years ago
  70. 22c0d57 dering_test: mark TestSpeed disabled by James Zern · 8 years ago
  71. 133a987 Prevent PVQ SSE search from putting pulses beyond n-1 by Jean-Marc Valin · 8 years ago
  72. 8036058 Enable/disable unit tests correctly in decoder-only build case by Yunqing Wang · 8 years ago
  73. 11f0e40 A few fixes for global motion by Debargha Mukherjee · 8 years ago
  74. 4c5b020 Make aom_sum_squares_2d_i16 take width and height parameters. by Alex Converse · 8 years ago
  75. 2d5c201 SSIM-like contrast term for CDEF distortion function by Jean-Marc Valin · 8 years ago
  76. 40fbd21 Optimise od_dir_find8() for SSE4.1 by Steinar Midtskogen · 8 years ago
  77. 1bd42be Restrict # of neighbors in obmc blending by Yue Chen · 8 years ago
  78. dfad2b1 Add unit tests for SIMD optimised dering functions by Steinar Midtskogen · 8 years ago
  79. b8ff6aa Add SIMD support for CDEF dering for sse2/ssse3 and neon by Steinar Midtskogen · 8 years ago
  80. 7faea43 Revert "[PVQ] Don't transform if block skipped" by Luc Trudeau · 8 years ago
  81. 48d1ed8 Add basic arm64 linux support to the cmake build. by Tom Finegan · 8 years ago
  82. f47266d Add basic armv7 linux support to the cmake build. by Tom Finegan · 8 years ago
  83. c538d68 [PVQ] Don't transform if block skipped by Luc Trudeau · 8 years ago
  84. b8e6f2c Add unit tests for vertically restricted CLPF by Steinar Midtskogen · 8 years ago
  85. 73aa77c Increase parallelism in CLPF SIMD by Steinar Midtskogen · 8 years ago
  86. 099220b Fix a buffer over-read by Yaowu Xu · 8 years ago
  87. a04cd93 Fix spelling error in the ISA extension prefix by Steinar Midtskogen · 8 years ago
  88. 265db6d Improves/refactors rd costing for global motion by Debargha Mukherjee · 8 years ago
  89. b06af20 Make cdef block offset scalable with mode_info size by Jingning Han · 8 years ago
  90. c86e7aa Use explicit block size to determine function calls in cdef by Jingning Han · 8 years ago
  91. d35b581 Use mi_size to support variable mode_info size in cdef by Jingning Han · 8 years ago
  92. 5e9d15f aom_dsp: Fix cmake build. by Tom Finegan · 8 years ago
  93. 0c0ab99 Add iOS simulator toolchains for cmake build. by Tom Finegan · 8 years ago
  94. 1bf75bc Fix compile error if ref_mv is disabled. by Joe Young · 8 years ago
  95. 86437ef Add testing for subsampling in warping function by Sarah Parker · 8 years ago
  96. 31d044d Refactor pick cdef to support cb4x4 by Jingning Han · 8 years ago
  97. 481af67 fix calls to av1_tx_block_rd_b() by Yaowu Xu · 8 years ago
  98. f11fb88 Add av1_ prefix to fwd_txfm() by hui su · 8 years ago
  99. 233ef94 Move dering strength mapping to od_dering() by Steinar Midtskogen · 8 years ago
  100. f47f6ff Flip binary_codes_test off when ANS is turned on. by Alex Converse · 8 years ago