]>
granicus.if.org Git - taglib/log
Duke Yin [Thu, 17 Oct 2013 19:14:29 +0000 (15:14 -0400)]
Update tests
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.
Lukáš Lalinský [Tue, 8 Oct 2013 15:50:01 +0000 (17:50 +0200)]
Fix the length of the TXXX translation mapping (closes #283)
Lukáš Lalinský [Tue, 8 Oct 2013 15:46:34 +0000 (17:46 +0200)]
Update version to 1.9.1
Lukáš Lalinský [Tue, 8 Oct 2013 15:41:09 +0000 (17:41 +0200)]
Added TagLib::MP4::PropertyMap::codec()
Lukáš Lalinský [Tue, 8 Oct 2013 14:18:43 +0000 (16:18 +0200)]
Merge remote-tracking branch 'TsudaKageyu/chunksize'
Lukáš Lalinský [Tue, 8 Oct 2013 14:18:30 +0000 (16:18 +0200)]
Change log for 1.9.1
Lukáš Lalinský [Tue, 8 Oct 2013 14:12:49 +0000 (16:12 +0200)]
Merge remote-tracking branch 'TsudaKageyu/fix-string'
Lukáš Lalinský [Tue, 8 Oct 2013 14:09:01 +0000 (16:09 +0200)]
Merge remote-tracking branch 'TsudaKageyu/msvc_wchar_t'
Lukáš Lalinský [Tue, 8 Oct 2013 14:06:58 +0000 (16:06 +0200)]
These shouldn't be executable either
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)
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
Tsuda Kageyu [Mon, 7 Oct 2013 08:00:58 +0000 (17:00 +0900)]
Fixed detecting RIFF files with invalid chunk sizes
Lukáš Lalinský [Sun, 6 Oct 2013 15:11:01 +0000 (17:11 +0200)]
These files should not be marked as executable
Lukáš Lalinský [Sat, 5 Oct 2013 08:53:15 +0000 (10:53 +0200)]
Update version number to 1.9
Lukáš Lalinský [Sat, 5 Oct 2013 08:09:09 +0000 (10:09 +0200)]
Update NEWS
Lukáš Lalinský [Sat, 5 Oct 2013 07:53:49 +0000 (09:53 +0200)]
Merge remote-tracking branch 'TsudaKageyu/wavpack-samplerate'
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.
Festus Hagen [Mon, 30 Sep 2013 22:06:55 +0000 (18:06 -0400)]
Update Windows INSTALL notes.
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
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()
Tsuda Kageyu [Thu, 19 Sep 2013 23:26:37 +0000 (08:26 +0900)]
Added missing #include <algorithm> for std::min() and std::max()
Tsuda Kageyu [Wed, 18 Sep 2013 19:09:28 +0000 (04:09 +0900)]
Fixed a possible out-of-bound access when reading WavPack files
Tsuda Kageyu [Tue, 17 Sep 2013 05:59:19 +0000 (14:59 +0900)]
Added a missing fieldListmap() method to RIFF::Info::Tag
Tsuda Kageyu [Thu, 12 Sep 2013 18:47:03 +0000 (03:47 +0900)]
Fixed a bug in creating String from ByteVector
Lukáš Lalinský [Sun, 21 Jul 2013 12:42:50 +0000 (14:42 +0200)]
Merge remote-tracking branch 'TsudaKageyu/byteorder-detection'
Tsuda Kageyu [Wed, 17 Jul 2013 14:35:41 +0000 (23:35 +0900)]
Fixed an MSVC specific runtime error only in debug mode
Tsuda Kageyu [Wed, 17 Jul 2013 06:02:02 +0000 (15:02 +0900)]
Introduced the runtime byte order detection when config.h is missing
Tsuda Kageyu [Sun, 14 Jul 2013 02:22:15 +0000 (11:22 +0900)]
Added a test for APE::Item
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
Lukáš Lalinský [Thu, 11 Jul 2013 08:08:05 +0000 (10:08 +0200)]
Merge remote-tracking branch 'TsudaKageyu/string-api-master'
Lukáš Lalinský [Thu, 11 Jul 2013 08:06:35 +0000 (10:06 +0200)]
Merge remote-tracking branch 'TsudaKageyu/fix-opus'
Lukáš Lalinský [Thu, 11 Jul 2013 08:05:29 +0000 (10:05 +0200)]
Merge remote-tracking branch 'TsudaKageyu/comment-update'
Lukáš Lalinský [Thu, 11 Jul 2013 08:03:28 +0000 (10:03 +0200)]
Merge remote-tracking branch 'TsudaKageyu/has-tags'
Tsuda Kageyu [Thu, 4 Jul 2013 12:44:28 +0000 (21:44 +0900)]
Updated the relevant comments
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.
Tsuda Kageyu [Sun, 23 Jun 2013 16:13:35 +0000 (01:13 +0900)]
Updated the related comments
Tsuda Kageyu [Mon, 10 Jun 2013 15:09:37 +0000 (00:09 +0900)]
Added conversion from String to const wchar_t*
Tsuda Kageyu [Sat, 22 Jun 2013 17:08:10 +0000 (02:08 +0900)]
Comment update: Added some supplementary explanations and fixed some spellings.
Tsuda Kageyu [Sat, 22 Jun 2013 09:06:40 +0000 (18:06 +0900)]
Changed the style to follow TagLib's one
Tsuda Kageyu [Sat, 22 Jun 2013 07:12:57 +0000 (16:12 +0900)]
Added a missing check if an Opus file is open
Tsuda Kageyu [Fri, 21 Jun 2013 06:29:00 +0000 (15:29 +0900)]
Added some test cases for FileRef about unsupported files
Lukáš Lalinský [Fri, 21 Jun 2013 06:01:50 +0000 (08:01 +0200)]
Merge remote-tracking branch 'FestusHagen/sw_initorder'
Festus Hagen [Thu, 20 Jun 2013 22:50:14 +0000 (18:50 -0400)]
Fix file modes 2.
Festus Hagen [Thu, 20 Jun 2013 22:37:06 +0000 (18:37 -0400)]
Fix file modes.
Festus Hagen [Thu, 20 Jun 2013 20:40:05 +0000 (16:40 -0400)]
Silence Initialization Order Warnings 2.
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
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
Lukáš Lalinský [Thu, 20 Jun 2013 11:40:26 +0000 (13:40 +0200)]
Merge remote-tracking branch 'TsudaKageyu/debug-msg3'
Tsuda Kageyu [Sat, 15 Jun 2013 04:21:07 +0000 (13:21 +0900)]
Making use of std::bitset::to_string()
Festus Hagen [Tue, 11 Jun 2013 21:20:46 +0000 (17:20 -0400)]
Silence Initialization Order Warnings.
Tsuda Kageyu [Tue, 11 Jun 2013 10:23:46 +0000 (19:23 +0900)]
Updated the comment for DebugListener class
Tsuda Kageyu [Mon, 10 Jun 2013 07:24:28 +0000 (16:24 +0900)]
Removed getDebugListener()
Tsuda Kageyu [Sun, 9 Jun 2013 16:19:47 +0000 (01:19 +0900)]
Moved a macro from taglib_config.h to config.h
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
Tsuda Kageyu [Sat, 8 Jun 2013 13:26:13 +0000 (22:26 +0900)]
Removed TAGLIB_EXPORT from getDebugListener
Tsuda Kageyu [Sat, 8 Jun 2013 12:40:30 +0000 (21:40 +0900)]
Simplified DebugListener class
Lukáš Lalinský [Sat, 8 Jun 2013 10:58:53 +0000 (12:58 +0200)]
Merge branch 'revert-changes' of https://github.com/TsudaKageyu/taglib
Tsuda Kageyu [Sat, 8 Jun 2013 04:14:06 +0000 (13:14 +0900)]
Revert "Fixed some MSVC specific warnings"
This reverts commit
93f304a91d83ca3f58dfcdc47aecd183ee128813 .
Tsuda Kageyu [Sat, 8 Jun 2013 00:59:36 +0000 (09:59 +0900)]
Enabled 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
naiar [Fri, 7 Jun 2013 11:00:13 +0000 (20:00 +0900)]
fixed build failure
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
Tsuda Kageyu [Thu, 6 Jun 2013 04:45:23 +0000 (13:45 +0900)]
Removed the dependency on shlwapi.dll in Win32
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()
Tsuda Kageyu [Sat, 1 Jun 2013 18:58:50 +0000 (03:58 +0900)]
Added some tests for containsAt()
Tsuda Kageyu [Sat, 1 Jun 2013 18:45:13 +0000 (03:45 +0900)]
Fixed behavior change of ByteVector::containsAt()
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
Tsuda Kageyu [Sat, 1 Jun 2013 17:37:15 +0000 (02:37 +0900)]
Fixed compilation error with GCC4.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
Tsuda Kageyu [Sat, 1 Jun 2013 17:05:11 +0000 (02:05 +0900)]
Fixed compilation error with GCC4.2
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
Tsuda Kageyu [Sat, 1 Jun 2013 14:55:52 +0000 (23:55 +0900)]
Fixed compilation error with GCC4.2
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
Tsuda Kageyu [Wed, 29 May 2013 17:04:10 +0000 (02:04 +0900)]
Fixed comments for File constructors
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
Tsuda Kageyu [Mon, 27 May 2013 15:02:09 +0000 (00:02 +0900)]
Fixed memory leak of ByteVector
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
Tsuda Kageyu [Sun, 26 May 2013 05:38:36 +0000 (14:38 +0900)]
Fixed some MSVC specific warnings
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
Tsuda Kageyu [Sat, 25 May 2013 19:17:18 +0000 (04:17 +0900)]
Fixed shlwapi.h and shlwapi.lib detection for MSVC
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.
Festus Hagen [Sat, 25 May 2013 05:51:26 +0000 (01:51 -0400)]
Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.
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)
Joel Verhagen [Thu, 23 May 2013 17:42:51 +0000 (13:42 -0400)]
Added TAGLIB_EXPORT to RefCounter for Windows build
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
Tsuda Kageyu [Thu, 23 May 2013 08:38:43 +0000 (17:38 +0900)]
Fixed bugs on manipulating small files
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
Tsuda Kageyu [Mon, 20 May 2013 20:36:01 +0000 (05:36 +0900)]
Changed behavior of ByteVector::toNumber() when overrun
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
Tsuda Kageyu [Sun, 19 May 2013 05:39:45 +0000 (14:39 +0900)]
Changed String::number() to use a standard function
Tsuda Kageyu [Sun, 19 May 2013 02:59:37 +0000 (11:59 +0900)]
Added myself to AUTHORS
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
Tsuda Kageyu [Sun, 19 May 2013 02:09:43 +0000 (11:09 +0900)]
Fixed initialization of 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
Tsuda Kageyu [Sat, 18 May 2013 17:33:17 +0000 (02:33 +0900)]
Small refactoring of FileStream
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
Tsuda Kageyu [Sat, 18 May 2013 14:30:15 +0000 (23:30 +0900)]
Small change in Win9x support
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
Tsuda Kageyu [Thu, 16 May 2013 11:26:20 +0000 (20:26 +0900)]
Fixed the test for ID3V2's compressed frame