1. ed04e82 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  2. 2e08419 Merge "Adjustment to prediction decay." by Paul Wilkins · 9 years ago
  3. 9faa029 Merge "VP9: inline vp9_get_intra_inter_context()" by Scott LaVarnway · 9 years ago
  4. ef98a8f VP9: inline vp9_get_intra_inter_context() by Scott LaVarnway · 9 years ago
  5. e6657f3 Merge "vp9: Adjustment to scene-cut detection." by Marco Paniconi · 9 years ago
  6. 24db57f vp9: Adjustment to scene-cut detection. by Marco · 9 years ago
  7. 885872f Fix Visual Studio build warning by Yunqing Wang · 9 years ago
  8. c6cf7a6 Fix 2 warning when building with GCC 5. by Geza Lore · 9 years ago
  9. 6a3cf09 vp9: Adjust threshold for scene-change detection. by Marco · 9 years ago
  10. f81b000 Merge "vp9: Fix to active_best for GF/ARF in 1 pass vbr." by Marco Paniconi · 9 years ago
  11. ff72cca Merge "Step towards making the 2-pass cq mode perceptual" by Debargha Mukherjee · 9 years ago
  12. 3861b25 vp9: Fix to active_best for GF/ARF in 1 pass vbr. by Marco · 9 years ago
  13. a3a10a3 pickmode: only cost the skip flag once per prediction block by Alex Converse · 9 years ago
  14. 5b3d3b1 Merge "Remove obsolete segment skip checks from tokenization." by Alex Converse · 9 years ago
  15. 1c187c4 Adjustment to prediction decay. by Paul Wilkins · 9 years ago
  16. f659c7e Merge "Adjust motion component of prediction decay." by Paul Wilkins · 9 years ago
  17. c5a89b4 Merge "Trap very short arf group just before a kf." by Paul Wilkins · 9 years ago
  18. ad47d1d Merge "VP9: Combine TileData with TileWorkerData" by Scott LaVarnway · 9 years ago
  19. c47c460 Step towards making the 2-pass cq mode perceptual by Debargha Mukherjee · 9 years ago
  20. fa4ca40 Remove obsolete segment skip checks from tokenization. by Alex Converse · 9 years ago
  21. 6a0e771 Merge "Correct comments for scan order neighbors" by Hui Su · 9 years ago
  22. 989d536 Merge "vp9-denoiser: Avoid copy-block when denoising is at LowLow level." by Marco Paniconi · 9 years ago
  23. 81d1e7b Adjust motion component of prediction decay. by paulwilkins · 9 years ago
  24. f6f5442 vp9: Some adjustments to scene-cut detection. by Marco · 9 years ago
  25. 7cb4ab5 VP9: Combine TileData with TileWorkerData by Scott LaVarnway · 9 years ago
  26. 69c7ad3 Correct comments for scan order neighbors by hui su · 9 years ago
  27. e96f0c3 Merge "vp9-1 pass vbr: Use average QP for active_worst_quality, for inter-frames." by Marco Paniconi · 9 years ago
  28. 107de19 Trap very short arf group just before a kf. by paulwilkins · 9 years ago
  29. c93946b Merge "VP9: refactor read_switchable_interp_filter()" by Scott LaVarnway · 9 years ago
  30. 2592013 VP9: refactor read_switchable_interp_filter() by Scott LaVarnway · 9 years ago
  31. ac86dde vp9-denoiser: Avoid copy-block when denoising is at LowLow level. by Marco · 9 years ago
  32. 5572ab1 vp9-noise estimate: Adhust threshold for Low level detection. by Marco · 9 years ago
  33. 71cf9fa Merge "vp9-noise estimation: Increase threshold for Low-level." by Marco Paniconi · 9 years ago
  34. 9ff73fe vp9-noise estimation: Increase threshold for Low-level. by Marco · 9 years ago
  35. a2307ff vp9-denoiser. Code cleanup and bugfix. by Marco · 9 years ago
  36. 7467ee0 vp9-denoiser: Adjust usage of skin and consec_zeromv. by Marco · 9 years ago
  37. a2a97b8 VP9: Refactor vp9_decode_block_tokens() by Scott LaVarnway · 9 years ago
  38. 74ed95a Merge "disable vp9_diamond_search_sad_avx" by James Zern · 9 years ago
  39. 4aac819 Fix some static analysis issues with resize by Debargha Mukherjee · 9 years ago
  40. 8fab3e82 vp9-1 pass vbr: Use average QP for active_worst_quality, for inter-frames. by Marco · 9 years ago
  41. 057c1c4 disable vp9_diamond_search_sad_avx by James Zern · 9 years ago
  42. 1858361 Merge "VP9: Eliminate up_available and left_available" by Scott LaVarnway · 9 years ago
  43. ba962a5 VP9: Eliminate up_available and left_available by Scott LaVarnway · 9 years ago
  44. 904cb53 Merge "Properly propagate out of memory errors." by Johann Koenig · 9 years ago
  45. 37241e6 Merge "Merge branch 'masterbase' into nextgenv2" into nextgenv2 by Yaowu Xu · 9 years ago
  46. aea8d97 Merge "Increase min-max q range for normal inter frames." by Paul Wilkins · 9 years ago
  47. c810740 Merge branch 'masterbase' into nextgenv2 by Yaowu Xu · 9 years ago
  48. 6f51672 Properly propagate out of memory errors. by Jean-Yves Avenard · 10 years ago
  49. 48e7294 vp9-denoiser: Incorporate consec_zeromv in skin detection for denoising. by Marco · 9 years ago
  50. 9aaa3c9 Make set_reference control API work in VP9 and VP10 by Yunqing Wang · 9 years ago
  51. f94124c vp9: 1 pass vbr mode at speed 5: switch to use mv.search to NSTEP. by Marco · 9 years ago
  52. 79dc6c0 Merge changes Id0a490bc,I1b4a0504 by James Zern · 9 years ago
  53. 04b4a5f Merge "Force recode for bad rate misses." by Paul Wilkins · 9 years ago
  54. 27a6be1 Merge "Fix some HBD scaling bugs." by Paul Wilkins · 9 years ago
  55. 82762e2 VP9: Eliminate extra mv clamp in decoder by Scott LaVarnway · 9 years ago
  56. 715d3bb Merge "Add a TODO for using tile rows while encoding with multiple threads" by James Zern · 9 years ago
  57. c20c955 vp9/inverse_transform_block_inter: move eob check by James Zern · 9 years ago
  58. f64a30a vp9/inverse_transform_block_intra: move eob check by James Zern · 9 years ago
  59. 813221a Merge "Allows sub-second frame rates in vp9" by Johann Koenig · 9 years ago
  60. 5486e1d Add a TODO for using tile rows while encoding with multiple threads by Yunqing Wang · 9 years ago
  61. a21fc45 Merge "Prevent encoder crash caused by row tile dependencies" by Yunqing Wang · 9 years ago
  62. dc5f771 Prevent encoder crash caused by row tile dependencies by Yunqing Wang · 9 years ago
  63. a84f1f8 Increase min-max q range for normal inter frames. by Paul Wilkins · 9 years ago
  64. 9d8ead1 Force recode for bad rate misses. by Paul Wilkins · 9 years ago
  65. ee35f4d Fix some HBD scaling bugs. by Paul Wilkins · 9 years ago
  66. 01283e2 vp9: Non-rd partition selection: use consec_zeromv to set sb_is_skin. by Marco · 9 years ago
  67. ce39add vp9: Improvement to skin detection. by Marco · 9 years ago
  68. 32c38a2 vp9: Fix the threshold for gf update in cyclic refresh. by Marco · 9 years ago
  69. e6aebcd Merge "Use whole pixel only at speed 8 screen content." by Alex Converse · 9 years ago
  70. 54e5ff0 Merge "Reuse computation in build_nmv_component_cost_table." by Alex Converse · 9 years ago
  71. 825e754 Merge "vp9-svc: Bugfix on usage of svc_force_zeromv in non-rd pickmode." by Marco Paniconi · 9 years ago
  72. 0271baf Reuse computation in build_nmv_component_cost_table. by Alex Converse · 9 years ago
  73. bd924fb choose_partitioning: Avoid computing segment_id twice. by Alex Converse · 9 years ago
  74. f03dfcb vp9-svc: Bugfix on usage of svc_force_zeromv in non-rd pickmode. by Marco · 9 years ago
  75. 55859e8 Use whole pixel only at speed 8 screen content. by Alex Converse · 9 years ago
  76. 627a3dd Isolate HBD stats bug change. by Paul Wilkins · 9 years ago
  77. afd8693 Merge "Revert "Fix bug in stats output for HBD."" by Paul Wilkins · 9 years ago
  78. a132100 Revert "Fix bug in stats output for HBD." by Paul Wilkins · 9 years ago
  79. 2bf51c7 vp9: Fix to scene cut/content change detection. by Marco · 9 years ago
  80. a301f5e Fix copy/zero macros. by Geza Lore · 9 years ago
  81. 239bf26 vp9: Scene cut/content change detection: Adjust gf update. by Marco · 9 years ago
  82. 3521e9e vp9: Scene cut/slide change detection: Increse min_thresh. by Marco · 9 years ago
  83. 76108b4 Allows sub-second frame rates in vp9 by Johnny Klonaris · 9 years ago
  84. e86d886 Merge "vp9: Fix issue in scene/content change detection." by Marco Paniconi · 9 years ago
  85. 26e5014 vp9: Switch to model=1 for skin detection. by Marco · 9 years ago
  86. 15be44a vp9: Fix issue in scene/content change detection. by Marco · 9 years ago
  87. caa8de5 vp9 non-rd pickmode. Some adjustments for vbr mode. by Marco · 9 years ago
  88. c3d6da6 vp9: Update to skin detection. by Marco · 9 years ago
  89. 11bf7ea vp9-svc: Fix to frame dropping in svc mode. by Marco · 9 years ago
  90. dc221e7 vp9_svc_layercontext(): fix proto mismatch by James Zern · 9 years ago
  91. a304d26 vp9-svc: Fix to resetting pattern/flags on key frame. by Marco · 9 years ago
  92. 2b5ab80 vp9-svc: Non-rd pickmode, fix condition for testing zeromv for spatial ref. by Marco · 9 years ago
  93. 38b3593 Merge "Fix bug in stats output for HBD." by Paul Wilkins · 9 years ago
  94. c778007 Fix bug in stats output for HBD. by paulwilkins · 9 years ago
  95. 38e401b vp9-svc: Fix issues with svc with periodic key frames. by Marco · 9 years ago
  96. fcaedc5 Merge "Simplify the inner loop of duplicate_mode_info_in_sb." by Alex Converse · 9 years ago
  97. 8b47c26 Merge "Port "cost_coeff speed improvements" to vp9." by Alex Converse · 9 years ago
  98. 6c0dd11 Simplify the inner loop of duplicate_mode_info_in_sb. by Alex Converse · 9 years ago
  99. c83bcb3 vp9-svc: Allow for 2 stage downscaling for spatial layers. by Marco · 9 years ago
  100. dbaf5f6 Merge "Port alt reference frame filter improvement to VP9" by Jingning Han · 9 years ago