1. 4489c26 Enable 2-pass coding block partition search by Jingning Han · 7 years ago
  2. c58ccc3 Add partition search speed feature by Jingning Han · 7 years ago
  3. a5847e8 Support two pass block partition search by Jingning Han · 7 years ago
  4. 7b71b34 Add initialization to fix valgrind warnings by Yaowu Xu · 7 years ago
  5. 6a70598 Move if statement outside for loops by Peng Bin · 7 years ago
  6. 322130b enabling aom_lpf_horizontal_16_sse2 by Maxym Dmytrychenko · 7 years ago
  7. 32bb511 Revert "Enable pic (position independent code) config." by Johann · 7 years ago
  8. 8f47f70 Fix the fast tx type search feature with txk-sel on by Hui Su · 7 years ago
  9. 1379beb Reduce memory usage of inter_tx_size[] in MB_MODE_INFO by Hui Su · 7 years ago
  10. f19a91c Fix a couple of visual studio nightly build failures. by Tom Finegan · 7 years ago
  11. b3167a6 Integrate lv_map with aom_qm by Angie Chiang · 7 years ago
  12. f858986 add scalability experiment by Soo-Chul Han · 7 years ago
  13. 4972ac8 use GLOBAL() macro when loading constant by Johann · 7 years ago
  14. 7ed7e1f one level less of tx size search for blocks larger than 64 by Hui Su · 7 years ago
  15. 00c6e6f Cleanup some fragile aspects of rd_pick_partition. by Urvang Joshi · 7 years ago
  16. c8e0336 AVX2 optimization of motion compensation functions by Deepa K G · 7 years ago
  17. aa71f07 Add information about extra CMake build flags to README.md by Tom Finegan · 7 years ago
  18. 5d7c1fc Update adst4 range by Angie Chiang · 7 years ago
  19. 39cf806 [jnt-comp, normative] Avoid double-rounding in prediction by David Barker · 7 years ago
  20. 0cf864f BUG FIX: sse2 subpel variance is not PIC compliant by Johann · 7 years ago
  21. 5b084ee Added HighBD support for mismatch debugging by Imdad Sardharwalla · 7 years ago
  22. 5105f7a Merge in STRIPED_LOOP_RESTORATION flag by Debargha Mukherjee · 7 years ago
  23. 1e3da46 Update configuration comment about LOWBITDEPTH by Sebastien Alaiwan · 7 years ago
  24. 46475a3 Reduce scope of ctx derivation by Frederic Barbier · 7 years ago
  25. eb8f5e8 Conditionally skip transform block partition search by Jingning Han · 7 years ago
  26. 1302519 dependent-horztilegroups: Fix decoder crash by David Barker · 7 years ago
  27. 33ba1fe Add aom_comp_mask_<upsampled>pred_ssse3 by Peng Bin · 7 years ago
  28. 1694a4f Remove frame counts in decoding coefs area by Yunqing Wang · 7 years ago
  29. e62feb6 Remove frame counts in decoder by Yunqing Wang · 7 years ago
  30. 12049df txk-sel: support the fast tx type search feature by Hui Su · 7 years ago
  31. bada823 Fix a command line help comment by Yaowu Xu · 7 years ago
  32. 5a667bf aom_lpf_horizontal_6_sse2(): fix valgrind warnings by Yaowu Xu · 7 years ago
  33. ef8eb29 [loopfilter] remove filter_length_internal by Dake He · 7 years ago
  34. c048a2d fwd txfm: cherrypick improvements from libvpx by Johann · 7 years ago
  35. 35c82b4 txk-sel: support tx pruning speed feature by Hui Su · 7 years ago
  36. 6bbd932 Move the tx pruning flags into MACROBLOCK by Hui Su · 7 years ago
  37. c30c18f Skip intra modes in interframe prediction by Cheng Chen · 7 years ago
  38. c7fa12c Avoid using ADST for tx sizes > 16x16 by Sarah Parker · 7 years ago
  39. 39216d7 soft enable segment_pred_last (adopted) by Soo-Chul Han · 7 years ago
  40. 289ed32 [jnt-comp, normative] Adapt comp_group_idx_cdf between frames by David Barker · 7 years ago
  41. f16b1ad Fix for aq-mode=3 related bugs by Yushin Cho · 7 years ago
  42. 2bc17ae Avoid implicit conversion from long to int in new_quant by Sarah Parker · 7 years ago
  43. 3e509e3 Remove the EXT_TX_16X16_SET macro by Hui Su · 7 years ago
  44. 7c71cc0 Use reduced_tx_set_used for all av1_get_tx_type calls by Sarah Parker · 7 years ago
  45. bc50abb Update min_tx_size in reset_tx_size by Angie Chiang · 7 years ago
  46. 717ce09 Remove kf_ctx experiment flag by Hui Su · 7 years ago
  47. 02e8415 intrabc: support txk-sel by Hui Su · 7 years ago
  48. 6001e04 Correctly handle transform type cost by Hui Su · 7 years ago
  49. 6f1c2f7 Film grain synthesis algorithm by Andrey Norkin · 7 years ago
  50. fdaad4d Add an alt FAST_SGR that subsamples horizontally by Debargha Mukherjee · 7 years ago
  51. 2fae28b [CFL] Independent search termination for plane and sign by David Michael Barr · 7 years ago
  52. d27f1e6 [CFL] allow for 4:1 rects if full tx available by David Michael Barr · 7 years ago
  53. 92245c8 Avoid out of bound array access by Yaowu Xu · 7 years ago
  54. a7d6f44 Fix build when CFL is not enabled by David Michael Barr · 7 years ago
  55. 5f0c41d Add CDF_STORAGE_REDUCTION experiment flag. by Thomas Daede · 7 years ago
  56. 4d24a98 Fix memory overflow in av1_cdef_search() by Hui Su · 7 years ago
  57. c236836 Speed up SSE4 implementation of 64-point inverse transform by Frank Bossen · 7 years ago
  58. ae6e6bc SSE2 optimizations for _6/_16 lowbd lpf functions by Maxym Dmytrychenko · 7 years ago
  59. 29d2f21 Add get_txw/h_idx functions by Angie Chiang · 7 years ago
  60. f412363 av1_rtcd_defs: fix formatting by Sebastien Alaiwan · 7 years ago
  61. 5859636 Remove DAALA_TX experiment by Sebastien Alaiwan · 7 years ago
  62. 3da65bf Properly reset the skip_mode element in mb_mode_info by Jingning Han · 7 years ago
  63. 30bf871 minor reorder of operations by Yaowu Xu · 7 years ago
  64. 3179127 Fix loopfilter function usage by Yi Luo · 7 years ago
  65. 127b562 Adjust last odd row weight in fast_sgr by Debargha Mukherjee · 7 years ago
  66. 6cd8e17 Fix compile warning with mono-video disabled by David Barker · 7 years ago
  67. e8d8879 [seg] No need to decide temporal_update by Yushin Cho · 7 years ago
  68. 3c22260 Skip txfm search by Cheng Chen · 7 years ago
  69. 14b7967 localize initialization of zero and max by Yaowu Xu · 7 years ago
  70. b41ffb9 Speed up av1_find_mv_refs() by Yunqing Wang · 7 years ago
  71. 838ea62 Remove const from parameter passed-by-value by Yaowu Xu · 7 years ago
  72. 28f3fbf Search the same set of neighbouring positions by Yunqing Wang · 7 years ago
  73. 6837728 Add num_plane to av1_copy_tree_context() by Yaowu Xu · 7 years ago
  74. 4e71fd9 Re-enable the tx type pruning speed feature by Hui Su · 7 years ago
  75. b42e98d [seg] Initialize temporal_update flag by Yushin Cho · 7 years ago
  76. 5a06fe3 Add SSE4 implementation of 64-point transform by Frank Bossen · 7 years ago
  77. 66965a2 Use meaningful names in txk-sel rd control by Jingning Han · 7 years ago
  78. 802eeaa Use safe soft quantization speed feature setup by Jingning Han · 7 years ago
  79. b844ee1 [intra, bugfix] Prevent overflow in DC_PRED by David Barker · 7 years ago
  80. 8152737 Remove mode_context calculation in find_mv_refs_idx() by Yunqing Wang · 7 years ago
  81. 7b6bb94 Do MV scaling on the fly for memory and run time reduction by Frank Bossen · 7 years ago
  82. 41150ad Add obu_sizing experiment. by Tom Finegan · 7 years ago
  83. b3bb318 Give skip_mode priority over segmentation by Frederic Barbier · 7 years ago
  84. c502421 Clean up and rework rates in motion_mode_rd() by Yue Chen · 7 years ago
  85. 0c7b8d8 Simplify txfm table by Angie Chiang · 7 years ago
  86. 0822557 Refactor buf_offset in av1_inv_txfm2d.c by Angie Chiang · 7 years ago
  87. fa8bad1 Simplify context identification for coding ref frames by Zoe Liu · 7 years ago
  88. 4a5c6cf Move av1_search_txk_type() to rdopt.c by Hui Su · 7 years ago
  89. c1cd519 Reduce the size of av1_prob_cost[] by Hui Su · 7 years ago
  90. 67adf42 Do not fail on deprecated --good option by Debargha Mukherjee · 7 years ago
  91. e4099e3 Return int from av1_pack_bitstream(). by Tom Finegan · 7 years ago
  92. 82775f6 Record total rate cost in trellis by Cheng Chen · 7 years ago
  93. 28e9ce2 Adding timing info to sequence headers by Andrey Norkin · 7 years ago
  94. 9d23457 Added SSE4.1 and AVX2 implementations of FAST SGR. by Imdad Sardharwalla · 7 years ago
  95. ed5e967 Add a config flag/code for fast sgr computation by Debargha Mukherjee · 7 years ago
  96. dff901f [loop-restoration, bugfix] Restrict sampling of deblocked pixels by David Barker · 7 years ago
  97. 47cc255 Remove deadline by Sean DuBois · 7 years ago
  98. 913867b Set input_shift properly by Yaowu Xu · 7 years ago
  99. d4327bc Simplify cos_bit setting in txfm by Angie Chiang · 7 years ago
  100. dc3d916 Cleanup redundant assertion by Frederic Barbier · 7 years ago