]>
granicus.if.org Git - taglib/log
Lukáš Lalinský [Mon, 4 Aug 2014 07:09:20 +0000 (09:09 +0200)]
Merge pull request #413 from TsudaKageyu/msvc-tests3
Fixed a test to work with MSVC.
Tsuda Kageyu [Mon, 4 Aug 2014 06:07:35 +0000 (15:07 +0900)]
Fixed a test to work with MSVC.
Lukáš Lalinský [Wed, 23 Jul 2014 08:21:37 +0000 (10:21 +0200)]
Merge pull request #406 from TsudaKageyu/utf16-byteorder
Fixed handling UTF-16 byte order.
Lukáš Lalinský [Wed, 23 Jul 2014 08:20:38 +0000 (10:20 +0200)]
Merge pull request #405 from TsudaKageyu/missing-include
Added a missing #include.
Tsuda Kageyu [Wed, 23 Jul 2014 06:35:49 +0000 (15:35 +0900)]
Fixed handling UTF-16 byte order.
Tsuda Kageyu [Wed, 23 Jul 2014 05:56:18 +0000 (14:56 +0900)]
Added a missing #include.
Lukáš Lalinský [Tue, 22 Jul 2014 10:10:54 +0000 (12:10 +0200)]
Merge pull request #399 from TsudaKageyu/float-conv
Added float conversion functions to ByteVector.
Tsuda Kageyu [Wed, 16 Jul 2014 16:28:02 +0000 (01:28 +0900)]
Added float conversion functions to ByteVector.
Added CMake checks about IEEE754 compliance.
Lukáš Lalinský [Wed, 16 Jul 2014 20:30:10 +0000 (22:30 +0200)]
Merge pull request #398 from TsudaKageyu/fix-chap
Fixed some compilation error on MSVC in CHAP and CTOC frames support.
Tsuda Kageyu [Wed, 16 Jul 2014 16:43:56 +0000 (01:43 +0900)]
Fixed some compilation error on MSVC in CHAP and CTOC frames support.
Lukáš Lalinský [Wed, 16 Jul 2014 14:02:10 +0000 (16:02 +0200)]
Merge pull request #393 from TsudaKageyu/msvc-tests
Modified some tests to work with MSVC.
Lukáš Lalinský [Wed, 16 Jul 2014 13:58:52 +0000 (15:58 +0200)]
Merge pull request #392 from TsudaKageyu/zlib-source
Added a Windows-friendly build option ZLIB_SOURCE.
Lukáš Lalinský [Wed, 16 Jul 2014 13:57:55 +0000 (15:57 +0200)]
Merge pull request #390 from TsudaKageyu/vector-bounds
Fixed out-of-bounds access in findVector().
Lukáš Lalinský [Wed, 16 Jul 2014 13:56:59 +0000 (15:56 +0200)]
Merge pull request #391 from TsudaKageyu/setlasterror
Added some SetLastError()s to get correct error codes in Win32.
Lukáš Lalinský [Wed, 16 Jul 2014 13:54:03 +0000 (15:54 +0200)]
Merge pull request #394 from ufleisch/master
Add genres 148 to 191 to list of ID3v1 genres.
Lukáš Lalinský [Wed, 16 Jul 2014 13:52:41 +0000 (15:52 +0200)]
Merge remote-tracking branch 'krejclu6/krejclu6_chapters'
Tsuda Kageyu [Wed, 9 Jul 2014 00:52:08 +0000 (09:52 +0900)]
Changed to skip the ZLib check when ZLIB_SOURCE is set.
Tsuda Kageyu [Mon, 23 Jun 2014 16:29:15 +0000 (01:29 +0900)]
Fixed the tests to work with MSVC when UNICODE is set.
Urs Fleisch [Sat, 21 Jun 2014 10:34:42 +0000 (12:34 +0200)]
Add genres 148 to 191 to list of ID3v1 genres.
This genres were added for Winamp version 5.6, see
<http://en.wikipedia.org/wiki/ID3#List_of_genres>.
Tsuda Kageyu [Fri, 20 Jun 2014 01:36:09 +0000 (10:36 +0900)]
Updated INSTALL.
Tsuda Kageyu [Thu, 19 Jun 2014 02:55:52 +0000 (11:55 +0900)]
Modified some tests to work with MSVC.
Tsuda Kageyu [Thu, 19 Jun 2014 09:27:08 +0000 (18:27 +0900)]
Added a Windows-friendly build option ZLIB_SOURCE.
Tsuda Kageyu [Thu, 19 Jun 2014 07:53:29 +0000 (16:53 +0900)]
Added a check for patternSize and removed a useless check.
Tsuda Kageyu [Thu, 19 Jun 2014 04:22:50 +0000 (13:22 +0900)]
Added a test for out-of-bounds access in findVector().
Tsuda Kageyu [Thu, 19 Jun 2014 03:51:44 +0000 (12:51 +0900)]
Added some SetLastError()s to get correct error codes in Win32.
Tsuda Kageyu [Thu, 19 Jun 2014 02:55:52 +0000 (11:55 +0900)]
Fixed out-of-bounds access in findVector().
Lukas Krejci [Wed, 11 Jun 2014 15:52:05 +0000 (17:52 +0200)]
Code clean-up.
Lukas Krejci [Sun, 18 May 2014 14:29:54 +0000 (16:29 +0200)]
Merge branch 'krejclu6_chapters' of https://github.com/krejclu6/taglib into krejclu6_chapters
Conflicts:
taglib/mpeg/id3v2/id3v2framefactory.cpp
tests/test_id3v2.cpp
Lukas Krejci [Sun, 13 Oct 2013 16:38:54 +0000 (18:38 +0200)]
Uncommenting unit test.
Lukas Krejci [Tue, 8 Oct 2013 16:19:15 +0000 (18:19 +0200)]
Added functions for work with embedded frames.
Added embedded frames parsing.
Added embedded frames rendering.
Modified constructor of CHAP and CTOC frame, so it can accept list of embedded frames.
Added unit tests for CHAP and CTOC frames parsing and rendering (with support of embedded frames).
Fixed bugs in rendering of CTOC frames.
Added functions for adding and removing child elements in CTOC frames.
Lukáš Krejčí [Sat, 4 May 2013 19:25:55 +0000 (21:25 +0200)]
Removed duplicated CHAP frame testing funtion.
Lukáš Krejčí [Sat, 27 Apr 2013 14:09:15 +0000 (16:09 +0200)]
Changed copyright and e-mail in modified files.
Lukáš Krejčí [Sat, 27 Apr 2013 13:42:23 +0000 (15:42 +0200)]
Fixed errors in ChapterFrame constructor.
Fixed errors in ChapterFrame method renderFields.
Fixed errors in TableOfContentsFrame method parseFields.
Added ChapterFrame and TableOfContentsFrame headers and sources to CMakeLists.txt.
Added some basic testing of CHAP and CTOC frames parsing.
Lukáš Krejčí [Fri, 26 Apr 2013 21:16:06 +0000 (23:16 +0200)]
Fixed error in childElements function.
Lukáš Krejčí [Sun, 21 Apr 2013 14:16:57 +0000 (16:16 +0200)]
Finished parseFields, renderFields and asProperty methods of ChapterFrame and TableOfContentsFrame classes.
Methods setElementID of ChapterFrame and TableOfContentsFrame classes now automatically terminates new element ID with null.
Lukáš Krejčí [Sat, 20 Apr 2013 14:49:57 +0000 (16:49 +0200)]
Added basic members of ChapterFrame and TableOfContentsFrame classes.
Fixed minor bugs in ChapterFrame and TableOfContentsFrame headers.
Lukáš Krejčí [Sat, 20 Apr 2013 13:52:52 +0000 (15:52 +0200)]
Created CPP and H files for CTOC and CHAP frames.
Stephen F. Booth [Fri, 25 Apr 2014 01:35:50 +0000 (21:35 -0400)]
Merge pull request #370 from supermihi/fix162v2
Fix #162: Xiph and APE generic getters return space-concatenated values
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.
Tsuda Kageyu [Fri, 11 Apr 2014 08:16:55 +0000 (17:16 +0900)]
Removed a wrong note from a comment in tstring.h.
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().
Lukáš Lalinský [Thu, 10 Apr 2014 18:03:31 +0000 (20:03 +0200)]
Add ALBUMARTIST property mapping for WMA
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.
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
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
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.
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.
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.
Michael Helmling [Thu, 3 Apr 2014 19:07:29 +0000 (21:07 +0200)]
Fix #162: Xiph and APE generic getters return space-concatenated values
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
Urs Fleisch [Sun, 30 Mar 2014 07:27:23 +0000 (09:27 +0200)]
Add support for ID3v2 ETCO frames (event timing codes).
Urs Fleisch [Sun, 30 Mar 2014 07:26:03 +0000 (09:26 +0200)]
Add support for ID3v2 SYLT frames (synchronized lyrics).
Tsuda Kageyu [Fri, 14 Mar 2014 06:12:03 +0000 (15:12 +0900)]
Small fix of a comment
Tsuda Kageyu [Thu, 13 Mar 2014 05:38:03 +0000 (14:38 +0900)]
Added some comment about UTF-16 encoding to String::data().
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
Tsuda Kageyu [Mon, 10 Mar 2014 00:27:04 +0000 (09:27 +0900)]
opus: Estimate the bitrate if possible
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.
Tsuda Kageyu [Wed, 19 Feb 2014 14:35:23 +0000 (23:35 +0900)]
Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.
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
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.
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.
Tsuda Kageyu [Mon, 17 Feb 2014 02:22:40 +0000 (11:22 +0900)]
Fixed a typo in INSTALL.
Tsuda Kageyu [Sat, 15 Feb 2014 11:25:00 +0000 (20:25 +0900)]
Reduced a useless memory copy in tstring.cpp.
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.
Tsuda Kageyu [Fri, 14 Feb 2014 09:45:33 +0000 (18:45 +0900)]
Changed XM::File::save() to use seek() properly.
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
Tsuda Kageyu [Wed, 5 Feb 2014 01:35:07 +0000 (10:35 +0900)]
Avoid using &d->data[0] when d->data is empty.
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.
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'
Wieland Hoffmann [Sat, 18 Jan 2014 17:11:31 +0000 (18:11 +0100)]
Remove a superfluos 'x'
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
Tsuda Kageyu [Wed, 4 Dec 2013 00:07:14 +0000 (09:07 +0900)]
Fixed conversion from empty String to ByteVector
Lukáš Lalinský [Mon, 25 Nov 2013 07:25:19 +0000 (23:25 -0800)]
Merge pull request #322 from TsudaKageyu/mailaddress
Fixed a mail address
Tsuda Kageyu [Mon, 25 Nov 2013 05:12:34 +0000 (14:12 +0900)]
Fixed a mail address
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
Tsuda Kageyu [Sat, 23 Nov 2013 14:42:20 +0000 (23:42 +0900)]
Fixed warnings in MinGW
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
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
Tsuda Kageyu [Fri, 15 Nov 2013 06:31:23 +0000 (15:31 +0900)]
Replaced wrongly used slashes with backslashes in some comments
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)
Tsuda Kageyu [Thu, 14 Nov 2013 05:05:32 +0000 (14:05 +0900)]
Rewrote ByteVector::replace() simpler
Tsuda Kageyu [Wed, 6 Nov 2013 08:01:21 +0000 (17:01 +0900)]
Fixed ABI breakage in TagLib::String
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
Rafaël Carré [Mon, 28 Oct 2013 03:39:04 +0000 (04:39 +0100)]
Win32: avoid symbol lookup if UNICODE is defined
Lukas Krejci [Sun, 13 Oct 2013 16:38:54 +0000 (18:38 +0200)]
Uncommenting unit test.
Lukas Krejci [Tue, 8 Oct 2013 16:19:15 +0000 (18:19 +0200)]
Added functions for work with embedded frames.
Added embedded frames parsing.
Added embedded frames rendering.
Modified constructor of CHAP and CTOC frame, so it can accept list of embedded frames.
Added unit tests for CHAP and CTOC frames parsing and rendering (with support of embedded frames).
Fixed bugs in rendering of CTOC frames.
Added functions for adding and removing child elements in CTOC 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