audacia/src/import
Paul Licameli 67cec5ad83 Make many counts of tracks and channels unsigned...
... And in some places where a library uses signed types, assert that
the reported number is not negative.

What led me to this, is that there are many places where a size_t value for
an allocation is the product of a number of channels and some other number.
2016-09-07 10:11:41 -04:00
..
FormatClassifier.cpp Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
FormatClassifier.h Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
Import.cpp One less indirection accessing containers in Importer 2016-08-11 11:51:33 -04:00
Import.h One less indirection accessing containers in Importer 2016-08-11 11:51:33 -04:00
ImportFFmpeg.cpp Return wide type from ImportFileHandle::GetFileUncompressedBytes()... 2016-09-06 12:39:57 -04:00
ImportFFmpeg.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportFLAC.cpp Return wide type from ImportFileHandle::GetFileUncompressedBytes()... 2016-09-06 12:39:57 -04:00
ImportFLAC.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportForwards.h Use arrays of smart pointers to import plugins 2016-08-11 11:51:33 -04:00
ImportGStreamer.cpp Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
ImportGStreamer.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportLOF.cpp Return wide type from ImportFileHandle::GetFileUncompressedBytes()... 2016-09-06 12:39:57 -04:00
ImportLOF.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportMIDI.cpp Make headers in import directory self-contained 2016-08-11 11:51:33 -04:00
ImportMIDI.h Make headers in import directory self-contained 2016-08-11 11:51:33 -04:00
ImportMP3.cpp Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
ImportMP3.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportOGG.cpp Return wide type from ImportFileHandle::GetFileUncompressedBytes()... 2016-09-06 12:39:57 -04:00
ImportOGG.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportPCM.cpp Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
ImportPCM.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportPlugin.h Return wide type from ImportFileHandle::GetFileUncompressedBytes()... 2016-09-06 12:39:57 -04:00
ImportQT.cpp Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
ImportQT.h Pass containers by ref to import plugin factories, use STL idiom 2016-08-11 11:51:33 -04:00
ImportRaw.cpp Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
ImportRaw.h Import functions return containers of smart pointers to new tracks 2016-03-26 15:41:27 -04:00
MultiFormatReader.cpp Make headers in import directory self-contained 2016-08-11 11:51:33 -04:00
MultiFormatReader.h Make headers in import directory self-contained 2016-08-11 11:51:33 -04:00
RawAudioGuess.cpp Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
RawAudioGuess.h Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
SpecPowerMeter.cpp Make headers in import directory self-contained 2016-08-11 11:51:33 -04:00
SpecPowerMeter.h commit patch greatly improving the detection of format of raw audio files, by Philipp Sibler 2014-07-21 21:14:37 +00:00