Fix read(byte[]) method.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / io /
2013-06-04 David ‘Bombe’ RodenFix read(byte[]) method.
2013-06-04 David ‘Bombe’ RodenAdd identifier for FLAC streams.
2013-06-04 David ‘Bombe’ RodenReturn a list of metadata blocks because they do have...
2013-06-04 David ‘Bombe’ RodenAdd parser for FLAC metadata.
2013-06-04 David ‘Bombe’ RodenSupply the frame’s content.
2013-06-04 David ‘Bombe’ RodenDo not use a BiMap.
2013-06-04 David ‘Bombe’ RodenWrite the first bytes to the buffer correctly.
2013-05-27 David ‘Bombe’ RodenAdd output stream wrapper that always writes a multiple...
2013-05-27 David ‘Bombe’ RodenAdd sample-aware output stream wrapper and processor.
2013-05-27 David ‘Bombe’ RodenAdd javadoc.
2013-05-27 David ‘Bombe’ RodenRename original and copyright bit.
2013-05-27 David ‘Bombe’ RodenAdd metadata stream parser and test case.
2013-05-27 David ‘Bombe’ RodenSplit metadata into format and content metadata.
2013-05-27 David ‘Bombe’ RodenIgnore EOF exceptions when identifying streams.
2013-03-19 David ‘Bombe’ RodenAdd link to MPEG audio frame header information.
2013-03-18 David ‘Bombe’ RodenUse custom MP3 parser to detect MP3 metadata.
2013-03-18 David ‘Bombe’ RodenAdd custom MP3 parser.
2013-03-17 David ‘Bombe’ RodenParse Vorbis comments from Ogg Vorbis stream.
2013-03-17 David ‘Bombe’ RodenParse ID3v2 tag from MP3 streams.
2013-03-17 David ‘Bombe’ RodenMove format into metadata.
2013-03-16 David ‘Bombe’ RodenAdd input stream drainer.
2013-03-16 David ‘Bombe’ RodenFormatting.
2013-03-15 David ‘Bombe’ RodenIdentify MP3 files.
2013-03-15 David ‘Bombe’ RodenAdd MP3 identifier.
2013-03-14 David ‘Bombe’ RodenAdd some credits to header.
2013-03-14 David ‘Bombe’ RodenReturn an optional instead of throwing an exception.
2013-03-14 David ‘Bombe’ RodenAdd input stream that identifies its content.
2013-03-14 David ‘Bombe’ RodenReturn the new stream directly.
2013-03-14 David ‘Bombe’ RodenAdd remembering input stream.
2013-03-14 David ‘Bombe’ RodenThrow a custom exception if a stream can not be identified.
2013-03-14 David ‘Bombe’ RodenAdd Ogg Vorbis identifier.