Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.43 KB

Change Log

Latest

  • Enhancement: Added support for fields (as opposed to frames) to the test sequence generator
  • Enhancement: Added support to test sequence generator for skipping generating frames already on the disk, to allow resumption of lengthy generation jobs if interrupted.

0.3 : (02 Sep 2015) Flash/beep detection improvements, customisable test sequences and various bugfixes

NOTE: Not backward compatible with JSON metadata files generated by the test sequence generator in earlier versions (due to pulse detection enhancements).

  • Enhancement: Flash/beep detection algorithm improved. Test sequence generator modified to add extra metadata fields that describe the duration of the beeps and flashes in the test sequence.
  • Enhancement: Added ability to add custom labels and colours to generated test sequences.
  • Enhancement: Added ability to control how long capturing lasts using --measureSecs command line option
  • Bugfix: Failure when measuring not using LIGHT_0 input
  • Bugfix: FFMPEG was adding timing offset to audio (relative to video) in MP4s. Added offset via command line options to compensate.
  • Bugfix: exampleCsaTester.py was providing incorrect presentationStatus
  • Bugfix: Corrected detection of ffmpeg in test sequence encoding script

0.2 : (09 Mar 2015) Added TV measuring

  • Added ability to measure timing accuracy of a TV Device.
  • Various refactorings and cleanups

0.1 : initial release