1. f816415 [CFL] Custom block-level DC_PRED by Luc Trudeau · 8 years ago
  2. f77fd0b Lowercase cpi->Source and cpi->Last_Source by Alex Converse · 8 years ago
  3. e04abf7 Fix the build failure combining ext-refs and xiphrc by Zoe Liu · 8 years ago
  4. d8cd55f ext_tile: add 2 tile encoding modes by Yunqing Wang · 8 years ago
  5. 4c10a3c Refactor gm/wm/obmc for cleaner warping interactions by Sarah Parker · 8 years ago
  6. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  7. f6214b9 Properly release the memory space in encode_frame_to_data_rate() by Jingning Han · 8 years ago
  8. d056500 frame-superres: Move resize from encoder to common by Fergus Simpson · 8 years ago
  9. 52ece88 Temporarily disable multi-thread loop filter in cb4x4 by Jingning Han · 8 years ago
  10. 9d53302 Fix active map setting in cb4x4 mode by Jingning Han · 8 years ago
  11. 749c057 Fix pvq for ext-tile by Yushin Cho · 8 years ago
  12. b188ea1 Add PVQ frame context in common and tiles. by Yushin Cho · 8 years ago
  13. 493623e Enable ec_adapt by default and fix experiment compatibilities. by Thomas Davies · 8 years ago
  14. 3e2613b av1: normalize aom_enc_frame_flags_t usage by James Zern · 8 years ago
  15. 11f0e40 A few fixes for global motion by Debargha Mukherjee · 8 years ago
  16. 265db6d Improves/refactors rd costing for global motion by Debargha Mukherjee · 8 years ago
  17. e9f7742 Do real chroma RDO search for CDEF by Jean-Marc Valin · 8 years ago
  18. 5f5c132 Jointly optimizing deringing and clpf by Jean-Marc Valin · 8 years ago
  19. c484abe Set mbmi_ext's tcoeff to size MAX_SB_SQUARE by Angie Chiang · 8 years ago
  20. a9d41e8 Merge dering/clpf rdo and filtering by Steinar Midtskogen · 8 years ago
  21. 74021a5 Implement twopass support for the xiphrc system by Rostislav Pehlivanov · 8 years ago
  22. f0fbf9d Add frame level buffer to store txfm coeffs by Angie Chiang · 8 years ago
  23. 028b57f EC_ADAPT: Perform backwards updates directly on CDFs. by Thomas Davies · 8 years ago
  24. 1008c1e Add restoration tilesize to frame header by Debargha Mukherjee · 8 years ago
  25. ff0da2b Code refactoring in adapt-scan by hui su · 8 years ago
  26. 73126c0 dependent tiles togeter with tile groups by Fangwen Fu · 8 years ago
  27. 0d10357 Fork the entropy experiment by hui su · 8 years ago
  28. 00c5433 Remove unnecessary filtering and buffer copies by Debargha Mukherjee · 8 years ago
  29. 7f094f1 Remove aom_realloc() by Alex Converse · 8 years ago
  30. 232e384 loop_restoration: Cleanup allocations by Alex Converse · 8 years ago
  31. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago
  32. 5dfa930 Support trapezoidal models for global motion by Debargha Mukherjee · 8 years ago
  33. 002e7b7 Implement a new rate control system by Rostislav Pehlivanov · 8 years ago
  34. b3c43bc Add a macro to control use of domain txfm filter by Debargha Mukherjee · 8 years ago
  35. befcc42 Fix segfault with loop-restoration on x86. by David Barker · 8 years ago
  36. 7b9f2b3 add horizontal tile dependence support by Fangwen Fu · 8 years ago
  37. 9b02b0e deblocking_across_tiles->loopfilter_across_tiles by Ryan Lei · 8 years ago
  38. 0161a93 Cleanup for the entropy experiment by hui su · 8 years ago
  39. 8d164de enable explicit temp mv prediction signaling by Fangwen Fu · 8 years ago
  40. 01770b3 Rename NONE to NONE_FRAME. by Emil Keyder · 8 years ago
  41. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  42. 5d15721 Fix a memory leak by Debargha Mukherjee · 8 years ago
  43. a43a2d9 Add UV wiener loop restoration by Debargha Mukherjee · 8 years ago
  44. 3a0df18 Simplify buffer management for self-guided restoration filter by David Barker · 8 years ago
  45. 7386eda Add an experiment to disable lpf on tile boundaries by Ryan Lei · 8 years ago
  46. 5802ebe Add code to output counts for an encode run by Debargha Mukherjee · 8 years ago
  47. 788dc23 Fix: Make CONFIG_REFERENCE_BUFFER and CONFIG_EXT_REFS work together by Arild Fuldseth (arilfuld) · 8 years ago
  48. cc5bdf4 Add 2x2 block level variance functions for high bd by Jingning Han · 8 years ago
  49. 2cdf0d8 Specify ANS window size at initialization by Alex Converse · 8 years ago
  50. 6de954c Fix multi-thread encoding for cb4x4 mode by Jingning Han · 8 years ago
  51. 519dbcf Further optimizations of loop restoration by Debargha Mukherjee · 8 years ago
  52. 999d2f6 More cleanups / fixes on loop-restoration buffers by Debargha Mukherjee · 8 years ago
  53. e2ffaf8 Add 2x4 and 4x2 variance functions by Jingning Han · 8 years ago
  54. 874d36d Misc cleanups and enhancements on loop restoration by Debargha Mukherjee · 8 years ago
  55. 9666e75 Remove feedback between tiles in loop-restoration by David Barker · 8 years ago
  56. fe1e58e Not to call reset_use_upsampled_references() while encoding key frames by Yunqing Wang · 8 years ago
  57. 705544c Refines the recode loop by Debargha Mukherjee · 8 years ago
  58. b0f6bd4 Support affine/homography models for global motion by Debargha Mukherjee · 8 years ago
  59. 49a7656 Fix segfault for reference-buffer&aom-highbitdepth by David Barker · 8 years ago
  60. 9e7c49f Add 2x2 variance function by Jingning Han · 8 years ago
  61. bac17c1 Fix: Make REFERENCE_BUFFER and AOM_HIGHBITDEPTH work together by Arild Fuldseth (arilfuld) · 8 years ago
  62. 43479c6 Improve ALL_ZERO flag handling with global motion by David Barker · 8 years ago
  63. 153e1f8 Add default 64x64 scan orders and entropy models by Debargha Mukherjee · 8 years ago
  64. 637590c Fix warnings from static analaysis tools by Yaowu Xu · 8 years ago
  65. b98a702 Add recode loop test for global motion usage by Debargha Mukherjee · 8 years ago
  66. 859a527 Apply clang-format by Yaowu Xu · 8 years ago
  67. af6df17 Add options setting number of tile groups or MTU. by Thomas Davies · 8 years ago
  68. 5114b7b Frame buffer marking enabling non-intra-based loss recovery by Arild Fuldseth (arilfuld) · 8 years ago
  69. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  70. 5d56f4d Reverse order of CLPF and dering by Steinar Midtskogen · 8 years ago
  71. 919bd6a Upsample reference frames after size dependent speed features are calculated. by Thomas Daede · 8 years ago
  72. 80188d1 Encode and decode multiple tile groups by Thomas Davies · 8 years ago
  73. 8c1e57c Change 2 motion search counts to be tile data by Yunqing Wang · 8 years ago
  74. d4add7a Remove encode_breakout and related speed features by Brennan Shacklett · 9 years ago
  75. a5d96c4 Align frame contexts. by Angie Chiang · 8 years ago
  76. c76572a Merge changes Icfc16070,Ied47a248,I8af087d9,I322a1366,If04580af into nextgenv2 by Yaowu Xu · 8 years ago
  77. bffc0b5 Declare some array sizes to be constants (known at compile time). by Urvang Joshi · 9 years ago
  78. 6cfaff9 Sync with aom branch for ext-refs by Zoe Liu · 8 years ago
  79. 66b1fcc Merge changes I3922dea2,I3bab2848,I21f7478a,Ida5de713,Ib9f0eefe, ... into nextgenv2 by Urvang Joshi · 8 years ago
  80. 454280d Fix warnings reported by -Wshadow: Part2: av1 directory by Urvang Joshi · 8 years ago
  81. b5ed350 Move STAT_TYPE enum to source file. by Urvang Joshi · 8 years ago
  82. 8a02d76 Remove unused array 'last_frame_seg_map_copy'. by Urvang Joshi · 9 years ago
  83. b100db7 Wrap palette code inside CONFIG_PALETTE flag. by Urvang Joshi · 8 years ago
  84. d71be78 Revert "Revert "Move CLPF block signals from frame to SB level."" by Yaowu Xu · 8 years ago
  85. 4b71775 Merge "Revert "Move CLPF block signals from frame to SB level."" into nextgenv2 by Yaowu Xu · 8 years ago
  86. 9b25f30 Revert "Move CLPF block signals from frame to SB level." by Yaowu Xu · 8 years ago
  87. a48764d Merge "Renamings for OBMC experiment" into nextgenv2 by Yue Chen · 8 years ago
  88. 9753503 Move CLPF block signals from frame to SB level. by Steinar Midtskogen · 8 years ago
  89. cb60b18 Renamings for OBMC experiment by Yue Chen · 8 years ago
  90. f0e4669 Clean code a bit and fix a couple of small bugs in ext-refs by Zoe Liu · 8 years ago
  91. 86b1917 Bugfix in CLPF RDO. Prevented selection of enable_fb_flag=0. by Steinar Midtskogen · 8 years ago
  92. 2e40cc4 Bugfix in the CLPF RDO. by Steinar Midtskogen · 8 years ago
  93. 80eaf1a Merge "Extend CLPF to chroma." into nextgenv2 by Yaowu Xu · 8 years ago
  94. 39b25df Merge "Remove some dead code in CLPF." into nextgenv2 by Yaowu Xu · 8 years ago
  95. 443e522 Merge "Reduce memory footprint for CLPF encoding." into nextgenv2 by Yaowu Xu · 8 years ago
  96. a715524 Merge "Non-normative quality improvements to CLPF." into nextgenv2 by Yaowu Xu · 8 years ago
  97. b5e73bd Merge "CLPF: Don't assume sb size=64 and w&h multiple of 8 + valgrind fix." into nextgenv2 by Yaowu Xu · 8 years ago
  98. 5fca724 Add a small code clean for show_existing_frame by Zoe Liu · 8 years ago
  99. ecf9a0c Extend CLPF to chroma. by Steinar Midtskogen · 9 years ago
  100. 9021d09 Remove some dead code in CLPF. by Steinar Midtskogen · 9 years ago