aboutsummaryrefslogtreecommitdiffstats
path: root/taglib
Commit message (Expand)AuthorAgeFilesLines
* Fix the length of the TXXX translation mapping (closes #283)v1.9.1Lukáš Lalinský2013-10-081-1/+1
* Update version to 1.9.1Lukáš Lalinský2013-10-081-1/+1
* Added TagLib::MP4::PropertyMap::codec()Lukáš Lalinský2013-10-082-4/+21
* Merge remote-tracking branch 'TsudaKageyu/chunksize'Lukáš Lalinský2013-10-081-1/+1
|\
| * Fixed detecting RIFF files with invalid chunk sizesTsuda Kageyu2013-10-071-1/+1
* | Merge remote-tracking branch 'TsudaKageyu/fix-string'Lukáš Lalinský2013-10-081-0/+3
|\ \
| * | Fixed a bug in creating String from ByteVectorTsuda Kageyu2013-09-131-0/+3
* | | Merge remote-tracking branch 'TsudaKageyu/msvc_wchar_t'Lukáš Lalinský2013-10-081-3/+8
|\ \ \
| * | | Workaround for when MSVC doesn't have wchar_t as a built-in typeTsuda Kageyu2013-10-081-3/+8
| | |/ | |/|
* | | These shouldn't be executable eitherLukáš Lalinský2013-10-083-0/+0
* | | Reintroduce the old RefCounter from 1.8, which is needed by TagLib::Map<> and...Lukáš Lalinský2013-10-083-5/+60
|/ /
* | Update version number to 1.9Lukáš Lalinský2013-10-051-1/+1
* | Merge remote-tracking branch 'TsudaKageyu/wavpack-samplerate'Lukáš Lalinský2013-10-052-2/+8
|\ \
| * | Fixed a possible out-of-bound access when reading WavPack filesTsuda Kageyu2013-09-192-2/+8
| |/
* | 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-202-0/+2
|/
* Merge remote-tracking branch 'TsudaKageyu/byteorder-detection'Lukáš Lalinský2013-07-213-63/+89
|\
| * Introduced the runtime byte order detection when config.h is missingTsuda Kageyu2013-07-173-63/+89
* | Fixed an MSVC specific runtime error only in debug modeTsuda Kageyu2013-07-171-3/+8
|/
* Fixed a crash of APE::Item::toString() when the data type is binaryTsuda Kageyu2013-07-142-17/+29
* Merge remote-tracking branch 'TsudaKageyu/string-api-master'Lukáš Lalinský2013-07-112-15/+45
|\
| * Updated the related commentsTsuda Kageyu2013-06-241-16/+32
| * Added conversion from String to const wchar_t*Tsuda Kageyu2013-06-242-1/+15
* | Merge remote-tracking branch 'TsudaKageyu/fix-opus'Lukáš Lalinský2013-07-111-8/+10
|\ \
| * | Changed the style to follow TagLib's oneTsuda Kageyu2013-06-221-6/+6
| * | Added a missing check if an Opus file is openTsuda Kageyu2013-06-221-8/+10
| |/
* | Merge remote-tracking branch 'TsudaKageyu/comment-update'Lukáš Lalinský2013-07-118-20/+25
|\ \
| * | Comment update: Added some supplementary explanations and fixed some spellings.Tsuda Kageyu2013-06-238-20/+25
| |/
* | Updated the relevant commentsTsuda Kageyu2013-07-0411-78/+218
* | Added the methods to check which kind of tags the file actually has.Tsuda Kageyu2013-07-0417-8/+164
|/
* Merge remote-tracking branch 'FestusHagen/sw_initorder'Lukáš Lalinský2013-06-211-4/+4
|\
| * Fix file modes 2.Festus Hagen2013-06-201-0/+0
| * Fix file modes.Festus Hagen2013-06-203-0/+0
| * Silence Initialization Order Warnings 2.Festus Hagen2013-06-202-5/+5
| * Silence Initialization Order Warnings.Festus Hagen2013-06-111-1/+1
* | Move byteSwap to a (private) shared include file, rather than having the same...Lukáš Lalinský2013-06-203-158/+155
* | Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMakeLukáš Lalinský2013-06-2012-14/+24
* | Merge remote-tracking branch 'TsudaKageyu/debug-msg3'Lukáš Lalinský2013-06-206-29/+222
|\ \ | |/ |/|
| * Making use of std::bitset::to_string()Tsuda Kageyu2013-06-151-8/+3
| * Updated the comment for DebugListener classTsuda Kageyu2013-06-111-0/+4
| * Removed getDebugListener()Tsuda Kageyu2013-06-103-40/+36
| * Moved a macro from taglib_config.h to config.hTsuda Kageyu2013-06-102-5/+2
| * Added a CMake option that allows to show debug messages in release modeTsuda Kageyu2013-06-093-12/+18
| * Removed TAGLIB_EXPORT from getDebugListenerTsuda Kageyu2013-06-081-1/+1
| * Simplified DebugListener classTsuda Kageyu2013-06-083-30/+57
| * Enabled users to define custom debug message listenersTsuda Kageyu2013-06-084-9/+64
| * Enabled users to define custom debug message listenersTsuda Kageyu2013-06-085-47/+160
* | Revert "Fixed some MSVC specific warnings"Tsuda Kageyu2013-06-082-37/+18
|/
* Removed the dependency on shlwapi.dll in Win32Tsuda Kageyu2013-06-065-61/+31