1. a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
  2. 8fcfcc5 Use aom_reader / aom_writer API to code lsb. by Nathan E. Egge · 8 years ago
  3. d998a00 Delete unused laplace decoder functions. by Nathan E. Egge · 8 years ago
  4. 5c7acc9 Use aom_reader with od_decode_band_pvq_splits(). by Nathan E. Egge · 8 years ago
  5. 0bccd5d Use aom_reader with od_decode_pvq_codeword(). by Nathan E. Egge · 8 years ago
  6. 89f5876 Use aom_reader with generic_decode(). by Nathan E. Egge · 8 years ago
  7. e130861 Use aom_reader with pvq_decode_partition(). by Nathan E. Egge · 8 years ago
  8. ab08397 Replace od_ec_dec with aom_reader in daala_dec_ctx. by Nathan E. Egge · 8 years ago
  9. e335fb7 Use aom_write_bit() instead of od_ec_enc_bits(). by Nathan E. Egge · 8 years ago
  10. 9e96f79 Use aom_writer with od_encode_band_pvq_splits(). by Nathan E. Egge · 8 years ago
  11. 13e44fb Use aom_writer with od_encode_pvq_codeword(). by Nathan E. Egge · 8 years ago
  12. 760c27f Use aom_writer with generic_encode(). by Nathan E. Egge · 8 years ago
  13. 6b0b4a9 Use aom_writer with pvq_encode_partition(). by Nathan E. Egge · 8 years ago
  14. 8518ad5 Delete unused laplace encoder functions. by Nathan E. Egge · 8 years ago
  15. 6675be0 Replace od_ec_enc with aom_writer in daala_enc_ctx. by Nathan E. Egge · 8 years ago
  16. c98d286 Add API for coding symbols with unscaled CDFs. by Nathan E. Egge · 8 years ago
  17. fddd3eb Use aom_reader with od_decode_cdf_adapt_q15(). by Nathan E. Egge · 8 years ago
  18. a653f20 Use aom_writer with od_encode_cdf_adapt_q15(). by Nathan E. Egge · 8 years ago
  19. d6c2dc4 Rename od_cdf_adapt_q15() to aom_cdf_adapt_q15(). by Nathan E. Egge · 8 years ago
  20. 8500142 Rename od_cdf_init() to aom_cdf_init(). by Nathan E. Egge · 8 years ago
  21. dd28aed Use uv_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  22. 10ba2be Use kf_y_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  23. ecc21ec Use y_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  24. a59b23d Use inter_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  25. 00b3331 Use switchable_interp_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  26. 29ccee0 Use intra_ext_tx_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  27. dfa33f2 Use inter_ext_tx_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  28. 3a0df18 Simplify buffer management for self-guided restoration filter by David Barker · 8 years ago
  29. 2cc057c Remove fwd_txfm_opt by Angie Chiang · 8 years ago
  30. 409c0bb Bugfixes in pick_interinter_seg_mask by Sarah Parker · 8 years ago
  31. 1a00cff Enable cb4x4 mode support to ext-tx experiment by Jingning Han · 8 years ago
  32. aa43423 Clean up ext-tx experiment by Jingning Han · 8 years ago
  33. 8fd2d7a Remove speed feature use_lp32x32fdct by Angie Chiang · 8 years ago
  34. 3839548 Refactor PVQ codes for inter4x4 by Yushin Cho · 8 years ago
  35. 7386eda Add an experiment to disable lpf on tile boundaries by Ryan Lei · 8 years ago
  36. 900243b Refactor PVQ codes for intra4x4 by Yushin Cho · 8 years ago
  37. 5802ebe Add code to output counts for an encode run by Debargha Mukherjee · 8 years ago
  38. be6cc07 Add new convolve variant for loop-restoration by David Barker · 8 years ago
  39. 469a5c8 Format clean-up in entropymode.c by Jingning Han · 8 years ago
  40. 8260d8b Make get_tx_type() to support cb4x4 mode by Jingning Han · 8 years ago
  41. 3174e5f Change the transform operator table to support 2x2 transform by Jingning Han · 8 years ago
  42. 9e0976a Support sub8x8 chroma component prediction by Jingning Han · 8 years ago
  43. 24f24a5 Rework spatial filter process in supertx by Jingning Han · 8 years ago
  44. 38b1bc4 Fix update_state_supertx() motion vector update by Jingning Han · 8 years ago
  45. 2511c66 Refactor supertx decoding context by Jingning Han · 8 years ago
  46. feb517c Make cb4x4 mode support supertx by Jingning Han · 8 years ago
  47. 1856e43 Refactor prediction filtering process in supertx by Jingning Han · 8 years ago
  48. fc0476d Remove redundant #if config from encodeframe.c by Jingning Han · 8 years ago
  49. 5b7706a Clean up supertx functions by Jingning Han · 8 years ago
  50. 415ba93 Remove redundant code by Yaowu Xu · 8 years ago
  51. 049c64c Reduce time needed for some unit tests by Yaowu Xu · 8 years ago
  52. b27a17f Fix wrong place of setting dst with PVQ in intra 4x4 by Yushin Cho · 8 years ago
  53. 788dc23 Fix: Make CONFIG_REFERENCE_BUFFER and CONFIG_EXT_REFS work together by Arild Fuldseth (arilfuld) · 8 years ago
  54. 863694a Avoid divisions at decoder side in supertx by Jingning Han · 8 years ago
  55. 9353124 Refactor supertx implementation by Jingning Han · 8 years ago
  56. 443c38d Fix 2x2 high bit-depth transform setups by Jingning Han · 8 years ago
  57. 002c814 Clean up av1_build_inter_predictors_sb_extend() by Jingning Han · 8 years ago
  58. 87fcb36 Fixes for new warped-motion/global-motion filter by David Barker · 8 years ago
  59. e8c6f5f Adds prep work for 4:1 transforms by Debargha Mukherjee · 8 years ago
  60. f79d48d Fix tile decoding input parameter control by Jingning Han · 8 years ago
  61. 5bce3fe Further reduce number of frames used in test by Yaowu Xu · 8 years ago
  62. cc5bdf4 Add 2x2 block level variance functions for high bd by Jingning Han · 8 years ago
  63. b1ed8d7 Add 2x2 forward and inverse transform for high bd by Jingning Han · 8 years ago
  64. 324b4c6 Add 2x2 intra predictor for high bit-depth by Jingning Han · 8 years ago
  65. 56bf1a9 configure: drop support for Visual Studio < 2013 by James Zern · 8 years ago
  66. f12d4b0 Eanble warning of large stack size by Yaowu Xu · 8 years ago
  67. f8cb5a6 Reduce number of frames used in test by Yaowu Xu · 8 years ago
  68. b69cb52 Delete duplicate cdf updating code. by Nathan E. Egge · 8 years ago
  69. e50d9dd Fix uninitialized entropy contexts by Guillaume Martres · 8 years ago
  70. fab1603 Scale reference motion vector search step size by Jingning Han · 8 years ago
  71. ed8f396 Refactor loop filter frame border condition by Jingning Han · 8 years ago
  72. 6a9b240 Fill the token cost for 2x2 transform blocks by Jingning Han · 8 years ago
  73. 8363063 Allow 2x2 transform block forward model update by Jingning Han · 8 years ago
  74. 0090c8f Turn on delta_q by default. by Thomas Davies · 8 years ago
  75. 81f4815 Update md5 for decoding test by Yaowu Xu · 8 years ago
  76. be12860 WIP: New warp filter for global motion by David Barker · 8 years ago
  77. 2cdf0d8 Specify ANS window size at initialization by Alex Converse · 8 years ago
  78. 251cf36 Reduce image size to avoid out of memory by Yaowu Xu · 8 years ago
  79. 6de954c Fix multi-thread encoding for cb4x4 mode by Jingning Han · 8 years ago
  80. 569edda Add temporary dummy mask for compound segmentation by Sarah Parker · 8 years ago
  81. 4a91f93 Remove obsolete VP8/WebM references from README by Alex Converse · 8 years ago
  82. 08bfd25 Remove an unused VP8 define by Alex Converse · 8 years ago
  83. 6e3c805 Remove VP8 references from the public API comments by Alex Converse · 8 years ago
  84. 9d9eb6c Use partition_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  85. 3129606 Use segment tree_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  86. 136cfe4 Remove copy_border from loop restoration filters by David Barker · 8 years ago
  87. 519dbcf Further optimizations of loop restoration by Debargha Mukherjee · 8 years ago
  88. f10cba2 Apply the rect fwd tx changes to SSE2 optimization by Yi Luo · 8 years ago
  89. 8a7786d Fix 2x2 d45 intra prediction by Jingning Han · 8 years ago
  90. b6cb890 Fix av1_has_bottom() logic in cb4x4 mode by Jingning Han · 8 years ago
  91. 999d2f6 More cleanups / fixes on loop-restoration buffers by Debargha Mukherjee · 8 years ago
  92. 1888536 Fix ext-intra EndToEndTest failure under highbitdepth by hui su · 8 years ago
  93. 930118c PVQ: Fix incorrect calculation of rd_stats by Guillaume Martres · 8 years ago
  94. 6dbacf2 Fix partition decoding for 4x4 block by Jingning Han · 8 years ago
  95. e2ffaf8 Add 2x4 and 4x2 variance functions by Jingning Han · 8 years ago
  96. bf9c6b7 Enable 4x4 block partition search by Jingning Han · 8 years ago
  97. cc60daa Remove no longer necessary intra block reencode again by Guillaume Martres · 8 years ago
  98. 874d36d Misc cleanups and enhancements on loop restoration by Debargha Mukherjee · 8 years ago
  99. e0954ad Reverting the mandatory use of ans with ext_tile. by Nathan E. Egge · 8 years ago
  100. d526d0a Fix TestSuperframeIndexIsOptional to work with daala_ec. by Nathan E. Egge · 8 years ago