aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/wavpack
Commit message (Expand)AuthorAgeFilesLines
* Create an APE tag when reading a WavPack file without tagsUrs Fleisch2021-01-031-1/+1
* Clean up code to better match the TagLib styleUrs Fleisch2020-12-232-116/+106
* correctly read very high sample rates from WavPack filesDavid Bryant2020-07-021-1/+1
* make WavPack seekFinalIndex() more robust to false triggersDavid Bryant2020-07-021-5/+9
* Several fixes for WavPack files, including issue #962David Bryant2020-06-302-22/+166
* Mark deprected methods and remove internal usageScott Wheeler2019-09-111-3/+3
* Rename the functions 'isValidStream' to 'isSupported'.Tsuda Kageyu2017-02-072-2/+2
* Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-042-0/+20
* Avoid the risk of subtracting between signed and unsigned types.Tsuda Kageyu2015-12-211-2/+2
* Merge pull request #688 from TsudaKageyu/save-wvTsuda Kageyu2015-12-182-65/+51
|\
| * Fix saving WavPack files.Tsuda Kageyu2015-11-272-65/+51
* | Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-033-12/+12
* | Surround some internal stuff by anonymous namespaces.Tsuda Kageyu2015-12-021-2/+2
|/
* Fix instance references to a static member function.Tsuda Kageyu2015-11-241-1/+1
* Unify common functions for finding tags.Tsuda Kageyu2015-11-212-36/+3
* Fix segfaults when calling File::properties() after strip().Tsuda Kageyu2015-08-251-12/+6
* Silence uint ambiguity errors in wavepackproperties.Festus Hagen2015-08-061-1/+1
* Add warnings about calling File::save() repeatedly.Tsuda Kageyu2015-08-041-0/+5
* WavPack: Remove unused formal parameters.Tsuda Kageyu2015-08-013-11/+11
* WavPack: A bit more accurate calculation of the stream length.Tsuda Kageyu2015-06-181-2/+13
* WavPack: AudioProperties improvementsTsuda Kageyu2015-06-183-56/+129
* Remove some unused private function prototypes.Tsuda Kageyu2015-06-121-1/+0
* Fix some typos in comments.Tsuda Kageyu2015-06-092-7/+7
* Avoid an infinite loop when reading fuzzed WavPack files. (#482)Tsuda Kageyu2015-05-221-23/+20
* Fixed a possible out-of-bound access when reading WavPack filesTsuda Kageyu2013-09-192-2/+8
* Merge remote-tracking branch 'TsudaKageyu/comment-update'Lukáš Lalinský2013-07-111-1/+0
|\
| * Comment update: Added some supplementary explanations and fixed some spellings.Tsuda Kageyu2013-06-231-1/+0
* | Updated the relevant commentsTsuda Kageyu2013-07-041-9/+24
* | Added the methods to check which kind of tags the file actually has.Tsuda Kageyu2013-07-042-0/+20
|/
* Fixed comments for File constructorsTsuda Kageyu2013-05-301-3/+4
* ByteVector::toUInt() takes offset and lengthTsuda kageyu2013-04-181-7/+7
* Found and fixed more missing property interface forwarders.Michael Helmling2013-01-032-0/+10
* Consistently handle invalid and deprecated tags in setProperties()Michael Helmling2012-12-262-2/+2
* Update for pull request #89: Change how setProperties() updates tags.Michael Helmling2012-12-202-7/+4
* Fix issue #88 by changing the behavior of setProperties().Michael Helmling2012-12-101-6/+6
* Fixed indentsgonemad2012-10-111-2/+2
* Added check if file is open before attempting to read tagsgonemad2012-10-111-2/+4
* Do not delete the IOStream object in TagLib::FileLukáš Lalinský2012-09-061-0/+3
* - Disambiguate uint and ushort referencesBSDKaffee2012-07-151-1/+1
* Remove trailing whitespaceBirunthan Mohanathas2012-04-191-1/+1
* Rename anonymous enumeration symbols to be unique in wavpackfile.cppVinnie Falco2012-04-151-11/+11
* Added sampleFrames() to audio propertiesStephen F. Booth2012-04-062-0/+9
* some cosmetic changesMichael Helmling2012-02-251-4/+4
* Added lots of missing includesMichael Helmling2012-02-151-0/+1
* Ported wavpack.Michael Helmling2012-02-142-13/+13
* Implemented dict interface for more formats.Michael Helmling2011-11-022-0/+33
* Merge branch 'abstract-io'Lukáš Lalinský2011-06-092-0/+15
|\
| * Duplicate contructors of File subclasses to accept IOStream*Lukáš Lalinský2011-04-112-0/+15
* | Use the PUBLIC_HEADER property to prepare for building an OS X frameworkLukáš Lalinský2011-04-181-1/+0
|/
* *poof*Lukáš Lalinský2011-02-131-16/+0