1. 005feb6 Add get_plane_type() helper function. by Luc Trudeau · 8 years ago
  2. d59fa2a Use 10 tap for sharp interpolation filter by Angie Chiang · 8 years ago
  3. 0a2c0cb Let hbd conv func be flexible by Angie Chiang · 8 years ago
  4. 2b0eeb1 Fix a compiling error in ext-tx and var-tx by Jingning Han · 8 years ago
  5. 1857cfa Remove recon_variance variable from MACROBLOCK by Jingning Han · 8 years ago
  6. b5bb3ff Remove unused av1_build_inter_predictors_sbp() by Jingning Han · 8 years ago
  7. 5effe3f Avoid sending tx type for ext_tx reduced set for sub 8x8 by Sarah Parker · 8 years ago
  8. d8941da Remove inlier_map argument from ransac methods. by emilkeyder@google.com · 8 years ago
  9. 31b6a4f Add chroma 2x2 block experiment by Jingning Han · 8 years ago
  10. 45390c1 Change gm_get_motion_vector by David Barker · 8 years ago
  11. f0179c3 Fix bottom ref condition for intra prediction in cb4x4 by Jingning Han · 8 years ago
  12. 30ba4b4 Fix some includes in global_motion.{c,h}. by emilkeyder@google.com · 8 years ago
  13. 043de63 Turn off has_subpel_mv_component check by Angie Chiang · 8 years ago
  14. e7e3720 Enable av1_is_interp_needed in handle_inter_mode by Angie Chiang · 8 years ago
  15. cc71508 Another fix for building pvq and palette together by Yushin Cho · 8 years ago
  16. 9210981 palette: Use some enums / defines by Alex Converse · 8 years ago
  17. e580092 Fix the build error when pvq and pallete are both enabled by Yushin Cho · 8 years ago
  18. 1b5bd29 Remove redundant full-pixel check from rdopt.c by Angie Chiang · 8 years ago
  19. ea576f3 Fix block encoding stage inter mode operation by Jingning Han · 8 years ago
  20. 36fe320 Skip non-reference position chroma uv intra mode coding by Jingning Han · 8 years ago
  21. 9ce464c Account for the re-scheduled sub8x8 chroma block order by Jingning Han · 8 years ago
  22. edc62f7 Fix chroma intra prediction reference check by Jingning Han · 8 years ago
  23. 8efdbc8 Skip 2x2 uv block in the rd search loop by Jingning Han · 8 years ago
  24. c20dc8e Sync sub8x8 chroma component decoding process by Jingning Han · 8 years ago
  25. f71d561 Make convolve_round works without dual_filter by Angie Chiang · 8 years ago
  26. a3a30c4 No round in the second interp stage in conv_round by Angie Chiang · 8 years ago
  27. 08542b9 Reduce transform set for 16x32/32x16 by Debargha Mukherjee · 8 years ago
  28. 6c65278 Increase global motion translation precision by David Barker · 8 years ago
  29. db4e499 Remove av1_is_interp_needed from update_state## by Angie Chiang · 8 years ago
  30. 38edf68 Simplify write_mb_interp_filter code flow by Angie Chiang · 8 years ago
  31. dd1ca30 Reimplement av1_convolve unit test by Angie Chiang · 8 years ago
  32. b39378e Fix the bug that prevents both pvq and ec_adapt work together by Yushin Cho · 8 years ago
  33. e68a3e4 Add default reduced set for ext-tx by Sarah Parker · 8 years ago
  34. 9198d13 Rearrange self-guided filter for vectorization by David Barker · 8 years ago
  35. c5958db Clean up convolve.c by Angie Chiang · 8 years ago
  36. e06132e get_pred_context_switchable_interp: remove redundant conditions. by Urvang Joshi · 8 years ago
  37. a5d892b Don't rely on signed-integer overflow to detect out-of-range values. by Sebastien Alaiwan · 8 years ago
  38. 1a02439 Huge speedup for range checking. by Sebastien Alaiwan · 8 years ago
  39. 18c53c8 Re-schedule sub8x8 chroma component encoding process by Jingning Han · 8 years ago
  40. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago
  41. a067172 Remove ATTRIBUTE_PACKED from InterpFilter which broke something by Steinar Midtskogen · 8 years ago
  42. 475d419 Remove av1_foreach_transformed_block() function by Jingning Han · 8 years ago
  43. f828d40 Refactor build_inter_predictors_for_planes() by Jingning Han · 8 years ago
  44. b353a8e Remove tx_size_prob from compressed header with EC_ADAPT. by Nathan E. Egge · 8 years ago
  45. 5e76162 ext-intra and filter-intra: use switchable transform type by hui su · 8 years ago
  46. a9b174b InterpFilter type: Create an enum. by Urvang Joshi · 8 years ago
  47. 0a79a1b Change to use correct size by Yaowu Xu · 8 years ago
  48. 4be1262 Replace division in self-guided filter by Debargha Mukherjee · 8 years ago
  49. 5dfa930 Support trapezoidal models for global motion by Debargha Mukherjee · 8 years ago
  50. 15dbc1a Avoid unused variable warnings when CLPF and dering are enabled. by Thomas Daede · 8 years ago
  51. 2ea519e Use tx_size_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  52. 5c20729 Remove PVQ_CHROMA_RD codes by Yushin Cho · 8 years ago
  53. d9ad054 Disabling second dering filter when CLPF is enabled. by Jean-Marc Valin · 8 years ago
  54. 4d4cbc9 Use 8tap sharp filter for UV plane by Angie Chiang · 8 years ago
  55. 002e7b7 Implement a new rate control system by Rostislav Pehlivanov · 8 years ago
  56. ed8e2d2 NEW_TOKENSET: modify trellis and coeff costs. by Thomas Davies · 8 years ago
  57. e568e6f [ext-intra] fix bug in sample interpolation when dy < 0 by Joe Young · 8 years ago
  58. 7a08fe5 unify the way to count tx_size in encode&decode by Yaowu Xu · 8 years ago
  59. 27713d9 EC_ADAPT: do faster adaptation initially. by Thomas Davies · 8 years ago
  60. 55ce9e0 apply clang-format by clang-format · 8 years ago
  61. 1b672d3 Make convolve_round compiled without dual_filter by Zoe Liu · 8 years ago
  62. 15338d5 Speed up global motion determination by David Barker · 8 years ago
  63. 338e135 Fix compile error with global-motion + highbitdepth by David Barker · 8 years ago
  64. 925e83c Clean up PVQ's bistream packing by Yushin Cho · 8 years ago
  65. b3c43bc Add a macro to control use of domain txfm filter by Debargha Mukherjee · 8 years ago
  66. 0be0aa1 Fixes a bug introduced in ext-inter with cb4x4 by Debargha Mukherjee · 8 years ago
  67. 9275a7c Fixes a mismatch introduced in a previous patch by Debargha Mukherjee · 8 years ago
  68. d90eefe av1/encoder/block.h: s/inline/INLINE/ by James Zern · 8 years ago
  69. 4483ea2 Clean up pvq codes in bitstream packing by Yushin Cho · 8 years ago
  70. 92b90f3 Add comments about some default probability tables. by Urvang Joshi · 8 years ago
  71. 45e0d46 Skip count update in error resilient mode by Jingning Han · 8 years ago
  72. e0b7151 Fix compile error for global-motion without ref-mv by David Barker · 8 years ago
  73. 17ce8b1 Remove file base name collisions. by Tom Finegan · 8 years ago
  74. 71a2ea7 Silence unused function warning with ANS. by Nathan E. Egge · 8 years ago
  75. 7a2af6c Separate Y and UV planes' filter declaration by Angie Chiang · 8 years ago
  76. e3a4c1c Pass plane into get_conv_params### by Angie Chiang · 8 years ago
  77. 6f93848 Use 6-tap filters for smooth and smooth2 filter by Angie Chiang · 8 years ago
  78. 5d0b310 Make adapt-scan support multi-thread encoding by Jingning Han · 8 years ago
  79. cb51228 Separate intra tx_size logic between var-tx and rect-tx by Jingning Han · 8 years ago
  80. 118bf67 Implement shorter-tap first in convolve_round by Angie Chiang · 8 years ago
  81. befcc42 Fix segfault with loop-restoration on x86. by David Barker · 8 years ago
  82. b05e5d1 Add a new experiment of REF_ADAPT by Zoe Liu · 8 years ago
  83. f844e6e Speed up CLPF when there's nothing to clip by Steinar Midtskogen · 8 years ago
  84. 4f0b3ed Retune the CLPF kernel by Steinar Midtskogen · 8 years ago
  85. 822eea3 Exclusively uses 12-tap filter in convolve_round by Angie Chiang · 8 years ago
  86. 1dbda1b Convert PVQ coefficient handling functions to tran_low_t. by Thomas Daede · 8 years ago
  87. 73ad523 Add support for disabling CLPF on tile boundaries by Steinar Midtskogen · 8 years ago
  88. 42d9610 Avoid sending bits for the compound type for sub 8x8 blocks by Sarah Parker · 8 years ago
  89. e93acb2 Scale PVQ input to OD_COEFF_SHIFT resolution. by Timothy B. Terriberry · 8 years ago
  90. 617744b Remove av1_cost_coeffs from rdopt.h if using PVQ. by Thomas Daede · 8 years ago
  91. 7927a97 Add av1_convolve_2d_facade by Angie Chiang · 8 years ago
  92. a9598cd ec_multisymbol: Split off new new_tokenset experiment by Alex Converse · 8 years ago
  93. fb99317 Reset PVQ chroma QM interpolation to constant identity QM by David Michael Barr · 8 years ago
  94. e2746e3 entropy: Fix --disable-ec_multisymbol build by Alex Converse · 8 years ago
  95. 7b9f2b3 add horizontal tile dependence support by Fangwen Fu · 8 years ago
  96. e4c4691 Enable an activity masking of PVQ by Yushin Cho · 8 years ago
  97. 3ebfe2a Fix fixed-pt PVQ compand/expand outputs zero gain by Yushin Cho · 8 years ago
  98. fc1598a EC_MULTISYMBOL: Include EOB in multisymbol encoding. by Thomas Davies · 8 years ago
  99. 19e7aa8 Remove interp filter for non-translation global mv by Yue Chen · 8 years ago
  100. ad67d79 set loop_filter_across_tiles_enabled flag to 1 in default case by Ryan Lei · 8 years ago