1. a7ed143 Remove RTCD sources from cmake targets other than aom_rtcd. by Tom Finegan · 8 years ago
  2. e0157bc Add CONFIG_MOTION_VAR support to the cmake build. by Tom Finegan · 8 years ago
  3. 5cc19c2 Add CONFIG_EXT_INTER support to the cmake build. by Tom Finegan · 8 years ago
  4. 64e8537 Add CONFIG_ANS support to the cmake build. by Tom Finegan · 8 years ago
  5. e0abcb8 Add CONFIG_ACCOUNTING support to the cmake build. by Tom Finegan · 8 years ago
  6. 3e24dc5 Add CONFIG_CLPF support to the cmake build. by Tom Finegan · 8 years ago
  7. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  8. 17ce8b1 Remove file base name collisions. by Tom Finegan · 8 years ago
  9. 71a2ea7 Silence unused function warning with ANS. by Nathan E. Egge · 8 years ago
  10. 7a2af6c Separate Y and UV planes' filter declaration by Angie Chiang · 8 years ago
  11. e3a4c1c Pass plane into get_conv_params### by Angie Chiang · 8 years ago
  12. 6f93848 Use 6-tap filters for smooth and smooth2 filter by Angie Chiang · 8 years ago
  13. 5d0b310 Make adapt-scan support multi-thread encoding by Jingning Han · 8 years ago
  14. cb51228 Separate intra tx_size logic between var-tx and rect-tx by Jingning Han · 8 years ago
  15. 118bf67 Implement shorter-tap first in convolve_round by Angie Chiang · 8 years ago
  16. befcc42 Fix segfault with loop-restoration on x86. by David Barker · 8 years ago
  17. b05e5d1 Add a new experiment of REF_ADAPT by Zoe Liu · 8 years ago
  18. f844e6e Speed up CLPF when there's nothing to clip by Steinar Midtskogen · 8 years ago
  19. 4f0b3ed Retune the CLPF kernel by Steinar Midtskogen · 8 years ago
  20. 76ebf7c Turn on adapt_scan by default by Angie Chiang · 8 years ago
  21. 822eea3 Exclusively uses 12-tap filter in convolve_round by Angie Chiang · 8 years ago
  22. 1dbda1b Convert PVQ coefficient handling functions to tran_low_t. by Thomas Daede · 8 years ago
  23. b13ce13 ans: Increase the base state to 1<<17. by Alex Converse · 8 years ago
  24. 73ad523 Add support for disabling CLPF on tile boundaries by Steinar Midtskogen · 8 years ago
  25. 42d9610 Avoid sending bits for the compound type for sub 8x8 blocks by Sarah Parker · 8 years ago
  26. 0115691 Add CONFIG_INTERNAL_STATS support to the cmake build. by Tom Finegan · 8 years ago
  27. 633b953 Add high bit depth support to the cmake build. by Tom Finegan · 8 years ago
  28. ce4bceb Fix cmake test_libaom build with CONFIG_AOM_HIGHBITDEPTH enabled. by Tom Finegan · 8 years ago
  29. e93acb2 Scale PVQ input to OD_COEFF_SHIFT resolution. by Timothy B. Terriberry · 8 years ago
  30. 7a40600 ALT_INTRA: Integerize the weights for SMOOTH_PRED. by Urvang Joshi · 8 years ago
  31. 617744b Remove av1_cost_coeffs from rdopt.h if using PVQ. by Thomas Daede · 8 years ago
  32. 7927a97 Add av1_convolve_2d_facade by Angie Chiang · 8 years ago
  33. a9598cd ec_multisymbol: Split off new new_tokenset experiment by Alex Converse · 8 years ago
  34. fb99317 Reset PVQ chroma QM interpolation to constant identity QM by David Michael Barr · 8 years ago
  35. c54692b ans: Switch from uABS to rABS by Alex Converse · 8 years ago
  36. e2746e3 entropy: Fix --disable-ec_multisymbol build by Alex Converse · 8 years ago
  37. 7b9f2b3 add horizontal tile dependence support by Fangwen Fu · 8 years ago
  38. e4c4691 Enable an activity masking of PVQ by Yushin Cho · 8 years ago
  39. 3ebfe2a Fix fixed-pt PVQ compand/expand outputs zero gain by Yushin Cho · 8 years ago
  40. fc1598a EC_MULTISYMBOL: Include EOB in multisymbol encoding. by Thomas Davies · 8 years ago
  41. 19e7aa8 Remove interp filter for non-translation global mv by Yue Chen · 8 years ago
  42. ad67d79 set loop_filter_across_tiles_enabled flag to 1 in default case by Ryan Lei · 8 years ago
  43. 1375454 Bugfix: ensure for pareto coef that there are no zero range encodings by Jonathan Matthews · 8 years ago
  44. 9aa9749 Fix compilation orders for ext-intra and ec-adapt by hui su · 8 years ago
  45. 998e606 Fix high bit depth test build on macosx. by Tom Finegan · 8 years ago
  46. 9d3076c Add macosx Sierra (v10.12) support to configure. by Tom Finegan · 8 years ago
  47. 263b39b Fix gtest build in cmake. by Tom Finegan · 8 years ago
  48. a488727 Remove CONFIG_AV1_TEMPORAL_DENOISING. by Tom Finegan · 8 years ago
  49. e0578d1 Enable build of some sse2, ssse3, and sse4.1 tests via cmake. by Tom Finegan · 8 years ago
  50. 9412ec3 Enable use of the Xcode IDE via cmake. by Tom Finegan · 8 years ago
  51. 8127980 Add cmake app targets to a list variable. by Tom Finegan · 8 years ago
  52. a0c21f0 Fix RTCD dependency problems in cmake make build. by Tom Finegan · 8 years ago
  53. 51fafcb Update third_party/googletest to 1.8.0 by Johann · 8 years ago
  54. 490477a EC_MULTISYMBOL: always send the EOB_TOKEN after a non-zero value. by Thomas Davies · 8 years ago
  55. ab78067 EC_MULTISYMBOL: Add block zero (CBP) counts and probs. by Thomas Davies · 8 years ago
  56. 9a9f41f Change const int iterations into const int kIterations (style) by Steinar Midtskogen · 8 years ago
  57. d091b80 Correlate od_compute_dist_8x8 with sum of squared error by David Michael Barr · 8 years ago
  58. 9b02b0e deblocking_across_tiles->loopfilter_across_tiles by Ryan Lei · 8 years ago
  59. 2768ebc Code cleaning on reconinter.c by Zoe Liu · 8 years ago
  60. 50c5a7e Add support for x86_64 assembly and intrinsics to the cmake build. by Tom Finegan · 8 years ago
  61. 0d3aeda Remove unused assembly sources and associated tests. by Tom Finegan · 8 years ago
  62. dbfec2a Add convolve-round experiment by Angie Chiang · 8 years ago
  63. c957af9 Remove unused aom_complement() by Alex Converse · 8 years ago
  64. 2ce4bd4 ec_multisymbol: Add defines CDF_PROB_BITS, CDF_PROB_TOP by Alex Converse · 8 years ago
  65. 8e0b869 EC_MULTISYMBOL: Add new context tables. by Thomas Davies · 8 years ago
  66. af18794 simd_impl.h,SIMD_TUPLE: make name param type explicit by James Zern · 8 years ago
  67. 82d580c Add unit tests for v128 intrinsics by Steinar Midtskogen · 9 years ago
  68. e7a9133 palette: fix bug in float_comparer() by Joe Young · 8 years ago
  69. e8b34bb ans: Remove some dead code. by Alex Converse · 8 years ago
  70. d978cd5 Misc global motion changes. by Debargha Mukherjee · 8 years ago
  71. 70ae8f0 Add the new experiment tag 'tripred' by Zoe Liu · 8 years ago
  72. 29ba675 Fix tests on macosx. by Tom Finegan · 8 years ago
  73. 5bb97ed ALT_INTRA experiment: Use single set of weights for SMOOTH_PRED by Urvang Joshi · 8 years ago
  74. d0e23b4 Merge dct_const_round_shift functions. by Sebastien Alaiwan · 8 years ago
  75. 3aec8d6 Fix encode/decode mismatches for supertx + delta-q by David Barker · 8 years ago
  76. 8aca36d ans: Remove some out of date ifdefs by Alex Converse · 8 years ago
  77. 1da2edc Make update of cmake's flags in compiler checks optional. by Tom Finegan · 8 years ago
  78. 69ae262 Fix cmake build. by Tom Finegan · 8 years ago
  79. 451e0f2 Bugfix: Fix an assert being triggered because of palette. by Urvang Joshi · 8 years ago
  80. 4415b6c Offset probabilities of compound types for cb4x4 by Yue Chen · 8 years ago
  81. 426a997 Fix ext-inter + compound-segment + supertx by David Barker · 8 years ago
  82. d803cb9 Fix segmentation fault when encoding all keyframes (kf-max-dist=0). by Urvang Joshi · 8 years ago
  83. c2d3871 Make global_motion work with ext_inter by Sarah Parker · 8 years ago
  84. c6733fb EC_MULTISYMBOL: Separate out tokenization loop. by Thomas Davies · 8 years ago
  85. f639032 EC_MULTISYMBOL: split off token packing. by Thomas Davies · 8 years ago
  86. 0583c98 EC_MULTISYMBOL: reconfigure coefficient decoding loop. by Thomas Davies · 8 years ago
  87. 0ccefe2 EC_MULTISYMBOL: merge ZERO_TOKEN into coding scheme. by Thomas Davies · 8 years ago
  88. 23a6111 Palette code: add comments and rename some variables. by Urvang Joshi · 8 years ago
  89. d0d3bcc Fix conflicts between cb4x4 and warped_motion by Yue Chen · 8 years ago
  90. 1992af1 Make cb4x4 work with daala-ec by Jingning Han · 8 years ago
  91. cdbe708 Palette Optimization: O(1) context lookup. by Urvang Joshi · 8 years ago
  92. 199a2f4 Palette: Don't use top-right pixel for context of color indices. by Urvang Joshi · 8 years ago
  93. 79c0f32 Remove DCT from od_compute_dist_8x8 by Jean-Marc Valin · 8 years ago
  94. 86e2779 Fix ext-partition/type in cb4x4 mode by Jingning Han · 8 years ago
  95. 4bab6e4 Adjust WIENER_FILT_TAP2_MIDV value to fix convolve by Debargha Mukherjee · 8 years ago
  96. 6d69ba0 Bugfix: decode_palette_tokens inverting stride and width. by Jonathan Matthews · 8 years ago
  97. cda0b5e highbitdepth + loop restoration: fix build on x86 32 bit by Johann · 8 years ago
  98. efd55bd cmake: Add some more utility functions. by Tom Finegan · 8 years ago
  99. dbfc4f9 TILE_GROUPS: code a single tile group more efficiently. by Thomas Davies · 8 years ago
  100. 1a0ae84 Fix OneByOneVideoTest for loop-restoration by Debargha Mukherjee · 8 years ago