1. 8526830 Add NCOBMC_ADAPT_WEIGHT as another motion mode by Wei-Ting Lin · 8 years ago
  2. 5e8007f align buffers to avoid Segmentation fault by Yaowu Xu · 8 years ago
  3. 0f4195c Fwd txfm and quantizer HBD/LBD data paths co-exist by Yi Luo · 8 years ago
  4. 5680a01 Extend DISABLE_TRELLISQ_SEARCH to include calls from var-tx by Sarah Parker · 8 years ago
  5. 50f1911 Add the av1_cost_tokens_from_cdf() function. by Nathan E. Egge · 8 years ago
  6. 05b45e6 Avoid use of deprecated inv-txfm in encoder by Frederic Barbier · 8 years ago
  7. 894cc81 NEW_MULTISYMBOL: adapt comp_ref and bwd_ref. by Thomas Davies · 8 years ago
  8. 243b66b Support rectangular tx_type coding in var-tx by Jingning Han · 8 years ago
  9. 8147372 Fix lv_map when accounting is on by Angie Chiang · 8 years ago
  10. 85a8f70 ncobmc_adapt_weight: Add bitstream syntax by Wei-Ting Lin · 8 years ago
  11. 302d097 Add experiment bgsprite by Todd Nguyen · 8 years ago
  12. 8fb4c9e [CFL] Sum Alpha Distortion Over Transform Block by Luc Trudeau · 8 years ago
  13. f053cba Reduce multiplier precision for warp least squares by Debargha Mukherjee · 8 years ago
  14. 5128109 Fix inv txfm low/high bitdepth selection logic by Yi Luo · 8 years ago
  15. 784596d Remove redundant checks in read/write_tx_type by Sarah Parker · 8 years ago
  16. 580943a supertx: Read and write transforms with CDF in decode_partition by Rupert Swarbrick · 8 years ago
  17. e3b81bc Rework recursive transform block partition search by Jingning Han · 8 years ago
  18. a65f305 Re-organize the block index in decode_reconstruct_tx by Jingning Han · 8 years ago
  19. 1d46d90 Fix token-encoding errors in NCOBMC by Wei-Ting Lin · 8 years ago
  20. 8ab875d daala-dist: high bit depth support by Yushin Cho · 8 years ago
  21. 0d6ab64 Remove redundant code line by Adrian Grange · 8 years ago
  22. 0474912 Fix daala-dist for var-tx by Yushin Cho · 8 years ago
  23. ad8290b New experiment: LGT by Lester Lu · 8 years ago
  24. 75b0100 Fix daala_dist to handle visible pixels only by Yushin Cho · 8 years ago
  25. 6f0566e Fix some valgrind errors in loop-restoration by Debargha Mukherjee · 8 years ago
  26. 67d968f Change mv scaling behaviour by David Barker · 8 years ago
  27. 6757197 Simplify superframe index writing by Sebastien Alaiwan · 8 years ago
  28. d94476d Fix double definition of 'pd' by Sebastien Alaiwan · 8 years ago
  29. d937cdb x86: _mm_set_epi64x -> _mm_{set_epi32,cvtsi32_si128} by James Zern · 8 years ago
  30. 8889673 {decodeframe,rdopt}.c: fix asserts with strings by James Zern · 8 years ago
  31. bd99b38 Pass mbmi into get_scan() by Angie Chiang · 8 years ago
  32. a3d7091 Fix compile warning by Yushin Cho · 8 years ago
  33. 11132ce Fix bug with chroma-sub8x8 + resizing by David Barker · 8 years ago
  34. afe7c5f Do not find transformation for very few points by Debargha Mukherjee · 8 years ago
  35. 9180b6e Prevent divide-by-zero by Yaowu Xu · 8 years ago
  36. bdda9d4 convert to int before apply sign by Yaowu Xu · 8 years ago
  37. cb63767 Fix compiler warning in joint_motion_search by Jingning Han · 8 years ago
  38. a56f916 Add entropy stats dump out for individual frame context type by Zoe Liu · 8 years ago
  39. 193422e Add avx2 highbd_quantize_b by Yi Luo · 8 years ago
  40. 04eb959 Fix daala-dist, rd tx search by Yushin Cho · 8 years ago
  41. a0cc9aa Add missing accumulation cross threads by Yaowu Xu · 8 years ago
  42. 493fd88 Simplify packetization of frames into a superframe by Sebastien Alaiwan · 8 years ago
  43. e4d6f9b Simplify flow of control by Sebastien Alaiwan · 8 years ago
  44. a1d0c4d Integrate global_motion with convolve_round in hbd by Angie Chiang · 8 years ago
  45. 84f567c Add chorma tilesize option in loop-restoration by Debargha Mukherjee · 8 years ago
  46. 81ec261 cb4x4: Move sub-4X4 block sizes behind chroma flags. by Timothy B. Terriberry · 8 years ago
  47. 5c84469 Simplify code based on explicit assertion by Frederic Barbier · 8 years ago
  48. 2a19c9e Don't silently fail writing the superframe index by Sebastien Alaiwan · 8 years ago
  49. 4a81001 ext_inter: Skip compound type probs. for small block sizes. by Timothy B. Terriberry · 8 years ago
  50. b8f4910 Cleanup dead code by Frederic Barbier · 8 years ago
  51. 8c9bcdf NEW_MULTISYMBOL: fix comp_inter decoding. by Thomas Davies · 8 years ago
  52. 2b4ea11 Use last_show_frame in use_prev_frame_mvs calc by Fergus Simpson · 8 years ago
  53. c5c0cba Fix CMake desync with configure build. by Tom Finegan · 8 years ago
  54. a325233 Remove the av1_inter_mode_tree[] constants. by Nathan E. Egge · 8 years ago
  55. 8657ad7 Handle the invalid warped model error by Yunqing Wang · 8 years ago
  56. 5d61b60 get_min_tx_size: disable -Warray-bounds by James Zern · 8 years ago
  57. fe06cb7 Cleanup useless 'else' by Frederic Barbier · 8 years ago
  58. 4e5b8f7 Integrate global_motion with convolve_round in lbd by Angie Chiang · 8 years ago
  59. 237c53e Replace dead assertion by Frederic Barbier · 8 years ago
  60. 36b5458 Change left shifts to multiplications by Yaowu Xu · 8 years ago
  61. 562a393 Declare rate_mv_bmc in warped motion by Yunqing Wang · 8 years ago
  62. 6faf349 Add high bit depth fast path quantizer avx2 by Yi Luo · 8 years ago
  63. 78516fc Build static libaom without internal deps in CMake. by Tom Finegan · 8 years ago
  64. 84f2d79 Add shared library support to the CMake build. by Tom Finegan · 8 years ago
  65. 81b2e50 Pass conv_params into warp-related functions by Angie Chiang · 8 years ago
  66. 31d1927 Avoid left shift of negative values by Yaowu Xu · 8 years ago
  67. 2319866 [CFL] drop skip logic, always write alpha by David Michael Barr · 8 years ago
  68. c646923 Fix compilation for CONFIG_DELTA_Q && !CONFIG_EC_ADAPT && !CONFIG_EXT_DELTA_Q by Jonathan Matthews · 8 years ago
  69. 0ba49a5 Use AOMMAX instead of ternary by Sebastien Alaiwan · 8 years ago
  70. 918c3c1 Rename 'size' to 'frame_size' by Sebastien Alaiwan · 8 years ago
  71. 62fc41a Reduce scope of local variables by Sebastien Alaiwan · 8 years ago
  72. c854bac [CFL] Restore missing pair in cfl_alpha_codes by David Michael Barr · 8 years ago
  73. aa2f1c7 [intra-edge] Cosmetic changes by Joe Young · 8 years ago
  74. 14fc504 [CFL] RDO Loop Rework by Luc Trudeau · 8 years ago
  75. 5f3d370 [CFL] Fix stack smash in cfl_load by Luc Trudeau · 8 years ago
  76. 830d4ce [intra-edge] Convert 4x4 VP9 to ext-intra; upsample edge samples by Joe Young · 8 years ago
  77. 71adf52 Revert "Clamp inverse transform coefficients" by Jingning Han · 8 years ago
  78. a9a23f7 fix a bug in the parallel deblocking experiment for chroma plane by Ryan Lei · 8 years ago
  79. 3e18e4a [CFL] Compute Luma Average Over Partition Unit by Luc Trudeau · 8 years ago
  80. 401680b Fix coefficient range for identity matrix by Jingning Han · 8 years ago
  81. 5d24b6f encoder: Remove 64x upsampled reference buffers by Timothy B. Terriberry · 8 years ago
  82. 0eac319 Fix compile error of lv_map by Angie Chiang · 8 years ago
  83. 887069f Fix a bug for non 420 formats and some refactoring by Debargha Mukherjee · 8 years ago
  84. c082bbc Add new coding tool of ext-comp-refs by Zoe Liu · 8 years ago
  85. 0c634c7 Unify the checking on compound mode prediction by Zoe Liu · 8 years ago
  86. 345366a Add macro to disable trellis optimization in rdopt by Sarah Parker · 8 years ago
  87. 5658662 Support two scanning passes for rd_pick_partition. by Di Chen · 8 years ago
  88. d62e2a3 var_tx: Remove custom distortion calculations. by Timothy B. Terriberry · 8 years ago
  89. 79b78b7 Clamp inverse transform coefficients by Sebastien Alaiwan · 8 years ago
  90. b0157aa frame_superres: Use calculate_scaled_size for scale check by Fergus Simpson · 8 years ago
  91. 87cf61b scaling: Add kf numerator for resize and superres by Fergus Simpson · 8 years ago
  92. 6d99b21 encoder: Fix scale_and_extend_frame() for non-4:2:0 by Timothy B. Terriberry · 8 years ago
  93. 3e85f67 Make gm refinement step go all the way down to 1 by Sarah Parker · 8 years ago
  94. bfbf6a5 Unify resize and superres denominator constants by Fergus Simpson · 8 years ago
  95. 315f578 NEW_MULTISYMBOL: adapt single_ref flags. by Thomas Davies · 8 years ago
  96. 860def6 NEW_MULTISYMBOL: adapt comp_inter_mode. by Thomas Davies · 8 years ago
  97. 149eda5 NEW_MULTISYMBOL: adapt inter mode flags. by Thomas Davies · 8 years ago
  98. f6ad935 NEW_MULTISYMBOL: Adapt intra_inter binary symbol. by Thomas Davies · 8 years ago
  99. 61e3e37 NEW_MULTISYMBOL: Adapt skip binary symbol. by Thomas Davies · 8 years ago
  100. d28bdba warped_motion: set correct sample array size by Yue Chen · 8 years ago