1. a301f5e Fix copy/zero macros. by Geza Lore · 9 years ago
  2. a570cef Merge "Extend vpxssim to handle more HBD combinations" into nextgenv2 by Yaowu Xu · 9 years ago
  3. aa6c754 Merge remote-tracking branch 'webm/master' into nextgenv2 by Yaowu Xu · 9 years ago
  4. eeaf8e6 Extend vpxssim to handle more HBD combinations by Yaowu Xu · 9 years ago
  5. 38cfc45 Cleanup psnr.h by Yaowu Xu · 9 years ago
  6. d1c5cd4 Add shift stage in FASTSSIM computation by Yaowu Xu · 9 years ago
  7. 6e695da Move psnrhvs function declaration to psnr.h by Yaowu Xu · 9 years ago
  8. b6b40d3 Merge changes from topic 'vp9-missing-alloc-checks' by James Zern · 9 years ago
  9. 4950dbc Merge changes from topic 'rm-loopfilter-count-param' by James Zern · 9 years ago
  10. 7823fbb Merge "Move PSNR related functions into vpx_dsp/psnr.c" into nextgenv2 by Yaowu Xu · 9 years ago
  11. 00a39d6 vp9_svc_layercontext: add missing alloc checks by James Zern · 9 years ago
  12. efbab73 vp9_resize: add missing alloc checks by James Zern · 9 years ago
  13. 09f9c5d Better workaround for Bug 1089. by Alex Converse · 9 years ago
  14. 1710f65 vp9_encoder: add missing alloc checks by James Zern · 9 years ago
  15. 7538501 Move PSNR related functions into vpx_dsp/psnr.c by Yaowu Xu · 9 years ago
  16. ac4aeb5 vp9/decoder,resize_mv_buffer: add missing alloc check by James Zern · 9 years ago
  17. 7997c68 vp9_cyclic_refresh_alloc: correct cleanup on error by James Zern · 9 years ago
  18. 6ed7f7a Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  19. 110d377 remove loopfilter 'count' param TODOs by James Zern · 9 years ago
  20. 9b44d9d split vpx_highbd_lpf_horizontal_16 in two by James Zern · 9 years ago
  21. 1b519fb split vpx_lpf_horizontal_16 in two by James Zern · 9 years ago
  22. e7a23d7 vpx_highbd_lpf_horizontal_4: remove unused count param by James Zern · 9 years ago
  23. 5171857 vpx_highbd_lpf_horizontal_8: remove unused count param by James Zern · 9 years ago
  24. 3c1019e vpx_highbd_lpf_vertical_4: remove unused count param by James Zern · 9 years ago
  25. 72a9f06 vpx_highbd_lpf_vertical_8: remove unused count param by James Zern · 9 years ago
  26. b1e97c6 vpx_lpf_horizontal_4: remove unused count param by James Zern · 9 years ago
  27. bd5a5bb vpx_lpf_horizontal_8: remove unused count param by James Zern · 9 years ago
  28. 73f45fc vp9,encoder: relocate setjmp by James Zern · 9 years ago
  29. 0b9925c vp9_cx_iface,encode: remove redundant cpi check by James Zern · 9 years ago
  30. 109a47b vpx_lpf_vertical_4: remove unused count param by James Zern · 9 years ago
  31. 3722574 vpx_lpf_vertical_8: remove unused count param by James Zern · 9 years ago
  32. 89cc682 vp9-real-time mode: Fix condition for allowing reference masking. by Marco · 9 years ago
  33. 548889c Merge "Fix tsan error in VP9 sub8x8 intra mode search" by James Zern · 9 years ago
  34. d642294 Fix tsan error in VP9 sub8x8 intra mode search by Jingning Han · 9 years ago
  35. 0546636 Merge "vp9-resize: Fix an issue with external dynamic resize." by Marco Paniconi · 9 years ago
  36. 3cbc26f vp9-resize: Fix an issue with external dynamic resize. by Marco · 9 years ago
  37. 18b6e9a Merge branch 'masterbase' into nextgenv2 by Yaowu Xu · 9 years ago
  38. 6c323e3 vp9_receive_raw_frame: add missing setjmp by James Zern · 9 years ago
  39. bb8ca08 Enable computing PSNRHVS for hbd build by Yaowu Xu · 9 years ago
  40. 34d12d1 vp9-resize: Force reference masking off for external dynamic-resizing. by Marco · 9 years ago
  41. c0874f2 Enable computing of FastSSIM for HBD build by Yaowu Xu · 9 years ago
  42. 0ae42ee VP9: Pass NULL scale_factors ptr when not scaling by Scott LaVarnway · 9 years ago
  43. ad08e08 Merge "VP9: Refactor read_inter_block_mode_info() -- 2" by Scott LaVarnway · 9 years ago
  44. 0091fef Merge "Restore previous motion search bit-error scale." by Alex Converse · 9 years ago
  45. 2d040dd VP9: Refactor read_inter_block_mode_info() -- 2 by Scott LaVarnway · 9 years ago
  46. fac947d Restore previous motion search bit-error scale. by Alex Converse · 9 years ago
  47. f288c94 vp9-dynamic resize: Fix bug on releasing scaled reference. by Marco · 9 years ago
  48. aff0a80 vp9-aq-mode=3: Reset cyclic refresh under config/external size change. by Marco · 9 years ago
  49. bb8eebc Merge "Set use_highbitdepth flag to either 1 or 0" by Yaowu Xu · 9 years ago
  50. 29e2118 Merge "BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'" by Scott LaVarnway · 9 years ago
  51. 5c327cb Set use_highbitdepth flag to either 1 or 0 by Yaowu Xu · 9 years ago
  52. 0840c6f BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c' by Scott LaVarnway · 9 years ago
  53. 2a3f994 vp9-denoiser: Allow for checking skin for bsize <=32x32. by Marco · 9 years ago
  54. f032c7e Merge "Account for sub8x8 block skip mode cost in RD decision" by Jingning Han · 9 years ago
  55. 204e77e Remove a flavor of SSIM that is never really used. by Yaowu Xu · 9 years ago
  56. 203bdd2 Account for sub8x8 block skip mode cost in RD decision by Jingning Han · 9 years ago
  57. ac6d40e Clean up in vp9_rd_pick_inter_mode_sb by Jingning Han · 9 years ago
  58. ae98a61 vp9-dynamic resize: On a resize trigger frame refresh alt_ref. by Marco · 9 years ago
  59. def519e Fix an uninitialized warning. by Alex Converse · 9 years ago
  60. f7b4364 vp9_aq_cyclicrefresh: fix unused-function warning by James Zern · 9 years ago
  61. 85dccb6 Merge "vp9 aq-mode=3: Keep it on even at low bitrates." by Marco Paniconi · 9 years ago
  62. 48b2713 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  63. ecd32d6 Merge "Vidyo patch: Optimization for 1-to-2 downsampling and upsampling." by James Zern · 9 years ago
  64. 3472cbb vp9 aq-mode=3: Keep it on even at low bitrates. by Marco · 9 years ago
  65. 989c693 Vidyo patch: Optimization for 1-to-2 downsampling and upsampling. by Scott LaVarnway · 9 years ago
  66. 0f7dd40 Define a macro to replace hardcoded values by Zoe Liu · 9 years ago
  67. 497b674 Merge changes from topic 'dead-code' by James Zern · 9 years ago
  68. 37c8f57 Merge "vp9-skinmap. Some adjustments for model=1." by Marco Paniconi · 9 years ago
  69. 82148c0 vp9-skinmap. Some adjustments for model=1. by Marco · 9 years ago
  70. 6f49e8a Merge "Use precise rate cost estimate for skip block mode" by Jingning Han · 9 years ago
  71. bcce658 Use precise rate cost estimate for skip block mode by Jingning Han · 9 years ago
  72. 2231d10 Merge "Fix some interger overflow errors" by Hui Su · 9 years ago
  73. 238cc11c Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  74. fc11023 vp9_encoder.c: remove unused macro by James Zern · 9 years ago
  75. c9e057a vp9_svc_layercontext.c: relocate a macro definition by James Zern · 9 years ago
  76. d6c66d4 vp9_encoder.c: protect SNPRINT* macros w/CONFIG check by James Zern · 9 years ago
  77. d78ebb8 vp9_aq_360.c: remove some unused macros by James Zern · 9 years ago
  78. 8647792 vp9_diamond_search_sad_avx.c: rename (un)likely macros by James Zern · 9 years ago
  79. 8a515c1 vp9_resize.c: add missing include by James Zern · 9 years ago
  80. 59b560a vp9_aq_complexity.c: remove unused macros by James Zern · 9 years ago
  81. 8ec0159 vp9_detokenize.c: remove unused macros by James Zern · 9 years ago
  82. 1c9b091 Fix some interger overflow errors by hui su · 9 years ago
  83. dee831c Merge changes I4a365757,I14a3b328 by James Zern · 9 years ago
  84. 614f072 Merge "Fix a signed overflow in vp9 motion cost." by Alex Converse · 9 years ago
  85. e062eb1 Merge "Loop filter search resets on overlay frame." by Paul Wilkins · 9 years ago
  86. 0839d02 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  87. 724ba02 vp9_denoiser: mark total_adj_strong_thresh inline by James Zern · 9 years ago
  88. ad43a73 Fix a signed overflow in vp9 motion cost. by Alex Converse · 9 years ago
  89. 734dc36 vp9: Add flag to control usage of skin detection. by Marco · 9 years ago
  90. f51dd8c Merge "vp9 non-rd partition: Update condition on force_split for skin area." by Marco Paniconi · 9 years ago
  91. 9248689 vp9 non-rd partition: Update condition on force_split for skin area. by Marco · 9 years ago
  92. dc2e97c vp9-denoiser bugfix: Disable postproc-denoiser under temporal denoising. by Marco · 9 years ago
  93. 0a3593a Merge "vp9-noise estimate: Put check to avoid possible out of bounds." by Marco Paniconi · 9 years ago
  94. 3ba144f Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  95. 0c60282 Merge "VP9: Refactor read_inter_block_mode_info()" by Scott LaVarnway · 9 years ago
  96. 9b24251 vp9-noise estimate: Put check to avoid possible out of bounds. by Marco · 9 years ago
  97. 8dc6f3f Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  98. 8faccb7 Merge changes If13946e4,I61a1814d,I2ca9aa3c,I44d91eaa by James Zern · 9 years ago
  99. d12f87c VP9: Refactor read_inter_block_mode_info() by Scott LaVarnway · 9 years ago
  100. 580e815 Refactor prob_diff_update_savings_search_model by hui su · 9 years ago