9bb0eb7ee9 
					 
					
						
						
							
							Added some operators to compare String to string literals.  
						
						
						
						
					 
					
						2014-08-12 23:58:45 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d34c922c75 
					 
					
						
						
							
							Merge pull request  #425  from TsudaKageyu/fix-cmake  
						
						... 
						
						
						
						Removed a useless line from ConfigureChecks.cmake. 
						
						
					 
					
						2014-08-12 09:42:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3c727e091e 
					 
					
						
						
							
							Removed a useless line from ConfigureChecks.cmake.  
						
						
						
						
					 
					
						2014-08-12 13:42:44 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c23ee5331f 
					 
					
						
						
							
							Merge pull request  #418  from TsudaKageyu/debug-msg  
						
						... 
						
						
						
						Fixed some debug messages. 
						
						
					 
					
						2014-08-07 00:37:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0f605be198 
					 
					
						
						
							
							Merge pull request  #414  from TsudaKageyu/fix-floattest  
						
						... 
						
						
						
						Fixed some mistakes in the CMake module for float types. 
						
						
					 
					
						2014-08-07 00:36:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						590cb29f99 
					 
					
						
						
							
							Improved the CMake check for float/double format. (Intel compiler support)  
						
						
						
						
					 
					
						2014-08-06 20:57:04 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						286fd2abec 
					 
					
						
						
							
							Fixed some debug messages.  
						
						
						
						
					 
					
						2014-08-06 16:13:15 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f76d76728d 
					 
					
						
						
							
							Fixed some mistakes in the CMake module for float types.  
						
						
						
						
					 
					
						2014-08-04 17:51:05 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80f5436370 
					 
					
						
						
							
							Merge pull request  #413  from TsudaKageyu/msvc-tests3  
						
						... 
						
						
						
						Fixed a test to work with MSVC. 
						
						
					 
					
						2014-08-04 09:09:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						043d2bbef5 
					 
					
						
						
							
							Fixed a test to work with MSVC.  
						
						
						
						
					 
					
						2014-08-04 15:11:50 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cf59d51d93 
					 
					
						
						
							
							Merge pull request  #406  from TsudaKageyu/utf16-byteorder  
						
						... 
						
						
						
						Fixed handling UTF-16 byte order. 
						
						
					 
					
						2014-07-23 10:21:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9569b99e4c 
					 
					
						
						
							
							Merge pull request  #405  from TsudaKageyu/missing-include  
						
						... 
						
						
						
						Added a missing #include. 
						
						
					 
					
						2014-07-23 10:20:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						590405d878 
					 
					
						
						
							
							Fixed handling UTF-16 byte order.  
						
						
						
						
					 
					
						2014-07-23 15:36:16 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c03b91aed3 
					 
					
						
						
							
							Added a missing #include.  
						
						
						
						
					 
					
						2014-07-23 14:56:18 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee2908a6cf 
					 
					
						
						
							
							Merge pull request  #399  from TsudaKageyu/float-conv  
						
						... 
						
						
						
						Added float conversion functions to ByteVector. 
						
						
					 
					
						2014-07-22 12:10:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e29f1d39e7 
					 
					
						
						
							
							Added float conversion functions to ByteVector.  
						
						... 
						
						
						
						Added CMake checks about IEEE754 compliance. 
						
						
					 
					
						2014-07-17 12:09:14 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b509106031 
					 
					
						
						
							
							Merge pull request  #398  from TsudaKageyu/fix-chap  
						
						... 
						
						
						
						Fixed some compilation error on MSVC in CHAP and CTOC frames support. 
						
						
					 
					
						2014-07-16 22:30:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47cd6fad4f 
					 
					
						
						
							
							Fixed some compilation error on MSVC in CHAP and CTOC frames support.  
						
						
						
						
					 
					
						2014-07-17 01:43:56 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fb24dfe7cf 
					 
					
						
						
							
							Merge pull request  #393  from TsudaKageyu/msvc-tests  
						
						... 
						
						
						
						Modified some tests to work with MSVC. 
						
						
					 
					
						2014-07-16 16:02:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f42263e04a 
					 
					
						
						
							
							Merge pull request  #392  from TsudaKageyu/zlib-source  
						
						... 
						
						
						
						Added a Windows-friendly build option ZLIB_SOURCE. 
						
						
					 
					
						2014-07-16 15:58:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						43872f362d 
					 
					
						
						
							
							Merge pull request  #390  from TsudaKageyu/vector-bounds  
						
						... 
						
						
						
						Fixed out-of-bounds access in findVector(). 
						
						
					 
					
						2014-07-16 15:57:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						73d3436570 
					 
					
						
						
							
							Merge pull request  #391  from TsudaKageyu/setlasterror  
						
						... 
						
						
						
						Added some SetLastError()s to get correct error codes in Win32. 
						
						
					 
					
						2014-07-16 15:56:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e50b8dc25 
					 
					
						
						
							
							Merge pull request  #394  from ufleisch/master  
						
						... 
						
						
						
						Add genres 148 to 191 to list of ID3v1 genres. 
						
						
					 
					
						2014-07-16 15:54:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a585c5258 
					 
					
						
						
							
							Merge remote-tracking branch 'krejclu6/krejclu6_chapters'  
						
						
						
						
					 
					
						2014-07-16 15:52:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5f738a9819 
					 
					
						
						
							
							Changed to skip the ZLib check when ZLIB_SOURCE is set.  
						
						
						
						
					 
					
						2014-07-09 09:52:08 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d7995b807f 
					 
					
						
						
							
							Fixed the tests to work with MSVC when UNICODE is set.  
						
						
						
						
					 
					
						2014-06-24 01:29:15 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e60e339a4 
					 
					
						
						
							
							Add genres 148 to 191 to list of ID3v1 genres.  
						
						... 
						
						
						
						This genres were added for Winamp version 5.6, see
<http://en.wikipedia.org/wiki/ID3#List_of_genres >. 
						
						
					 
					
						2014-06-21 12:34:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5feabe0988 
					 
					
						
						
							
							Updated INSTALL.  
						
						
						
						
					 
					
						2014-06-20 10:36:09 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						29a5129096 
					 
					
						
						
							
							Modified some tests to work with MSVC.  
						
						
						
						
					 
					
						2014-06-20 09:06:26 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fadb57e4cd 
					 
					
						
						
							
							Added a Windows-friendly build option ZLIB_SOURCE.  
						
						
						
						
					 
					
						2014-06-19 19:54:12 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						653b631aea 
					 
					
						
						
							
							Added a check for patternSize and removed a useless check.  
						
						
						
						
					 
					
						2014-06-19 16:57:36 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cb3abf15ad 
					 
					
						
						
							
							Added a test for out-of-bounds access in findVector().  
						
						
						
						
					 
					
						2014-06-19 13:22:50 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						29377fc8f1 
					 
					
						
						
							
							Added some SetLastError()s to get correct error codes in Win32.  
						
						
						
						
					 
					
						2014-06-19 12:58:07 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						663f10d51d 
					 
					
						
						
							
							Fixed out-of-bounds access in findVector().  
						
						
						
						
					 
					
						2014-06-19 12:19:18 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a192db07c0 
					 
					
						
						
							
							Code clean-up.  
						
						
						
						
					 
					
						2014-06-11 17:52:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						459adc69ad 
					 
					
						
						
							
							Merge branch 'krejclu6_chapters' of  https://github.com/krejclu6/taglib  into krejclu6_chapters  
						
						... 
						
						
						
						Conflicts:
	taglib/mpeg/id3v2/id3v2framefactory.cpp
	tests/test_id3v2.cpp 
						
						
					 
					
						2014-05-18 16:29:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						500b3e630b 
					 
					
						
						
							
							Uncommenting unit test.  
						
						
						
						
					 
					
						2014-05-18 16:15:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c5c89e8d9 
					 
					
						
						
							
							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. 
						
						
					 
					
						2014-05-18 16:15:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						140fb2b3f6 
					 
					
						
						
							
							Removed duplicated CHAP frame testing funtion.  
						
						
						
						
					 
					
						2014-05-18 16:15:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						98ed58f910 
					 
					
						
						
							
							Changed copyright and e-mail in modified files.  
						
						
						
						
					 
					
						2014-05-18 16:15:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7d99b8276a 
					 
					
						
						
							
							Fixed errors in ChapterFrame constructor.  
						
						... 
						
						
						
						Fixed errors in ChapterFrame method renderFields.
Fixed errors in TableOfContentsFrame method parseFields.
Added ChapterFrame and TableOfContentsFrame headers and sources to CMakeLists.txt.
Added some basic testing of CHAP and CTOC frames parsing. 
						
						
					 
					
						2014-05-18 16:15:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17841e89ae 
					 
					
						
						
							
							Fixed error in childElements function.  
						
						
						
						
					 
					
						2014-05-18 16:14:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5f9258462 
					 
					
						
						
							
							Finished parseFields, renderFields and asProperty methods of ChapterFrame and TableOfContentsFrame classes.  
						
						... 
						
						
						
						Methods setElementID of ChapterFrame and TableOfContentsFrame classes now automatically terminates new element ID with null. 
						
						
					 
					
						2014-05-18 16:14:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3a1040d55b 
					 
					
						
						
							
							Added basic members of ChapterFrame and TableOfContentsFrame classes.  
						
						... 
						
						
						
						Fixed minor bugs in ChapterFrame and TableOfContentsFrame headers. 
						
						
					 
					
						2014-05-18 16:11:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0864634ea6 
					 
					
						
						
							
							Created CPP and H files for CTOC and CHAP frames.  
						
						
						
						
					 
					
						2014-05-18 16:11:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f27e0aaecf 
					 
					
						
						
							
							Merge pull request  #370  from supermihi/fix162v2  
						
						... 
						
						
						
						Fix  #162 : Xiph and APE generic getters return space-concatenated values 
					
						2014-04-24 21:35:50 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ecc768d459 
					 
					
						
						
							
							Merge pull request  #380  from TsudaKageyu/fix-comment  
						
						... 
						
						
						
						Removed a wrong note from a comment in tstring.h. 
						
						
					 
					
						2014-04-11 10:33:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fabc411cb9 
					 
					
						
						
							
							Removed a wrong note from a comment in tstring.h.  
						
						
						
						
					 
					
						2014-04-11 17:16:55 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2d528d844a 
					 
					
						
						
							
							Merge pull request  #356  from TsudaKageyu/string-comment  
						
						... 
						
						
						
						Added some comment about UTF-16 encoding to String::data(). 
						
						
					 
					
						2014-04-10 20:05:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c65753c766 
					 
					
						
						
							
							Add ALBUMARTIST property mapping for WMA  
						
						
						
						
					 
					
						2014-04-10 20:05:14 +02:00