Commit Graph

  • 5d519c5207 Merge pull request #350 from TsudaKageyu/merge-master-to-taglib2 Lukáš Lalinský 2014-02-18 10:27:45 +01:00
  • bd84c8928a Merge branch 'master' into merge-master-to-taglib2 Tsuda Kageyu 2014-02-18 17:32:05 +09:00
  • b658f95e06 Merge pull request #338 from funman/master Lukáš Lalinský 2014-02-17 08:46:13 +01:00
  • 2758aed34d Merge pull request #348 from TsudaKageyu/string-memcpy Lukáš Lalinský 2014-02-17 08:45:49 +01:00
  • 12b25868b7 Merge pull request #349 from TsudaKageyu/install-typo Lukáš Lalinský 2014-02-17 08:44:54 +01:00
  • 1deff52d95 Fixed a typo in INSTALL. Tsuda Kageyu 2014-02-17 11:22:40 +09:00
  • 69eaa75f64 Reduced a useless memory copy in tstring.cpp. Tsuda Kageyu 2014-02-15 20:25:00 +09:00
  • 3e0c73bdbc Merge pull request #347 from TsudaKageyu/xm-seek Lukáš Lalinský 2014-02-14 17:21:49 +01:00
  • 9e94f8bb6c Changed XM::File::save() to use seek() properly. Tsuda Kageyu 2014-02-14 18:45:33 +09:00
  • aa49723b48 Merge pull request #330 from TsudaKageyu/fix-emptystring Lukáš Lalinský 2014-02-05 00:02:47 -08:00
  • 167513ae57 Avoid using &d->data[0] when d->data is empty. Tsuda Kageyu 2014-02-05 10:35:07 +09:00
  • d0f3e9b186 Use std::string::c_str() rather than &s[0] where a const pointer is required. Tsuda Kageyu 2014-01-24 09:48:39 +09:00
  • 4fc020e0d3 Merge pull request #340 from mineo/patch-1 Stephen F. Booth 2014-01-18 13:12:21 -08:00
  • db147e672e Remove a superfluos 'x' Wieland Hoffmann 2014-01-18 18:11:31 +01:00
  • c45a0694f9 Also build/install taglib.pc when targetting windows Rafaël Carré 2014-01-13 22:49:17 +01:00
  • 584bbc7c78 Fixed conversion from empty String to ByteVector Tsuda Kageyu 2013-12-04 09:07:14 +09:00
  • 279d71c1e8 Fixed some MSVC warnings in DSF related classes Tsuda Kageyu 2013-12-02 23:57:24 +09:00
  • d8f5937091 Merge pull request #288 from sbooth/dsf Stephen F. Booth 2013-12-02 05:09:26 -08:00
  • be041ef2aa Another fix for tag stripping Stephen F. Booth 2013-11-29 14:54:15 -05:00
  • d643878e9f Update internal state after saving Stephen F. Booth 2013-11-29 13:38:54 -05:00
  • 0c2e21024f Correctly write the metadata offset in absence of ID3v2 tag Stephen F. Booth 2013-11-29 13:36:57 -05:00
  • dad73ebfc5 Strip tag if empty Stephen F. Booth 2013-11-29 10:50:58 -05:00
  • 37b0ba6989 Merge pull request #323 from TsudaKageyu/ifdefs Stephen F. Booth 2013-11-29 05:33:13 -08:00
  • 733b537c63 Read properties more efficiently Stephen F. Booth 2013-11-29 08:27:48 -05:00
  • caf705958e Validate the tag's version of file length against the actual length Stephen F. Booth 2013-11-29 08:24:22 -05:00
  • ebaecc47f4 Correctly read all 8 bytes for the metadata offset Stephen F. Booth 2013-11-29 08:21:23 -05:00
  • 69bcc52ef3 Invalidate the file when necessary Stephen F. Booth 2013-11-29 08:18:59 -05:00
  • 644b47910f Removed some unused #ifdefs Tsuda Kageyu 2013-11-28 14:09:16 +09:00
  • 10b804e0ae Merge pull request #322 from TsudaKageyu/mailaddress Lukáš Lalinský 2013-11-24 23:25:19 -08:00
  • 4f8ab4b63f Fixed a mail address Tsuda Kageyu 2013-11-25 14:12:34 +09:00
  • 5593c251c8 Merge pull request #321 from TsudaKageyu/nominmax Stephen F. Booth 2013-11-23 19:24:55 -08:00
  • 7d7a7be115 Fixed warnings in MinGW Tsuda Kageyu 2013-11-23 23:42:20 +09:00
  • 97b0f9e5a5 Merge branch 'taglib2' of github.com:taglib/taglib into dsf Stephen F. Booth 2013-11-19 11:47:51 -05:00
  • 3cdbdfe0b9 Merge pull request #315 from TsudaKageyu/string-redundant Stephen F. Booth 2013-11-16 04:50:07 -08:00
  • 7ff61ff5ac Merge pull request #317 from TsudaKageyu/comment Stephen F. Booth 2013-11-16 04:46:16 -08:00
  • f7d2935d7b Amended some trivial mistakes in some comments Tsuda Kageyu 2013-11-16 19:16:13 +09:00
  • 8a22c7ce75 Removed some redundant code from String::operator==() Tsuda Kageyu 2013-11-15 16:51:48 +09:00
  • 6dc1ce7fe7 Merge pull request #314 from TsudaKageyu/backslash2 Stephen F. Booth 2013-11-15 18:03:25 -08:00
  • 28cede5965 Merge pull request #313 from TsudaKageyu/merge-master-to-taglib2 Stephen F. Booth 2013-11-15 17:56:23 -08:00
  • 634d2ede3b Replaced a wrongly used slash with a backslash Tsuda Kageyu 2013-11-16 10:27:23 +09:00
  • 753c63e0e6 Merge branch 'master' into merge-master-to-taglib2 Tsuda Kageyu 2013-11-16 09:38:38 +09:00
  • 637a08b8b0 Merge pull request #279 from TsudaKageyu/aifc-msg Stephen F. Booth 2013-11-15 15:07:13 -08:00
  • f733077917 Merge pull request #307 from TsudaKageyu/string-abi Stephen F. Booth 2013-11-15 15:04:30 -08:00
  • 0d45ddaf25 Merge pull request #312 from TsudaKageyu/string-format Stephen F. Booth 2013-11-15 13:19:31 -08:00
  • 499d503aa2 Merge pull request #311 from TsudaKageyu/string-default-param Stephen F. Booth 2013-11-15 03:55:51 -08:00
  • 670493f97f Merge pull request #310 from TsudaKageyu/backslash Stephen F. Booth 2013-11-15 03:55:04 -08:00
  • 116b1fcff9 Unified the string formatting functions Tsuda Kageyu 2013-11-15 16:24:26 +09:00
  • d4adc22922 Replaced wrongly used slashes with backslashes in some comments Tsuda Kageyu 2013-11-15 15:31:23 +09:00
  • 85e1ef1fba Amended some comments about the Type parameters of String::ctor() Tsuda Kageyu 2013-11-15 15:25:18 +09:00
  • 88d55057fc Fixed a wrong default parameter of String::ctor() Tsuda Kageyu 2013-11-15 15:19:20 +09:00
  • 34f8cd8a90 Merge pull request #309 from TsudaKageyu/fix-replace Stephen F. Booth 2013-11-14 07:01:29 -08:00
  • 4a7d31c87b Rewrote ByteVector::replace() simpler Tsuda Kageyu 2013-11-14 14:05:32 +09:00
  • 3bf30af66c Fixed ABI breakage in TagLib::String Tsuda Kageyu 2013-11-06 17:01:21 +09:00
  • cd540cbee2 Merge pull request #305 from TsudaKageyu/fix-string-upper Stephen F. Booth 2013-10-30 19:45:54 -07:00
  • 0acdd2379e Added a test for String::upper() Tsuda Kageyu 2013-10-30 22:40:21 +09:00
  • ced5f262ba String::upper() no longer modifies the String itself Tsuda Kageyu 2013-10-30 19:37:44 +09:00
  • ee9720a997 Merge pull request #304 from funman/master Lukáš Lalinský 2013-10-28 01:12:48 -07:00
  • 69e58b5f3f Win32: avoid symbol lookup if UNICODE is defined Rafaël Carré 2013-10-28 04:39:04 +01:00
  • de17843d8c Update tests Duke Yin 2013-10-17 15:14:29 -04:00
  • 944143a91b Handle iTunes ID3v2.3 hacks Duke Yin 2013-10-16 18:48:49 -04:00
  • 1ce5385e30 Uncommenting unit test. Lukas Krejci 2013-10-13 18:38:54 +02:00
  • 5ed2d88f78 Added functions for work with embedded frames. Lukas Krejci 2013-10-08 18:19:15 +02:00
  • aa61823432 Fix the length of the TXXX translation mapping (closes #283) v1.9.1 Lukáš Lalinský 2013-10-08 17:50:01 +02:00
  • 2f7af42092 Update version to 1.9.1 Lukáš Lalinský 2013-10-08 17:46:34 +02:00
  • 2d5abd46d2 Added TagLib::MP4::PropertyMap::codec() Lukáš Lalinský 2013-10-08 17:41:09 +02:00
  • 9b5869ea37 Merge remote-tracking branch 'TsudaKageyu/chunksize' Lukáš Lalinský 2013-10-08 16:18:43 +02:00
  • 02ebd0bcbe Change log for 1.9.1 Lukáš Lalinský 2013-10-08 16:18:30 +02:00
  • 5693ab0403 Merge remote-tracking branch 'TsudaKageyu/fix-string' Lukáš Lalinský 2013-10-08 16:12:49 +02:00
  • 27000438f5 Merge remote-tracking branch 'TsudaKageyu/msvc_wchar_t' Lukáš Lalinský 2013-10-08 16:09:01 +02:00
  • a6f759cc9a These shouldn't be executable either Lukáš Lalinský 2013-10-08 16:06:58 +02:00
  • a175b8356b Reintroduce the old RefCounter from 1.8, which is needed by TagLib::Map<> and TagLib::List<> (closes #296) Lukáš Lalinský 2013-10-08 16:06:03 +02:00
  • 873df184fe Workaround for when MSVC doesn't have wchar_t as a built-in type Tsuda Kageyu 2013-10-08 19:55:44 +09:00
  • 079e3e0b87 Fixed detecting RIFF files with invalid chunk sizes Tsuda Kageyu 2013-10-07 17:00:58 +09:00
  • 95776b5905 These files should not be marked as executable v1.9 Lukáš Lalinský 2013-10-06 17:11:01 +02:00
  • e5c2232b10 Added tag setting test Stephen F. Booth 2013-10-05 14:03:19 -04:00
  • 8fc110dfd0 Added some basic tests for DSF Stephen F. Booth 2013-10-05 13:59:59 -04:00
  • b949e23be3 Rename DSF::Properties to DSF::AudioProperties Stephen F. Booth 2013-10-05 13:58:14 -04:00
  • 43240b8ecc Fixed a comment Stephen F. Booth 2013-10-05 13:51:39 -04:00
  • c09ea21ae3 Correctly handle files with no ID3v2 tag Stephen F. Booth 2013-10-05 09:58:14 -04:00
  • dcfb71bcb4 Update version number to 1.9 Lukáš Lalinský 2013-10-05 10:53:15 +02:00
  • f2c9ed4f36 Update NEWS Lukáš Lalinský 2013-10-05 10:09:09 +02:00
  • 2407933087 Merge remote-tracking branch 'TsudaKageyu/wavpack-samplerate' Lukáš Lalinský 2013-10-05 09:53:49 +02:00
  • 2af43ec8bf Merge pull request #290 from FestusHagen/m_WinInstallNotes Stephen F. Booth 2013-10-01 19:51:11 -07:00
  • 85d76a2428 Update Windows INSTALL notes. Festus Hagen 2013-09-30 18:06:55 -04:00
  • 5a4a05d9bc Merge pull request #280 from TsudaKageyu/info-fieldlist Stephen F. Booth 2013-09-28 18:07:26 -07:00
  • 57d12de7dd Merge pull request #281 from TsudaKageyu/tdebugh Stephen F. Booth 2013-09-28 18:04:20 -07:00
  • 0d1ed55c7e Merge pull request #278 from TsudaKageyu/riff-redundant Stephen F. Booth 2013-09-28 17:47:53 -07:00
  • e7cfbfed76 Added DSF support Stephen F. Booth 2013-09-23 21:02:30 -04:00
  • a2188e6cf9 Merge pull request #285 from TsudaKageyu/algorithm Stephen F. Booth 2013-09-20 04:59:27 -07:00
  • e6f9a06894 Added missing #include <algorithm> for std::min() and std::max() Tsuda Kageyu 2013-09-20 08:26:37 +09:00
  • e125bcb78b Fixed a possible out-of-bound access when reading WavPack files Tsuda Kageyu 2013-09-19 04:09:28 +09:00
  • c63dcdc459 Removed #include "tdebug.h" from a public header Tsuda Kageyu 2013-09-17 23:03:57 +09:00
  • 23b418b4e9 Added a missing fieldListmap() method to RIFF::Info::Tag Tsuda Kageyu 2013-09-17 14:59:19 +09:00
  • b7ffa04f20 Simplified the check for AIFF-C format Tsuda Kageyu 2013-09-16 21:54:12 +09:00
  • fde99fa2fb Suppressed a useless debug message in aiffproperties.cpp Tsuda Kageyu 2013-09-16 04:56:33 +09:00
  • 5c9360afa2 Removed some redundant code about checking chunk names of RIFF files Tsuda Kageyu 2013-09-13 23:07:30 +09:00
  • cf892f2cb8 Fixed a bug in creating String from ByteVector Tsuda Kageyu 2013-09-13 03:47:03 +09:00
  • 60590c0a1a Fixed a bug in appending strings and added some relevant tests Tsuda Kageyu 2013-09-08 14:41:35 +09:00
  • 70e58dcb21 Merge remote-tracking branch 'TsudaKageyu/taglib-config' into taglib2 Lukáš Lalinský 2013-09-07 15:42:54 +02:00
  • 47561d8350 Unified two equivalent enums 'Endianness' and 'ByteOrder'. Tsuda Kageyu 2013-09-07 13:37:35 +09:00