Mercurial > hg > sonic-visualiser
log
age | author | description |
---|---|---|
Tue, 09 Sep 2014 16:52:24 +0100 | Chris Cannam | Respond tidily to user cancellation during download, instead of going on to attempt to load the nonexistent file as a non-audio format |
Tue, 09 Sep 2014 16:33:52 +0100 | Chris Cannam | Use openPath instead of open() when opening local file or URL (for progress indicator). I think I didn't realise this distinction between the two functions, which formerly were both named open(). |
Wed, 03 Sep 2014 13:12:38 +0100 | Chris Cannam | Avoid complaint about unused return value |
Wed, 03 Sep 2014 13:10:19 +0100 | Chris Cannam | Fix potential null pointer deref |
Wed, 03 Sep 2014 13:08:32 +0100 | Chris Cannam | Fix memory leak (from coverity scan) |
Wed, 03 Sep 2014 13:06:13 +0100 | Chris Cannam | Fix some uninitialised values (from coverity scan) |
Wed, 03 Sep 2014 13:01:51 +0100 | Chris Cannam | Remove redundant code (sourceChannels must be at least 2 "because we offer pan") (from coverity scan) |