]> granicus.if.org Git - taglib/log
taglib
11 years agoUpdate tests
Duke Yin [Thu, 17 Oct 2013 19:14:29 +0000 (15:14 -0400)]
Update tests

11 years agoHandle iTunes ID3v2.3 hacks
Duke Yin [Wed, 16 Oct 2013 22:48:49 +0000 (18:48 -0400)]
Handle iTunes ID3v2.3 hacks

iTunes writes the 2.4 frames TSOA, TSOT, TSOP to 2.3 files.  (It
additionally defines TSO2 and TSOC for both 2.3 and 2.4.)  TagLib should
not delete these frames.

11 years agoFix the length of the TXXX translation mapping (closes #283) v1.9.1
Lukáš Lalinský [Tue, 8 Oct 2013 15:50:01 +0000 (17:50 +0200)]
Fix the length of the TXXX translation mapping (closes #283)

11 years agoUpdate version to 1.9.1
Lukáš Lalinský [Tue, 8 Oct 2013 15:46:34 +0000 (17:46 +0200)]
Update version to 1.9.1

11 years agoAdded TagLib::MP4::PropertyMap::codec()
Lukáš Lalinský [Tue, 8 Oct 2013 15:41:09 +0000 (17:41 +0200)]
Added TagLib::MP4::PropertyMap::codec()

11 years agoMerge remote-tracking branch 'TsudaKageyu/chunksize'
Lukáš Lalinský [Tue, 8 Oct 2013 14:18:43 +0000 (16:18 +0200)]
Merge remote-tracking branch 'TsudaKageyu/chunksize'

11 years agoChange log for 1.9.1
Lukáš Lalinský [Tue, 8 Oct 2013 14:18:30 +0000 (16:18 +0200)]
Change log for 1.9.1

11 years agoMerge remote-tracking branch 'TsudaKageyu/fix-string'
Lukáš Lalinský [Tue, 8 Oct 2013 14:12:49 +0000 (16:12 +0200)]
Merge remote-tracking branch 'TsudaKageyu/fix-string'

11 years agoMerge remote-tracking branch 'TsudaKageyu/msvc_wchar_t'
Lukáš Lalinský [Tue, 8 Oct 2013 14:09:01 +0000 (16:09 +0200)]
Merge remote-tracking branch 'TsudaKageyu/msvc_wchar_t'

11 years agoThese shouldn't be executable either
Lukáš Lalinský [Tue, 8 Oct 2013 14:06:58 +0000 (16:06 +0200)]
These shouldn't be executable either

11 years agoReintroduce the old RefCounter from 1.8, which is needed by TagLib::Map<> and TagLib...
Lukáš Lalinský [Tue, 8 Oct 2013 14:06:03 +0000 (16:06 +0200)]
Reintroduce the old RefCounter from 1.8, which is needed by TagLib::Map<> and TagLib::List<> (closes #296)

11 years agoWorkaround for when MSVC doesn't have wchar_t as a built-in type
Tsuda Kageyu [Tue, 8 Oct 2013 10:55:44 +0000 (19:55 +0900)]
Workaround for when MSVC doesn't have wchar_t as a built-in type

11 years agoFixed detecting RIFF files with invalid chunk sizes
Tsuda Kageyu [Mon, 7 Oct 2013 08:00:58 +0000 (17:00 +0900)]
Fixed detecting RIFF files with invalid chunk sizes

11 years agoThese files should not be marked as executable v1.9
Lukáš Lalinský [Sun, 6 Oct 2013 15:11:01 +0000 (17:11 +0200)]
These files should not be marked as executable

11 years agoUpdate version number to 1.9
Lukáš Lalinský [Sat, 5 Oct 2013 08:53:15 +0000 (10:53 +0200)]
Update version number to 1.9

11 years agoUpdate NEWS
Lukáš Lalinský [Sat, 5 Oct 2013 08:09:09 +0000 (10:09 +0200)]
Update NEWS

11 years agoMerge remote-tracking branch 'TsudaKageyu/wavpack-samplerate'
Lukáš Lalinský [Sat, 5 Oct 2013 07:53:49 +0000 (09:53 +0200)]
Merge remote-tracking branch 'TsudaKageyu/wavpack-samplerate'

11 years agoMerge pull request #290 from FestusHagen/m_WinInstallNotes
Stephen F. Booth [Wed, 2 Oct 2013 02:51:11 +0000 (19:51 -0700)]
Merge pull request #290 from FestusHagen/m_WinInstallNotes

Update Windows INSTALL notes.

11 years agoUpdate Windows INSTALL notes.
Festus Hagen [Mon, 30 Sep 2013 22:06:55 +0000 (18:06 -0400)]
Update Windows INSTALL notes.

11 years agoMerge pull request #280 from TsudaKageyu/info-fieldlist
Stephen F. Booth [Sun, 29 Sep 2013 01:07:26 +0000 (18:07 -0700)]
Merge pull request #280 from TsudaKageyu/info-fieldlist

Added a missing fieldListmap() method to RIFF::Info::Tag

11 years agoMerge pull request #285 from TsudaKageyu/algorithm
Stephen F. Booth [Fri, 20 Sep 2013 11:59:27 +0000 (04:59 -0700)]
Merge pull request #285 from TsudaKageyu/algorithm

Added missing #include <algorithm> for std::min() and std::max()

11 years agoAdded missing #include <algorithm> for std::min() and std::max()
Tsuda Kageyu [Thu, 19 Sep 2013 23:26:37 +0000 (08:26 +0900)]
Added missing #include <algorithm> for std::min() and std::max()

11 years agoFixed a possible out-of-bound access when reading WavPack files
Tsuda Kageyu [Wed, 18 Sep 2013 19:09:28 +0000 (04:09 +0900)]
Fixed a possible out-of-bound access when reading WavPack files

11 years agoAdded a missing fieldListmap() method to RIFF::Info::Tag
Tsuda Kageyu [Tue, 17 Sep 2013 05:59:19 +0000 (14:59 +0900)]
Added a missing fieldListmap() method to RIFF::Info::Tag

11 years agoFixed a bug in creating String from ByteVector
Tsuda Kageyu [Thu, 12 Sep 2013 18:47:03 +0000 (03:47 +0900)]
Fixed a bug in creating String from ByteVector

12 years agoMerge remote-tracking branch 'TsudaKageyu/byteorder-detection'
Lukáš Lalinský [Sun, 21 Jul 2013 12:42:50 +0000 (14:42 +0200)]
Merge remote-tracking branch 'TsudaKageyu/byteorder-detection'

12 years agoFixed an MSVC specific runtime error only in debug mode
Tsuda Kageyu [Wed, 17 Jul 2013 14:35:41 +0000 (23:35 +0900)]
Fixed an MSVC specific runtime error only in debug mode

12 years agoIntroduced the runtime byte order detection when config.h is missing
Tsuda Kageyu [Wed, 17 Jul 2013 06:02:02 +0000 (15:02 +0900)]
Introduced the runtime byte order detection when config.h is missing

12 years agoAdded a test for APE::Item
Tsuda Kageyu [Sun, 14 Jul 2013 02:22:15 +0000 (11:22 +0900)]
Added a test for APE::Item

12 years agoFixed a crash of APE::Item::toString() when the data type is binary
Tsuda Kageyu [Sat, 13 Jul 2013 17:28:57 +0000 (02:28 +0900)]
Fixed a crash of APE::Item::toString() when the data type is binary

12 years agoMerge remote-tracking branch 'TsudaKageyu/string-api-master'
Lukáš Lalinský [Thu, 11 Jul 2013 08:08:05 +0000 (10:08 +0200)]
Merge remote-tracking branch 'TsudaKageyu/string-api-master'

12 years agoMerge remote-tracking branch 'TsudaKageyu/fix-opus'
Lukáš Lalinský [Thu, 11 Jul 2013 08:06:35 +0000 (10:06 +0200)]
Merge remote-tracking branch 'TsudaKageyu/fix-opus'

12 years agoMerge remote-tracking branch 'TsudaKageyu/comment-update'
Lukáš Lalinský [Thu, 11 Jul 2013 08:05:29 +0000 (10:05 +0200)]
Merge remote-tracking branch 'TsudaKageyu/comment-update'

12 years agoMerge remote-tracking branch 'TsudaKageyu/has-tags'
Lukáš Lalinský [Thu, 11 Jul 2013 08:03:28 +0000 (10:03 +0200)]
Merge remote-tracking branch 'TsudaKageyu/has-tags'

12 years agoUpdated the relevant comments
Tsuda Kageyu [Thu, 4 Jul 2013 12:44:28 +0000 (21:44 +0900)]
Updated the relevant comments

12 years agoAdded the methods to check which kind of tags the file actually has.
Tsuda Kageyu [Thu, 4 Jul 2013 09:11:33 +0000 (18:11 +0900)]
Added the methods to check which kind of tags the file actually has.

12 years agoUpdated the related comments
Tsuda Kageyu [Sun, 23 Jun 2013 16:13:35 +0000 (01:13 +0900)]
Updated the related comments

12 years agoAdded conversion from String to const wchar_t*
Tsuda Kageyu [Mon, 10 Jun 2013 15:09:37 +0000 (00:09 +0900)]
Added conversion from String to const wchar_t*

12 years agoComment update: Added some supplementary explanations and fixed some spellings.
Tsuda Kageyu [Sat, 22 Jun 2013 17:08:10 +0000 (02:08 +0900)]
Comment update: Added some supplementary explanations and fixed some spellings.

12 years agoChanged the style to follow TagLib's one
Tsuda Kageyu [Sat, 22 Jun 2013 09:06:40 +0000 (18:06 +0900)]
Changed the style to follow TagLib's one

12 years agoAdded a missing check if an Opus file is open
Tsuda Kageyu [Sat, 22 Jun 2013 07:12:57 +0000 (16:12 +0900)]
Added a missing check if an Opus file is open

12 years agoAdded some test cases for FileRef about unsupported files
Tsuda Kageyu [Fri, 21 Jun 2013 06:29:00 +0000 (15:29 +0900)]
Added some test cases for FileRef about unsupported files

12 years agoMerge remote-tracking branch 'FestusHagen/sw_initorder'
Lukáš Lalinský [Fri, 21 Jun 2013 06:01:50 +0000 (08:01 +0200)]
Merge remote-tracking branch 'FestusHagen/sw_initorder'

12 years agoFix file modes 2.
Festus Hagen [Thu, 20 Jun 2013 22:50:14 +0000 (18:50 -0400)]
Fix file modes 2.

12 years agoFix file modes.
Festus Hagen [Thu, 20 Jun 2013 22:37:06 +0000 (18:37 -0400)]
Fix file modes.

12 years agoSilence Initialization Order Warnings 2.
Festus Hagen [Thu, 20 Jun 2013 20:40:05 +0000 (16:40 -0400)]
Silence Initialization Order Warnings 2.

12 years agoMove byteSwap to a (private) shared include file, rather than having the same code...
Lukáš Lalinský [Thu, 20 Jun 2013 13:22:06 +0000 (15:22 +0200)]
Move byteSwap to a (private) shared include file, rather than having the same code in tstring.cpp and tbytevector.cpp

12 years agoReintroduce HAVE_CONFIG_H so that TagLib can be built without CMake
Lukáš Lalinský [Thu, 20 Jun 2013 13:07:25 +0000 (15:07 +0200)]
Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMake

12 years agoMerge remote-tracking branch 'TsudaKageyu/debug-msg3'
Lukáš Lalinský [Thu, 20 Jun 2013 11:40:26 +0000 (13:40 +0200)]
Merge remote-tracking branch 'TsudaKageyu/debug-msg3'

12 years agoMaking use of std::bitset::to_string()
Tsuda Kageyu [Sat, 15 Jun 2013 04:21:07 +0000 (13:21 +0900)]
Making use of std::bitset::to_string()

12 years agoSilence Initialization Order Warnings.
Festus Hagen [Tue, 11 Jun 2013 21:20:46 +0000 (17:20 -0400)]
Silence Initialization Order Warnings.

12 years agoUpdated the comment for DebugListener class
Tsuda Kageyu [Tue, 11 Jun 2013 10:23:46 +0000 (19:23 +0900)]
Updated the comment for DebugListener class

12 years agoRemoved getDebugListener()
Tsuda Kageyu [Mon, 10 Jun 2013 07:24:28 +0000 (16:24 +0900)]
Removed getDebugListener()

12 years agoMoved a macro from taglib_config.h to config.h
Tsuda Kageyu [Sun, 9 Jun 2013 16:19:47 +0000 (01:19 +0900)]
Moved a macro from taglib_config.h to config.h

12 years agoAdded a CMake option that allows to show debug messages in release mode
Tsuda Kageyu [Sun, 9 Jun 2013 14:52:05 +0000 (23:52 +0900)]
Added a CMake option that allows to show debug messages in release mode

12 years agoRemoved TAGLIB_EXPORT from getDebugListener
Tsuda Kageyu [Sat, 8 Jun 2013 13:26:13 +0000 (22:26 +0900)]
Removed TAGLIB_EXPORT from getDebugListener

12 years agoSimplified DebugListener class
Tsuda Kageyu [Sat, 8 Jun 2013 12:40:30 +0000 (21:40 +0900)]
Simplified DebugListener class

12 years agoMerge branch 'revert-changes' of https://github.com/TsudaKageyu/taglib
Lukáš Lalinský [Sat, 8 Jun 2013 10:58:53 +0000 (12:58 +0200)]
Merge branch 'revert-changes' of https://github.com/TsudaKageyu/taglib

12 years agoRevert "Fixed some MSVC specific warnings"
Tsuda Kageyu [Sat, 8 Jun 2013 04:14:06 +0000 (13:14 +0900)]
Revert "Fixed some MSVC specific warnings"

This reverts commit 93f304a91d83ca3f58dfcdc47aecd183ee128813.

12 years agoEnabled users to define custom debug message listeners
Tsuda Kageyu [Sat, 8 Jun 2013 00:59:36 +0000 (09:59 +0900)]
Enabled users to define custom debug message listeners

12 years agoEnabled users to define custom debug message listeners
Tsuda Kageyu [Fri, 7 Jun 2013 17:51:20 +0000 (02:51 +0900)]
Enabled users to define custom debug message listeners

12 years agofixed build failure
naiar [Fri, 7 Jun 2013 11:00:13 +0000 (20:00 +0900)]
fixed build failure

12 years agoMerge pull request #232 from TsudaKageyu/remove-shlwapi
Tsuda Kageyu [Thu, 6 Jun 2013 04:59:11 +0000 (21:59 -0700)]
Merge pull request #232 from TsudaKageyu/remove-shlwapi

Removed the dependency on shlwapi.dll in Win32

12 years agoRemoved the dependency on shlwapi.dll in Win32
Tsuda Kageyu [Thu, 6 Jun 2013 04:45:23 +0000 (13:45 +0900)]
Removed the dependency on shlwapi.dll in Win32

12 years agoMerge pull request #231 from TsudaKageyu/containsat
Tsuda Kageyu [Sat, 1 Jun 2013 19:03:34 +0000 (12:03 -0700)]
Merge pull request #231 from TsudaKageyu/containsat

Fixed behavior change of ByteVector::containsAt()

12 years agoAdded some tests for containsAt()
Tsuda Kageyu [Sat, 1 Jun 2013 18:58:50 +0000 (03:58 +0900)]
Added some tests for containsAt()

12 years agoFixed behavior change of ByteVector::containsAt()
Tsuda Kageyu [Sat, 1 Jun 2013 18:45:13 +0000 (03:45 +0900)]
Fixed behavior change of ByteVector::containsAt()

12 years agoMerge pull request #230 from TsudaKageyu/gcc42-3
Tsuda Kageyu [Sat, 1 Jun 2013 17:49:07 +0000 (10:49 -0700)]
Merge pull request #230 from TsudaKageyu/gcc42-3

Fixed compilation error with GCC4.2

12 years agoFixed compilation error with GCC4.2
Tsuda Kageyu [Sat, 1 Jun 2013 17:37:15 +0000 (02:37 +0900)]
Fixed compilation error with GCC4.2

12 years agoMerge pull request #229 from TsudaKageyu/gcc42-2
Tsuda Kageyu [Sat, 1 Jun 2013 17:11:52 +0000 (10:11 -0700)]
Merge pull request #229 from TsudaKageyu/gcc42-2

Fixed compilation error with GCC4.2

12 years agoFixed compilation error with GCC4.2
Tsuda Kageyu [Sat, 1 Jun 2013 17:05:11 +0000 (02:05 +0900)]
Fixed compilation error with GCC4.2

12 years agoMerge pull request #228 from TsudaKageyu/gcc42
Tsuda Kageyu [Sat, 1 Jun 2013 15:05:29 +0000 (08:05 -0700)]
Merge pull request #228 from TsudaKageyu/gcc42

Fixed compilation error with GCC4.2

12 years agoFixed compilation error with GCC4.2
Tsuda Kageyu [Sat, 1 Jun 2013 14:55:52 +0000 (23:55 +0900)]
Fixed compilation error with GCC4.2

12 years agoMerge pull request #226 from TsudaKageyu/file-comments
Tsuda Kageyu [Fri, 31 May 2013 05:34:21 +0000 (22:34 -0700)]
Merge pull request #226 from TsudaKageyu/file-comments

Fixed comments for File constructors

12 years agoFixed comments for File constructors
Tsuda Kageyu [Wed, 29 May 2013 17:04:10 +0000 (02:04 +0900)]
Fixed comments for File constructors

12 years agoMerge pull request #224 from TsudaKageyu/memoryleak
Tsuda Kageyu [Mon, 27 May 2013 15:20:38 +0000 (08:20 -0700)]
Merge pull request #224 from TsudaKageyu/memoryleak

Fixed memory leak of ByteVector

12 years agoFixed memory leak of ByteVector
Tsuda Kageyu [Mon, 27 May 2013 15:02:09 +0000 (00:02 +0900)]
Fixed memory leak of ByteVector

12 years agoMerge pull request #222 from TsudaKageyu/vc-filename
Tsuda Kageyu [Sun, 26 May 2013 13:03:49 +0000 (06:03 -0700)]
Merge pull request #222 from TsudaKageyu/vc-filename

Fixed some MSVC specific warnings

12 years agoFixed some MSVC specific warnings
Tsuda Kageyu [Sun, 26 May 2013 05:38:36 +0000 (14:38 +0900)]
Fixed some MSVC specific warnings

12 years agoMerge pull request #221 from TsudaKageyu/fix-shlwapi
Tsuda Kageyu [Sat, 25 May 2013 19:20:57 +0000 (12:20 -0700)]
Merge pull request #221 from TsudaKageyu/fix-shlwapi

Fixed shlwapi.h and shlwapi.lib detection for MSVC

12 years agoFixed shlwapi.h and shlwapi.lib detection for MSVC
Tsuda Kageyu [Sat, 25 May 2013 19:17:18 +0000 (04:17 +0900)]
Fixed shlwapi.h and shlwapi.lib detection for MSVC

12 years agoMerge pull request #220 from FestusHagen/cmake_shlwapi
Tsuda Kageyu [Sat, 25 May 2013 19:04:08 +0000 (12:04 -0700)]
Merge pull request #220 from FestusHagen/cmake_shlwapi

Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.

12 years agoAdded FindShlwapi.cmake in lieu of pragma comment() in fileref.h.
Festus Hagen [Sat, 25 May 2013 05:51:26 +0000 (01:51 -0400)]
Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.

12 years agoMerge pull request #219 from joelverhagen/master
Tsuda Kageyu [Fri, 24 May 2013 01:44:15 +0000 (18:44 -0700)]
Merge pull request #219 from joelverhagen/master

Windows build fails on master (due to RefCounter not being exported)

12 years agoAdded TAGLIB_EXPORT to RefCounter for Windows build
Joel Verhagen [Thu, 23 May 2013 17:42:51 +0000 (13:42 -0400)]
Added TAGLIB_EXPORT to RefCounter for Windows build

12 years agoMerge pull request #215 from TsudaKageyu/smallfile
Tsuda Kageyu [Thu, 23 May 2013 09:22:48 +0000 (02:22 -0700)]
Merge pull request #215 from TsudaKageyu/smallfile

Fixed bugs on manipulating small files

12 years agoFixed bugs on manipulating small files
Tsuda Kageyu [Thu, 23 May 2013 08:38:43 +0000 (17:38 +0900)]
Fixed bugs on manipulating small files

12 years agoMerge pull request #209 from TsudaKageyu/bytevector
Tsuda Kageyu [Mon, 20 May 2013 20:50:59 +0000 (13:50 -0700)]
Merge pull request #209 from TsudaKageyu/bytevector

Changed behavior of ByteVector::toNumber() when overrun

12 years agoChanged behavior of ByteVector::toNumber() when overrun
Tsuda Kageyu [Mon, 20 May 2013 20:36:01 +0000 (05:36 +0900)]
Changed behavior of ByteVector::toNumber() when overrun

12 years agoMerge pull request #204 from TsudaKageyu/number
Tsuda Kageyu [Sun, 19 May 2013 05:59:02 +0000 (22:59 -0700)]
Merge pull request #204 from TsudaKageyu/number

Changed String::number() to use a standard function

12 years agoChanged String::number() to use a standard function
Tsuda Kageyu [Sun, 19 May 2013 05:39:45 +0000 (14:39 +0900)]
Changed String::number() to use a standard function

12 years agoAdded myself to AUTHORS
Tsuda Kageyu [Sun, 19 May 2013 02:59:37 +0000 (11:59 +0900)]
Added myself to AUTHORS

12 years agoMerge pull request #203 from TsudaKageyu/fix-filestream
Tsuda Kageyu [Sun, 19 May 2013 02:21:36 +0000 (19:21 -0700)]
Merge pull request #203 from TsudaKageyu/fix-filestream

Fixed initialization of FileStream

12 years agoFixed initialization of FileStream
Tsuda Kageyu [Sun, 19 May 2013 02:09:43 +0000 (11:09 +0900)]
Fixed initialization of FileStream

12 years agoMerge pull request #202 from TsudaKageyu/fix-filestream
Tsuda Kageyu [Sat, 18 May 2013 17:49:31 +0000 (10:49 -0700)]
Merge pull request #202 from TsudaKageyu/fix-filestream

Small refactoring of FileStream

12 years agoSmall refactoring of FileStream
Tsuda Kageyu [Sat, 18 May 2013 17:33:17 +0000 (02:33 +0900)]
Small refactoring of FileStream

12 years agoMerge pull request #201 from TsudaKageyu/unicodefile
Tsuda Kageyu [Sat, 18 May 2013 14:41:07 +0000 (07:41 -0700)]
Merge pull request #201 from TsudaKageyu/unicodefile

Small change in Win9x support

12 years agoSmall change in Win9x support
Tsuda Kageyu [Sat, 18 May 2013 14:30:15 +0000 (23:30 +0900)]
Small change in Win9x support

12 years agoMerge pull request #199 from TsudaKageyu/fix-zlib
Tsuda Kageyu [Thu, 16 May 2013 11:38:24 +0000 (04:38 -0700)]
Merge pull request #199 from TsudaKageyu/fix-zlib

Fixed the test for ID3V2's compressed frame

12 years agoFixed the test for ID3V2's compressed frame
Tsuda Kageyu [Thu, 16 May 2013 11:26:20 +0000 (20:26 +0900)]
Fixed the test for ID3V2's compressed frame