aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changelogupstream/stableLukáš Lalinský2012-07-111-0/+5
* Use the default frame factory when it's necessary to parse ID3v2 tags in APE ...Jonathan Liu2012-07-111-1/+1
* Prepare 1.7.2 releasev1.7.2Lukáš Lalinský2012-04-202-1/+7
* Reverse the version check, similarly to what mp4v2 doesLukáš Lalinský2012-04-201-7/+16
* Include <iostream> instead of <ostream> to fix compilation on Haikuscottmc2012-03-188-8/+8
* Increment the version numberv1.7.1Lukáš Lalinský2012-03-171-1/+1
* ChangelogLukáš Lalinský2012-03-171-0/+10
* Fixed (huge) memory leak with ASF.Birunthan Mohnathas2012-03-171-0/+8
* Avoid uint overflow in case the length + index is over UINT_MAXLukáš Lalinský2012-03-101-1/+1
* Don't store the output of ByteVector::toUInt() in int, use uint insteadLukáš Lalinský2012-03-101-1/+1
* Make sure to not try dividing by zeroLukáš Lalinský2012-03-101-1/+1
* Check if the header is TTA1 before parsingStephen F. Booth2012-03-101-10/+17
* Detect RIFF files with invalid chunk sizesLukáš Lalinský2012-03-105-1/+39
* Don't crash when wav files have a 0 for bit per channel (sampleWidth)Stephen F. Booth2012-03-101-1/+1
* Be more careful when parsing Vorbis CommentsFrank Lai2012-03-101-3/+13
* Don't lead the scanned blocks on saveScott Wheeler2012-03-101-1/+3
* Support building documentation out-of-source-dirModestas Vainius2011-04-092-5/+6
* Don't overwrite fields that already existLukáš Lalinský2011-03-192-1/+23
* Partial protection against broken WMA filesLukáš Lalinský2011-03-192-13/+65
* Add release datev1.7Lukáš Lalinský2011-03-111-2/+2
* News for 1.7Lukáš Lalinský2011-03-111-0/+5
* Merge commit 'eee860f9c6' into release-1.7Lukáš Lalinský2011-03-114-39/+48
|\
| * Fix build when the 'uint' typedef is already defined.Raphael Kubo da Costa2011-03-021-3/+3
| * Update the AIFF testLukáš Lalinský2011-02-251-1/+1
| * Fix the patch from r1222376Lukáš Lalinský2011-02-251-2/+2
| * a formal change: convert rifffile.cpp to use vector of structs instead of sev...Nick Shaforostoff2011-02-231-35/+44
| * divide by 1000 instead of 1024 when calculating riff bitrate to get standard ...Nick Shaforostoff2011-02-232-2/+2
* | Fix memory leaks in the FLAC parsing codeLukáš Lalinský2011-03-111-3/+7
|/
* More newsv1.7rc1Lukáš Lalinský2011-02-131-0/+2
* Automatically generate the version number in taglib-configLukáš Lalinský2011-02-132-2/+2
* CMake-specific INSTALL fileLukáš Lalinský2011-02-131-159/+17
* Add svn:ignoreLukáš Lalinský2011-02-130-0/+0
* Move docs building to CMakeLukáš Lalinský2011-02-135-14/+15
* *poof*Lukáš Lalinský2011-02-1355-27948/+0
* Set the version number to 1.7Lukáš Lalinský2011-02-139-11/+15
* Fix writing of new RIFF chunks at even positionsLukáš Lalinský2011-02-135-14/+170
* formal change: combine if-conditions for identical bodiesNick Shaforostoff2011-01-311-3/+1
* Revert r1217775Lukáš Lalinský2011-01-301-9/+3
* disable creation of unknown objects for wma files, because we've seen the cas...Nick Shaforostoff2011-01-281-3/+9
* fix crash on wma file parsing, add clarifications to API docsNick Shaforostoff2011-01-283-1/+15
* Define a macro to properly construct std::bitsetLukáš Lalinský2011-01-244-3/+9
* Back to unsigned long, it breaks compilation on SolarisLukáš Lalinský2011-01-243-3/+3
* Fix compilation on MSVC 2010 with the C++0x version of std::bitsetLukáš Lalinský2011-01-224-4/+3
* NewsLukáš Lalinský2011-01-161-0/+3
* Fixed copyright headersLukáš Lalinský2011-01-162-4/+29
* Consistency with the rest of TagLibLukáš Lalinský2011-01-163-119/+61
* Support for ASF embedded picturesLukáš Lalinský2011-01-1614-9/+541
* Fix FSF addressLukáš Lalinský2011-01-08154-308/+308
* Fix memory leak in AttachedPictureFrameV22Lukáš Lalinský2011-01-081-3/+1
* Fix FLAC testsLukáš Lalinský2011-01-081-10/+0