cog/Plugins/CueSheet
Christopher Snowhill 0b243158a0 Cue Sheet input: Fix files with no length
This bug prevented zero length or unknown length files, such as FLAC
files with no sample count in the header, or audio streams, from playing
properly, and clipped their output to the 0 samples indicated by the
field. Now it will simply allow wrapped files to decode until they stop
producing output.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-01 23:54:54 -08:00
..
CueSheet.xcodeproj Cuesheet: Read and merge metadata from referenced audio files, no matter their format 2021-11-21 00:16:16 -08:00
English.lproj Updates for modern Xcode 2019-10-05 00:12:36 -07:00
en.lproj Updated to latest Xcode 2019-07-02 16:37:17 -07:00
es.lproj Fix encoding of strings resources. 2018-07-22 01:58:57 -07:00
CueSheet.h Implemented basic embedded CueSheet support 2022-01-14 16:46:35 -08:00
CueSheet.m CueSheet parser: Support quirky FLAC generated CueSheets that contain sample counts instead of frames 2022-01-14 22:45:45 -08:00
CueSheetContainer.h Added beginnings of cuesheet plugin. 2007-10-09 02:25:40 +00:00
CueSheetContainer.m Change a bunch of NSArray declarations to const collection literals 2022-01-18 18:12:57 -08:00
CueSheetDecoder.h Implemented basic embedded CueSheet support 2022-01-14 16:46:35 -08:00
CueSheetDecoder.m Cue Sheet input: Fix files with no length 2022-02-01 23:54:54 -08:00
CueSheetMetadataReader.h Forgot cuesheet metadata reader files. 2007-10-13 01:36:42 +00:00
CueSheetMetadataReader.m CueSheet input: Implement support for ReplayGain tags 2022-01-14 18:51:44 -08:00
CueSheetTrack.h CueSheet parser: Support quirky FLAC generated CueSheets that contain sample counts instead of frames 2022-01-14 22:45:45 -08:00
CueSheetTrack.m CueSheet parser: Support quirky FLAC generated CueSheets that contain sample counts instead of frames 2022-01-14 22:45:45 -08:00
CueSheet_Prefix.pch Added beginnings of cuesheet plugin. 2007-10-09 02:25:40 +00:00
Info.plist Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00