aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/riff
Commit message (Expand)AuthorAgeFilesLines
...
| * | WAV: Avoid using a magic number.Tsuda Kageyu2015-06-302-3/+15
| * | WAV: Move property parsing code to Properties.Tsuda Kageyu2015-06-184-44/+53
| * | WAV: AudioProperties improvementsTsuda Kageyu2015-06-183-45/+157
* | | AIFF: Remove unused formal parameters.Tsuda Kageyu2015-08-013-16/+13
* | | AIFF: Calculate the actual average bitrate even if a file is compressed.Tsuda Kageyu2015-06-184-33/+59
* | | AIFF: AudioProperties improvementsTsuda Kageyu2015-06-183-19/+99
|/ /
* | Fix some typos in comments.Tsuda Kageyu2015-06-094-26/+26
* | Skip duplicate chunks when reading AIFF/WAV files.Tsuda Kageyu2015-05-252-6/+24
|/
* Check AIFF/WAV files for duplicate tags.Tsuda Kageyu2015-02-182-21/+39
* Fix saving ID3v2/INFO tags of WAV files.Tsuda Kageyu2015-01-301-14/+23
* Implement missing AIFF::File::hasID3v2Tag().Tsuda Kageyu2015-01-051-2/+10
* Fix a segfault when parsing WAV properties.Tsuda Kageyu2014-12-311-0/+5
* Fix an infinite loop when parsing an INFO tag.Tsuda Kageyu2014-12-311-2/+8
* Add support for AIFF-C files.Tsuda Kageyu2014-12-302-4/+53
* Fixed a bug on stripping tags when saving .WAV files.Tsuda Kageyu2014-08-072-27/+29
* Added float conversion functions to ByteVector.Tsuda Kageyu2014-07-171-49/+1
* Fixed a mail addressTsuda Kageyu2013-11-251-5/+5
* Fixed detecting RIFF files with invalid chunk sizesTsuda Kageyu2013-10-071-1/+1
* Merge pull request #280 from TsudaKageyu/info-fieldlistStephen F. Booth2013-09-282-0/+17
|\
| * Added a missing fieldListmap() method to RIFF::Info::TagTsuda Kageyu2013-09-172-0/+17
* | Added missing #include <algorithm> for std::min() and std::max()Tsuda Kageyu2013-09-201-0/+1
|/
* Updated the relevant commentsTsuda Kageyu2013-07-042-3/+27
* Added the methods to check which kind of tags the file actually has.Tsuda Kageyu2013-07-044-3/+41
* Fixed comments for File constructorsTsuda Kageyu2013-05-302-12/+16
* Fixed possible memory leakTsuda Kageyu2013-05-012-6/+10
* Comment updateTsuda Kageyu2013-04-281-3/+3
* Fix -Wcast-align violationTsuda kageyu2013-04-201-2/+2
* ByteVector::toUInt() takes offset and lengthTsuda kageyu2013-04-183-9/+9
* Restore ABI changed in pull request #60Tsuda kageyu2013-04-172-2/+17
* Found and fixed more missing property interface forwarders.Michael Helmling2013-01-034-2/+16
* Various uint fixesLukáš Lalinský2012-09-302-5/+4
* Fixed CMakeLists.txtTsuda Kageyu2012-09-081-1/+1
* Fixed an API changeTsuda Kageyu2012-09-072-4/+13
* Added missing commentsTsuda Kageyu2012-09-071-2/+10
* Support INFO tags of RIFF wave files.Tsuda Kageyu2012-09-076-42/+626
* Do not delete the IOStream object in TagLib::FileLukáš Lalinský2012-09-062-0/+6
* Fix warnings with VS2010Tsuda Kageyu2012-08-231-2/+2
* - Disambiguate uint and ushort referencesBSDKaffee2012-07-152-2/+2
* Remove trailing whitespaceBirunthan Mohanathas2012-04-191-1/+1
* Merge remote-tracking branch 'official/master'Michael Helmling2012-02-251-1/+1
|\
| * Correctly handle non-integral bit depthsStephen F. Booth2012-01-301-1/+1
* | Added lots of missing includesMichael Helmling2012-02-152-0/+2
* | ID3 interface complete; vorbis done; wav doneMichael Helmling2012-02-144-21/+20
* | Implemented dict interface for more formats.Michael Helmling2011-11-024-0/+49
|/
* Detect RIFF files with invalid chunk sizesLukáš Lalinský2011-10-083-1/+31
* Don't crash when wav files have a 0 for bit per channel (sampleWidth)Stephen F. Booth2011-07-282-2/+3
* Tabs be goneScott Wheeler2011-06-264-50/+50
* Fix indentationLukáš Lalinský2011-06-252-2/+2
* Added sampleFrames() to AIFFProperties and WAVPropertiesStephen F. Booth2011-06-244-3/+20
* Merge branch 'abstract-io'Lukáš Lalinský2011-06-096-0/+42
|\