1. add175d Merge pull request #35 from chess99/master by Patrick Meenan · 3 years ago master
  2. 47561c6 Use universal_newlines instead of decode by zhouchensheng · 3 years ago
  3. a9ab0f5 Fix use string pattern on bytes-like object by zhouchensheng · 3 years ago
  4. 1ed6cd1 Merge pull request #34 from chess99/master by Patrick Meenan · 3 years ago
  5. d8d46c7 Fix compare between int with possible None by zhouchensheng · 3 years ago
  6. 22d1529 Update to latest version from wptagent (includes Python 3 support). Fix #32 by Patrick Meenan · 4 years, 1 month ago
  7. 2423488 Remove the 500 pixel minimum change for start render by Patrick Meenan · 5 years ago
  8. 660749d Make sure the margins are not smaller than the defaults by Patrick Meenan · 6 years ago
  9. bd946b1 Increased the bottom margin to account for Chrome UI changes by Patrick Meenan · 6 years ago
  10. cb25142 Merged latest visualmetrics changes for hero times by Patrick Meenan · 6 years ago
  11. c420283 Removed the spaces from first/last painted hero by Patrick Meenan · 6 years ago
  12. f32b97c Merged hero element timing analysis by Patrick Meenan · 6 years ago
  13. c10187c Allow a bigger bottom margin when looking for the last frame by Patrick Meenan · 6 years ago
  14. e7c842d Increase the viewport border to ignore slightly by Patrick Meenan · 6 years ago
  15. 71fefdd Improved histogram calculation performance by Patrick Meenan · 6 years ago
  16. df08e3c Batch convert to jpeg using mogrify instead of converting individually by Patrick Meenan · 6 years ago
  17. 82214d2 Merge pull request #27 from nicolasbaer/ffmpeg-percent-in-filename by Patrick Meenan · 6 years ago
  18. 3c29df6 escape percent sign in sequence filename to comply with ffmpeg pattern by Nicolas Baer · 6 years ago
  19. 8e88f3f Use full imagemagick path on windows to avoid conflict with system convert.exe by Patrick Meenan · 6 years ago
  20. 86d3106 Merge pull request #26 from soulgalore/new-temp-dir-for-colors by Patrick Meenan · 7 years ago
  21. 474fd0f Create temporary dir that is unique for color images. by soulgalore · 7 years ago
  22. f4d6788 Merge pull request #25 from dhcmrlchtdj/fix-help by Patrick Meenan · 7 years ago
  23. ac2e562 fix help text by niris · 7 years ago
  24. 45aae93 Handle blanking out the first frame and removing duplicates by Patrick Meenan · 7 years ago
  25. 649172a Added support for partial orange or gray frames by Patrick Meenan · 7 years ago
  26. 8f0fd36 Added support for trimming gray frames from start render by Patrick Meenan · 7 years ago
  27. f846ede Added support for rendering the resulting processed video frames to a mp4 video by Patrick Meenan · 7 years ago
  28. 843afa9 Added support for writing the log to a file by Patrick Meenan · 7 years ago
  29. bf56a25 Tweaks for lighthouse video by Patrick Meenan · 7 years ago
  30. 386d8a6 Tweaks to support processing lighthouse videos by Patrick Meenan · 7 years ago
  31. b1da9e8 More tweaks to the black flash video processing by Patrick Meenan · 7 years ago
  32. d246d7d Added support for videos that flash a different screen color before going to white and starting by Patrick Meenan · 7 years ago
  33. 8260953 Tweaks to deal with the Samsung browser videos by Patrick Meenan · 8 years ago
  34. a04c855 Improved handling of opera mini videos by Patrick Meenan · 8 years ago
  35. 86895c7 Fixed processing of video where the video starts with non-orange frames, flips to orange and then starts testing (iOS) by Patrick Meenan · 8 years ago
  36. ba3021d Fixed edge cases with histogram processing by Patrick Meenan · 8 years ago
  37. 896e2a8 Fixed an unterminated quote in the second-pass cropping by Patrick Meenan · 8 years ago
  38. bbe95ac More opera mini fixes by Patrick Meenan · 8 years ago
  39. 90bc198 Fixed opera mini processing on Linux by Patrick Meenan · 8 years ago
  40. eee4d9f Fixed issues with calling ffmpeg with shell=True by Patrick Meenan · 8 years ago
  41. 6096738 Fixed warnings abour closing already-closed images by Patrick Meenan · 8 years ago
  42. 59e7b7d Added flags to help with processing videos from Opera Mini by Patrick Meenan · 8 years ago
  43. c7ce210 Crop the resulting images down to the viewport when running with both --notification and --viewport so --viewport will always be cropped the same by Patrick Meenan · 8 years ago
  44. 1edde9d Improvements to the processing of full-browser videos to only calculate histograms for the viewport area by Patrick Meenan · 8 years ago
  45. 9de15ee Added support for: by Patrick Meenan · 8 years ago
  46. 3540d65 Added some explicit gc calls to opportune times to keep memory use as low as possible by Patrick Meenan · 8 years ago
  47. 8df145b Improved the frame count reduction logic, in particular to deal with VERY long video captures by Patrick Meenan · 8 years ago
  48. de7bc03 Merge branch 'master' of github.com:WPO-Foundation/visualmetrics by Patrick Meenan · 8 years ago
  49. 377943b Added timestamps to the debug log messages by Patrick Meenan · 8 years ago
  50. 62d7142 Merge pull request #18 from matthewmok/master by Patrick Meenan · 8 years ago
  51. 90b4311 minor bug fixes in PSI (perceptual speed index) code to handle corner cases by matthewmok · 8 years ago
  52. 6e21f99 Merge pull request #16 from Clark-Q-Gao/master by Patrick Meenan · 8 years ago
  53. 2763b91 changed psi caculation by Clark-Q-Gao · 8 years ago
  54. da1e428 Merge pull request #13 from soulgalore/master by Patrick Meenan · 8 years ago
  55. 28e9cb0 use the first python in the $PATH by soulgalore · 8 years ago
  56. 63bf877 Merge pull request #12 from soulgalore/master by Patrick Meenan · 8 years ago
  57. c81a1e3 Remove spaces from keys in JSON output by soulgalore · 8 years ago
  58. 6a37eca Merge pull request #11 from Kerulen/master by Patrick Meenan · 8 years ago
  59. 00ada58 Add option to get results as JSON by kerulen · 8 years ago
  60. 9efd73c Updated to deal with Chrome's recent change to display old GPU surfaces right before drawing content which is causing orange frames in the middle of videos by Patrick Meenan · 8 years ago
  61. 6b68858 Only scan the first 20 frames for orange frames (all the frames was WAY too expensive and it is usually just the 1st and 3rd frame at most) by Patrick Meenan · 8 years ago
  62. 4cb1ff8 Added support for sampling the video frames at lower frame rates to reduce the total frame count by Patrick Meenan · 8 years ago
  63. cb477a0 Updated the orange frame scanning logic to look through all of the frames looking for the last orange one to deal with cases where it goes from orange to white and back to orange by Patrick Meenan · 8 years ago
  64. 7093467 Added support for splitting multiple videos from a single recording by Patrick Meenan · 9 years ago
  65. 6ab341d Forced sRGB colorspace on JPEG conversion by Patrick Meenan · 9 years ago
  66. 70c46f8 Create the output directory with appropriate permissions by Patrick Meenan · 9 years ago
  67. a64fdb5 Updated the video processing to search for orange by Patrick Meenan · 9 years ago
  68. a267ae7 Merge pull request #7 from kakumar/master by Patrick Meenan · 9 years ago
  69. f3cde59 Tweaked the viewport trimming to work with newer chrome releases by Patrick Meenan · 9 years ago
  70. 9f129e6 Integrate changes based on review by Pat by Karan Kumar · 9 years ago
  71. 7ae9d75 Computation for perceptual speed Index by Karan Kumar · 9 years ago
  72. f4a792d Merge pull request #6 from wrightt/master by Patrick Meenan · 9 years ago
  73. 506709a Fix progress for empty input. by Todd Wright · 9 years ago
  74. 97eede6 Merge pull request #5 from wrightt/master by Patrick Meenan · 9 years ago
  75. b5d8421 Added exception logging and 'main()'. by Todd Wright · 9 years ago
  76. 264189f Merge remote-tracking branch 'upstream/master' by Todd Wright · 9 years ago
  77. 9dc9c29 Updated license by Patrick Meenan · 9 years ago
  78. c16fe20 Merged unit tests (from wrightt) by Patrick Meenan · 9 years ago
  79. 8ae9010 Cleaned up some now unused references by Patrick Meenan · 9 years ago
  80. 7669778 Changed the file naming to match the WebPageTest frame names (ms_* instead of image-*) by Patrick Meenan · 9 years ago
  81. 48fdd30 Moved test* to tests/ subdir. by Todd Wright · 9 years ago
  82. 8d054a2 Merge remote-tracking branch 'upstream/master' by Todd Wright · 9 years ago
  83. f68300f Fixed 'decimate' variable reference (from wrightt) by Patrick Meenan · 9 years ago
  84. 94f7bb2 Added ffmpeg logging by Patrick Meenan · 9 years ago
  85. b37ffb7 Remove orange frames from the end as well by Patrick Meenan · 9 years ago
  86. 6bba482 Fixed is_orange_frame shell quoting (from wrightt) by Patrick Meenan · 9 years ago
  87. d7aeb4b Changed line endings to Unix by Patrick Meenan · 9 years ago
  88. 7d5c522 Reduced the center crop area for checking for orange/white frames by Patrick Meenan · 9 years ago
  89. 271d64f Switched ffmpeg to use ordered filter options instead of named so it will work with pre-2013 versions of ffmpeg by Patrick Meenan · 9 years ago
  90. 0814611 Fixed the histogram calculations to deal with errors from the viewport processing changes by Patrick Meenan · 9 years ago
  91. 1686876 Merged performance improvements from WebPageTest by Patrick Meenan · 9 years ago
  92. 7ce8fdd Merge branch 'master' of https://github.com/wrightt/visualmetrics by Todd Wright · 9 years ago
  93. 9460010 Added unit test. by Todd Wright · 9 years ago
  94. a5b3155 Fixed decimate args to support Unix. by Todd Wright · 9 years ago
  95. 1e2666c Reduced is_orange_frame vertical crop. by Todd Wright · 9 years ago
  96. 0dd4bf0 Fixed is_orange_frame shell quoting. by Todd Wright · 9 years ago
  97. 0244f0f Remove end-sync orange frames. by Todd Wright · 9 years ago
  98. 7cda153 Improved ffmpeg error reporting. by Todd Wright · 9 years ago
  99. 06a8c9e Fixed default histogram path. by Todd Wright · 9 years ago
  100. e2ff143 Fixed 'decimate' variable reference. by Todd Wright · 9 years ago