1. 378d652 Remove CONFIG_{DE,EN}CODERS from the build system. by Tom Finegan · 8 years ago
  2. 8f28698 AOM_QM: modify low QM levels. by Thomas Davies · 8 years ago
  3. 84a44db [CFL] Calculate SSE for distinct alpha before RDO by David Michael Barr · 8 years ago
  4. 6675adf AOM_QM: redesign matrices and support CB_4X4 and RECT-TX. by Thomas Davies · 8 years ago
  5. c9c193d Enable chroma-sub8x8 by default by Jingning Han · 8 years ago
  6. 9a80e7c Set mi pointer before setting the skip flag by Jingning Han · 8 years ago
  7. f65b89a Fix set_skip_context logic by Jingning Han · 8 years ago
  8. bdcee1e Fix chroma-sub8x8 for non-420 format by Jingning Han · 8 years ago
  9. 9e9682f Fix EC_ADAPT bug introduced in ad66b816. by Nathan E. Egge · 8 years ago
  10. 3ca7dd9 Fix assertion failure in var_tx+rect_tx-ext_tx by Yue Chen · 8 years ago
  11. f19f35f ext-inter: Further cleanup by David Barker · 8 years ago
  12. 7382603 cmake: add missing CONFIG_DPCM_INTRA by James Zern · 8 years ago
  13. 5a9ea00 Handle SMOOTH_HV config in some missing places. by Urvang Joshi · 8 years ago
  14. b44bc0d default_intra_ext_tx_{prob,cdf}: Handle SMOOTH_HV. by Urvang Joshi · 8 years ago
  15. a0ff456 Make CMake options for distcc and ccache more visible. by Tom Finegan · 8 years ago
  16. 3ab0df7 fix the logic error for tile boundary checking by Ryan Lei · 8 years ago
  17. 5d34e6a Vectorize high-precision convolve filter by David Barker · 8 years ago
  18. 0f3c94e ext-inter: Delete dead code by David Barker · 8 years ago
  19. 680b09e Use 8x8 block step size in obmc reference setup by Jingning Han · 8 years ago
  20. dfa296e Turn on var-tx by default by Jingning Han · 8 years ago
  21. ba02c24 Remove CONFIG_{DE,EN}CODERS from the CMake build. by Tom Finegan · 8 years ago
  22. fea5f40 inspect.c: Add enums for SMOOTH_{H,V}_PRED by Urvang Joshi · 8 years ago
  23. 32b8d46 chroma_sub8x8: Fix av1_get_entropy_contexts() by Timothy B. Terriberry · 8 years ago
  24. 551d0fe Revert "dependent tile set to default" by Yaowu Xu · 8 years ago
  25. 7f0f6c4 [CFL] Add support for CHROMA_SUB8X8 by Luc Trudeau · 8 years ago
  26. d1cbd8c Use target file name generator exp in CMake test rules. by Tom Finegan · 8 years ago
  27. 770e656 Support multi-thread encoding for var-tx by Jingning Han · 8 years ago
  28. 1e42436 Add unit tests for v256 intrinsics by Steinar Midtskogen · 9 years ago
  29. 9edb72c cb4x4: Elide special cases cb4x4 doesn't need by Timothy B. Terriberry · 8 years ago
  30. 47de466 cb4x4: Don't assume TX units are half MI_SIZE in has_bottom_left() by Timothy B. Terriberry · 8 years ago
  31. 5e81643 cb4x4: Don't assume TX units are half MI_SIZE in skip context indexing. by Timothy B. Terriberry · 8 years ago
  32. 31bc29f cb4x4: Don't assume TX units are half MI_SIZE in predict_square_intra_block() by Timothy B. Terriberry · 8 years ago
  33. a2d5cde cb4x4: Fix reset_skip_context() without chroma_2x2 by Timothy B. Terriberry · 8 years ago
  34. fe0fb1d cb4x4: Fix indexing of tx_size counts. by Timothy B. Terriberry · 8 years ago
  35. 2af277a Silent clang warnings on variable init value assignment by Jingning Han · 8 years ago
  36. 9ef435a filter-intra: fix memory overflow by hui su · 8 years ago
  37. d48f573 Cleans ups and refactoring by Debargha Mukherjee · 8 years ago
  38. 4fe5f67 Support level map coeffs in var-tx encoding by Jingning Han · 8 years ago
  39. b8a6fd6 DPCM intra coding experiment by hui su · 8 years ago
  40. 90ed98f new_tokenset: Add missing blockzero_probs for cb4x4. by Timothy B. Terriberry · 8 years ago
  41. cd53951 Replace EC_MULTISYMBOL with DAALA_EC || ANS. by Nathan E. Egge · 8 years ago
  42. 2e30063 Remove SOURCE_VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  43. 11a0794 Resolve enc/dec mismatch in global-motion and chroma-sub8x8 by Jingning Han · 8 years ago
  44. 4786807 chroma_sub8x8: Disable if chroma_2x2 is enabled by Timothy B. Terriberry · 8 years ago
  45. bc18993 frame_superres: Refactor pre-encode frame size set by Fergus Simpson · 8 years ago
  46. 3c4556c Fix compiler errors when tempal signaling is on by Jingning Han · 8 years ago
  47. 90edf66 Prevent obmc access 2x2 level prediction block by Jingning Han · 8 years ago
  48. 362d0c7 Fix highbd DCT and ADST data overwriting issue by Jonathan Matthews · 8 years ago
  49. f28b8cf Fix inter predictor route condition by Jingning Han · 8 years ago
  50. d466882 Add transform test for 64x64. by Urvang Joshi · 8 years ago
  51. dac6aff frame_superres: Set superres scale to 1:1 at init by Fergus Simpson · 8 years ago
  52. d23ceea Extend color restoration to support guided filters by Debargha Mukherjee · 8 years ago
  53. 6171ae7 Unify tokenize_b_arg struct by Jingning Han · 8 years ago
  54. 52d2b40 Make var-tx support YUV444 format by Jingning Han · 8 years ago
  55. 42b903f Filter-intra: make filter tap arrays static by hui su · 8 years ago
  56. f288951 tempmv_signaling as default by Fangwen Fu · 8 years ago
  57. 05c3887 dependent tile set to default by Fangwen Fu · 8 years ago
  58. 8dd9b57 ext-inter: Better motion search for compound modes by David Barker · 8 years ago
  59. 3eed417 Add configurations for hbd identity transform by Sarah Parker · 8 years ago
  60. f2b87bd Remove unused macro defs by Jingning Han · 8 years ago
  61. 110f7d4 Remove sub8x8_mc experimental flag by Jingning Han · 8 years ago
  62. 5ab7ed4 Resolve compiler errors in lv-map and var-tx by Jingning Han · 8 years ago
  63. 0a30c88 resize-refactor: Make av1_set_size_literal use int by Fergus Simpson · 8 years ago
  64. 6247103 Guard the OBMC not to use 2x2 level prediction block by Jingning Han · 8 years ago
  65. 56e226e Enable 1:4/4:1 transform for 8x16 and 16x8 luma blocks by Yue Chen · 8 years ago
  66. c155e01 ext-inter: Use joint_motion_search for masked compounds by David Barker · 8 years ago
  67. 861d707 intrabc: Allow displacement to the left in the same superblock row by Alex Converse · 8 years ago
  68. 94d8446 Remove full interintra mode set & adjust probs of the simplified set by Yue Chen · 8 years ago
  69. eec47e6 Refactor hbd txfm configurations to be 1D by Sarah Parker · 8 years ago
  70. bb6e134 Remove NEAREST_NEARMV / NEAR_NEARESTMV modes by Debargha Mukherjee · 8 years ago
  71. d80d63f Fixes a mv pred issue introduced in a prior patch by Debargha Mukherjee · 8 years ago
  72. 8517d6a [CFL] Fix height when loading pixel buffer by Luc Trudeau · 8 years ago
  73. 060e1eb [CFL] Rename out parameter signs to signs_out by Luc Trudeau · 8 years ago
  74. 1a47430 [CFL] Add cfl_update_cost function by Luc Trudeau · 8 years ago
  75. 24b15c9 Resolve enc/dec mismatch in var-tx and new-tokenset by Jingning Han · 8 years ago
  76. 05a3e7d Refactor setup_segmentation_dequant. by Alex Converse · 8 years ago
  77. 37f6220 Rename 32x32 transform test file. by Urvang Joshi · 8 years ago
  78. 98b8739 Support make builds using gcc via CMake in MSYS on Windows. by Tom Finegan · 8 years ago
  79. 9884be0 Only build/run test targets in MSVC when requested. by Tom Finegan · 8 years ago
  80. 846d67d frame_superres: Send scale every frame by Fergus Simpson · 8 years ago
  81. 02c7974 Fix conflicts between alt-intra, ext-intra and filter-intra by hui su · 8 years ago
  82. efdad1f Add NELEMENTS() macro in aom_dsp/aom_dsp_common.h by hui su · 8 years ago
  83. 69d2101 Use single reference frame for 4x4 coding block in chroma-sub8x8 by Jingning Han · 8 years ago
  84. 36bad47 Rewrite an operation to avoid integer out-of-range by Yaowu Xu · 8 years ago
  85. d438dba fix a warning with windows build by Ryan · 8 years ago
  86. 3f1ae4e Fix HBD compilation of daala_dist by Sebastien Alaiwan · 8 years ago
  87. f6429c9 Skew initial probabilities for wedge/comp-segment by Debargha Mukherjee · 8 years ago
  88. 0c18b2c Improve refinement search for Wiener filter by Debargha Mukherjee · 8 years ago
  89. 58616eb Further speedups to warp filter by David Barker · 8 years ago
  90. 6496fe9 Use include consistently by Yaowu Xu · 8 years ago
  91. 3e10c48 Sync CMake build defaults with configure build. by Tom Finegan · 8 years ago
  92. aaa65f2 Correct function signature for Visual Studio by Yi Luo · 8 years ago
  93. fa4ff85 Palette: use uint16_t to store palette colors by hui su · 8 years ago
  94. aa7bb67 Speedup JS inspector build by Sebastien Alaiwan · 8 years ago
  95. 52b1416 half_btf_avx2: correct fn sig for visual studio by James Zern · 8 years ago
  96. 1e41275 Silence build warnings with --enable-inspection. by Nathan E. Egge · 8 years ago
  97. ad66b81 Merge NEW_TOKENSET experiment into EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  98. 12c0bc0 [intra-edge] Filter intra edge samples by Joe Young · 8 years ago
  99. d097ec1 Fix debugmodes file by Yunqing Wang · 8 years ago
  100. f059daa Add missing include for MAX_SEGMENTS define. by Nathan E. Egge · 8 years ago