aboutsummaryrefslogtreecommitdiffstats
path: root/taglib
Commit message (Expand)AuthorAgeFilesLines
* Update the version to v1.11.1.Tsuda Kageyu2016-10-221-1/+1
* Restore the ABI breakage by bringing back a removed private static variable.Tsuda Kageyu2016-10-192-0/+13
* Fix defect in ByteVectorStream::seek when Position==End.Kevin André2016-09-151-1/+1
* Change string to end offsetJake Welton2016-08-141-1/+1
* Fix reading table of contents frames with a lot of children.Tsuda Kageyu2016-05-141-3/+3
* Revert "Hide a private static variable."Tsuda Kageyu2016-04-222-3/+4
* Also ignore the virtual destructor warning when compiling with clangDirk Vanden Boer2016-03-201-1/+1
* Don't stop parsing an ID3v2 SYLT frame when its description is empty.Tsuda Kageyu2016-03-141-1/+1
* Fixed bug #725 - changed the maximum length of an APE key to 255Karel Patlejch2016-03-061-1/+1
* Support Boost iostreams library to decode compressed ID3v2 frames in additiio...Tsuda Kageyu2016-03-022-7/+46
* Skip a useless debug message.Tsuda Kageyu2016-02-241-1/+1
* 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
* Fix a broken indent.Tsuda Kageyu2016-02-221-30/+30
* Remove some #ifdefs and #includes no longer used.Tsuda Kageyu2016-02-224-20/+5
* Separate zlib related code rather than having several #ifdef blocks.Tsuda Kageyu2016-02-215-60/+173
* Make the code in ByteVector::append() a bit more clearer.Tsuda Kageyu2016-02-211-1/+1
* ByteVector::append() can't take the vector itself.Tsuda Kageyu2016-02-201-6/+10
* Fix a possible out-of-bounds access in SynchData::decode().Tsuda Kageyu2016-02-191-12/+8
* Small fix in style.Tsuda Kageyu2016-02-181-1/+1
* Add a TODO comment in ByteVector::replace().Tsuda Kageyu2016-02-181-0/+2
* Revert "Remove more useless inline specifiers."Tsuda Kageyu2016-02-184-15/+15
* Add an overload of ByteVector::replace() which takes chars.Tsuda Kageyu2016-02-184-4/+24
* Decode unsynchronized ID3v2 frames efficiently.Tsuda Kageyu2016-02-181-4/+22
* Remove more useless inline specifiers.Tsuda Kageyu2016-02-174-15/+15
* Cast the parameters of boost::endian::endian_reverse(), just in case.Tsuda Kageyu2016-02-161-3/+3
* Inline functions had better have internal linkages.Tsuda Kageyu2016-02-1511-241/+251
* Enable Boost Endian library again.Tsuda Kageyu2016-02-152-5/+19
* Make sure we don't write UTF8 or UTF16BE to ID3v2.3 tags.Tsuda Kageyu2016-02-154-22/+41
* Disable Boost Endian library for now.Tsuda Kageyu2016-02-142-19/+5
* Find Boost properly.Tsuda Kageyu2016-02-141-0/+8
* Properly mark functions as virtualScott Wheeler2016-02-102-30/+30
* Fix memory leaks when saving Ogg files.Tsuda Kageyu2016-02-071-6/+7
* Add a supplementary note to a comment.Tsuda Kageyu2016-02-061-3/+6
* Correct the license information.Tsuda Kageyu2016-02-0626-64/+163
* Remove strnlen() since some compilers lack it.Tsuda Kageyu2016-02-031-6/+10
* More efficient handling of broken APE item keys.Tsuda Kageyu2016-02-033-18/+59
* APE::Tag::addValue() may append a string to non-text items.Tsuda Kageyu2016-02-021-21/+23
* Oops! We already have a function to check APE item keys.Tsuda Kageyu2016-02-011-24/+26
* APE item keys should be ASCII between 0x20 and 0x7E, not UTF-8.Tsuda Kageyu2016-02-012-8/+27
* Ignore 'fact' chunk of WAV files if their format is PCM.Tsuda Kageyu2016-01-301-1/+1
* Update the version to v1.11.Tsuda Kageyu2016-01-281-1/+1
* Remove the body of deprecated function Ogg::Page::getCopyWithNewPageSequenceN...Tsuda Kageyu2016-01-282-21/+4
* Amend an outdated comment.Tsuda Kageyu2016-01-091-8/+6
* Check if two consecutive MPEG audio frames are consistent.Tsuda Kageyu2016-01-081-3/+17
* Another workaround for broken MPEG headers.Tsuda Kageyu2016-01-081-1/+3
* Revert some unnecessary changes.Tsuda Kageyu2016-01-081-11/+2
* Initialize all the private data members.Tsuda Kageyu2016-01-081-1/+2
* Avoid repeating insert() operations in Ogg::File.Tsuda Kageyu2016-01-061-22/+6