1. 69f18e1 Add WARPED_MOTION experiment by Yue Chen · 9 years ago
  2. b98a702 Add recode loop test for global motion usage by Debargha Mukherjee · 8 years ago
  3. af6df17 Add options setting number of tile groups or MTU. by Thomas Davies · 8 years ago
  4. 5114b7b Frame buffer marking enabling non-intra-based loss recovery by Arild Fuldseth (arilfuld) · 8 years ago
  5. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  6. 8c1e57c Change 2 motion search counts to be tile data by Yunqing Wang · 8 years ago
  7. d4add7a Remove encode_breakout and related speed features by Brennan Shacklett · 9 years ago
  8. 7f76d47 Prevent potential token buffer overflow in format 444 by Jingning Han · 9 years ago
  9. bffc0b5 Declare some array sizes to be constants (known at compile time). by Urvang Joshi · 9 years ago
  10. 0744116 Support for delta-q at superblock level by Arild Fuldseth · 9 years ago
  11. 66b1fcc Merge changes I3922dea2,I3bab2848,I21f7478a,Ida5de713,Ib9f0eefe, ... into nextgenv2 by Urvang Joshi · 8 years ago
  12. 454280d Fix warnings reported by -Wshadow: Part2: av1 directory by Urvang Joshi · 8 years ago
  13. b5ed350 Move STAT_TYPE enum to source file. by Urvang Joshi · 8 years ago
  14. 5264844 Code cleanup: mainly rd_pick_partition and methods called from there. by Urvang Joshi · 8 years ago
  15. 8a02d76 Remove unused array 'last_frame_seg_map_copy'. by Urvang Joshi · 9 years ago
  16. b100db7 Wrap palette code inside CONFIG_PALETTE flag. by Urvang Joshi · 8 years ago
  17. cb60b18 Renamings for OBMC experiment by Yue Chen · 8 years ago
  18. 3e457ba Merge changes I38f40582,Ib7afcffa into nextgenv2 by Alex Converse · 9 years ago
  19. 1ac1ae7 Move ANS to aom_dsp. by Alex Converse · 9 years ago
  20. 4c80804 Merge "Enable tile-adaptive restoration" into nextgenv2 by Debargha Mukherjee · 9 years ago
  21. 5cd2ab9 Enable tile-adaptive restoration by Debargha Mukherjee · 9 years ago
  22. 67948d3 apply clang-format by clang-format · 9 years ago
  23. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  24. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (96%) from vp10/encoder/encoder.h]
  25. 4c7e1cd Separate EXT_ARFs' frame context index by Wei-ting Lin · 9 years ago
  26. 41d5d52 Insert extra ARFs' in a gf group by Wei-ting Lin · 9 years ago
  27. 0818a7c Port commits related to clpf and qm experiments by Yaowu Xu · 9 years ago
  28. d9f9a34 vp10/encoder: apply clang-format by clang-format · 9 years ago
  29. cbed16b Merge "Code refactoring on Macros related to ref frame numbers" into nextgenv2 by Zoe Liu · 9 years ago
  30. fe291b6 Replace variants of 'vp8' and 'vp9' with 'vpx' by Yaowu Xu · 9 years ago
  31. 1af28f0 Code refactoring on Macros related to ref frame numbers by Zoe Liu · 9 years ago
  32. b06147d Cherry pick from AOMedia by Yaowu Xu · 9 years ago
  33. 8bf837f Cherry pick from AOM: by Yaowu Xu · 9 years ago
  34. d4c4724 Cherry pick renaming changes from AOMedia branch by Yaowu Xu · 9 years ago
  35. 8915eb8 Separate frame context index for different frame types by Jingning Han · 9 years ago
  36. 3c13124 Merge "Allow OVERLAY frames to use the show_exsiting_frame flag" into nextgenv2 by Wei-ting Lin · 9 years ago
  37. 5fa46c0 Add global motion parameters to compressed header by Sarah Parker · 9 years ago
  38. ccc9e7c Allow OVERLAY frames to use the show_exsiting_frame flag by Wei-ting Lin · 9 years ago
  39. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  40. 581636d Refactor codes about motion search by hui su · 9 years ago
  41. fbe6fb2 Add multiple quantization profiles to new_quant experiment by Sarah Parker · 9 years ago
  42. 5805a14 Merge bi-predictive frames to EXT_REFS by Zoe Liu · 9 years ago
  43. d60523b Refactor variance aq. by Geza Lore · 9 years ago
  44. 81f8b3f Merge "Some refactoring to support warped motion mode" into nextgenv2 by Debargha Mukherjee · 9 years ago
  45. 03be30b Some refactoring to support warped motion mode by Debargha Mukherjee · 9 years ago
  46. a21afd4 Move new quant experiment from nextgen by Sarah Parker · 9 years ago
  47. e89ca18 Make the bi-predictive frame group interval adjustable by Zoe Liu · 9 years ago
  48. cf5083d Added an experiment "bidir_pred" for backward prediction by Zoe Liu · 9 years ago
  49. a63147a Fix --test-decode=warn to test mismatch by Zoe Liu · 9 years ago
  50. 011f020 Refactor on getting upsampled reference frame by Zoe Liu · 9 years ago
  51. 102cdf9 Move count buffers from stack to heap by Yaowu Xu · 9 years ago
  52. 667f632 Fix comment for target_bandwidth in VP9 and VP10 by hui su · 9 years ago
  53. a912c6e Make LAST_FRAME always point to the newly coded frame in ext-refs by Zoe Liu · 9 years ago
  54. 5d2b0f9 Use an exponential growth approach for the ANS reversal buffer. by Alex Converse · 9 years ago
  55. 9e8cad3 Merge "Add vp10_ prefix to full_to_model_counts and fill_token_costs" into nextgenv2 by Hui Su · 9 years ago
  56. 0792748 Add vp10_ prefix to full_to_model_counts and fill_token_costs by hui su · 9 years ago
  57. 61af898 Extend variance based partitioning to 128x128 superblocks by Geza Lore · 9 years ago
  58. f2be4f6 Refactor PC_TREE root handling. by Geza Lore · 9 years ago
  59. 454989f Make superblock size variable at the frame level. by Geza Lore · 9 years ago
  60. 2be211e Fix interpolation values and decouple interintra by Debargha Mukherjee · 9 years ago
  61. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  62. 490ba1a Port large scale tile coding features from nextgen. by Geza Lore · 9 years ago
  63. daf2fb4 Merge "Add "entropy" experiment" into nextgenv2 by Hui Su · 9 years ago
  64. 7a3bae7 Merge "Porting ext_partition experiment from nextgen" into nextgenv2 by Debargha Mukherjee · 9 years ago
  65. 5cce322 Porting ext_partition experiment from nextgen by Julia Robson · 9 years ago
  66. 5c9d315 Rework the DRL syntax entropy coding system by Jingning Han · 9 years ago
  67. 83b47af Add "entropy" experiment by hui su · 9 years ago
  68. b6fef12 remove filter_cache by Angie Chiang · 9 years ago
  69. e6e2d88 Add high-precision sub-pixel search as a speed feature by Yunqing Wang · 9 years ago
  70. ce4b35d Merge "Adds compound wedge prediction modes" into nextgenv2 by Debargha Mukherjee · 9 years ago
  71. f34deab Adds compound wedge prediction modes by Debargha Mukherjee · 9 years ago
  72. 954e560 Refactor entropy coding of transform size by hui su · 9 years ago
  73. 84f9820 Minor fix in header files by Yunqing Wang · 9 years ago
  74. 342a368 Do sub-pixel motion search in up-sampled reference frames by Yunqing Wang · 9 years ago
  75. a10814e Merge "Account context based prob model for motion vector cost estimate" into nextgenv2 by Jingning Han · 9 years ago
  76. 03c01bc Account context based prob model for motion vector cost estimate by Jingning Han · 9 years ago
  77. 7823fbb Merge "Move PSNR related functions into vpx_dsp/psnr.c" into nextgenv2 by Yaowu Xu · 9 years ago
  78. 7538501 Move PSNR related functions into vpx_dsp/psnr.c by Yaowu Xu · 9 years ago
  79. d1cad9c Overlapped block motion compensation experiment by Yue Chen · 9 years ago
  80. 1a69cb2 Refactor internal stats code by Yaowu Xu · 9 years ago
  81. 4958987 Entropy coding for dynamic ref mv modes by Jingning Han · 9 years ago
  82. 204e77e Remove a flavor of SSIM that is never really used. by Yaowu Xu · 9 years ago
  83. 3b1c766 Add 8-tap interpolation filter options for intra prediction by hui su · 9 years ago
  84. 968bbc7 Adding new compound modes to EXT_INTER experiment by Yue Chen · 9 years ago
  85. 84ca7a9 Loop restoration filter by Debargha Mukherjee · 9 years ago
  86. 1ac8587 EXT_INTER experiment by Yue Chen · 9 years ago
  87. 0367f32 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  88. a0900fd Remove experimental flag for ext_tx by Debargha Mukherjee · 9 years ago
  89. f7dfa4e Modifies inter/intra coding to allow all tx types by Debargha Mukherjee · 9 years ago
  90. 1559afd Use precise rate cost for intra modes in inter frames by hui su · 9 years ago
  91. ec36a2b Restore the flexibility for the new 3 references by Zoe Liu · 9 years ago
  92. f07d73b Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  93. 1dc1807 Re-design motion compensated prediction mode entropy coding system by Jingning Han · 9 years ago
  94. 4e692bb Changes to exhaustive motion search. by paulwilkins · 9 years ago
  95. c93e5cc Bring palette back to nextgenv2 by hui su · 9 years ago
  96. 69f4930 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  97. 5d3327e Remove palette from VP10 by hui su · 9 years ago
  98. 3ec1601 Added 3 more reference frames for inter prediction. by Zoe Liu · 9 years ago
  99. 66f2f65 Merge MISC_FIXES by hui su · 9 years ago
  100. b49ac0b Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago