Skip to content

Commit

Permalink
Updated changelog to reflect impending 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hammond-001 committed Sep 2, 2015
1 parent ef38b05 commit 1588718
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,26 @@

## Latest

* Pulse detection algorithm (used to detect beeps and flashes) improved. Needs extra metadata fields in JSON metadata files, so will not work with existing metadata files generated by earlier versions of the test sequence generator.
* test sequence generator modified to add extra metadata fields (to support pulse detection algorithm improvements) that describe the duration of the beeps and flashes in the test sequence.
* ...

## 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

Expand Down

0 comments on commit 1588718

Please sign in to comment.