]> granicus.if.org Git - taglib/log
taglib
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 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'

11 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

11 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

11 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

11 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

11 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'

11 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'

11 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'

11 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'

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

11 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.

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

11 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*

11 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.

11 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

11 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

11 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

11 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'

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

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

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

11 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

11 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

11 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'

11 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()

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

11 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

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

11 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

11 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

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

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

11 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

11 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.

11 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

11 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

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

11 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

11 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

11 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()

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

11 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()

11 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

11 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

11 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

11 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

11 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

11 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

11 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

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

11 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

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

11 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

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

11 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

11 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

11 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.

11 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.

11 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)

11 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

11 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

11 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

11 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

11 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

11 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

11 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

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

11 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

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

11 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

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

11 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

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

11 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

11 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

11 years agoMerge pull request #187 from TsudaKageyu/config
Tsuda Kageyu [Fri, 3 May 2013 15:03:51 +0000 (08:03 -0700)]
Merge pull request #187 from TsudaKageyu/config

Removed config.h and moved macros into taglib_config.h

11 years agoFixed mismatched macro names
Tsuda Kageyu [Fri, 3 May 2013 12:02:27 +0000 (21:02 +0900)]
Fixed mismatched macro names

11 years agoRemoved TAGLIB_HAVE_STD_WSTRING macro that affects the public ABI
Tsuda Kageyu [Fri, 3 May 2013 09:26:43 +0000 (18:26 +0900)]
Removed TAGLIB_HAVE_STD_WSTRING macro that affects the public ABI

11 years agoRemoved RefCounter implementation from a public header
Tsuda Kageyu [Fri, 3 May 2013 04:53:32 +0000 (13:53 +0900)]
Removed RefCounter implementation from a public header

11 years agoMerge pull request #188 from TsudaKageyu/string-comment
Tsuda Kageyu [Fri, 3 May 2013 04:10:26 +0000 (21:10 -0700)]
Merge pull request #188 from TsudaKageyu/string-comment

Fixed comments in tstring.h

11 years agoFixed comments in tstring.h
Tsuda Kageyu [Fri, 3 May 2013 04:03:38 +0000 (13:03 +0900)]
Fixed comments in tstring.h

11 years agoSeparated public and private config.h
Tsuda Kageyu [Fri, 3 May 2013 02:44:36 +0000 (11:44 +0900)]
Separated public and private config.h

11 years agoPrefixed public variables
Tsuda Kageyu [Thu, 2 May 2013 14:03:13 +0000 (23:03 +0900)]
Prefixed public variables

11 years agoRemoved config.h and moved macros into taglib_config.h
Tsuda Kageyu [Thu, 2 May 2013 11:41:59 +0000 (20:41 +0900)]
Removed config.h and moved macros into taglib_config.h

11 years agoMerge pull request #180 from TsudaKageyu/master
Tsuda Kageyu [Tue, 30 Apr 2013 16:39:23 +0000 (09:39 -0700)]
Merge pull request #180 from TsudaKageyu/master

Fixed possible memory leak

11 years agoFixed possible memory leak
Tsuda Kageyu [Tue, 30 Apr 2013 16:32:48 +0000 (01:32 +0900)]
Fixed possible memory leak

11 years agoMerge pull request #178 from rakuco/clear-mbstate_t-correctly
Tsuda Kageyu [Mon, 29 Apr 2013 22:06:57 +0000 (15:06 -0700)]
Merge pull request #178 from rakuco/clear-mbstate_t-correctly

Correctly initialize std::mbstate_t.

11 years agoCorrectly initialize std::mbstate_t.
Raphael Kubo da Costa [Mon, 29 Apr 2013 20:56:07 +0000 (23:56 +0300)]
Correctly initialize std::mbstate_t.

mbstate_t is an opaque type that is often a union or a struct, so setting it
directly to 0 is incorrect and causes build failures with some compilers
such as clang.

11 years agoMerge pull request #176 from TsudaKageyu/master
Tsuda Kageyu [Sun, 28 Apr 2013 00:37:17 +0000 (17:37 -0700)]
Merge pull request #176 from TsudaKageyu/master

Add some error handling to tfilestream.cpp

11 years agoAdd some error handling to tfilestream.cpp
Tsuda Kageyu [Sun, 28 Apr 2013 00:14:37 +0000 (09:14 +0900)]
Add some error handling to tfilestream.cpp

11 years agoMerge pull request #175 from TsudaKageyu/master
Tsuda Kageyu [Sat, 27 Apr 2013 18:10:37 +0000 (11:10 -0700)]
Merge pull request #175 from TsudaKageyu/master

Comment update