1. f79d48d Fix tile decoding input parameter control by Jingning Han · 8 years ago
  2. 5bce3fe Further reduce number of frames used in test by Yaowu Xu · 8 years ago
  3. cc5bdf4 Add 2x2 block level variance functions for high bd by Jingning Han · 8 years ago
  4. b1ed8d7 Add 2x2 forward and inverse transform for high bd by Jingning Han · 8 years ago
  5. 324b4c6 Add 2x2 intra predictor for high bit-depth by Jingning Han · 8 years ago
  6. 56bf1a9 configure: drop support for Visual Studio < 2013 by James Zern · 8 years ago
  7. f12d4b0 Eanble warning of large stack size by Yaowu Xu · 8 years ago
  8. f8cb5a6 Reduce number of frames used in test by Yaowu Xu · 8 years ago
  9. b69cb52 Delete duplicate cdf updating code. by Nathan E. Egge · 8 years ago
  10. e50d9dd Fix uninitialized entropy contexts by Guillaume Martres · 8 years ago
  11. fab1603 Scale reference motion vector search step size by Jingning Han · 8 years ago
  12. ed8f396 Refactor loop filter frame border condition by Jingning Han · 8 years ago
  13. 6a9b240 Fill the token cost for 2x2 transform blocks by Jingning Han · 8 years ago
  14. 8363063 Allow 2x2 transform block forward model update by Jingning Han · 8 years ago
  15. 0090c8f Turn on delta_q by default. by Thomas Davies · 8 years ago
  16. 81f4815 Update md5 for decoding test by Yaowu Xu · 8 years ago
  17. be12860 WIP: New warp filter for global motion by David Barker · 8 years ago
  18. 2cdf0d8 Specify ANS window size at initialization by Alex Converse · 8 years ago
  19. 251cf36 Reduce image size to avoid out of memory by Yaowu Xu · 8 years ago
  20. 6de954c Fix multi-thread encoding for cb4x4 mode by Jingning Han · 8 years ago
  21. 569edda Add temporary dummy mask for compound segmentation by Sarah Parker · 8 years ago
  22. 4a91f93 Remove obsolete VP8/WebM references from README by Alex Converse · 8 years ago
  23. 08bfd25 Remove an unused VP8 define by Alex Converse · 8 years ago
  24. 6e3c805 Remove VP8 references from the public API comments by Alex Converse · 8 years ago
  25. 9d9eb6c Use partition_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  26. 3129606 Use segment tree_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  27. 136cfe4 Remove copy_border from loop restoration filters by David Barker · 8 years ago
  28. 519dbcf Further optimizations of loop restoration by Debargha Mukherjee · 8 years ago
  29. f10cba2 Apply the rect fwd tx changes to SSE2 optimization by Yi Luo · 8 years ago
  30. 8a7786d Fix 2x2 d45 intra prediction by Jingning Han · 8 years ago
  31. b6cb890 Fix av1_has_bottom() logic in cb4x4 mode by Jingning Han · 8 years ago
  32. 999d2f6 More cleanups / fixes on loop-restoration buffers by Debargha Mukherjee · 8 years ago
  33. 1888536 Fix ext-intra EndToEndTest failure under highbitdepth by hui su · 8 years ago
  34. 930118c PVQ: Fix incorrect calculation of rd_stats by Guillaume Martres · 8 years ago
  35. 6dbacf2 Fix partition decoding for 4x4 block by Jingning Han · 8 years ago
  36. e2ffaf8 Add 2x4 and 4x2 variance functions by Jingning Han · 8 years ago
  37. bf9c6b7 Enable 4x4 block partition search by Jingning Han · 8 years ago
  38. cc60daa Remove no longer necessary intra block reencode again by Guillaume Martres · 8 years ago
  39. 874d36d Misc cleanups and enhancements on loop restoration by Debargha Mukherjee · 8 years ago
  40. e0954ad Reverting the mandatory use of ans with ext_tile. by Nathan E. Egge · 8 years ago
  41. d526d0a Fix TestSuperframeIndexIsOptional to work with daala_ec. by Nathan E. Egge · 8 years ago
  42. 4d44f5a Make a small cleanup on wedge compound prediction by Zoe Liu · 8 years ago
  43. 271bb2c Enable rate-distortion optimization search to support cb4x4 by Jingning Han · 8 years ago
  44. 5226184 Unify prediction mode write and read operations by Jingning Han · 8 years ago
  45. e03fa61 Rework pc_tree allocation by Jingning Han · 8 years ago
  46. 599461d Make encoder mv count sync with decoder behavior by Jingning Han · 8 years ago
  47. 84f05d2 One-dir 12 sharp filter only in highbitdepth mode by Angie Chiang · 8 years ago
  48. 9e963dc Shorter-tap interp first in highbitdepth mode by Angie Chiang · 8 years ago
  49. b2f0c33 Change table definitions to support 4x4 coding block by Jingning Han · 8 years ago
  50. d7d2047 Remove the use case of bmi->as_mode by Jingning Han · 8 years ago
  51. 8570b35 Streamline reference motion vector search for all block sizes by Jingning Han · 8 years ago
  52. b46540c Simplify motion compensated predictor logic by Jingning Han · 8 years ago
  53. bf1d62d Move large buffers from stack to heap by Yaowu Xu · 8 years ago
  54. 67b9921 Fix aom_write_bit() to match aom_read_bit(). by Nathan E. Egge · 8 years ago
  55. 08c99eb Explicitly call daala read/write bit functions. by Nathan E. Egge · 8 years ago
  56. 90b305a Compute token_stats in aom_write_bit_record() function. by Nathan E. Egge · 8 years ago
  57. 7066912 Enable the activity masking codes of PVQ by Yushin Cho · 8 years ago
  58. 41bb339 Support 4x4 block unit decoding by Jingning Han · 8 years ago
  59. 5cfa671 Make motion vector decoding support unified block size handle by Jingning Han · 8 years ago
  60. 9104bed Unify rd_cost threshold for all block sizes by Jingning Han · 8 years ago
  61. c1c502b Align temp buffer to 16 byte boundary by Yaowu Xu · 8 years ago
  62. 45dc597 Refactor ext-intra by hui su · 8 years ago
  63. f0602bb Prevent null pointer de-referencing by Yaowu Xu · 8 years ago
  64. 025b254 Change Wiener filter in loop-restoration by David Barker · 8 years ago
  65. 9666e75 Remove feedback between tiles in loop-restoration by David Barker · 8 years ago
  66. 751de38 Adding 4:1 rectangular transforms by Debargha Mukherjee · 8 years ago
  67. 5b5140b Unfork some ANS setup code by Alex Converse · 8 years ago
  68. 85370ae Unconditionally define controls for experimental features by Alex Converse · 8 years ago
  69. aa8a4a5 Make entropy context scalable to atom transform block size by Jingning Han · 8 years ago
  70. f0aa420 Change scaling of rectangular fwd transforms by Debargha Mukherjee · 8 years ago
  71. 818e42a Disable filtering for Cb and Cr components by Debargha Mukherjee · 8 years ago
  72. 840b2be Modify test.mk by Yunqing Wang · 8 years ago
  73. fb9529e Refactor first pass to support scalable mode_info size by Jingning Han · 8 years ago
  74. 24ea91d Make motion vector search range scalable to mode info size by Jingning Han · 8 years ago
  75. fab6224 Remove obsolete control AOME_SET_ARNR_TYPE and command line flag by Alex Converse · 8 years ago
  76. ca4782b Disable daala_ec when ext_tile is enabled. by Yaowu Xu · 8 years ago
  77. c7f8070 Remove "Supported codecs:" lines from aomcx.h by Alex Converse · 8 years ago
  78. c77b2ff docs: Fix a defgroup mismatch by Alex Converse · 8 years ago
  79. 01c472d Refactor loop filter implementation by Jingning Han · 8 years ago
  80. ea42c4e Remove aom_simd.c and replace simd_check with macro by Steinar Midtskogen · 8 years ago
  81. a2cb61b Fix incompatibility between two experiments by Yaowu Xu · 8 years ago
  82. fe1e58e Not to call reset_use_upsampled_references() while encoding key frames by Yunqing Wang · 8 years ago
  83. b9b2838 aomdec: remove use of fileno() by James Zern · 8 years ago
  84. 0f4bcda Remove vestigial VP8 encoder controls by Alex Converse · 8 years ago
  85. 1f80f78 Revert changes that breaks build by Yaowu Xu · 8 years ago
  86. b0be641 ans: Use a fixed N-symbol window by Alex Converse · 8 years ago
  87. b878d81 Adds two experimental tags by Debargha Mukherjee · 8 years ago
  88. 0e67b25 Replace bilateral filter with domain transform RF by Debargha Mukherjee · 8 years ago
  89. 705544c Refines the recode loop by Debargha Mukherjee · 8 years ago
  90. fd87380 Update entropy context after trellis quant by Yaowu Xu · 8 years ago
  91. 80433be Clean up redundant code in convolve.c by Angie Chiang · 8 years ago
  92. e0a75f8 Turn on SIMD hbd convolve implementation by Angie Chiang · 8 years ago
  93. d463fdf Use consistent function call for av1_convolve by Angie Chiang · 8 years ago
  94. 997ba51 Fix 16x16 HT avx2 mismatch with C by Yi Luo · 8 years ago
  95. 6847860 Refactor global motion functions out of encodeframe by Sarah Parker · 8 years ago
  96. 2f6ce75 Add compound segment experiment flag by Sarah Parker · 8 years ago
  97. eda3d76 Add intra-interp experiment flag by hui su · 8 years ago
  98. c016df8 Refactor reference motion vector search scale by Jingning Han · 8 years ago
  99. 73c145a Revert "Add framework for testing intrinsics" by James Zern · 8 years ago
  100. e983258 High bit depth motion search SAD optimization on avx2 by Yi Luo · 8 years ago