1. e3bc0da Change parameter limit to be <1, not <=1. This saves a bit. by Sean Purser-Haskell · 8 years ago
  2. 6e1c7d7 Clip 128s from warped_filter, so that all taps fit into 8 bits. by Sean Purser-Haskell · 8 years ago
  3. 2d2dac2 Fix YUV444 lossless mode unit test by Jingning Han · 8 years ago
  4. 6520156 Add tx_type_cost() by Angie Chiang · 8 years ago
  5. 2b58a62 Modify get_tx_type for lv_map experiment by Angie Chiang · 8 years ago
  6. 808d859 Add search_txk_type by Angie Chiang · 8 years ago
  7. bc2288c Add av1_inverse_transform_block_facade by Angie Chiang · 8 years ago
  8. 0be435a Add uv_mode to inspection data by Luc Trudeau · 8 years ago
  9. 7f24e1b Remove the single ref inter mode NEWFROMNEARMV by Zoe Liu · 8 years ago
  10. 2a7de68 Revert "Add compound-singleref (compound mode using single ref)" by Zoe Liu · 8 years ago
  11. 9923d1b Fix valgrind error caused by NONE_FRAME in ref list by Sarah Parker · 8 years ago
  12. ed69b09 Add compound-singleref (compound mode using single ref) by Zoe Liu · 8 years ago
  13. d056500 frame-superres: Move resize from encoder to common by Fergus Simpson · 8 years ago
  14. 27f6e66 Reduce precision of shear parameters to 16 bits by Debargha Mukherjee · 8 years ago
  15. 27f3f98 Turn on SEPARATE_GLOBAL_MOTION by default by Sarah Parker · 8 years ago
  16. fc59389 scaling: Avoid SSSE3 convolution instructions when scaling by Fergus Simpson · 8 years ago
  17. 752ccce Use block_idx rather than block_raster_idx by Angie Chiang · 8 years ago
  18. e335c67 Enable cb4x4 by default by Jingning Han · 8 years ago
  19. 6a9dbef Fix high bit-depth distortion computation by Jingning Han · 8 years ago
  20. e832d57 Make global model acceptance depend on params cost by Debargha Mukherjee · 8 years ago
  21. 52ece88 Temporarily disable multi-thread loop filter in cb4x4 by Jingning Han · 8 years ago
  22. d49c5c4 Reduce max mv allowed for local warp by Debargha Mukherjee · 8 years ago
  23. 6fc515e Make choose_partitioning support cb4x4 by Jingning Han · 8 years ago
  24. 228cc18 Replace dist_has_residue by enum OUTPUT_STATUS by Angie Chiang · 8 years ago
  25. 1e6e130 Add clamping to local warp parameters by Debargha Mukherjee · 8 years ago
  26. 29cdf70 new_multisymbol: Fix another illegal CDF value. by Timothy B. Terriberry · 8 years ago
  27. 95a2f86 Make CDEF handle 4:2:2 and 4:4:0 properly by Steinar Midtskogen · 8 years ago
  28. 40c6ffc Fixes mi_wide_l2 vs mi_high_l2 errors by Jean-Marc Valin · 8 years ago
  29. 4937856 Add extended partition size in txfm_partition_context() by Yi Luo · 8 years ago
  30. 5890555 Fix intra boundary condition for YUV444 in cb4x4 by Jingning Han · 8 years ago
  31. f178329 Add gm parameter coding based on ref parameters by Sarah Parker · 8 years ago
  32. 9d53302 Fix active map setting in cb4x4 mode by Jingning Han · 8 years ago
  33. 65bd6da Minor change in shifting for warp affine int by Debargha Mukherjee · 8 years ago
  34. 62e54cd Expand av1_encode_block_intra in block_rd_txfm by Angie Chiang · 8 years ago
  35. 749c057 Fix pvq for ext-tile by Yushin Cho · 8 years ago
  36. 982d985 Remove an obsolete comment about intra mode tree. by Urvang Joshi · 8 years ago
  37. ff61610 Simply calculation of sample projections in WM+GM by Yue Chen · 8 years ago
  38. 604d846 Do not warp for warped-motion neighbors with obmc by Debargha Mukherjee · 8 years ago
  39. d3a6443 Rework sub8x8 chroma reference check to support non-420 format by Jingning Han · 8 years ago
  40. 5106e28 Add dst_has_residue to dist_block() by Angie Chiang · 8 years ago
  41. a4fa190 Expand choose_tx_size_fix_type by Angie Chiang · 8 years ago
  42. 2d147c1 Add skip_txfm_search() for transform prunning code by Angie Chiang · 8 years ago
  43. daab348 Restrict dering thresholds and add damping to RDO by Steinar Midtskogen · 8 years ago
  44. fdbe3f7 Allow both Wiener or sgrproj to be forced on by Debargha Mukherjee · 8 years ago
  45. 2c2e561 Add tile support to inspection API by Michael Bebenita · 8 years ago
  46. 8636da6 Disable OBMC + compound by Yue Chen · 8 years ago
  47. 1c24797 av1_has_bottom() Bugfix. by Urvang Joshi · 8 years ago
  48. 859931e variance_neon: sync variance*() w/c,sse2 by James Zern · 8 years ago
  49. 521383a Add SSSE3 highbd warp filter by David Barker · 8 years ago
  50. 607550e Fix seg fault introduced in dist_block() by Angie Chiang · 8 years ago
  51. 44d7e66 Use av1_inverse_transform_block in encode_block by Angie Chiang · 8 years ago
  52. 08195cc Use av1_inverse_transform_block() whenever possible by Yushin Cho · 8 years ago
  53. 679a6be Fix compiler error in sub8x8mc by Jingning Han · 8 years ago
  54. 2bcf280 Prepare for vectorizing highbd warp filter by David Barker · 8 years ago
  55. 417f58a new_multisymbol: Fix some illegal CDF values. by Timothy B. Terriberry · 8 years ago
  56. b2f32d8 Make EXT_TILE work with EC_ADAPT. by Thomas Davies · 8 years ago
  57. 439f230 new_tokenset: Fix out-of-bounds reference. by Timothy B. Terriberry · 8 years ago
  58. 29a4120 Make var-tx work with the re-designed cb4x4 by Jingning Han · 8 years ago
  59. 8bb2c4a Update cmake build defaults to match legacy build system. by Tom Finegan · 8 years ago
  60. 57338fc Support CONFIG_WARPED_MOTION in the cmake build. by Tom Finegan · 8 years ago
  61. 19339a7 Fixing CDEF right and bottom tile boundaries by Jean-Marc Valin · 8 years ago
  62. 8f6ddec Clean-up block_rd_txfm by Angie Chiang · 8 years ago
  63. c0cf6c0 Use src_diff to calculate sse in dist_block by Angie Chiang · 8 years ago
  64. c3d34ff Add some missing preproc flags to non-msvc cmake targets. by Tom Finegan · 8 years ago
  65. 0a4ef08 Add install rule to cmake build. by Tom Finegan · 8 years ago
  66. e4a747d Allow control of cross compile prefix in cmake arm linux builds. by Tom Finegan · 8 years ago
  67. 05d9f53 test/test.cmake: fix parse error by James Zern · 8 years ago
  68. c49ef3a PVQ uses backward updated context in a tile by Yushin Cho · 8 years ago
  69. b188ea1 Add PVQ frame context in common and tiles. by Yushin Cho · 8 years ago
  70. 1238137 Change PVQ's generic coder to use dyadic and ec_adapt adaptation by Yushin Cho · 8 years ago
  71. 52168e9 Change PVQ's gaintheta symbols to use dyadic and ec_adapt adaptation by Yushin Cho · 8 years ago
  72. 13d0662 Reduce the number of bits sent for global translation model by Sarah Parker · 8 years ago
  73. 4ba27d0 Add default CDF table for dual filter. by Thomas Davies · 8 years ago
  74. 8ff52fc CDEF: Add damping to dering by Steinar Midtskogen · 8 years ago
  75. 1d18460 Reduce precision bis between shears by Debargha Mukherjee · 8 years ago
  76. 0d749d6 args.c: fix range check in int/uint by James Zern · 8 years ago
  77. 223b90e Deprecate token check in level map coding scheme by Jingning Han · 8 years ago
  78. 94652b8 Rework the level map based txb encoding loop by Jingning Han · 8 years ago
  79. 480ee02 Initialize level map prob models in cb4x4 by Jingning Han · 8 years ago
  80. 7e25fe6 Use tx_size table in level map coding functions by Jingning Han · 8 years ago
  81. ac4535c Change PVQ's skip_dir symbols to use dyadic and ec_adapt adaptation by Yushin Cho · 8 years ago
  82. b980223 Change PVQ's K=1 symbols to use dyadic and ec_adapt adaptation by Yushin Cho · 8 years ago
  83. a0d6f11 Change PVQ's partition split symbols to use dyadic and ec_adapt adaptation by Yushin Cho · 8 years ago
  84. 0077927 Change PVQ's skip symbols to use dyadic and ec_adapt adaptation by Yushin Cho · 8 years ago
  85. 4d5182c analyzer: show padding by Tristan Matthews · 8 years ago
  86. 529ec3c Silience a compiler warning in build_inter_predictors() by Jingning Han · 8 years ago
  87. 50910f6 Empty the dst buffer before inv txfm when PVQ on by Angie Chiang · 8 years ago
  88. 5760553 Move PVQ flag checking into av1_optimize_b by Angie Chiang · 8 years ago
  89. 6a71ad1 Reduce the config branch of NEW_QUANT by Angie Chiang · 8 years ago
  90. f2f3bcd Reduce precision in find_affine_int() by Debargha Mukherjee · 8 years ago
  91. 01add69 Fix TX64X64 bug in quantization by Cheng Chen · 8 years ago
  92. 41fffae Use av1_inverse_transform_block() in rdopt.c by Angie Chiang · 8 years ago
  93. 91eb798 Fix mismatch in global-motion experiment by Sarah Parker · 8 years ago
  94. 283ecdd Joint chroma search by Jean-Marc Valin · 8 years ago
  95. 1e64e70 Fix forward transform compilation errors by Yunqing Wang · 8 years ago
  96. 05a12ea Refactored warp_filter_test to allow reuse by external tests. by Sean Purser-Haskell · 8 years ago
  97. c1a1399 Exclude decode_to_md5 test from examples.sh. by Thomas Davies · 8 years ago
  98. ba50232 Make copy_dering_16bit_to_16bit parameters consistent with od_dering by Jingning Han · 8 years ago
  99. eb64972 Enable new_tokenset by default and fix experiment compatibility. by Thomas Davies · 8 years ago
  100. 1d4568c od_filter_dering_direction() no longer returns the total change by Jean-Marc Valin · 8 years ago