aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't assume TDRC is an instance of TextIdentificationFrame (#831)Stephen F. Booth2017-09-301-2/+3
* taglib: fix test build failure on powerpc/c++11 (#834)Sergei Trofimovich2017-09-181-3/+3
* Check if mandatory header objects are present when opening ASF files.Tsuda Kageyu2017-06-131-16/+25
* Use a macro to pretend virtual functions.Tsuda Kageyu2017-06-131-88/+35
* Fix some typos in debug messages.Tsuda Kageyu2017-06-131-2/+2
* Update NEWS.Tsuda Kageyu2017-06-121-2/+3
* Merge pull request #799 from TsudaKageyu/filetype-detectionTsuda Kageyu2017-06-1236-86/+663
|\
| * Restore FileRef::create() in order not to change the previous behavior.Tsuda Kageyu2017-06-063-2/+88
| * Mention that FileRef::create no longer works.Tsuda Kageyu2017-05-312-1/+2
| * Merge branch 'filetype-detection' of https://github.com/TsudaKageyu/taglib in...Tsuda Kageyu2017-02-073-14/+11
| |\
| | * Remove some redundant code.Tsuda Kageyu2017-02-063-14/+11
| * | Rename the functions 'isValidStream' to 'isSupported'.Tsuda Kageyu2017-02-0729-43/+43
| |/
| * Restore the layout of the copyright header of test_fileref.cpp.Tsuda Kageyu2017-02-041-21/+21
| * Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-0435-120/+613
* | TableOfContentsFrame depends on ByteVectorList.Tsuda Kageyu2017-06-091-0/+2
* | Merge pull request #824 from evpobr/fix-createfile2Tsuda Kageyu2017-06-093-1/+10
|\ \
| * | Fix WinRT configuringevpobr2017-06-083-1/+10
* | | Merge pull request #823 from TsudaKageyu/isolate-3rdparty-libTsuda Kageyu2017-06-094-1/+3
|\ \ \
| * | | Isolate 3rdparty library for easier maintenance.Tsuda Kageyu2017-06-074-1/+3
|/ / /
* | | Update UTF8-CPP to v2.3.5.Tsuda Kageyu2017-06-072-7/+10
* | | Remove an unused include directory from taglib/CMakeLists.txt.Tsuda Kageyu2017-06-071-4/+0
* | | Update INSTALL.mdMichael Helmling2017-06-051-2/+5
* | | Merge pull request #821 from supermihi/masterStephen F. Booth2017-06-052-159/+172
|\ \ \
| * | | Fix Markdown syntax of INSTALL file and rename it to *.mdMichael Helmling2017-06-052-159/+172
|/ / /
* | | Update NEWS.Tsuda Kageyu2017-05-311-1/+2
* | | Merge pull request #818 from LindyBalboa/add_rate_atom_supportTsuda Kageyu2017-05-311-2/+2
|\ \ \
| * | | Add direct support for "rate" atomConner R. Phillips2017-04-221-2/+2
| |/ /
* | | Fix memory leaks in a test.Tsuda Kageyu2017-05-261-0/+3
* | | Fix MSVC warnings about unreferenced variables.Tsuda Kageyu2017-05-231-2/+4
* | | Fix the Travis-CI testing on OS X.Tsuda Kageyu2017-05-231-2/+3
|/ /
* | Remove an useless UTF-8 BOM.Tsuda Kageyu2017-02-241-1/+1
* | Allow SYLT frames to have a timestamp with no text.Tsuda Kageyu2017-02-241-2/+2
* | FilePrivate is responsible to delete a stream pointer instead of File.Tsuda Kageyu2017-02-081-10/+10
* | Fix wrong endian of boolean values when saving ASF files.Tsuda Kageyu2017-02-061-2/+2
|/
* Remove obsolete comments.Tsuda Kageyu2017-02-044-12/+0
* Ignore warnings about OSAtomicIncrement32BarrierScott Wheeler2017-02-031-0/+1
* Avoid searching the same area twice in MPEG::File::previousFrameOffset().Tsuda Kageyu2017-02-011-6/+4
* Add some test cases for invalid UTF-8 sequences.Tsuda Kageyu2017-01-311-0/+6
* Fix and add some test cases for invalid surrogate pairs.Tsuda Kageyu2017-01-311-3/+8
* Update NEWS.Tsuda Kageyu2017-01-311-1/+1
* Remove redundant functions in tstring.cpp.Tsuda Kageyu2017-01-301-50/+32
* Remove function bodies of some non-specialized template functions.Tsuda Kageyu2017-01-301-10/+2
* Add a few more test cases for invalid UTF-8 sequences.Tsuda Kageyu2017-01-301-0/+3
* Merge pull request #794 from TsudaKageyu/utf8-libraryTsuda Kageyu2017-01-307-552/+688
|\
| * Stop assuming that std::wstring has a contiguous and null-terminated buffer.Tsuda Kageyu2017-01-301-10/+6
| * Replace unicode.h/unicode.cpp by the UTF8-CPP library.Tsuda Kageyu2017-01-277-542/+682
* | Check an invalid UTF-8 sequence consists of single char.Tsuda Kageyu2017-01-302-8/+13
* | Reduce useless memory reallocation in String::upper().Tsuda Kageyu2017-01-284-6/+6
* | Remove a duplicate test file.Tsuda Kageyu2017-01-272-1/+1
* | Remove some redundant code in tstring.cpp.Tsuda Kageyu2017-01-271-7/+7
|/