aboutsummaryrefslogtreecommitdiffstats
path: root/taglib
Commit message (Expand)AuthorAgeFilesLines
* 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 MSVC warnings about unreferenced variables.Tsuda Kageyu2017-05-231-2/+4
|/
* 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
* 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
* Merge pull request #794 from TsudaKageyu/utf8-libraryTsuda Kageyu2017-01-306-552/+680
|\
| * 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-276-542/+674
* | Check an invalid UTF-8 sequence consists of single char.Tsuda Kageyu2017-01-301-6/+6
* | Reduce useless memory reallocation in String::upper().Tsuda Kageyu2017-01-284-6/+6
* | Remove some redundant code in tstring.cpp.Tsuda Kageyu2017-01-271-7/+7
|/
* Remove some redundant code.Tsuda Kageyu2017-01-221-5/+1
* Prefer isEmpty()/empty() to size() == 0.Tsuda Kageyu2017-01-212-3/+3
* Revert useless changes accidentally committed.Tsuda Kageyu2017-01-211-3/+3
* Add missing consts.Tsuda Kageyu2017-01-212-7/+7
* Combine two internal functions which are always used together.Tsuda Kageyu2017-01-213-17/+17
* Ignore fake MPEG frame headers when seeking them.Tsuda Kageyu2017-01-202-55/+31
* Efficient lookup for an ID3v2 tag in MPEG files with garbage.Tsuda Kageyu2017-01-201-16/+29
* Merge pull request #791 from TsudaKageyu/flac-empty-seektableTsuda Kageyu2017-01-161-1/+3
|\
| * Be tolerant of empty FLAC seektable blocks.Tsuda Kageyu2017-01-101-1/+3
* | Initialize d-pointers in class member initializer list.Tsuda Kageyu2017-01-168-22/+23
* | Always use parentheses with new. It's a bit safer.Tsuda Kageyu2017-01-1633-130/+171
* | Initialize all the data members of ASF::Attribute.Tsuda Kageyu2017-01-141-28/+24
|/
* Remove some TODO comments which are no longer necessary.Tsuda Kageyu2017-01-082-2/+0
* Fix #789 (typo in member doc)Michael Helmling2017-01-061-1/+1
* Remove all the optional dependencies on Boost.Tsuda Kageyu2016-12-201-18/+4
* Safer conversion of boolean values in ASF attributes.Tsuda Kageyu2016-12-191-2/+2
* Make use of increment/decrement operators of std::atomic.Tsuda Kageyu2016-12-091-3/+3
* Remove optional dependencies on Boost's dynamic libraries.Tsuda Kageyu2016-12-093-56/+7
* Fix #667: Compiled TagLib framework for OS X fails at codesign.Hao Xi2016-12-081-1/+7
* Rewrite ByteVector::replace() to run in O(n) time.Tsuda Kageyu2016-12-051-32/+45
* #include guards in CMake generated headers.Tsuda Kageyu2016-12-021-0/+5
* Fix possible Ogg packet losses.Tsuda Kageyu2016-12-011-1/+1
* Prevent the segment table of Ogg pages from exceeding the size limit.Tsuda Kageyu2016-12-011-4/+4
* Remove Utils::floatByteOrder() and use systemByteOrder() instead.Tsuda Kageyu2016-11-292-23/+3
* Small fix in style.Tsuda Kageyu2016-11-291-2/+1
* Fixes #743 by not overwriting existing Xiph comment in FLAC::File::saveMichael Helmling2016-11-271-2/+3
* A bit more tolerant check to return itself in String::substr().Tsuda Kageyu2016-11-261-1/+1
* tstring: String::substr optimization when returning itself as a substringMartin Flaska2016-11-251-1/+4
* Small fixesmathbunnyru2016-11-246-9/+12
* Increment fixesmathbunnyru2016-11-221-6/+6
* Fix handling of lowercase 'metadata_block_picture' fields in Vorbis comments.Tsuda Kageyu2016-11-111-55/+39
* Avoid adding fields with invalid keys to Vorbis Comments.Tsuda Kageyu2016-11-101-5/+16