1. 506eb72 Make encoder use vectorized self-guided filter by David Barker · 8 years ago
  2. cff43bb Fix a bug in the C selfguided filter by David Barker · 8 years ago
  3. 5765fad Handle non-multiple-of-4 widths in SSE4.1 self-guided filter by David Barker · 8 years ago
  4. e2e591c Fix compile warnings for ext-tx + ec-adapt by Sarah Parker · 8 years ago
  5. 1511ea1 loop_restoration: Prevent some wild memory access by Alex Converse · 8 years ago
  6. 0b96b47 rdopt: fix wrong #endif by Fergus Simpson · 8 years ago
  7. 252453b Support C++ examples in the existing build system. by Tom Finegan · 8 years ago
  8. e1227d5 Fix accounting when PVQ is enabled. by Thomas Daede · 8 years ago
  9. 4550963 handle_inter_mode: add handle_newmv() by Fergus Simpson · 8 years ago
  10. d6ee8a8 Add a CDF for coding delta_q. by Thomas Davies · 8 years ago
  11. 73126c0 dependent tiles togeter with tile groups by Fangwen Fu · 8 years ago
  12. eafbd5f Fix tile size offset in cb4x4 mode by Jingning Han · 8 years ago
  13. f4f27fe Add inspect CLI tool and Emscripten build tools. by Michael Bebenita · 8 years ago
  14. 6d2f3c2 Fix some potential warnings on unused functions and implicit cast by Steinar Midtskogen · 8 years ago
  15. 58833e6 Remove the multi_res_encoding flag support from build system. by Tom Finegan · 8 years ago
  16. 3cc0791 Remove vestigial remnants of dequant_tokens experiment. by Tom Finegan · 8 years ago
  17. 4afb425 Remove vestigial remnants of dc_recon experiment. by Tom Finegan · 8 years ago
  18. 258a024 Refactor PVQ tokens packing code as a function by Yushin Cho · 8 years ago
  19. 639c48f Call tokenize_pvq() inside tokenize_b() by Yushin Cho · 8 years ago
  20. 0d10357 Fork the entropy experiment by hui su · 8 years ago
  21. efbbe70 handle_inter_mode: loop mv rate calculation by Fergus Simpson · 8 years ago
  22. 4470af1 Properly force the transform size in aq-mode by Jingning Han · 8 years ago
  23. 0f1d27c Restrict obmc overlapping to 3/8 of current block by Yue Chen · 8 years ago
  24. 2338fa1 Make some variables const in MOTION_VAR experiment by Yue Chen · 8 years ago
  25. 2f103aa Disable sse2 for inverse tx with emulate-hardware by Sarah Parker · 8 years ago
  26. 5d2ed97 Skip tx_size count in lossless mode by Jingning Han · 8 years ago
  27. 606f646 Handle pthreads correctly in the cmake build. by Tom Finegan · 8 years ago
  28. ce110cc Vectorize self-guided filter by David Barker · 8 years ago
  29. 4d5bbbd SMOOTH_PRED: Use 8-bit weights for real. by Urvang Joshi · 8 years ago
  30. 7e37993 Fix bug when indexing inspection mi_grid. by Nathan E. Egge · 8 years ago
  31. d3f441c Resolve codec issue between tile-groups and ext-refs by Jingning Han · 8 years ago
  32. 2ba3277 Remove duplicate backwards adaptation for delta q. by Thomas Davies · 8 years ago
  33. 665cd70 DELTA_Q: use correct probability description. by Thomas Davies · 8 years ago
  34. 00c5433 Remove unnecessary filtering and buffer copies by Debargha Mukherjee · 8 years ago
  35. 8b77d04 Decouples rect-tx from var-tx by Jingning Han · 8 years ago
  36. febb59c Allow global motion based translation for sub8x8 by Debargha Mukherjee · 8 years ago
  37. 5dcc48b Delete unused function, has_high_freq_coeff() by Yushin Cho · 8 years ago
  38. 27f65d9 Support CONFIG_PVQ in the cmake build. by Tom Finegan · 8 years ago
  39. 6598843 aom_dsp.mk: Remove redundant CONFIG_PVQ section. by Tom Finegan · 8 years ago
  40. 7bb58b1 Group optional configurations in av1/av1.cmake. by Tom Finegan · 8 years ago
  41. b487582 Support CONFIG_CDEF in the cmake build. by Tom Finegan · 8 years ago
  42. 03e8021 Set cmake minimum version to that which is really required. by Tom Finegan · 8 years ago
  43. 677d24b Add support for CONFIG_FILTER_INTRA to the cmake build. by Tom Finegan · 8 years ago
  44. 48f2f96 Freshen cmake configs and remove hard coded RTCD configs. by Tom Finegan · 8 years ago
  45. 52d68c6 Set CONFIG_OS_SUPPORT correctly in the cmake build. by Tom Finegan · 8 years ago
  46. 354e509 Set CONFIG_GCC correctly in the cmake build. by Tom Finegan · 8 years ago
  47. 9e6a960 Merging robust and nodesync in PVQ by Luc Trudeau · 8 years ago
  48. 9a834c0 Remove frame type dependency in od_pvq_rate by Luc Trudeau · 8 years ago
  49. 74b2643 Enable tile groups by default. by Thomas Davies · 8 years ago
  50. a0de6d5 TILE_GROUPS: omit tile length from last tile in the frame. by Thomas Davies · 8 years ago
  51. 9638228 Remove H/V considerations in pvq_theta by Luc Trudeau · 8 years ago
  52. 5329a2b Restrict the number of neighbors in obmc mode by Yue Chen · 8 years ago
  53. 641b7a8 Ensure cmake config storage produces a valid command line. by Tom Finegan · 8 years ago
  54. b7d0254 Move aom_util cmake commands to aom_util/aom_util.cmake. by Tom Finegan · 8 years ago
  55. f0d1444 Move aom_scale cmake commands to aom_scale/aom_scale.cmake. by Tom Finegan · 8 years ago
  56. 507e2e1 Move aom_ports build commands into aom_ports/aom_ports.cmake. by Tom Finegan · 8 years ago
  57. dd6d057 Move aom_mem build commands into aom_mem/aom_mem.cmake. by Tom Finegan · 8 years ago
  58. 20f9ae1 Add missing license block to inspection.[ch]. by Nathan E. Egge · 8 years ago
  59. 74b7338 Add extern "C" for C++ compatibility. by Nathan E. Egge · 8 years ago
  60. 4063a68 rdopt.c: add comments to #endif's by Fergus Simpson · 8 years ago
  61. 4f7e104 Add test data download support to the cmake build. by Tom Finegan · 8 years ago
  62. 2cf03b1 Add a simple frame data inspection API. by Nathan E. Egge · 8 years ago
  63. ec660c3 Use uint64_t to avoid integer overflow by Yaowu Xu · 8 years ago
  64. 9310553 Some optimizations on integer affine estimation by Debargha Mukherjee · 8 years ago
  65. c20176e Remove ASM_REGISTER_STATE_CHECK when testing v64/v128/v256 intrinsics by Steinar Midtskogen · 8 years ago
  66. 7dcd7f5 Remove double rounding in selfguided filter by David Barker · 8 years ago
  67. b83e64b Avoid the use of undefined marco value by Jingning Han · 8 years ago
  68. 8d8638a Use 3-tap spatial filter in FILTER_INTRA experiment by Yue Chen · 8 years ago
  69. ae7c458 Turn off global motion for sub8x8 blocks by Sarah Parker · 8 years ago
  70. 614411f Organize #includes in the xiphrc experimental RC system by Rostislav Pehlivanov · 8 years ago
  71. d8059d5 Fix missing headers with xiphrc and daala-dist by Yushin Cho · 8 years ago
  72. 7d22ea4 Rearrange decode_coefs arguments to remove some duplication by Alex Converse · 8 years ago
  73. 392d0ff implement combined parallel_deblocking experiment by Ryan Lei · 8 years ago
  74. ab77e73 Fix compiling warnings in var-tx and pvq by Jingning Han · 8 years ago
  75. 919caad Fix naming inconsistency in aom_dsp cmake source list vars. by Tom Finegan · 8 years ago
  76. 75fa1a9 Add CONFIG_PALETTE support to the cmake build. by Tom Finegan · 8 years ago
  77. 44916e7 Move av1 cmake support into av1/av1.cmake. by Tom Finegan · 8 years ago
  78. 5abae0a Move aom_dsp.cmake lib list updates into setup_aom_dsp_targets(). by Tom Finegan · 8 years ago
  79. 188880b Remove test support from aom_dsp.cmake. by Tom Finegan · 8 years ago
  80. 677bdf5 Fix cmake user config storage. by Tom Finegan · 8 years ago
  81. 9af968f Fix high bit depth build in cmake. by Tom Finegan · 8 years ago
  82. cb57c95 Fix potential integer overflow in range checking by Sebastien Alaiwan · 8 years ago
  83. 07e33f4 Fix integer overflow. by Sebastien Alaiwan · 8 years ago
  84. 8c636c1 simd_cmp_impl,TestSimd*Arg: break on failure by James Zern · 8 years ago
  85. 07441df Make ec-multisymbol work with rectangular transform size by Jingning Han · 8 years ago
  86. fd2b1b8 make: fix missing headers in dist by James Zern · 8 years ago
  87. 5f8361a get_prob(): rationalize int types by James Zern · 8 years ago
  88. 073c6f3 handle_inter_mode: add arguments struct by Fergus Simpson · 8 years ago
  89. 15c27e0 codereview.settings: update gerrit info by James Zern · 8 years ago
  90. 1772cf5 Remove an unused declaration by Yaowu Xu · 8 years ago
  91. dddb21f Fix compiling warnings in var-tx and coef-interleave by Jingning Han · 8 years ago
  92. e4f98f6 Turn on SIMD implementation of av1_fht32x32 by Angie Chiang · 8 years ago
  93. 3a88de8 Add SIMD code for PVQ search by Michael Bebenita · 8 years ago
  94. 47c7218 Add av1_cost_coeffs_txb() for lv_map experiment by Angie Chiang · 8 years ago
  95. bff32ac Simplify rabs_read() by Alex Converse · 8 years ago
  96. 3e42acd SMOOTH_PRED: Use 8-bit weights. by Urvang Joshi · 8 years ago
  97. 246d273 Assign offsets correctly to compute warped motion by Debargha Mukherjee · 8 years ago
  98. c41a549 Disable compound mode in sub8x8 coding blocks by Jingning Han · 8 years ago
  99. 1e2aae1 Use correct segment by Yaowu Xu · 8 years ago
  100. cdf8a14 Move asserts into correct scope by Yaowu Xu · 8 years ago