aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | added .mod file supportMathias Panzenböck2011-06-1417-127/+378
| |
* | Mod::File -> Mod::FileBaseMathias Panzenböck2011-06-149-25/+25
| |
* | more indentation fixesMathias Panzenböck2011-06-144-25/+25
| |
* | code formatting fixesMathias Panzenböck2011-06-142-4/+4
| |
* | converted tabs to spacesMathias Panzenböck2011-06-1420-907/+909
| |
* | refactored for ABI compat and write support of some tags of s3m/it/xm filesMathias Panzenböck2011-06-1425-733/+1456
| | | | | | | | | | | | | | tags that can be written: * s3m: title * it: title * xm: title, trackerName
* | added read-only support for s3m, it and xmMathias Panzenböck2011-06-1320-0/+1499
|/
* 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-2828-80/+150
| |\
| * | Added read-only support to FileStreamStephen F. Booth2011-05-282-15/+23
| | |
* | | Merge branch 'abstract-io'Lukáš Lalinský2011-06-0941-299/+1460
|\ \ \
| * | | 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-126-32/+406
| | |
| * | 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-092-1/+9
| | |
* | | ALAC file encoded by iTunesFrank Lai2011-06-091-0/+0
| | |
* | | Add a (failing) test for reading ALAC audio propertiesLukáš Lalinský2011-06-082-2/+13
| |/ |/|
* | Make RefCounter compile on OS X with the 10.4 SDKLukáš Lalinský2011-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | The 10.4 SDK defines OSAtomic functions as int32_t, while 10.5 and newer SDKs define them as volatile int32_t. This caused a compilation error when compiling against the 10.4 SDK. I'd have prefered a preprocessor-based solution, but I couldn't find any macro that says the SDK version, so I copied this cast solution from Apple's WebKit. I assume then know what they are doing if they have to workaround their own API. :)
* | Don't lead the scanned blocks on saveScott Wheeler2011-05-091-1/+3
| |
* | Merge pull request #2 from wplaschg/masterLukáš Lalinský2011-05-091-0/+19
|\ \ | | | | | | Added ignore rules for MSVC 2008 build results
| * | Adding ignore rules for MSVC 2008 build resultsWolfgang Plaschg2011-05-091-0/+19
| | |
* | | Simplify static buildsLukáš Lalinský2011-05-083-12/+8
| | |
* | | Don't install pkg-config files when building a frameworkLukáš Lalinský2011-05-082-4/+5
| | |
* | | Make it possible to build an OS X frameworkLukáš Lalinský2011-05-083-4/+17
|/ /
* | Always make a copy of the ID3v1 genre name stringsLukáš Lalinský2011-05-021-1/+1
| | | | | | | | http://thread.gmane.org/gmane.comp.kde.devel.taglib/1876
* | Add info about BUILD_EXAMPLES to the INSTALL fileLukáš Lalinský2011-04-191-0/+4
| |
* | Use the PUBLIC_HEADER property to prepare for building an OS X frameworkLukáš Lalinský2011-04-1823-61/+96
|/
* Make it possible to run the test suite out of the source treeLukáš Lalinský2011-04-1113-26/+41
|
* The website has more up-to-date linksLukáš Lalinský2011-04-091-2/+2
|
* Add myself to the AUTHORS fileLukáš Lalinský2011-04-091-0/+2
|
* Obsolete comment now that we are not in kdesupportLukáš Lalinský2011-04-091-3/+0
|
* Clean up the library CMakeLists.txt fileLukáš Lalinský2011-04-092-206/+195
|
* Clean up the main CMakeLists.txt fileLukáš Lalinský2011-04-093-62/+50
|
* Don't set unnecessary compiler optionsLukáš Lalinský2011-04-091-15/+4
|
* Merge branch 'master' of github.com:taglib/taglibLukáš Lalinský2011-04-0915-14/+354
|\
| * NEWS entriesLukáš Lalinský2011-04-061-0/+2
| |
| * Upgrade IPLS (2.3) to TIPL (2.4)Lukáš Lalinský2011-04-052-2/+3
| |
| * Protect against incorrect ID3v2 version parameterLukáš Lalinský2011-04-052-0/+25
| |
| * Convert frames TIPL and TMCL (2.4) to IPLS (2.3)Lukáš Lalinský2011-04-053-5/+50
| |
| * Merge branch 'master' into id3v23Lukáš Lalinský2011-04-0514-9/+90
| |\
| * \ Merge branch 'master' into id3v23Lukáš Lalinský2011-03-1776-91/+2
| |\ \
| * | | Convert TDRC to TYER+TDAT+TIMELukáš Lalinský2011-03-162-1/+13
| | | |
| * | | Clean-up temporary filesLukáš Lalinský2011-03-161-2/+2
| | | |
| * | | Simple ID3v2.4 => ID3v2.3 frame migrationLukáš Lalinský2011-03-163-1/+112
| | | |