1. 1b888f2 Optimize SSE2 warp filter by David Barker · 8 years ago
  2. 0b04e9b Bring highbd loop restoration filters in line with lowbd ones by David Barker · 8 years ago
  3. 1e8e6b9 Miscellaneous cleaning up for loop-restoration by David Barker · 8 years ago
  4. f77d4ad EC_ADAPT: add per tile contexts. by Thomas Davies · 8 years ago
  5. 71bf3ee Offset default probs in wrapped_motion by Jingning Han · 8 years ago
  6. 91f01fd Support non-causal obmc in the cb4x4 mode by Jingning Han · 8 years ago
  7. 51ec505 Fix encoding failure in motion-var and cb4x4 mode by Jingning Han · 8 years ago
  8. b3044dd Offset default probs in motion_var to account for cb4x4 mode by Jingning Han · 8 years ago
  9. 74fd89f Fix decoding failure in cb4x4 and var-tx mode by Jingning Han · 8 years ago
  10. a6b0c4c Support adaptive scan order in cb4x4 mode by Jingning Han · 8 years ago
  11. 25f2f7d Remove an outdated assertion by Jingning Han · 8 years ago
  12. eeacc4c Bug fix: determine tx_mode based on lossless mode of all segments by Yue Chen · 8 years ago
  13. f715922 Store result on conv_params->buf when no rounding by Angie Chiang · 8 years ago
  14. 907230e Change build_inter_predictors by Angie Chiang · 8 years ago
  15. f27b160 Add rd loop of NCOBMC by Yue Chen · 8 years ago
  16. 2615d6e Fix the transform size/type search condition by Yunqing Wang · 8 years ago
  17. feb925f Enable rectangular transforms for Intra also. by Urvang Joshi · 8 years ago
  18. 60a055b Fix compile errors with loop-restoration + highbd by David Barker · 8 years ago
  19. 9f45bc4 Pass ConvolveParams into prediction functions by Angie Chiang · 8 years ago
  20. 55c6bde Add unpoison_partition_ctx experiment by Alex Converse · 8 years ago
  21. 1edf9a3 Improvements on segment mask by Debargha Mukherjee · 8 years ago
  22. 0cfaeea Refactor av1_update_neighbors by Angie Chiang · 8 years ago
  23. fe2a959 Use default scan order as a tie breaker by Angie Chiang · 8 years ago
  24. f07ddf3 Fix 32x32 hybrid transform AVX2 to match C by Yi Luo · 8 years ago
  25. 3b0b5f1 Fix 16x32, 32x16 rectangular transform SSE2 to match C by Yi Luo · 8 years ago
  26. ab9ecba Refactor end-node process in var-tx by Jingning Han · 8 years ago
  27. 8a63049 Fix a RD bug with palette mode by hui su · 8 years ago
  28. d193cdc Correct projection samples for local warping model estimation by Yue Chen · 8 years ago
  29. 86ae7b1 Add recon functions of non-causal obmc by Yue Chen · 8 years ago
  30. 9ab6d71 Separate mbmi coding and coeff coding+recon at sb level in NCOBMC by Yue Chen · 8 years ago
  31. de0c70a Refactor rd_pick_intra_sby_mode() by hui su · 8 years ago
  32. ef97ec0 EC_ADAPT: faster CDF update. by Thomas Davies · 8 years ago
  33. 674bffd Add rounding option into av1_convolve by Angie Chiang · 8 years ago
  34. 203b1d3 Clean up redundant #if statements by Jingning Han · 8 years ago
  35. 64550b6 Refactor write_modes_b() and decode_block() by Yue Chen · 8 years ago
  36. d5dfa96 Add SSE2 vectorized warp filter for lowbd by David Barker · 8 years ago
  37. 3bd8377 High bit depth 32x32 inverse DCT_DCT transform, AVX2 by Yi Luo · 8 years ago
  38. 904fd18 Make av1_update_txb_coeff_cost() check condition support cb4x4 by Jingning Han · 8 years ago
  39. c7ea761 Make rd_debug aligned to var-tx by Jingning Han · 8 years ago
  40. 0c70a80 Make txfm block partition context support rectangular blocks by Jingning Han · 8 years ago
  41. cefb409 Move from Daala accounting to AOM accounting. by Nathan E. Egge · 8 years ago
  42. cceac33 Don't include Daala EC headers directly. by Nathan E. Egge · 8 years ago
  43. 25007c8 Use aom_reader / aom_writer API to code rest. by Nathan E. Egge · 8 years ago
  44. f1e2fbd Use aom_reader / aom_writer API to code raw bits. by Nathan E. Egge · 8 years ago
  45. 8a70919 Expand the parameter set for sgrproj restoration by Debargha Mukherjee · 8 years ago
  46. c875510 Simplified PVQ skip clipping to 1 by ltrudeau · 8 years ago
  47. 346440b Use the standard aom_reader_init() interface for ans by Alex Converse · 8 years ago
  48. 8f11057 Use stable sort with PVQ. by David Michael Barr · 9 years ago
  49. 5d15721 Fix a memory leak by Debargha Mukherjee · 8 years ago
  50. a98ceea add a minor clarification in comment by Yaowu Xu · 8 years ago
  51. f1c06a7 Palette: use insertion sort for sorting neighbors' scores. by Urvang Joshi · 8 years ago
  52. b9f757c Refactor compound_segment to try different segmentation masks by Sarah Parker · 8 years ago
  53. ab44fd1 Rename encode_inter_mb_segment() by Yushin Cho · 8 years ago
  54. ee0af21 Correct the misleading codes in encode_inter_mb_segment() by Yushin Cho · 8 years ago
  55. 1a2df5e Fix wrong stride of dst buffer in intra4x4 by Yushin Cho · 8 years ago
  56. f25bae4 Use aom_reader with od_decode_cdf_adapt(). by Nathan E. Egge · 8 years ago
  57. b97f1c4 Use aom_reader with laplace_decode_special(). by Nathan E. Egge · 8 years ago
  58. 984b232 Replace OD_ACC_STR with __func__. by Nathan E. Egge · 8 years ago
  59. 994ccd7 Add tiled version of UV wiener restoration by Debargha Mukherjee · 8 years ago
  60. d748914 Refactor UV restoration to use same tilesize as Y by Debargha Mukherjee · 8 years ago
  61. 7d2109e Use fast warping algorithm for warped motion mode by Yue Chen · 8 years ago
  62. 61dca1f Use 16-bit internal precision in fdct32 by Angie Chiang · 8 years ago
  63. 8e1d0f7 Change scales of fht 32x16 16x32 32x32 functions by Angie Chiang · 8 years ago
  64. 705ce47 Remove unnecessary #if-#endif for ext-inter by Zoe Liu · 8 years ago
  65. 2ee81fe Fix num_4x4_blk scale in var-tx and cb4x4 mode by Jingning Han · 8 years ago
  66. 6ae7564 Fix frame boundary block distortion computation in var-tx by Jingning Han · 8 years ago
  67. b98ec86 Remove repeated ADAPT_SCAN_UPDATE_RATE_16 defs by Jingning Han · 8 years ago
  68. e069849 Split aom_read_cdf() from aom_read_symbol(). by Nathan E. Egge · 8 years ago
  69. 39051a7 Use aom_writer with od_encode_cdf_adapt(). by Nathan E. Egge · 8 years ago
  70. 140069e Use aom_writer with od_laplace_encode_special(). by Nathan E. Egge · 8 years ago
  71. 87d44dc Split aom_write_cdf() from aom_write_symbol(). by Nathan E. Egge · 8 years ago
  72. 482016d Rename the function rd_pick_best_sub8x8_mode() by Yushin Cho · 8 years ago
  73. fa19516 Fix new warp filter in the case wmmat[2] == 0 by David Barker · 8 years ago
  74. 33f3bfd Optimize Wiener filter selection by David Barker · 8 years ago
  75. 6928a5d Various loop-restoration optimizations by David Barker · 8 years ago
  76. 09ad6d8 A mismatch fix in loop restoration by Debargha Mukherjee · 8 years ago
  77. 1733f6b Merge ext_interp and dual_filter by Angie Chiang · 8 years ago
  78. 4be1a4d Fix frame header tx_size syntax setting by Jingning Han · 8 years ago
  79. 8324fa8 Fix --enable-accounting with --enable-pvq. by Nathan E. Egge · 8 years ago
  80. 581d169 Rework the txfm partition context to support cb4x4 mode by Jingning Han · 8 years ago
  81. 030f651 Fix av1_iht8x4_32_add_sse2() implementation by Jingning Han · 8 years ago
  82. 9ca05b7 Refactor var-tx pipeline to support cb4x4 mode by Jingning Han · 8 years ago
  83. a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
  84. 8fcfcc5 Use aom_reader / aom_writer API to code lsb. by Nathan E. Egge · 8 years ago
  85. d998a00 Delete unused laplace decoder functions. by Nathan E. Egge · 8 years ago
  86. 5c7acc9 Use aom_reader with od_decode_band_pvq_splits(). by Nathan E. Egge · 8 years ago
  87. 0bccd5d Use aom_reader with od_decode_pvq_codeword(). by Nathan E. Egge · 8 years ago
  88. 89f5876 Use aom_reader with generic_decode(). by Nathan E. Egge · 8 years ago
  89. e130861 Use aom_reader with pvq_decode_partition(). by Nathan E. Egge · 8 years ago
  90. ab08397 Replace od_ec_dec with aom_reader in daala_dec_ctx. by Nathan E. Egge · 8 years ago
  91. e335fb7 Use aom_write_bit() instead of od_ec_enc_bits(). by Nathan E. Egge · 8 years ago
  92. 9e96f79 Use aom_writer with od_encode_band_pvq_splits(). by Nathan E. Egge · 8 years ago
  93. 13e44fb Use aom_writer with od_encode_pvq_codeword(). by Nathan E. Egge · 8 years ago
  94. 760c27f Use aom_writer with generic_encode(). by Nathan E. Egge · 8 years ago
  95. 6b0b4a9 Use aom_writer with pvq_encode_partition(). by Nathan E. Egge · 8 years ago
  96. 8518ad5 Delete unused laplace encoder functions. by Nathan E. Egge · 8 years ago
  97. 6675be0 Replace od_ec_enc with aom_writer in daala_enc_ctx. by Nathan E. Egge · 8 years ago
  98. fddd3eb Use aom_reader with od_decode_cdf_adapt_q15(). by Nathan E. Egge · 8 years ago
  99. a653f20 Use aom_writer with od_encode_cdf_adapt_q15(). by Nathan E. Egge · 8 years ago
  100. d6c2dc4 Rename od_cdf_adapt_q15() to aom_cdf_adapt_q15(). by Nathan E. Egge · 8 years ago