Commit Graph
1919 Commits
Author SHA1 Message Date
Stephen F. Booth cd540cbee2 Merge pull request #305 from TsudaKageyu/fix-string-upper
String::upper() no longer modifies the String itself
2013-10-30 19:45:54 -07:00
Tsuda Kageyu 0acdd2379e Added a test for String::upper() 2013-10-30 22:40:21 +09:00
Tsuda Kageyu ced5f262ba String::upper() no longer modifies the String itself 2013-10-30 19:37:44 +09:00
Lukáš Lalinský ee9720a997 Merge pull request #304 from funman/master
Win32: avoid symbol lookup if UNICODE is defined
2013-10-28 01:12:48 -07:00
Rafaël Carré 69e58b5f3f Win32: avoid symbol lookup if UNICODE is defined 2013-10-28 04:39:04 +01:00
Lukas Krejci 1ce5385e30 Uncommenting unit test. 2013-10-13 18:38:54 +02:00
Lukas Krejci 5ed2d88f78 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.
2013-10-13 18:27:43 +02:00
Lukáš Lalinský aa61823432 Fix the length of the TXXX translation mapping (closes #283) v1.9.1 2013-10-08 17:50:01 +02:00
Lukáš Lalinský 2f7af42092 Update version to 1.9.1 2013-10-08 17:46:34 +02:00
Lukáš Lalinský 2d5abd46d2 Added TagLib::MP4::PropertyMap::codec() 2013-10-08 17:41:09 +02:00
Lukáš Lalinský 9b5869ea37 Merge remote-tracking branch 'TsudaKageyu/chunksize' 2013-10-08 16:18:43 +02:00
Lukáš Lalinský 02ebd0bcbe Change log for 1.9.1 2013-10-08 16:18:30 +02:00
Lukáš Lalinský 5693ab0403 Merge remote-tracking branch 'TsudaKageyu/fix-string' 2013-10-08 16:12:49 +02:00
Lukáš Lalinský 27000438f5 Merge remote-tracking branch 'TsudaKageyu/msvc_wchar_t' 2013-10-08 16:09:01 +02:00
Lukáš Lalinský a6f759cc9a These shouldn't be executable either 2013-10-08 16:06:58 +02:00
Lukáš Lalinský a175b8356b Reintroduce the old RefCounter from 1.8, which is needed by TagLib::Map<> and TagLib::List<> (closes #296) 2013-10-08 16:06:03 +02:00
Tsuda Kageyu 873df184fe Workaround for when MSVC doesn't have wchar_t as a built-in type 2013-10-08 19:55:44 +09:00
Tsuda Kageyu 079e3e0b87 Fixed detecting RIFF files with invalid chunk sizes 2013-10-07 17:04:55 +09:00
Lukáš Lalinský 95776b5905 These files should not be marked as executable v1.9 2013-10-06 17:11:01 +02:00
Stephen F. Booth e5c2232b10 Added tag setting test 2013-10-05 14:03:19 -04:00
Stephen F. Booth 8fc110dfd0 Added some basic tests for DSF 2013-10-05 13:59:59 -04:00
Stephen F. Booth b949e23be3 Rename DSF::Properties to DSF::AudioProperties 2013-10-05 13:58:14 -04:00
Stephen F. Booth 43240b8ecc Fixed a comment 2013-10-05 13:51:39 -04:00
Stephen F. Booth c09ea21ae3 Correctly handle files with no ID3v2 tag 2013-10-05 09:58:14 -04:00
Lukáš Lalinský dcfb71bcb4 Update version number to 1.9 2013-10-05 10:53:15 +02:00
Lukáš Lalinský f2c9ed4f36 Update NEWS 2013-10-05 10:09:09 +02:00
Lukáš Lalinský 2407933087 Merge remote-tracking branch 'TsudaKageyu/wavpack-samplerate' 2013-10-05 09:53:49 +02:00
Stephen F. Booth 2af43ec8bf Merge pull request #290 from FestusHagen/m_WinInstallNotes
Update Windows INSTALL notes.
2013-10-01 19:51:11 -07:00
Festus Hagen 85d76a2428 Update Windows INSTALL notes. 2013-09-30 18:06:55 -04:00
Stephen F. Booth 5a4a05d9bc Merge pull request #280 from TsudaKageyu/info-fieldlist
Added a missing fieldListmap() method to RIFF::Info::Tag
2013-09-28 18:07:26 -07:00
Stephen F. Booth 57d12de7dd Merge pull request #281 from TsudaKageyu/tdebugh
Removed #include "tdebug.h" from a public header
2013-09-28 18:04:20 -07:00
Stephen F. Booth 0d1ed55c7e Merge pull request #278 from TsudaKageyu/riff-redundant
Removed some redundant code about checking chunk names of RIFF files
2013-09-28 17:47:53 -07:00
Stephen F. Booth e7cfbfed76 Added DSF support 2013-09-23 21:02:30 -04:00
Stephen F. Booth a2188e6cf9 Merge pull request #285 from TsudaKageyu/algorithm
Added missing #include <algorithm> for std::min() and std::max()
2013-09-20 04:59:27 -07:00
Tsuda Kageyu e6f9a06894 Added missing #include <algorithm> for std::min() and std::max() 2013-09-20 08:26:37 +09:00
Tsuda Kageyu e125bcb78b Fixed a possible out-of-bound access when reading WavPack files 2013-09-19 04:09:28 +09:00
Tsuda Kageyu c63dcdc459 Removed #include "tdebug.h" from a public header 2013-09-17 23:03:57 +09:00
Tsuda Kageyu 23b418b4e9 Added a missing fieldListmap() method to RIFF::Info::Tag 2013-09-17 14:59:19 +09:00
Tsuda Kageyu b7ffa04f20 Simplified the check for AIFF-C format 2013-09-16 21:54:12 +09:00
Tsuda Kageyu fde99fa2fb Suppressed a useless debug message in aiffproperties.cpp 2013-09-16 04:56:33 +09:00
Tsuda Kageyu 5c9360afa2 Removed some redundant code about checking chunk names of RIFF files 2013-09-13 23:07:30 +09:00
Tsuda Kageyu cf892f2cb8 Fixed a bug in creating String from ByteVector 2013-09-13 03:47:03 +09:00
Tsuda Kageyu 60590c0a1a Fixed a bug in appending strings and added some relevant tests 2013-09-08 14:41:35 +09:00
Lukáš Lalinský 70e58dcb21 Merge remote-tracking branch 'TsudaKageyu/taglib-config' into taglib2 2013-09-07 15:42:54 +02:00
Tsuda Kageyu 47561d8350 Unified two equivalent enums 'Endianness' and 'ByteOrder'. 2013-09-07 13:37:35 +09:00
Tsuda Kageyu 829f460c3c Merge branch 'master' into merge-master
Conflicts:
	taglib/toolkit/tbytevector.cpp
	taglib/toolkit/tstring.cpp
2013-09-07 13:06:24 +09:00
Lukáš Lalinský bb622bc163 Merge remote-tracking branch 'TsudaKageyu/forward-decl' into taglib2 2013-09-06 20:37:05 +02:00
Lukáš Lalinský e17b8e14de Merge remote-tracking branch 'Rachus/taglib2' into taglib2 2013-09-06 20:36:29 +02:00
Sebastian Rachuj f6c23ac92c Probable fix for http://mail.kde.org/pipermail/taglib-devel/2013-July/002516.html 2013-07-28 10:33:25 +02:00
Tsuda Kageyu dbb4b47be3 Added a missing delete to MPEG::Header 2013-07-25 05:54:29 +09:00