1. 3599435 Fix compile error with global and warped disabled by Debargha Mukherjee · 8 years ago
  2. 105eecf Resolve compiler warning when highbd is off by Jingning Han · 8 years ago
  3. ab14111 var_tx: Fix distortion calc. in av1_tx_block_rd_b by Timothy B. Terriberry · 8 years ago
  4. 1ce569d Fix compile error of convolve_round and compound_round by Yue Chen · 8 years ago
  5. dab3e99 Fix Windows x86 build with --enable-ext-inter by David Barker · 8 years ago
  6. 8295c7c Vectorize av1_convolve_2d() by David Barker · 8 years ago
  7. 284f9d0 Avoid integer overflow in inv_txfm2d_add_facade() by Jonathan Matthews · 8 years ago
  8. 726a953 Unify high-precision convolve filters: convolve-round by David Barker · 8 years ago
  9. e64d51a Add 'do_average' to ConvolveParams structure by David Barker · 8 years ago
  10. 09302f5 Enable greedy version of av1_optimize_b(). by Urvang Joshi · 8 years ago
  11. 92aa22a AOM_QM: Use 8-bit matrices and fix 2x2 transform sizes. by Thomas Davies · 8 years ago
  12. 747cf98 Fix example test incompatibilites with CMake build. by Tom Finegan · 8 years ago
  13. fadc7cb Avoid #if inside macro arguments by Sebastien Alaiwan · 8 years ago
  14. cc54efd intrabc: Use max mesh range (256) at speed zero by Alex Converse · 8 years ago
  15. 0b2e403 Remove --test-16bit-internal option by Sebastien Alaiwan · 8 years ago
  16. fb42c7f Copy ctx in get_entropy_contexts_plane for lv_map by Angie Chiang · 8 years ago
  17. 30a2c5f Refactor sub8x8 tx size RD for daala-dist by Yushin Cho · 8 years ago
  18. 2751192 In verbose mode, display the coding path in use by Sebastien Alaiwan · 8 years ago
  19. d405f8a Cleanup dead fwd transform functions by Frederic Barbier · 8 years ago
  20. 8e3da09 Revert "Enable one_sided_compound by default" by Sebastien Alaiwan · 8 years ago
  21. 5048423 Remove unused av1_inter_mode_tree ind/inv arrays. by Nathan E. Egge · 8 years ago
  22. 31c6650 Remove deprecated high-bitdepth functions by Sarah Parker · 8 years ago
  23. ee4a34c Fix conflict between lv_map and cb4x4 by Angie Chiang · 8 years ago
  24. d61e608 Add HBD data path for av1_block_error_avx2 by Yi Luo · 8 years ago
  25. b91155a Deduplicate code between HBD and LBD by Sebastien Alaiwan · 8 years ago
  26. f71808c intrabc: Elide tx size for intrabc skip by Alex Converse · 8 years ago
  27. 4322bc1 Fix constructor order in unit tests (sanitizer) by Sebastien Alaiwan · 8 years ago
  28. ce0a9ea Improve nasm support in CMake build. by Tom Finegan · 8 years ago
  29. f817e53 [CFL] Move cfl_init out of plane loop by Luc Trudeau · 8 years ago
  30. d339595 temporal_filter.c: Dedup hbd / non-hbd code. by Urvang Joshi · 8 years ago
  31. 7e2dce0 Misc quantize unit test fix to conform coding style by Yi Luo · 8 years ago
  32. d5d9b6c intrabc: Fix mode and MV cost by Alex Converse · 8 years ago
  33. 6b2584c intrabc: Elide subpel bits by Alex Converse · 8 years ago
  34. 746a785 Add doxygen template to CMake docs target. by Tom Finegan · 8 years ago
  35. 185575a Fix some UBSan warnings by David Barker · 8 years ago
  36. c2d500a Fix warp filter test with --disable-ssse3 by David Barker · 8 years ago
  37. 766a389 Add a new experiment "rect-intra-pred". by Urvang Joshi · 8 years ago
  38. dac5e39 [CFL] Get subsampling from AV1 common by Luc Trudeau · 8 years ago
  39. e2ac985 Move FrameContext out of plane loop by Luc Trudeau · 8 years ago
  40. 2dd982e Make loop-restoration compatible w/ frame_superres by Debargha Mukherjee · 8 years ago
  41. d28e91d fix for zeromv[1] might be uninitialized by Luc Trudeau · 8 years ago
  42. 375ee84 CMake test target tweaks. by Tom Finegan · 8 years ago
  43. 875a667 is_directional_mode: Check for directional modes directly. by Urvang Joshi · 8 years ago
  44. e251825 Fix the rd loop for interinter compound types by Yue Chen · 8 years ago
  45. 9fb7aad Revert "Copy ctx in get_entropy_contexts_plane for lv_map" by Angie Chiang · 8 years ago
  46. 81f6ecd Early termination for warp error computation by Sarah Parker · 8 years ago
  47. 28c779b Change to use static arrays by Yaowu Xu · 8 years ago
  48. aadbb02 Mark SMOOTH2 filter under USE_EXTRA_FILTER flag by Angie Chiang · 8 years ago
  49. 90dad2e Copy ctx in get_entropy_contexts_plane for lv_map by Angie Chiang · 8 years ago
  50. 1c96e82 Use av1_optimize_txb for lv_map experiment by Angie Chiang · 8 years ago
  51. 3511c37 Pass above/left ctx plane_bsize to av1_optimize_b by Angie Chiang · 8 years ago
  52. 5e012fe Add test code for optimize_txb() by Angie Chiang · 8 years ago
  53. 07c57f3 Add av1_optimize_txb()/optimize_txb() by Angie Chiang · 8 years ago
  54. d19969e Add update_level_down() by Angie Chiang · 8 years ago
  55. 7c412ea intrabc: adapt use_intrabc prob by Alex Converse · 8 years ago
  56. 47e0707 Add try_level_down_facade() by Angie Chiang · 8 years ago
  57. 68f3ccd Add MV refining search in warped motion experiment by Yunqing Wang · 8 years ago
  58. 7b2d144 Revert "frame_superres: Send scale every frame" by Fergus Simpson · 8 years ago
  59. 6f9dfa5 Sync CMake build defaults with the configure build. by Tom Finegan · 8 years ago
  60. 7897567 Add dist rule to CMake build and correct behavior of the install rule. by Tom Finegan · 8 years ago
  61. 6d1dd62 Add nasm support to the CMake build. by Tom Finegan · 8 years ago
  62. 17ccaec Add include guards to CMake files used as includes. by Tom Finegan · 8 years ago
  63. 0d066ce Add doc generation and installation to the CMake build. by Tom Finegan · 8 years ago
  64. 17905ed integrate parallel_deblocking with CB4x4 by Ryan Lei · 8 years ago
  65. b2a01db Deprecate special rd loop for sub8x8 block size by Jingning Han · 8 years ago
  66. d064cf0 Resolve extremely large stack alloc in rdopt by Jingning Han · 8 years ago
  67. c77799b Add try_change_eob() by Angie Chiang · 8 years ago
  68. 3be70f7 [intra-edge] Use 5-tap filter by Joe Young · 8 years ago
  69. 63927c4 Fix daala-dist for cb4x4 by Yushin Cho · 8 years ago
  70. a530ef4 Add try_level_down() by Angie Chiang · 8 years ago
  71. 7afbba4 Add try_self_level_down() and get_level_prob() by Angie Chiang · 8 years ago
  72. 2affb3b Add gen_txb_cache() and it's related functions by Angie Chiang · 8 years ago
  73. 488f921 Add get_coeff_cost() and get_txb_cost() by Angie Chiang · 8 years ago
  74. fe67ed6 cb4x4: Move sub-4X4 TX sizes behind CONFIG_CHROMA_2X2. by Timothy B. Terriberry · 8 years ago
  75. 6e4955d Rework loop filter tx size selection by Jingning Han · 8 years ago
  76. eaddeee Initialize chroma mode info before RD search by hui su · 8 years ago
  77. b4ed149 filter-intra: fix compiler warnings when cb4x4 is off by hui su · 8 years ago
  78. 749f5cd Add refinement search for sgrproj filter by Debargha Mukherjee · 8 years ago
  79. f03907a Make ext_inter/wedge/compound_segment/interintra on by default by Yue Chen · 8 years ago
  80. 17c37ce Fix integer overflow in warp filter by David Barker · 8 years ago
  81. affbe5e get_min_tx_size: assert() doesn't need an 'if'. by Urvang Joshi · 8 years ago
  82. 331662e Rework txfm_above and txfm_left context offset by Jingning Han · 8 years ago
  83. 70bd76e Preset min_tx_size in the encoder by Jingning Han · 8 years ago
  84. 6e28006 Fix XCode clang build. by Alex Converse · 8 years ago
  85. b6200c9 Fix filter intra backward prob update by Jingning Han · 8 years ago
  86. a127a79 Remove more unused motion vector cost arrays by Alex Converse · 8 years ago
  87. d85d94d Remove unused sadcost redirection pointers by Alex Converse · 8 years ago
  88. 723923c Fix ASan bug in masked variance unit test by David Barker · 8 years ago
  89. facac4f Tidy up warp filter by David Barker · 8 years ago
  90. 8ea3319 Remove VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  91. ef39c84 Add a unit test for AV1 quantizer optimization by Yi Luo · 8 years ago
  92. befa87c Remove doxygen XML configuration. by Tom Finegan · 8 years ago
  93. bf3813a Enable one_sided_compound by default by Arild Fuldseth (arilfuld) · 8 years ago
  94. f3b5e7f Use 7-bit smooth and regular filters with DUAL_FILTER by Arild Fuldseth (arilfuld) · 8 years ago
  95. 78bfc28 Rename LOWDELAY_COMPOUND to ONE_SIDED_COMPOUND by Arild Fuldseth (arilfuld) · 8 years ago
  96. a77ec1c Change warp filter to use one less precision bit by Debargha Mukherjee · 8 years ago
  97. 8feaaac Initialize both luma and chroma planes in palette encoding by Jingning Han · 8 years ago
  98. 7300db5 Fix pvq to use OD_ICDF when directly accessing skip_cdf by Yushin Cho · 8 years ago
  99. 0481e8b Fix an enc/dec mismatch issue in tokenization by Jingning Han · 8 years ago
  100. e6c1f6b Disable unsupported experiments if pvq is enabled by Yushin Cho · 8 years ago