1. 0a9b36b Remove unused APIs and skin_detection dead code by Brennan Shacklett · 9 years ago
  2. 1940257 Fix upsampling buffer management to work with --auto-alt-ref=2 by Brennan Shacklett · 9 years ago
  3. be32903 Sub8x8 block chroma component inter prediction by Jingning Han · 9 years ago
  4. e914721 Add decoder support for bi-direct prediction in EXT_REFS by Zoe Liu · 9 years ago
  5. 76fb5df Add sub8x8_mc experimental flag by Jingning Han · 9 years ago
  6. afb2fb5 ext-intra: add support for high-bitdepth by hui su · 9 years ago
  7. f85676a Remove a duplicated line by hui su · 9 years ago
  8. 25aaf40 Add a buffered ans coder by Alex Converse · 9 years ago
  9. d311d02 Add an ANS unit test by Alex Converse · 9 years ago
  10. 87073de Add uABS and rANS reader and writer. by Alex Converse · 9 years ago
  11. 5365e6e Remove macroblock::skip_optimize. by Yushin Cho · 9 years ago
  12. 205a239 Make dynamic motion vector referencing support multiple bwd refs by Jingning Han · 9 years ago
  13. 2ee5260 Add EXT_TX experiment flag by Sarah Parker · 9 years ago
  14. f91498c Add pred prob handling for new references in EXT_REFS by Zoe Liu · 9 years ago
  15. a97f8e2 Simplify filter search in handle_inter_mode by Angie Chiang · 9 years ago
  16. 7809528 Add encoder first pass support to bi-prediction in EXT_REFS by Zoe Liu · 9 years ago
  17. 5a18d72 Remove PICK_MODE_CONTEXT::skip_txfm. by Alex Converse · 9 years ago
  18. fea475b Removed dead codes and variable allow_skip_recode. by Yushin Cho · 9 years ago
  19. 667551d Add API for writing trees using a CDF. by Nathan E. Egge · 9 years ago
  20. e02752b Do sub-pixel motion search in up-sampled reference frames by Yunqing Wang · 9 years ago
  21. e049002 Add macro to build a simple cdf table. by Nathan E. Egge · 9 years ago
  22. 4ffaaa9 Use Daala entropy coder to code trees. by Nathan E. Egge · 9 years ago
  23. 2c78e5c Silence clang-format code review warning. by Nathan E. Egge · 9 years ago
  24. 1c921d6 Use Daala entropy coder to code bits. by Nathan E. Egge · 9 years ago
  25. d75b2b6 Remove unused color_sensitivity member from MACROBLOCK. by Thomas Daede · 9 years ago
  26. bf2ad75 Use derived variable size for memcpy by Jingning Han · 9 years ago
  27. f4b2926 Clear existing format issue in the codebase by Jingning Han · 9 years ago
  28. 00b46f7 Add 3 more reference frames for experiment of ext-refs by Zoe Liu · 9 years ago
  29. 59f7dd6 Add Daala entropy coder. by Nathan E. Egge · 9 years ago
  30. 33a143f Move tree writing code into bitwriter.h. by Nathan E. Egge · 9 years ago
  31. 2c38748 Refactor: remove filter_cache by Angie Chiang · 9 years ago
  32. 154954f Fix warnings from gtest under GCC 5 or newer. by Geza Lore · 9 years ago
  33. fe4eb13 Fix ubsan warnings: aom_dsp/variance.c by Yaowu Xu · 9 years ago
  34. ac25cf4 Fix ubsan warning: aom_dsp/variance_sse2.c by Yaowu Xu · 9 years ago
  35. 9f857fe Fix ubsan warning: aom_dsp/variance_avx2.c by Yaowu Xu · 9 years ago
  36. d9ffe7a Fix ubsan warning: md5_utils.c by Yaowu Xu · 9 years ago
  37. fcd795d Fix ubsan warnings: test/convolve_test.cc by Yaowu Xu · 9 years ago
  38. a91b59b Fix ubsan warnings: aom_dsp/x86/variance_sse2.c by Yaowu Xu · 9 years ago
  39. 0e27d54 Replace hard-coded numbers with pre-defined values by Zoe Liu · 9 years ago
  40. 27914b7 Run clang-format on rdopt.c by Alex Converse · 9 years ago
  41. 04812eb Add RDO and recon of MOTION_VAR experiment by Yue Chen · 9 years ago
  42. bc1ac15 Refactor bitreader and bitwriter wrapper. by Nathan E. Egge · 9 years ago
  43. de383d0 Add ext-intra experiment by hui su · 9 years ago
  44. 2a76451 Add overlapped block prediction functions by Yue Chen · 9 years ago
  45. 9af30ad Move offset outside address converter in av1_convolve_test.cc by Jingning Han · 9 years ago
  46. 62cca96 Fix high bit-depth unit test failure by Jingning Han · 9 years ago
  47. 0031508 Add ans experiment. by Alex Converse · 9 years ago
  48. 131bbed Add bitstream syntax and entropy coding of motion mode by Yue Chen · 9 years ago
  49. d2202a1 Add experiment tags for ext_compound and supertx by Debargha Mukherjee · 9 years ago
  50. 6d4fdeb Add the experiment flag of EXT_REFS by Zoe Liu · 9 years ago
  51. b68f537 Use non-local mean filter to generate alternate reference frame by Jingning Han · 9 years ago
  52. 8382546 decode_with_drops.sh : make sample test work for av1 by Jim Bankoski · 9 years ago
  53. 10dde4a decode_to_md5_test: fixes and runs quick encode and checks decode by Jim Bankoski · 9 years ago
  54. 378cef1 Merge part of misc-fixes experiment by hui su · 9 years ago
  55. 9dd0b89 Move and wrap the old vpx boolcoder. by Alex Converse · 9 years ago
  56. d69161f Use the aom_writer type rather than the tag in calling code. by Alex Converse · 9 years ago
  57. 95aff94 Add sharp2 and smooth2 interpolation filter by Angie Chiang · 9 years ago
  58. 6d0152e Add MOTION_VAR experiment flag by Yue Chen · 9 years ago
  59. 2b40739 Undo accidental change to command line parameter count. by Thomas Daede · 9 years ago
  60. 25d9f4c Skip 4x4 transform if maximum possible transform is 32x32 by hui su · 9 years ago
  61. f16387b Add av1_convolve for adjustable tap size by Angie Chiang · 9 years ago
  62. 35e2150 Add 10/12sharp and 8smooth2 interpolation filters by Angie Chiang · 9 years ago
  63. b54eace Change interface of inter_predictor by Angie Chiang · 9 years ago
  64. 400c606 Move CHECK_MEM_ERROR implementation to aom/internal. by Alex Converse · 9 years ago
  65. 36b4949 Slow pshufb removal in 3 intra prediction functions. (from libvpx) by Linfeng Zhang · 9 years ago
  66. 9bf8968 Upgrade fwht4x4_mmx() to fwht4x4_sse2() (from libvpx) by Linfeng Zhang · 9 years ago
  67. fa0076a Add ext_interp experiment flag by Angie Chiang · 9 years ago
  68. 00cd5de Remove skip_recode speed feature by Jingning Han · 9 years ago
  69. 7056e3a remove mmx variance functions (from libvpx) by Linfeng Zhang · 9 years ago
  70. c5de1de remove mmx sad functions (from libvpx) by Linfeng Zhang · 9 years ago
  71. b619ba3 Take out some early termination speed features by Jingning Han · 9 years ago
  72. e2721a6 Rename AOM_ENC/DEC_BORDER_IN_PIXELS to AOM_BORDER_IN_PIXELS by Jingning Han · 9 years ago
  73. 947c7f0 Unify inter prediction operation at enc/dec by Jingning Han · 9 years ago
  74. 1167fd9 Fix ActiveMap failure in ref-mv scheme by Jingning Han · 9 years ago
  75. ecd0747 Sort header files by Jingning Han · 9 years ago
  76. 8c82738 Revert "build/make/version.sh: Fix read of git hash when there are no tags." by James Zern · 9 years ago
  77. 4ceb066 Account DRL in the motion vector coding by Jingning Han · 9 years ago
  78. ac8cdc8 misc_fixes: Don't use uninitialized probability data. by Alex Converse · 9 years ago
  79. ee9ac32 aomdec.sh : Make this test create files if needed to test decoder. by Jim Bankoski · 9 years ago
  80. 8bfd01f simple_encoder: make it so we can run it in tests. by Jim Bankoski · 9 years ago
  81. b591df8 simple_decoder.sh: Support encoding in decode test scripts. by Jim Bankoski · 9 years ago
  82. 872c31d build/make/version.sh: Fix read of git hash when there are no tags. by Tom Finegan · 9 years ago
  83. 22adf9b Compute all token encodings from symbol trees. by Nathan E. Egge · 9 years ago
  84. c48106d Convert to int before adding negative numbers by Yaowu Xu · 9 years ago
  85. 000098a Convert "var" to uint64_t by Yaowu Xu · 9 years ago
  86. 1801d35 twopass_encoder: sample and test script fixed. by Jim Bankoski · 9 years ago
  87. a5c5f85 set_maps: add back script and fix. by Jim Bankoski · 9 years ago
  88. 738d5b1 Clarify valid value ranges by Yaowu Xu · 9 years ago
  89. 4367c55 av1_cx_iface.c: apply clang-format by clang-format · 9 years ago
  90. 39eb44b Use int type for coeff difference by Yaowu Xu · 9 years ago
  91. fe6b6d3 Use int for pixel value difference by Yaowu Xu · 9 years ago
  92. a3028dd change to use correct type by Yaowu Xu · 9 years ago
  93. 1c17dd6 resize_util.sh : resize util was removed. by Jim Bankoski · 9 years ago
  94. 5fd757d unit_test : remove layering and svc code. by Jim Bankoski · 9 years ago
  95. 02ae3dd Make deadline mode not depend on frame duration. by Thomas Daede · 9 years ago
  96. 14ed7a6 Fix decoding Daala deringing and CLPF filters with tiling. by Thomas Daede · 9 years ago
  97. d54236a s/INTERP_FILTER/InterpFilter/ by James Zern · 9 years ago
  98. 17b6b0e apply clang-format by clang-format · 9 years ago
  99. 85d0e1d Set frame_parallel to 0 by default. by Thomas Daede · 9 years ago
  100. 1fc992d Change to use correct type by Yaowu Xu · 9 years ago