aboutsummaryrefslogtreecommitdiffstats
path: root/taglib
Commit message (Expand)AuthorAgeFilesLines
* Remove the old qmake project file, you can use CMake to build a framework nowLukáš Lalinský2011-06-241-275/+0
* Remove the options to disable MP4/ASF supportLukáš Lalinský2011-06-2414-68/+14
* default constructor MP4::Tag::Tag()Anton Sergunov2011-06-212-0/+6
* We still need these includesLukáš Lalinský2011-06-171-0/+19
* Merge remote branch 'lalinsky/abstract-io'Lukáš Lalinský2011-06-093-15/+26
|\
| * Install the new headersLukáš Lalinský2011-05-281-0/+3
| * Merge remote branch 'taglib/master' into abstract-ioLukáš Lalinský2011-05-2824-69/+103
| |\
| * | Added read-only support to FileStreamStephen F. Booth2011-05-282-15/+23
* | | Merge branch 'abstract-io'Lukáš Lalinský2011-06-0939-299/+1367
|\ \ \
| * | | Add an empty default implementation of IOStream::clear()Lukáš Lalinský2011-06-092-1/+6
| |/ /
| * | Remove unnecessary code from tfile.cppLukáš Lalinský2011-04-121-33/+0
| * | Add a ByteVector-backed stream classLukáš Lalinský2011-04-124-32/+313
| * | Duplicate contructors of File subclasses to accept IOStream*Lukáš Lalinský2011-04-1128-0/+239
| * | Make it possible to actually pass a IOStream instance to FileLukáš Lalinský2011-04-111-8/+7
| * | Add FileStream as a copy of File's methodsLukáš Lalinský2011-04-116-251/+610
| * | Add an abstract IOStream classLukáš Lalinský2011-04-116-17/+235
* | | Be more careful when parsing Vorbis CommentsFrank Lai2011-06-091-3/+13
* | | Support for reading ALAC audio propertiesFrank Lai2011-06-091-0/+8
| |/ |/|
* | Make RefCounter compile on OS X with the 10.4 SDKLukáš Lalinský2011-05-151-2/+2
* | Don't lead the scanned blocks on saveScott Wheeler2011-05-091-1/+3
* | Simplify static buildsLukáš Lalinský2011-05-081-6/+1
* | Make it possible to build an OS X frameworkLukáš Lalinský2011-05-081-2/+6
* | Always make a copy of the ID3v1 genre name stringsLukáš Lalinský2011-05-021-1/+1
* | Use the PUBLIC_HEADER property to prepare for building an OS X frameworkLukáš Lalinský2011-04-1821-59/+92
|/
* Clean up the library CMakeLists.txt fileLukáš Lalinský2011-04-091-166/+158
* Upgrade IPLS (2.3) to TIPL (2.4)Lukáš Lalinský2011-04-051-1/+2
* Protect against incorrect ID3v2 version parameterLukáš Lalinský2011-04-051-0/+5
* Convert frames TIPL and TMCL (2.4) to IPLS (2.3)Lukáš Lalinský2011-04-052-5/+33
* Merge branch 'master' into id3v23Lukáš Lalinský2011-04-0510-8/+47
|\
| * Fix DRM detection in WMA filesMartijn van Rheenen2011-03-301-5/+8
| * Untested version of DRM checking in WMA filesLukáš Lalinský2011-03-293-1/+19
| * Check for the presence of the drms atom in MP4 filesLukáš Lalinský2011-03-294-4/+21
| * Use the same SO versioning as we had with automake/libtoolLukáš Lalinský2011-03-191-2/+2
| * Don't overwrite fields that already existLukáš Lalinský2011-03-191-1/+1
| * Define NOMINMAX so that windows.h doesn't define it's own versionsLukáš Lalinský2011-03-191-0/+1
* | Convert TDRC to TYER+TDAT+TIMELukáš Lalinský2011-03-161-0/+12
* | Simple ID3v2.4 => ID3v2.3 frame migrationLukáš Lalinský2011-03-162-1/+69
* | Make sure we don't write UTF8 or UTF16BE to ID3v2.3 tagsLukáš Lalinský2011-03-156-7/+46
* | Support for writing structuraly correct ID3v2.3 tagsLukáš Lalinský2011-03-157-6/+57
|/
* Partial protection against broken WMA filesLukáš Lalinský2011-03-132-13/+65
* Use the memory barrier variants on OS XLukáš Lalinský2011-03-121-2/+2
* Use GCC automic builtins where possibleLukáš Lalinský2011-03-121-6/+22
* Merge branch 'release-1.7'Lukáš Lalinský2011-03-111-3/+7
|\
| * Merge commit 'eee860f9c6' into release-1.7Lukáš Lalinský2011-03-113-38/+47
| |\
| * | Fix memory leaks in the FLAC parsing codeLukáš Lalinský2011-03-111-3/+7
* | | ups, revert my accidentally commited debug outputNick Shaforostoff2011-03-101-2/+0
* | | use atomic refcounting on mac and win32, todo for linuxNick Shaforostoff2011-03-102-0/+26
| |/ |/|
* | Fix build when the 'uint' typedef is already defined.Raphael Kubo da Costa2011-03-021-3/+3
* | 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