|  | 97aaa0f979 | Restore the ABI breakage by bringing back a removed private static variable. | 2016-10-19 15:57:28 +09:00 |  | 
			
				
					|  | 0dac721ce2 | Update NEWS. | 2016-09-26 17:48:44 +09:00 |  | 
			
				
					|  | bbeeca6fdb | Merge pull request #754 from hyperquantum/master Fix defect in ByteVectorStream::seek when Position==End. | 2016-09-15 21:11:08 -04:00 |  | 
			
				
					|  | 7e90313690 | Fix defect in ByteVectorStream::seek when Position==End. | 2016-09-15 16:30:16 +02:00 |  | 
			
				
					|  | 1d3c95f692 | Merge pull request #752 from evpobr/cmake-ver Move cmake_minimum_required at the top | 2016-09-12 15:56:45 +09:00 |  | 
			
				
					|  | 8c3801f18d | Merge pull request #753 from FestusHagen/fh1.m_AddBuildSharedLibsOption Add BUILD_SHARED_LIBS option for CMake GUI. | 2016-09-12 15:56:33 +09:00 |  | 
			
				
					|  | c9bdd416ef | Add BUILD_SHARED_LIBS option for CMake GUI. | 2016-08-25 15:03:44 -04:00 |  | 
			
				
					|  | 9f28e037fe | Move cmake_minimum_required at the top | 2016-08-20 22:37:53 +05:00 |  | 
			
				
					|  | 92c070ba9e | Merge pull request #749 from jwelton/fix-typo Fix Typo | 2016-08-14 17:10:18 -04:00 |  | 
			
				
					|  | 75e3ec73aa | Change string to end offset | 2016-08-14 22:02:33 +01:00 |  | 
			
				
					|  | 3e47a036fb | Update NEWS. | 2016-05-14 10:46:42 +09:00 |  | 
			
				
					|  | 9b995544e4 | Fix reading table of contents frames with a lot of children. | 2016-05-14 09:58:19 +09:00 |  | 
			
				
					|  | d8e5077961 | Update NEWS.
						
						
						
						
						
						
							
 v1.11 | 2016-04-29 17:26:33 +09:00 |  | 
			
				
					|  | 6422054540 | Merge pull request #739 from frgm/master c: fix a typo | 2016-04-23 06:54:59 +09:00 |  | 
			
				
					|  | 1b878102f0 | c: fix a typo readble => readable | 2016-04-22 16:46:15 +03:00 |  | 
			
				
					|  | 0a85f9b227 | Revert "Hide a private static variable." This reverts commit 25ffbcb4b9.
# Conflicts:
#	taglib/mpeg/id3v2/id3v2framefactory.cpp
#	taglib/mpeg/id3v2/id3v2framefactory.h | 2016-04-22 09:27:04 +09:00 |  | 
			
				
					|  | 31f3109b47 | Merge pull request #732 from dirkvdb/master Also ignore the virtual destructor warning when compiling with clang | 2016-04-02 13:21:39 -04:00 |  | 
			
				
					|  | 76f8ff388f | Also ignore the virtual destructor warning when compiling with clang | 2016-03-20 20:33:04 +01:00 |  | 
			
				
					|  | 7627ae48ed | Change some static_casts to dynamic_casts in test_id3v2.cpp. static_casts are unsafe and some of following tests doesn't work well with them. | 2016-03-17 22:50:34 +09:00 |  | 
			
				
					|  | b2a6768704 | Don't stop parsing an ID3v2 SYLT frame when its description is empty. | 2016-03-14 20:35:09 +09:00 |  | 
			
				
					|  | 7d270a7e20 | Update NEWS. | 2016-03-10 21:38:08 +09:00 |  | 
			
				
					|  | bf53dc6131 | Merge pull request #726 from amethystAnt/ape-keys-bug Fixed bug #725 - changed the maximum length of an APE key to 255 | 2016-03-07 06:41:21 +09:00 |  | 
			
				
					|  | ff8b6a91e7 | Fixed bug #725 - changed the maximum length of an APE key to 255 | 2016-03-06 21:15:18 +01:00 |  | 
			
				
					|  | 1a82419872 | Add myself to maintainers. | 2016-03-03 10:06:51 +09:00 |  | 
			
				
					|  | 5a3265d031 | Update NEWS for v1.11 BETA 2.
						
						
						
						
						
						
							
 v1.11beta2 | 2016-03-03 05:02:14 +09:00 |  | 
			
				
					|  | a27199b772 | Support Boost iostreams library to decode compressed ID3v2 frames in additiion to zlib. This will help Windows users build TagLib without zlib source. | 2016-03-02 11:14:11 +09:00 |  | 
			
				
					|  | 6c27a32de8 | Skip a useless debug message. | 2016-02-24 21:32:25 +09:00 |  | 
			
				
					|  | 11abffc0f6 | Update NEWS. | 2016-02-22 23:27:46 +09:00 |  | 
			
				
					|  | 2aea23aed2 | Add some debug messages to RIFF::File, just in case. | 2016-02-22 23:17:17 +09:00 |  | 
			
				
					|  | e8ef0e0a4b | Improve the padding handling of RIFF files a bit. | 2016-02-22 23:12:34 +09:00 |  | 
			
				
					|  | 520da50bc5 | Always update the global RIFF size when updating RIFF files. | 2016-02-22 22:27:18 +09:00 |  | 
			
				
					|  | c0a909b709 | Fix a broken indent. | 2016-02-22 01:39:40 +09:00 |  | 
			
				
					|  | 8d09f12847 | Remove some #ifdefs and #includes no longer used. | 2016-02-22 00:35:11 +09:00 |  | 
			
				
					|  | 710166e32d | Separate zlib related code rather than having several #ifdef blocks. | 2016-02-21 23:16:48 +09:00 |  | 
			
				
					|  | 01054009ac | Make the code in ByteVector::append() a bit more clearer. | 2016-02-21 00:43:33 +09:00 |  | 
			
				
					|  | 7d8aa7b8bd | ByteVector::append() can't take the vector itself. | 2016-02-20 19:42:46 +09:00 |  | 
			
				
					|  | 98a57744c3 | Add some tests for ByteVector::replace(). | 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. | 2016-02-19 20:58:09 +09:00 |  | 
			
				
					|  | 2166d703e0 | Small fix in style. | 2016-02-18 14:34:16 +09:00 |  | 
			
				
					|  | 887f3b28e5 | Add a TODO comment in ByteVector::replace(). | 2016-02-18 14:29:17 +09:00 |  | 
			
				
					|  | 6a9db50c03 | Revert "Remove more useless inline specifiers." This reverts commit dadfe79799. | 2016-02-18 03:51:42 +09:00 |  | 
			
				
					|  | 07d95e0dc0 | Add an overload of ByteVector::replace() which takes chars. Currently, this is only way of using ByteVector::replace(). | 2016-02-18 03:47:02 +09:00 |  | 
			
				
					|  | a9acca5d81 | Decode unsynchronized ID3v2 frames efficiently. It makes a great difference when decoding huge unsynchronized ID3v2 frames. | 2016-02-18 03:07:38 +09:00 |  | 
			
				
					|  | dadfe79799 | Remove more useless inline specifiers. They are no longer needed since the unnamed namespaces have solved the ODR violation. | 2016-02-17 22:06:36 +09:00 |  | 
			
				
					|  | 552185a8b8 | Cast the parameters of boost::endian::endian_reverse(), just in case. | 2016-02-16 20:35:27 +09:00 |  | 
			
				
					|  | 46eacaeba4 | Inline functions had better have internal linkages. This also removes useless inline specifiers. | 2016-02-15 20:53:27 +09:00 |  | 
			
				
					|  | 455e827e1e | Explicitly set a false flag in ConfigureChecks.cmake. | 2016-02-15 02:18:42 +09:00 |  | 
			
				
					|  | c08e0b1357 | Reorganize some redundant or missing tests. | 2016-02-15 01:49:23 +09:00 |  | 
			
				
					|  | f3016c0892 | Enable Boost Endian library again. It should be detected properly now. | 2016-02-15 01:36:17 +09:00 |  | 
			
				
					|  | f8f7cb0904 | Update NEWS. | 2016-02-15 00:26:41 +09:00 |  |