Commit Graph

  • 2651372291 Separate some tests to make them more specific. Tsuda Kageyu 2016-11-09 15:51:33 +09:00
  • bd5688ae5f Merge branch 'master' into merge-master-to-taglib2 Tsuda Kageyu 2016-11-09 11:05:53 +09:00
  • 499f6db977 Check invalid Unicode APE keys properly. Tsuda Kageyu 2016-11-09 00:28:35 +09:00
  • 9d58e9f8e8 Removed a utility function which is used only at one place. Tsuda Kageyu 2016-11-08 23:27:55 +09:00
  • 56cd3695f7 Add README.md. Tsuda Kageyu 2016-11-08 22:50:36 +09:00
  • d81d894d41 tolower() depends on the current locale. Tsuda Kageyu 2016-11-08 21:39:53 +09:00
  • e390cbac52 Update NEWS. Tsuda Kageyu 2016-11-08 21:17:00 +09:00
  • 253c61e37d Merge pull request #765 from TsudaKageyu/zero-length-atom Tsuda Kageyu 2016-11-08 21:12:47 +09:00
  • 1848b3bc6f Merge pull request #759 from ufleisch/mp4_classical Tsuda Kageyu 2016-11-08 21:12:31 +09:00
  • aae23f3c07 Initialize all the data members of ID3v2::ChapterFrame. Tsuda Kageyu 2016-11-07 14:12:38 +09:00
  • da9df1b2a8 Values of FILE_* macros are guaranteed in Win32. Tsuda Kageyu 2016-11-07 00:42:12 +09:00
  • 13223ad497 Merge branch 'master' into merge-master-to-taglib2 Tsuda Kageyu 2016-11-04 17:18:59 +09:00
  • 70334edd19 Add List::swap() and Map::swap(). Tsuda Kageyu 2016-11-04 16:43:14 +09:00
  • 5c8cb9b86b Small fix in a comment. Tsuda Kageyu 2016-11-03 09:52:20 +09:00
  • f5ca097379 Proper handling of MP4 atoms with zero length. Tsuda Kageyu 2016-11-02 15:44:50 +09:00
  • eb6d058ab9 Remove a useless branch. Tsuda Kageyu 2016-11-01 16:03:15 +09:00
  • 3a6f0d46aa Use a smart pointer in TagLib::Picture. Tsuda Kageyu 2016-11-01 11:47:37 +09:00
  • ef6d76889b Add a missing copyright header. Tsuda Kageyu 2016-11-01 11:13:44 +09:00
  • e6a69e24bc Add a common function to generate a long string to test. Tsuda Kageyu 2016-10-31 19:53:17 +09:00
  • dcab8ed90e Allow ScopedFileCopy to be const. Tsuda Kageyu 2016-10-31 10:29:13 +09:00
  • 28470221c0 Suppress MSVC warnings about narrowing conversions. Tsuda Kageyu 2016-10-31 01:03:33 +09:00
  • f355110d18 Merge branch 'master' into merge-master-to-taglib2 Tsuda Kageyu 2016-10-31 00:37:20 +09:00
  • f5ce498182 Suppress MSVC warnings about narrowing conversions. Tsuda Kageyu 2016-10-30 23:51:35 +09:00
  • ee7fa78011 Update NEWS. Tsuda Kageyu 2016-10-30 22:51:15 +09:00
  • 873c917081 Assume that SetFilePointerEx() and GetFileSizeEx() are always available. Tsuda Kageyu 2016-10-30 22:36:18 +09:00
  • d3bd8fb7ff Assume that CreateFileW() is always available. Tsuda Kageyu 2016-10-30 22:25:34 +09:00
  • 921a68ae55 Fix mismatched types in tests. Tsuda Kageyu 2016-10-30 21:29:06 +09:00
  • d9df59306f Merge branch 'master' into merge-master-to-taglib2 Tsuda Kageyu 2016-10-30 21:20:23 +09:00
  • 005441faaa Prevent overflows, just in case. Tsuda Kageyu 2016-10-28 15:25:50 +09:00
  • 935534aa53 Backport a test from taglib2 branch. Tsuda Kageyu 2016-10-28 15:19:35 +09:00
  • fea7e3d4a2 Suppress an MSVC warning about 32bit and 64bit shift. Tsuda Kageyu 2016-10-28 14:46:48 +09:00
  • b6d21ce890 Remove redundant if blocks from RIFF::File. Tsuda Kageyu 2016-10-28 14:42:32 +09:00
  • 65a24bbc51 Remove some useless seek()/tell() from RIFF::File. Tsuda Kageyu 2016-10-28 14:22:50 +09:00
  • 711b35cc6e Encourage compilers to optimize out debug() and debugData(). Tsuda Kageyu 2016-10-28 11:19:51 +09:00
  • d53ca6f736 Update NEWS. Tsuda Kageyu 2016-10-27 15:40:14 +09:00
  • aa5f9bb221 Suppress some warnings in test. Tsuda Kageyu 2016-10-27 15:23:24 +09:00
  • d2b3547254 Add a test for File::truncate(). Tsuda Kageyu 2016-10-27 15:15:22 +09:00
  • 06ca9a099d Check if file size <= LONG_MAX. Tsuda Kageyu 2016-10-27 15:10:34 +09:00
  • 8d873e4e3e Merge pull request #761 from albertofustinoni/master Tsuda Kageyu 2016-10-24 22:06:35 +09:00
  • b2fa124451 formatting Alberto Fustinoni 2016-10-24 21:24:53 +09:00
  • ff5b2dc96f Whitespace Alberto Fustinoni 2016-10-24 21:22:57 +09:00
  • 757f5ebc96 Refactoring Alberto Fustinoni 2016-10-24 21:19:31 +09:00
  • e36a9cabb9 Update NEWS. v1.11.1 Tsuda Kageyu 2016-10-24 12:03:23 +09:00
  • 606f6c0e74 Better define guards Alberto Fustinoni 2016-10-23 23:25:16 +09:00
  • 1cc047c953 Styling Alberto Fustinoni 2016-10-23 20:17:49 +09:00
  • cae4f1b804 Merge branch 'master' of https://github.com/albertofustinoni/taglib.git Alberto Fustinoni 2016-10-23 20:13:26 +09:00
  • deffe83fd0 Use newer file system calls when in Windows 8+ to allow compilation as WinRT asembly Alberto Fustinoni 2016-10-23 12:32:16 +09:00
  • 597dcde72a Update the version to v1.11.1. Tsuda Kageyu 2016-10-22 02:45:52 +09:00
  • 6a96a6426a Replace a possibly non-free file in the test suite. Tsuda Kageyu 2016-10-22 02:11:16 +09:00
  • 69c65284a5 Update NEWS. Tsuda Kageyu 2016-10-22 01:06:57 +09:00
  • 97aaa0f979 Restore the ABI breakage by bringing back a removed private static variable. Tsuda Kageyu 2016-10-19 15:57:28 +09:00
  • 1b64bb0cb7 Support new classical music frames introduced with iTunes 12.5, #758. Urs Fleisch 2016-10-18 20:34:53 +02:00
  • 0dac721ce2 Update NEWS. Tsuda Kageyu 2016-09-26 17:48:44 +09:00
  • bbeeca6fdb Merge pull request #754 from hyperquantum/master Stephen F. Booth 2016-09-15 21:11:08 -04:00
  • 7e90313690 Fix defect in ByteVectorStream::seek when Position==End. Kevin André 2016-09-15 16:30:16 +02:00
  • 51b85abc0b foo Scott Wheeler 2016-09-14 19:55:55 +03:00
  • 9452970528 No reason to include std::string here Scott Wheeler 2016-09-14 19:54:16 +03:00
  • 53ac43b5f6 This should be using operator| not operator|| Scott Wheeler 2016-09-14 19:53:46 +03:00
  • 1d3c95f692 Merge pull request #752 from evpobr/cmake-ver Tsuda Kageyu 2016-09-12 15:56:45 +09:00
  • 8c3801f18d Merge pull request #753 from FestusHagen/fh1.m_AddBuildSharedLibsOption Tsuda Kageyu 2016-09-12 15:56:33 +09:00
  • c9bdd416ef Add BUILD_SHARED_LIBS option for CMake GUI. Festus Hagen 2016-08-25 15:03:44 -04:00
  • 9f28e037fe Move cmake_minimum_required at the top evpobr 2016-08-20 22:37:53 +05:00
  • 92c070ba9e Merge pull request #749 from jwelton/fix-typo Stephen F. Booth 2016-08-14 17:10:18 -04:00
  • a64772a832 Merge pull request #748 from supermihi/taglib2 Stephen F. Booth 2016-08-14 17:10:04 -04:00
  • 75e3ec73aa Change string to end offset Jake Welton 2016-08-14 22:02:33 +01:00
  • c352425ee7 Adjust version macros to TagLib naming conventions; use dedicated namespace Michael Helmling 2016-07-30 13:47:46 +02:00
  • 0f096af504 Extend dynamic version retrieval; remove C++11 dependency Michael Helmling 2016-07-28 22:32:44 +02:00
  • a16c95b33f Adds a function for dynamic version information retrieval Michael Helmling 2016-07-23 13:08:23 +02:00
  • 3e47a036fb Update NEWS. Tsuda Kageyu 2016-05-14 10:46:42 +09:00
  • 9b995544e4 Fix reading table of contents frames with a lot of children. Tsuda Kageyu 2016-05-14 09:58:19 +09:00
  • d8e5077961 Update NEWS. v1.11 Tsuda Kageyu 2016-04-29 17:26:33 +09:00
  • 821ff14a43 Put a to-do note in here to look at before actually releasing this API Scott Wheeler 2016-04-24 21:54:28 +02:00
  • 6422054540 Merge pull request #739 from frgm/master Tsuda Kageyu 2016-04-23 06:54:59 +09:00
  • 1b878102f0 c: fix a typo Svyatoslav Mishyn 2016-04-22 16:46:15 +03:00
  • 0a85f9b227 Revert "Hide a private static variable." Tsuda Kageyu 2016-04-22 09:27:04 +09:00
  • 31f3109b47 Merge pull request #732 from dirkvdb/master Stephen F. Booth 2016-04-02 13:21:39 -04:00
  • 76f8ff388f Also ignore the virtual destructor warning when compiling with clang Dirk Vanden Boer 2016-03-20 20:33:04 +01:00
  • 7627ae48ed Change some static_casts to dynamic_casts in test_id3v2.cpp. Tsuda Kageyu 2016-03-17 22:50:34 +09:00
  • b2a6768704 Don't stop parsing an ID3v2 SYLT frame when its description is empty. Tsuda Kageyu 2016-03-14 20:35:09 +09:00
  • 7d270a7e20 Update NEWS. Tsuda Kageyu 2016-03-10 21:38:08 +09:00
  • bf53dc6131 Merge pull request #726 from amethystAnt/ape-keys-bug Tsuda Kageyu 2016-03-07 06:41:21 +09:00
  • ff8b6a91e7 Fixed bug #725 - changed the maximum length of an APE key to 255 Karel Patlejch 2016-03-06 21:15:18 +01:00
  • 1a82419872 Add myself to maintainers. Tsuda Kageyu 2016-03-03 10:06:51 +09:00
  • 5a3265d031 Update NEWS for v1.11 BETA 2. v1.11beta2 Tsuda Kageyu 2016-03-03 05:02:14 +09:00
  • a27199b772 Support Boost iostreams library to decode compressed ID3v2 frames in additiion to zlib. Tsuda Kageyu 2016-02-24 00:26:37 +09:00
  • 6c27a32de8 Skip a useless debug message. Tsuda Kageyu 2016-02-24 21:32:25 +09:00
  • 11abffc0f6 Update NEWS. Tsuda Kageyu 2016-02-22 23:27:46 +09:00
  • 2aea23aed2 Add some debug messages to RIFF::File, just in case. Tsuda Kageyu 2016-02-22 23:17:17 +09:00
  • e8ef0e0a4b Improve the padding handling of RIFF files a bit. Tsuda Kageyu 2016-02-22 23:12:34 +09:00
  • 520da50bc5 Always update the global RIFF size when updating RIFF files. Tsuda Kageyu 2016-02-22 22:27:18 +09:00
  • c0a909b709 Fix a broken indent. Tsuda Kageyu 2016-02-22 01:39:40 +09:00
  • 8d09f12847 Remove some #ifdefs and #includes no longer used. Tsuda Kageyu 2016-02-22 00:35:11 +09:00
  • 710166e32d Separate zlib related code rather than having several #ifdef blocks. Tsuda Kageyu 2016-02-21 23:16:48 +09:00
  • 01054009ac Make the code in ByteVector::append() a bit more clearer. Tsuda Kageyu 2016-02-21 00:43:33 +09:00
  • 7d8aa7b8bd ByteVector::append() can't take the vector itself. Tsuda Kageyu 2016-02-20 19:42:46 +09:00
  • 98a57744c3 Add some tests for ByteVector::replace(). Tsuda Kageyu 2016-02-20 11:50:47 +09:00
  • 8c4b484e67 Fix a possible out-of-bounds access in SynchData::decode(). This also avoids an extra memory copy. Tsuda Kageyu 2016-02-19 20:58:09 +09:00
  • 2166d703e0 Small fix in style. Tsuda Kageyu 2016-02-18 14:34:16 +09:00
  • 887f3b28e5 Add a TODO comment in ByteVector::replace(). Tsuda Kageyu 2016-02-18 14:29:17 +09:00
  • 6a9db50c03 Revert "Remove more useless inline specifiers." Tsuda Kageyu 2016-02-18 03:51:42 +09:00