]> granicus.if.org Git - taglib/log
taglib
10 years agoMerge pull request #380 from TsudaKageyu/fix-comment
Lukáš Lalinský [Fri, 11 Apr 2014 08:33:56 +0000 (10:33 +0200)]
Merge pull request #380 from TsudaKageyu/fix-comment

Removed a wrong note from a comment in tstring.h.

10 years agoRemoved a wrong note from a comment in tstring.h.
Tsuda Kageyu [Fri, 11 Apr 2014 08:16:55 +0000 (17:16 +0900)]
Removed a wrong note from a comment in tstring.h.

10 years agoMerge pull request #356 from TsudaKageyu/string-comment
Lukáš Lalinský [Thu, 10 Apr 2014 18:05:55 +0000 (20:05 +0200)]
Merge pull request #356 from TsudaKageyu/string-comment

Added some comment about UTF-16 encoding to String::data().

10 years agoAdd ALBUMARTIST property mapping for WMA
Lukáš Lalinský [Thu, 10 Apr 2014 18:03:31 +0000 (20:03 +0200)]
Add ALBUMARTIST property mapping for WMA

10 years agoMerge pull request #372 from TsudaKageyu/cmake-warning
Lukáš Lalinský [Thu, 10 Apr 2014 18:04:17 +0000 (20:04 +0200)]
Merge pull request #372 from TsudaKageyu/cmake-warning

Suppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.

10 years agoMerge pull request #377 from amigadave/master
Lukáš Lalinský [Thu, 10 Apr 2014 18:01:36 +0000 (20:01 +0200)]
Merge pull request #377 from amigadave/master

Add ALBUMARTIST property mapping for MP4

10 years agoAdd ALBUMARTIST property mapping for MP4
David King [Thu, 10 Apr 2014 16:33:29 +0000 (17:33 +0100)]
Add ALBUMARTIST property mapping for MP4

https://code.google.com/p/mp4v2/wiki/iTunesMetadata

10 years agoSuppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.
Tsuda Kageyu [Sat, 5 Apr 2014 11:51:40 +0000 (20:51 +0900)]
Suppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.

10 years agoMerge pull request #371 from TsudaKageyu/cmake-ver
Lukáš Lalinský [Sat, 5 Apr 2014 11:07:58 +0000 (13:07 +0200)]
Merge pull request #371 from TsudaKageyu/cmake-ver

Changed cmake_minimum_required from 2.6.0 to 2.8.0.

10 years agoChanged cmake_minimum_required from 2.6.0 to 2.8.0.
Tsuda Kageyu [Sat, 5 Apr 2014 10:44:47 +0000 (19:44 +0900)]
Changed cmake_minimum_required from 2.6.0 to 2.8.0.

10 years agoMerge pull request #362 from ufleisch/master
Lukáš Lalinský [Sun, 30 Mar 2014 17:21:47 +0000 (19:21 +0200)]
Merge pull request #362 from ufleisch/master

Add support for synchronized lyrics (SYLT) and event timing codes (ETCO) for ID3v2

10 years agoAdd support for ID3v2 ETCO frames (event timing codes).
Urs Fleisch [Sun, 30 Mar 2014 07:27:23 +0000 (09:27 +0200)]
Add support for ID3v2 ETCO frames (event timing codes).

10 years agoAdd support for ID3v2 SYLT frames (synchronized lyrics).
Urs Fleisch [Sun, 30 Mar 2014 07:26:03 +0000 (09:26 +0200)]
Add support for ID3v2 SYLT frames (synchronized lyrics).

10 years agoSmall fix of a comment
Tsuda Kageyu [Fri, 14 Mar 2014 06:12:03 +0000 (15:12 +0900)]
Small fix of a comment

10 years agoAdded some comment about UTF-16 encoding to String::data().
Tsuda Kageyu [Thu, 13 Mar 2014 05:38:03 +0000 (14:38 +0900)]
Added some comment about UTF-16 encoding to String::data().

10 years agoMerge pull request #354 from TsudaKageyu/opus-bitrate
Stephen F. Booth [Mon, 10 Mar 2014 01:37:50 +0000 (21:37 -0400)]
Merge pull request #354 from TsudaKageyu/opus-bitrate

opus: Estimate the bitrate if possible

10 years agoopus: Estimate the bitrate if possible
Tsuda Kageyu [Mon, 10 Mar 2014 00:27:04 +0000 (09:27 +0900)]
opus: Estimate the bitrate if possible

10 years agoMerge pull request #352 from TsudaKageyu/tagreader-sprintf
Lukáš Lalinský [Wed, 19 Feb 2014 15:34:42 +0000 (16:34 +0100)]
Merge pull request #352 from TsudaKageyu/tagreader-sprintf

Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.

10 years agoAvoid using sprintf() in tagreader.cpp to fix an MSVC warning.
Tsuda Kageyu [Wed, 19 Feb 2014 14:35:23 +0000 (23:35 +0900)]
Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.

10 years agoMerge pull request #338 from funman/master
Lukáš Lalinský [Mon, 17 Feb 2014 07:46:13 +0000 (08:46 +0100)]
Merge pull request #338 from funman/master

Also build/install taglib_c.pc when targetting windows

10 years agoMerge pull request #348 from TsudaKageyu/string-memcpy
Lukáš Lalinský [Mon, 17 Feb 2014 07:45:49 +0000 (08:45 +0100)]
Merge pull request #348 from TsudaKageyu/string-memcpy

Reduced a useless memory copy in tstring.cpp.

10 years agoMerge pull request #349 from TsudaKageyu/install-typo
Lukáš Lalinský [Mon, 17 Feb 2014 07:44:54 +0000 (08:44 +0100)]
Merge pull request #349 from TsudaKageyu/install-typo

Fixed a typo in INSTALL.

10 years agoFixed a typo in INSTALL.
Tsuda Kageyu [Mon, 17 Feb 2014 02:22:40 +0000 (11:22 +0900)]
Fixed a typo in INSTALL.

10 years agoReduced a useless memory copy in tstring.cpp.
Tsuda Kageyu [Sat, 15 Feb 2014 11:25:00 +0000 (20:25 +0900)]
Reduced a useless memory copy in tstring.cpp.

10 years agoMerge pull request #347 from TsudaKageyu/xm-seek
Lukáš Lalinský [Fri, 14 Feb 2014 16:21:49 +0000 (17:21 +0100)]
Merge pull request #347 from TsudaKageyu/xm-seek

Changed XM::File::save() to use seek() properly.

10 years agoChanged XM::File::save() to use seek() properly.
Tsuda Kageyu [Fri, 14 Feb 2014 09:45:33 +0000 (18:45 +0900)]
Changed XM::File::save() to use seek() properly.

10 years agoMerge pull request #330 from TsudaKageyu/fix-emptystring
Lukáš Lalinský [Wed, 5 Feb 2014 08:02:47 +0000 (00:02 -0800)]
Merge pull request #330 from TsudaKageyu/fix-emptystring

Fixed a bug reported at #328

10 years agoAvoid using &d->data[0] when d->data is empty.
Tsuda Kageyu [Wed, 5 Feb 2014 01:35:07 +0000 (10:35 +0900)]
Avoid using &d->data[0] when d->data is empty.

10 years agoUse std::string::c_str() rather than &s[0] where a const pointer is required.
Tsuda Kageyu [Fri, 24 Jan 2014 00:48:39 +0000 (09:48 +0900)]
Use std::string::c_str() rather than &s[0] where a const pointer is required.

10 years agoMerge pull request #340 from mineo/patch-1
Stephen F. Booth [Sat, 18 Jan 2014 21:12:21 +0000 (13:12 -0800)]
Merge pull request #340 from mineo/patch-1

Remove a superfluos 'x'

10 years agoRemove a superfluos 'x'
Wieland Hoffmann [Sat, 18 Jan 2014 17:11:31 +0000 (18:11 +0100)]
Remove a superfluos 'x'

10 years agoAlso build/install taglib.pc when targetting windows
Rafaël Carré [Mon, 13 Jan 2014 21:49:17 +0000 (22:49 +0100)]
Also build/install taglib.pc when targetting windows

.pc file is notably used when cross-compiling windows software

11 years agoFixed conversion from empty String to ByteVector
Tsuda Kageyu [Wed, 4 Dec 2013 00:07:14 +0000 (09:07 +0900)]
Fixed conversion from empty String to ByteVector

11 years agoMerge pull request #322 from TsudaKageyu/mailaddress
Lukáš Lalinský [Mon, 25 Nov 2013 07:25:19 +0000 (23:25 -0800)]
Merge pull request #322 from TsudaKageyu/mailaddress

Fixed a mail address

11 years agoFixed a mail address
Tsuda Kageyu [Mon, 25 Nov 2013 05:12:34 +0000 (14:12 +0900)]
Fixed a mail address

11 years agoMerge pull request #321 from TsudaKageyu/nominmax
Stephen F. Booth [Sun, 24 Nov 2013 03:24:55 +0000 (19:24 -0800)]
Merge pull request #321 from TsudaKageyu/nominmax

Fixed warnings in MinGW

11 years agoFixed warnings in MinGW
Tsuda Kageyu [Sat, 23 Nov 2013 14:42:20 +0000 (23:42 +0900)]
Fixed warnings in MinGW

11 years agoMerge pull request #307 from TsudaKageyu/string-abi
Stephen F. Booth [Fri, 15 Nov 2013 23:04:30 +0000 (15:04 -0800)]
Merge pull request #307 from TsudaKageyu/string-abi

Fixed the ABI breakage in TagLib::String

11 years agoMerge pull request #310 from TsudaKageyu/backslash
Stephen F. Booth [Fri, 15 Nov 2013 11:55:04 +0000 (03:55 -0800)]
Merge pull request #310 from TsudaKageyu/backslash

Replaced wrongly used slashes with backslashes in some comments

11 years agoReplaced wrongly used slashes with backslashes in some comments
Tsuda Kageyu [Fri, 15 Nov 2013 06:31:23 +0000 (15:31 +0900)]
Replaced wrongly used slashes with backslashes in some comments

11 years agoMerge pull request #309 from TsudaKageyu/fix-replace
Stephen F. Booth [Thu, 14 Nov 2013 15:01:29 +0000 (07:01 -0800)]
Merge pull request #309 from TsudaKageyu/fix-replace

Rewrote ByteVector::replace() simpler (fix for the issue #308)

11 years agoRewrote ByteVector::replace() simpler
Tsuda Kageyu [Thu, 14 Nov 2013 05:05:32 +0000 (14:05 +0900)]
Rewrote ByteVector::replace() simpler

11 years agoFixed ABI breakage in TagLib::String
Tsuda Kageyu [Wed, 6 Nov 2013 08:01:21 +0000 (17:01 +0900)]
Fixed ABI breakage in TagLib::String

11 years agoMerge pull request #304 from funman/master
Lukáš Lalinský [Mon, 28 Oct 2013 08:12:48 +0000 (01:12 -0700)]
Merge pull request #304 from funman/master

Win32: avoid symbol lookup if UNICODE is defined

11 years agoWin32: avoid symbol lookup if UNICODE is defined
Rafaël Carré [Mon, 28 Oct 2013 03:39:04 +0000 (04:39 +0100)]
Win32: avoid symbol lookup if UNICODE is defined

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

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