1. c2d3871 Make global_motion work with ext_inter by Sarah Parker · 8 years ago
  2. 0583c98 EC_MULTISYMBOL: reconfigure coefficient decoding loop. by Thomas Davies · 8 years ago
  3. 0ccefe2 EC_MULTISYMBOL: merge ZERO_TOKEN into coding scheme. by Thomas Davies · 8 years ago
  4. 23a6111 Palette code: add comments and rename some variables. by Urvang Joshi · 8 years ago
  5. 199a2f4 Palette: Don't use top-right pixel for context of color indices. by Urvang Joshi · 8 years ago
  6. 6d69ba0 Bugfix: decode_palette_tokens inverting stride and width. by Jonathan Matthews · 8 years ago
  7. 1a0ae84 Fix OneByOneVideoTest for loop-restoration by Debargha Mukherjee · 8 years ago
  8. 9868c74 Fix crash with cb4x4 and warped-motion by Debargha Mukherjee · 8 years ago
  9. 56ba91b Palette: Don't store tokens for pixels outside image boundary. by Urvang Joshi · 8 years ago
  10. e1c0929 Convert PVQ skip variable to enum by ltrudeau · 8 years ago
  11. 0161a93 Cleanup for the entropy experiment by hui su · 8 years ago
  12. 839467f Make ext-inter use new rectangular intra predictor by David Barker · 8 years ago
  13. 61418bb Fix conflicts between ext-inter and cb4x4 modes by Jingning Han · 8 years ago
  14. 8d164de enable explicit temp mv prediction signaling by Fangwen Fu · 8 years ago
  15. 01770b3 Rename NONE to NONE_FRAME. by Emil Keyder · 8 years ago
  16. 7a428ba Add a new experiment, DAALA_DIST by Yushin Cho · 8 years ago
  17. 48b1cb3 Support filter-intra in cb4x4 mode by Jingning Han · 8 years ago
  18. 758b2ce Make adapt-scan support rectangular transform block sizes by Jingning Han · 8 years ago
  19. 3daa4fd Support rectangular tx size in cb4x4 mode by Jingning Han · 8 years ago
  20. 77c7c40 EC_ADAPT: use tile context for switchable filter. by Thomas Davies · 8 years ago
  21. 1de6c88 EC_ADAPT: use tile context for inter mode. by Thomas Davies · 8 years ago
  22. cef0962 EC_ADAPT: use tile context for TX size. by Thomas Davies · 8 years ago
  23. c2ec0e4 EC_ADAPT: use tile context for partition type. by Thomas Davies · 8 years ago
  24. 489dad8 EC_ADAPT: use tile context for coefficients. by Thomas Davies · 8 years ago
  25. 1bfb5ed EC_ADAPT: use tile context for intra mode syntax. by Thomas Davies · 8 years ago
  26. 2452329 EC_ADAPT: use tile context for MV data. by Thomas Davies · 8 years ago
  27. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  28. 1e8e6b9 Miscellaneous cleaning up for loop-restoration by David Barker · 8 years ago
  29. f77d4ad EC_ADAPT: add per tile contexts. by Thomas Davies · 8 years ago
  30. 74fd89f Fix decoding failure in cb4x4 and var-tx mode by Jingning Han · 8 years ago
  31. eeacc4c Bug fix: determine tx_mode based on lossless mode of all segments by Yue Chen · 8 years ago
  32. f27b160 Add rd loop of NCOBMC by Yue Chen · 8 years ago
  33. feb925f Enable rectangular transforms for Intra also. by Urvang Joshi · 8 years ago
  34. 55c6bde Add unpoison_partition_ctx experiment by Alex Converse · 8 years ago
  35. ab9ecba Refactor end-node process in var-tx by Jingning Han · 8 years ago
  36. 9ab6d71 Separate mbmi coding and coeff coding+recon at sb level in NCOBMC by Yue Chen · 8 years ago
  37. ef97ec0 EC_ADAPT: faster CDF update. by Thomas Davies · 8 years ago
  38. 64550b6 Refactor write_modes_b() and decode_block() by Yue Chen · 8 years ago
  39. cefb409 Move from Daala accounting to AOM accounting. by Nathan E. Egge · 8 years ago
  40. cceac33 Don't include Daala EC headers directly. by Nathan E. Egge · 8 years ago
  41. 25007c8 Use aom_reader / aom_writer API to code rest. by Nathan E. Egge · 8 years ago
  42. f1e2fbd Use aom_reader / aom_writer API to code raw bits. by Nathan E. Egge · 8 years ago
  43. c875510 Simplified PVQ skip clipping to 1 by ltrudeau · 8 years ago
  44. 346440b Use the standard aom_reader_init() interface for ans by Alex Converse · 8 years ago
  45. b9f757c Refactor compound_segment to try different segmentation masks by Sarah Parker · 8 years ago
  46. f25bae4 Use aom_reader with od_decode_cdf_adapt(). by Nathan E. Egge · 8 years ago
  47. b97f1c4 Use aom_reader with laplace_decode_special(). by Nathan E. Egge · 8 years ago
  48. 984b232 Replace OD_ACC_STR with __func__. by Nathan E. Egge · 8 years ago
  49. 994ccd7 Add tiled version of UV wiener restoration by Debargha Mukherjee · 8 years ago
  50. d748914 Refactor UV restoration to use same tilesize as Y by Debargha Mukherjee · 8 years ago
  51. e069849 Split aom_read_cdf() from aom_read_symbol(). by Nathan E. Egge · 8 years ago
  52. 1733f6b Merge ext_interp and dual_filter by Angie Chiang · 8 years ago
  53. 4be1a4d Fix frame header tx_size syntax setting by Jingning Han · 8 years ago
  54. 8324fa8 Fix --enable-accounting with --enable-pvq. by Nathan E. Egge · 8 years ago
  55. 581d169 Rework the txfm partition context to support cb4x4 mode by Jingning Han · 8 years ago
  56. 9ca05b7 Refactor var-tx pipeline to support cb4x4 mode by Jingning Han · 8 years ago
  57. a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
  58. 8fcfcc5 Use aom_reader / aom_writer API to code lsb. by Nathan E. Egge · 8 years ago
  59. d998a00 Delete unused laplace decoder functions. by Nathan E. Egge · 8 years ago
  60. 5c7acc9 Use aom_reader with od_decode_band_pvq_splits(). by Nathan E. Egge · 8 years ago
  61. 0bccd5d Use aom_reader with od_decode_pvq_codeword(). by Nathan E. Egge · 8 years ago
  62. 89f5876 Use aom_reader with generic_decode(). by Nathan E. Egge · 8 years ago
  63. e130861 Use aom_reader with pvq_decode_partition(). by Nathan E. Egge · 8 years ago
  64. ab08397 Replace od_ec_dec with aom_reader in daala_dec_ctx. by Nathan E. Egge · 8 years ago
  65. fddd3eb Use aom_reader with od_decode_cdf_adapt_q15(). by Nathan E. Egge · 8 years ago
  66. d6c2dc4 Rename od_cdf_adapt_q15() to aom_cdf_adapt_q15(). by Nathan E. Egge · 8 years ago
  67. dd28aed Use uv_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  68. 10ba2be Use kf_y_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  69. ecc21ec Use y_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  70. a59b23d Use inter_mode_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  71. 00b3331 Use switchable_interp_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  72. 29ccee0 Use intra_ext_tx_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  73. dfa33f2 Use inter_ext_tx_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  74. 2cc057c Remove fwd_txfm_opt by Angie Chiang · 8 years ago
  75. 8fd2d7a Remove speed feature use_lp32x32fdct by Angie Chiang · 8 years ago
  76. 7386eda Add an experiment to disable lpf on tile boundaries by Ryan Lei · 8 years ago
  77. 5802ebe Add code to output counts for an encode run by Debargha Mukherjee · 8 years ago
  78. 9e0976a Support sub8x8 chroma component prediction by Jingning Han · 8 years ago
  79. 24f24a5 Rework spatial filter process in supertx by Jingning Han · 8 years ago
  80. 2511c66 Refactor supertx decoding context by Jingning Han · 8 years ago
  81. feb517c Make cb4x4 mode support supertx by Jingning Han · 8 years ago
  82. 5b7706a Clean up supertx functions by Jingning Han · 8 years ago
  83. 415ba93 Remove redundant code by Yaowu Xu · 8 years ago
  84. 788dc23 Fix: Make CONFIG_REFERENCE_BUFFER and CONFIG_EXT_REFS work together by Arild Fuldseth (arilfuld) · 8 years ago
  85. 863694a Avoid divisions at decoder side in supertx by Jingning Han · 8 years ago
  86. 9353124 Refactor supertx implementation by Jingning Han · 8 years ago
  87. 8363063 Allow 2x2 transform block forward model update by Jingning Han · 8 years ago
  88. 2cdf0d8 Specify ANS window size at initialization by Alex Converse · 8 years ago
  89. 569edda Add temporary dummy mask for compound segmentation by Sarah Parker · 8 years ago
  90. 9d9eb6c Use partition_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  91. 3129606 Use segment tree_cdf with CONFIG_EC_MULTISYMBOL. by Nathan E. Egge · 8 years ago
  92. 6dbacf2 Fix partition decoding for 4x4 block by Jingning Han · 8 years ago
  93. 874d36d Misc cleanups and enhancements on loop restoration by Debargha Mukherjee · 8 years ago
  94. 5226184 Unify prediction mode write and read operations by Jingning Han · 8 years ago
  95. 7066912 Enable the activity masking codes of PVQ by Yushin Cho · 8 years ago
  96. 41bb339 Support 4x4 block unit decoding by Jingning Han · 8 years ago
  97. 5cfa671 Make motion vector decoding support unified block size handle by Jingning Han · 8 years ago
  98. 45dc597 Refactor ext-intra by hui su · 8 years ago
  99. 9666e75 Remove feedback between tiles in loop-restoration by David Barker · 8 years ago
  100. 5b5140b Unfork some ANS setup code by Alex Converse · 8 years ago