aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/riff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #986 from ufleisch/ufleisch/wav-extensible-subformatUrs Fleisch2021-01-011-0/+8
|\
| * WAV: Support subformat in WAVE_FORMAT_EXTENSIBLE (#850)Urs Fleisch2020-12-201-0/+8
* | Merge pull request #980 from ufleisch/ufleisch/wav-float-without-factUrs Fleisch2020-12-281-3/+4
|\ \
| * | Calculate bitrate for IEEE Float WAV files without fact chunk (#959)Urs Fleisch2020-12-221-3/+4
| |/
* / Accept WAV files with garbage appended (#973)Urs Fleisch2020-12-061-2/+0
|/
* Completely remove `StripAll` from the APIScott Wheeler2019-09-121-1/+1
* StripAll should be treated as equivalent to StripOthers in `save()`v1.12-beta-1Scott Wheeler2019-09-121-1/+1
* Unify File::save(...) APIs between file formats that support ID3v2Scott Wheeler2019-09-114-5/+34
* Mark deprected methods and remove internal usageScott Wheeler2019-09-112-7/+7
* Do not ignore non zero RIFF padding if leading to parse error (#882)Urs Fleisch2019-02-101-3/+14
* Fix some typos in debug messages.Tsuda Kageyu2017-06-131-2/+2
* Rename the functions 'isValidStream' to 'isSupported'.Tsuda Kageyu2017-02-074-4/+4
* Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-044-4/+47
* Prefer isEmpty()/empty() to size() == 0.Tsuda Kageyu2017-01-211-1/+1
* Suppress MSVC warnings about narrowing conversions.Tsuda Kageyu2016-10-301-2/+2
* Prevent overflows, just in case.Tsuda Kageyu2016-10-281-4/+4
* Remove some useless seek()/tell() from RIFF::File.Tsuda Kageyu2016-10-281-12/+7
* Add some debug messages to RIFF::File, just in case.Tsuda Kageyu2016-02-221-2/+31
* Improve the padding handling of RIFF files a bit.Tsuda Kageyu2016-02-222-51/+71
* Always update the global RIFF size when updating RIFF files.Tsuda Kageyu2016-02-222-11/+32
* Revert "Remove more useless inline specifiers."Tsuda Kageyu2016-02-181-1/+1
* Remove more useless inline specifiers.Tsuda Kageyu2016-02-171-1/+1
* Inline functions had better have internal linkages.Tsuda Kageyu2016-02-151-7/+12
* Ignore 'fact' chunk of WAV files if their format is PCM.Tsuda Kageyu2016-01-301-1/+1
* Fix careless copy-and-paste code.Tsuda Kageyu2015-12-041-1/+1
* Remove some unused private data members.Tsuda Kageyu2015-12-031-9/+8
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-0310-58/+59
* Use a standard type rather than TagLib::ulong.Tsuda Kageyu2015-12-032-3/+3
* Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-022-2/+3
* Use a standard type rather than TagLib::ulonglong.Tsuda Kageyu2015-12-021-2/+2
* Unify some duplicate internal functions.Tsuda Kageyu2015-11-303-33/+65
* Add const to an unchanged data member.Tsuda Kageyu2015-11-301-14/+10
* Remove some private data members not needed to belong to private classes.Tsuda Kageyu2015-11-301-20/+16
* Avoid trying to remove tag chunks when an AIFF file doesn't have an ID3v2 tag.Tsuda Kageyu2015-11-301-3/+5
* Avoid writing an empty ID3v2 tag in an AIFF file.Tsuda Kageyu2015-11-301-2/+5
* Remove duplicate tags when saving AIFF files.Tsuda Kageyu2015-11-221-4/+4
* Merge pull request #642 from TsudaKageyu/strip-and-propertiesTsuda Kageyu2015-11-202-50/+42
|\
| * Remove a private data member not needed to carry.Tsuda Kageyu2015-08-251-9/+2
| * Fix segfaults when calling File::properties() after strip().Tsuda Kageyu2015-08-251-3/+4
| * Add RIFF::WAV::File::strip() function.Tsuda Kageyu2015-08-252-39/+37
* | Avoid using ByteVector::null where an empty vector is required.Tsuda Kageyu2015-11-191-2/+2
* | A bit more accurate calculation of the AIFF audio length.Tsuda Kageyu2015-11-121-1/+1
* | Revert "A bit more accurate calculation of the AIFF audio length."Tsuda Kageyu2015-08-311-1/+1
* | A bit more accurate calculation of the AIFF audio length.Tsuda Kageyu2015-08-311-1/+1
|/
* Fix some typos in comments.Tsuda Kageyu2015-08-142-3/+3
* Fix some typos in comments.Tsuda Kageyu2015-08-111-3/+3
* Merge pull request #575 from TsudaKageyu/chunk-offsetTsuda Kageyu2015-08-011-9/+1
|\
| * Stop calculating the offset in RIFF::File::chunkData().Tsuda Kageyu2015-05-251-9/+1
* | Merge pull request #565 from TsudaKageyu/audioprop-wavTsuda Kageyu2015-08-014-71/+204
|\ \
| * | WAV: Remove unused formal parameters.Tsuda Kageyu2015-08-012-13/+13