1. d18c84c Fix quantize_b_c function by Jingning Han · 8 years ago
  2. 0a6731f Refactor ext-intra by hui su · 8 years ago
  3. 53769cc Harmonize declarations in loopfilter.[hc] by Urvang Joshi · 8 years ago
  4. 140a61d Localize the use of CONFIG_EXT_DELTA_Q by Yaowu Xu · 8 years ago
  5. f7ab7e3 Update global motion experiment comments by Sarah Parker · 8 years ago
  6. b7e72f3 Cleanup unused variable with ext-tx experiment. by Thomas Daede · 8 years ago
  7. 0617363 Bug fix for ext_delta_q experiment by Fangwen Fu · 8 years ago
  8. a5e499f Inspection returns INTRA_INVALID for uv_mode in inter by Luc Trudeau · 8 years ago
  9. 4fc8df6 Cleanup dead high-bitdepth inverse-tx functions by Frederic Barbier · 8 years ago
  10. e398028 [CFL] Store luma as prediction for chroma by Luc Trudeau · 8 years ago
  11. 72d55e2 [CFL] Removing excessive consts by Luc Trudeau · 8 years ago
  12. 963cacb Fix CMake build. by Tom Finegan · 8 years ago
  13. 3d56e26 configure: move aom_qm to the experiment list by James Zern · 8 years ago
  14. 05bbf9b Fix mismatches in dual_filter + motion_var by Yue Chen · 8 years ago
  15. 3749929 Make variables const in write_uniform() and read_uniform() by hui su · 8 years ago
  16. b0f808b Clear unused value assignments in EXT_INTRA by Yue Chen · 8 years ago
  17. 83d490c Fix mismatch w/ dual_filter and global/warped by Debargha Mukherjee · 8 years ago
  18. ce8275c Fix bugs of aom_quantize_b when AOM_QM turned on by Cheng Chen · 8 years ago
  19. 5f35e58 Support upto affine model for global motion by Debargha Mukherjee · 8 years ago
  20. 3be7aa6 Clean a small portion of code on getting ref mvs by Zoe Liu · 8 years ago
  21. f9aa96f Silence some compiler warnigns for warped motion by Debargha Mukherjee · 8 years ago
  22. 5a24dc8 Fix asm and intrinsic list variable naming in av1.cmake. by Tom Finegan · 8 years ago
  23. 7caf1fe Refactor av1_convolve() and av1_convolve_c(). by Urvang Joshi · 8 years ago
  24. 2a2a7dd Merge RD_COST and RD_STATS by Angie Chiang · 8 years ago
  25. ddcea39 Refactor repeated code for ext-inter compound type search by Sarah Parker · 8 years ago
  26. 3fcb356 Update partial inverse DCT according to VP9 by Yi Luo · 8 years ago
  27. 75cf92f [CFL] Added CFL specific constants for U and V planes by Luc Trudeau · 8 years ago
  28. c1e4cbe Fix increment bug in SIMD copy_rect8_*bit_to_16bit by Steinar Midtskogen · 8 years ago
  29. c5f735f Fix separation between ext-inter group of expts. by Debargha Mukherjee · 8 years ago
  30. 9b18037 Refactor aom_quantize_b by Cheng Chen · 8 years ago
  31. 2c5f471 Revert "Prevent out-of-boundary mem access in ext-inter" by James Zern · 8 years ago
  32. f6c84ff Refactor av1_adapt_mv_probs(). by Urvang Joshi · 8 years ago
  33. 7711872 loopfilter: Refactor common calls for lowbd and hbd. by Urvang Joshi · 8 years ago
  34. 37aebf1 Refactor non420 loop filters for row and col. by Urvang Joshi · 8 years ago
  35. 6a632e2 Prevent out-of-boundary mem access in ext-inter by Jingning Han · 8 years ago
  36. 99ffce6 Fix int type conversion warnings in ext-tile by Jingning Han · 8 years ago
  37. ff4fa06 Add the motion vector unit test by Yunqing Wang · 8 years ago
  38. c1b17f3 inline -> INLINE by James Zern · 8 years ago
  39. 7cdaa60 get_tx_type: remove dead store by James Zern · 8 years ago
  40. 1b6ccfc Revert "Fix separation between ext-inter group of expts." by James Zern · 8 years ago
  41. 4a2e3b2 remove remaining refs to aom_highbd_idct8x8_64_add by James Zern · 8 years ago
  42. aa0c34b Use av1_tx_type_cost() in choose_largest_tx_size() by Angie Chiang · 8 years ago
  43. 1876a84 Fix a bug introduce in refactoring av1_quantize_fp by Cheng Chen · 8 years ago
  44. 231fe42 Extend delta q to have delta lf by Fangwen Fu · 8 years ago
  45. c756e4d Cleanup dead high-bitdepth inverse-tx functions by Frederic Barbier · 8 years ago
  46. b14c179 Enable dual filter by default by Jingning Han · 8 years ago
  47. c53753f Extract method inv_txfm2d_add_facade by Frederic Barbier · 8 years ago
  48. 122f394 Clean code related to joint_motion_search() by Zoe Liu · 8 years ago
  49. b51e078 av1_fwd_txfm1d_sse4: Use for loops when possible. by Urvang Joshi · 8 years ago
  50. d6c17d9 Resolve compiling error due to dual-filter and intrabc by Jingning Han · 8 years ago
  51. 31eb3ab Fix inspection in dual filter mode by Jingning Han · 8 years ago
  52. c798b14 Refactor hbd and lowbd versions of find_mismatch() by Urvang Joshi · 8 years ago
  53. bad6192 Refactor aom_find_mismatch. by Urvang Joshi · 8 years ago
  54. 4c2e434 Refactor av1_quantize_fp_c functions. by Cheng Chen · 8 years ago
  55. 032573d Cleanup: remove const by Yaowu Xu · 8 years ago
  56. c30934b Change type of rd variable by Debargha Mukherjee · 8 years ago
  57. c3bcf3b Intra prediction: Remove unused variants. by Urvang Joshi · 8 years ago
  58. a78287b Simplify selection to inverse-transform function by Frederic Barbier · 8 years ago
  59. b3494d6 Fix gcc warning on int type conversion in ext-inter by Jingning Han · 8 years ago
  60. 76fcff7 Clean a small portion of code for highbitdepth setup by Zoe Liu · 8 years ago
  61. b926f32 Fix compile warnings when ext-tx and ans are enabled by Sarah Parker · 8 years ago
  62. 4ff59b5 Cleanup: Remove const for params passed by value by Yaowu Xu · 8 years ago
  63. 6160df2 Extend delta q with segments by Fangwen Fu · 8 years ago
  64. 697597b Disable adapt_scan by default by Sarah Parker · 8 years ago
  65. 5ca25df Fix separation between ext-inter group of expts. by Debargha Mukherjee · 8 years ago
  66. 0f66841 Make av1_set_subpel_mv_search_range static. by Alex Converse · 8 years ago
  67. 0fa0f42 Refactor mv limits. by Alex Converse · 8 years ago
  68. f323f01 av1_dist_block: Remove poorly named 'tmp' by Alex Converse · 8 years ago
  69. ed37d01 Turn off palette when enabling intrabc by Alex Converse · 8 years ago
  70. 106b3cb Use correct bsize in vartx sub8x8 max tx_size lookup by Sarah Parker · 8 years ago
  71. 8e17342 Port an out of range motion vector bug fix in sub-pel motion estimation by Yunqing Wang · 8 years ago
  72. 37f86a3 Port an out of range motion vector bug fix in joint motion search by Yunqing Wang · 8 years ago
  73. f816415 [CFL] Custom block-level DC_PRED by Luc Trudeau · 8 years ago
  74. acaa384 Port an integer overflow fix in mcomp.c by Yunqing Wang · 8 years ago
  75. 89912f9 Cleanup transform pruning by Alex Converse · 8 years ago
  76. c6e296e Remove duplication of RTCD configs in the cmake build. by Tom Finegan · 8 years ago
  77. 3973759 correct help message by Yaowu Xu · 8 years ago
  78. 3d0135f EndToEndTest : split into tests that runs per commit and nightly. by Jim Bankoski · 8 years ago
  79. 57ec566 test-data.mk: correct dependency for encode-perf-tests by James Zern · 8 years ago
  80. 2cfc6d5 build: add -Wshorten-64-to-32 for non-hbd builds by James Zern · 8 years ago
  81. 6efba48 get_tile_buffers: normalize size types by James Zern · 8 years ago
  82. c1d54a4 av1_dist_block: quiet -Wshorten-64-to-32 warning by James Zern · 8 years ago
  83. f152a0b aom_read_primitive_refbilevel: rm some dead stores by James Zern · 8 years ago
  84. 71a37de bitstream.c: normalize some size types by James Zern · 8 years ago
  85. be0bdd8 {aq_variance,firstpass,ratectrl}.c: quiet -Wshorten warnings by James Zern · 8 years ago
  86. 0c45941 Revert "highpass_filter: Refactor the highbd and lowbd versions." by Urvang Joshi · 8 years ago
  87. 7ee540d Refactor row and col versions of fadst16 step2 msa functions. by Urvang Joshi · 8 years ago
  88. f87d837 Add compound_round experiment by Angie Chiang · 8 years ago
  89. 09c293e Move image matching functions to common location. by Urvang Joshi · 8 years ago
  90. 83fbd57 [Code Cleanup] Move accounting.[ch] to decoder by Luc Trudeau · 8 years ago
  91. 0d08afd Revert "warp_affine_c: Refactor highbd and lowbd versions." by Urvang Joshi · 8 years ago
  92. ec4048a Move scale_sqrt2_* functions to a common location. by Urvang Joshi · 8 years ago
  93. 7f8feef With chroma2x2 turn compound sub8x8 off by default by Debargha Mukherjee · 8 years ago
  94. b472a94 test-data.mk : Fix inadvertent use of LIBVPX instead of LIBAOM. by Jim Bankoski · 8 years ago
  95. 9f21776 Cleanup get_energy_distribution_fine by Alex Converse · 8 years ago
  96. ed29ea2 A small code clean on ext-inter by Zoe Liu · 8 years ago
  97. 06c372d bitstream,mem_put_varsize: quiet warning in assert by James Zern · 8 years ago
  98. 6c5d698 Scale up exhaustive_search_thresh to work with 128x128 partitions by Alex Converse · 8 years ago
  99. 6eeea0e Enable ext-refs as default by Zoe Liu · 8 years ago
  100. 775a4be Correct row padding to avoid overflow in all cases. by Sean Purser-Haskell · 8 years ago