aa49723b48 
					 
					
						
						
							
							Merge pull request  #330  from TsudaKageyu/fix-emptystring  
						
						 
						
						... 
						
						
						
						Fixed a bug reported at #328  
						
						
							
						
					 
					
						2014-02-05 00:02:47 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						167513ae57 
					 
					
						
						
							
							Avoid using &d->data[0] when d->data is empty.  
						
						 
						
						
						
						
							
						
					 
					
						2014-02-05 10:35:07 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d0f3e9b186 
					 
					
						
						
							
							Use std::string::c_str() rather than &s[0] where a const pointer is required.  
						
						 
						
						
						
						
							
						
					 
					
						2014-01-24 09:48:39 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4fc020e0d3 
					 
					
						
						
							
							Merge pull request  #340  from mineo/patch-1  
						
						 
						
						... 
						
						
						
						Remove a superfluos 'x' 
						
						
							
						
					 
					
						2014-01-18 13:12:21 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						db147e672e 
					 
					
						
						
							
							Remove a superfluos 'x'  
						
						 
						
						
						
						
							
						
					 
					
						2014-01-18 18:11:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c45a0694f9 
					 
					
						
						
							
							Also build/install taglib.pc when targetting windows  
						
						 
						
						... 
						
						
						
						.pc file is notably used when cross-compiling windows software 
						
						
							
						
					 
					
						2014-01-13 22:49:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						584bbc7c78 
					 
					
						
						
							
							Fixed conversion from empty String to ByteVector  
						
						 
						
						
						
						
							
						
					 
					
						2013-12-04 09:37:59 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						10b804e0ae 
					 
					
						
						
							
							Merge pull request  #322  from TsudaKageyu/mailaddress  
						
						 
						
						... 
						
						
						
						Fixed a mail address 
						
						
							
						
					 
					
						2013-11-24 23:25:19 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4f8ab4b63f 
					 
					
						
						
							
							Fixed a mail address  
						
						 
						
						
						
						
							
						
					 
					
						2013-11-25 14:12:34 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5593c251c8 
					 
					
						
						
							
							Merge pull request  #321  from TsudaKageyu/nominmax  
						
						 
						
						... 
						
						
						
						Fixed warnings in MinGW 
						
						
							
						
					 
					
						2013-11-23 19:24:55 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7d7a7be115 
					 
					
						
						
							
							Fixed warnings in MinGW  
						
						 
						
						
						
						
							
						
					 
					
						2013-11-23 23:42:20 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f733077917 
					 
					
						
						
							
							Merge pull request  #307  from TsudaKageyu/string-abi  
						
						 
						
						... 
						
						
						
						Fixed the ABI breakage in TagLib::String 
						
						
							
						
					 
					
						2013-11-15 15:04:30 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						670493f97f 
					 
					
						
						
							
							Merge pull request  #310  from TsudaKageyu/backslash  
						
						 
						
						... 
						
						
						
						Replaced wrongly used slashes with backslashes in some comments 
						
						
							
						
					 
					
						2013-11-15 03:55:04 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d4adc22922 
					 
					
						
						
							
							Replaced wrongly used slashes with backslashes in some comments  
						
						 
						
						
						
						
							
						
					 
					
						2013-11-15 15:31:23 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						34f8cd8a90 
					 
					
						
						
							
							Merge pull request  #309  from TsudaKageyu/fix-replace  
						
						 
						
						... 
						
						
						
						Rewrote ByteVector::replace() simpler (fix for the issue #308 ) 
						
						
							
						
					 
					
						2013-11-14 07:01:29 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4a7d31c87b 
					 
					
						
						
							
							Rewrote ByteVector::replace() simpler  
						
						 
						
						
						
						
							
						
					 
					
						2013-11-14 14:58:14 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3bf30af66c 
					 
					
						
						
							
							Fixed ABI breakage in TagLib::String  
						
						 
						
						
						
						
							
						
					 
					
						2013-11-06 17:01:21 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ee9720a997 
					 
					
						
						
							
							Merge pull request  #304  from funman/master  
						
						 
						
						... 
						
						
						
						Win32: avoid symbol lookup if UNICODE is defined 
						
						
							
						
					 
					
						2013-10-28 01:12:48 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						69e58b5f3f 
					 
					
						
						
							
							Win32: avoid symbol lookup if UNICODE is defined  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-28 04:39:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1ce5385e30 
					 
					
						
						
							
							Uncommenting unit test.  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-13 18:38:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						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  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aa61823432 
					 
					
						
						
							
							Fix the length of the TXXX translation mapping ( closes   #283 )  
						
						 
						
						
						
						
							
  v1.9.1
 
						
					 
					
						2013-10-08 17:50:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2f7af42092 
					 
					
						
						
							
							Update version to 1.9.1  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-08 17:46:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2d5abd46d2 
					 
					
						
						
							
							Added TagLib::MP4::PropertyMap::codec()  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-08 17:41:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9b5869ea37 
					 
					
						
						
							
							Merge remote-tracking branch 'TsudaKageyu/chunksize'  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-08 16:18:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						02ebd0bcbe 
					 
					
						
						
							
							Change log for 1.9.1  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-08 16:18:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5693ab0403 
					 
					
						
						
							
							Merge remote-tracking branch 'TsudaKageyu/fix-string'  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-08 16:12:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						27000438f5 
					 
					
						
						
							
							Merge remote-tracking branch 'TsudaKageyu/msvc_wchar_t'  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-08 16:09:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a6f759cc9a 
					 
					
						
						
							
							These shouldn't be executable either  
						
						 
						
						
						
						
							
						
					 
					
						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 )  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-08 16:06:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						873df184fe 
					 
					
						
						
							
							Workaround for when MSVC doesn't have wchar_t as a built-in type  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-08 19:55:44 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						079e3e0b87 
					 
					
						
						
							
							Fixed detecting RIFF files with invalid chunk sizes  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-07 17:04:55 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						95776b5905 
					 
					
						
						
							
							These files should not be marked as executable  
						
						 
						
						
						
						
							
  v1.9
 
						
					 
					
						2013-10-06 17:11:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dcfb71bcb4 
					 
					
						
						
							
							Update version number to 1.9  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-05 10:53:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f2c9ed4f36 
					 
					
						
						
							
							Update NEWS  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-05 10:09:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2407933087 
					 
					
						
						
							
							Merge remote-tracking branch 'TsudaKageyu/wavpack-samplerate'  
						
						 
						
						
						
						
							
						
					 
					
						2013-10-05 09:53:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2af43ec8bf 
					 
					
						
						
							
							Merge pull request  #290  from FestusHagen/m_WinInstallNotes  
						
						 
						
						... 
						
						
						
						Update Windows INSTALL notes. 
						
						
							
						
					 
					
						2013-10-01 19:51:11 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						85d76a2428 
					 
					
						
						
							
							Update Windows INSTALL notes.  
						
						 
						
						
						
						
							
						
					 
					
						2013-09-30 18:06:55 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						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  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						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  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e6f9a06894 
					 
					
						
						
							
							Added missing #include <algorithm> for std::min() and std::max()  
						
						 
						
						
						
						
							
						
					 
					
						2013-09-20 08:26:37 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e125bcb78b 
					 
					
						
						
							
							Fixed a possible out-of-bound access when reading WavPack files  
						
						 
						
						
						
						
							
						
					 
					
						2013-09-19 04:09:28 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						23b418b4e9 
					 
					
						
						
							
							Added a missing fieldListmap() method to RIFF::Info::Tag  
						
						 
						
						
						
						
							
						
					 
					
						2013-09-17 14:59:19 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cf892f2cb8 
					 
					
						
						
							
							Fixed a bug in creating String from ByteVector  
						
						 
						
						
						
						
							
						
					 
					
						2013-09-13 03:47:03 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c12b6697f9 
					 
					
						
						
							
							Merge remote-tracking branch 'TsudaKageyu/byteorder-detection'  
						
						 
						
						
						
						
							
						
					 
					
						2013-07-21 14:42:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						89fcab5669 
					 
					
						
						
							
							Fixed an MSVC specific runtime error only in debug mode  
						
						 
						
						
						
						
							
						
					 
					
						2013-07-17 23:35:41 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						35ca010df6 
					 
					
						
						
							
							Introduced the runtime byte order detection when config.h is missing  
						
						 
						
						
						
						
							
						
					 
					
						2013-07-17 15:02:02 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0f58646bfb 
					 
					
						
						
							
							Added a test for APE::Item  
						
						 
						
						
						
						
							
						
					 
					
						2013-07-14 11:35:10 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4d126c49e9 
					 
					
						
						
							
							Fixed a crash of APE::Item::toString() when the data type is binary  
						
						 
						
						
						
						
							
						
					 
					
						2013-07-14 02:47:48 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3a636c752b 
					 
					
						
						
							
							Merge remote-tracking branch 'TsudaKageyu/string-api-master'  
						
						 
						
						
						
						
							
						
					 
					
						2013-07-11 10:08:05 +02:00