]> granicus.if.org Git - taglib/shortlog
taglib
2017-05-23 Tsuda KageyuFix MSVC warnings about unreferenced variables.
2017-05-23 Tsuda KageyuFix the Travis-CI testing on OS X.
2017-02-24 Tsuda KageyuRemove an useless UTF-8 BOM.
2017-02-24 Tsuda KageyuAllow SYLT frames to have a timestamp with no text.
2017-02-08 Tsuda KageyuFilePrivate is responsible to delete a stream pointer...
2017-02-06 Tsuda KageyuFix wrong endian of boolean values when saving ASF...
2017-02-03 Tsuda KageyuRemove obsolete comments.
2017-02-03 Scott WheelerIgnore warnings about OSAtomicIncrement32Barrier
2017-02-01 Tsuda KageyuAvoid searching the same area twice in MPEG::File:...
2017-01-31 Tsuda KageyuAdd some test cases for invalid UTF-8 sequences.
2017-01-31 Tsuda KageyuFix and add some test cases for invalid surrogate pairs.
2017-01-30 Tsuda KageyuUpdate NEWS.
2017-01-30 Tsuda KageyuRemove redundant functions in tstring.cpp.
2017-01-30 Tsuda KageyuRemove function bodies of some non-specialized template...
2017-01-30 Tsuda KageyuAdd a few more test cases for invalid UTF-8 sequences.
2017-01-30 Tsuda KageyuMerge pull request #794 from TsudaKageyu/utf8-library
2017-01-30 Tsuda KageyuCheck an invalid UTF-8 sequence consists of single...
2017-01-29 Tsuda KageyuStop assuming that std::wstring has a contiguous and...
2017-01-27 Tsuda KageyuReduce useless memory reallocation in String::upper().
2017-01-27 Tsuda KageyuRemove a duplicate test file.
2017-01-27 Tsuda KageyuRemove some redundant code in tstring.cpp.
2017-01-27 Tsuda KageyuReplace unicode.h/unicode.cpp by the UTF8-CPP library.
2017-01-26 Tsuda KageyuAdd a test for unpaired surrogate characters in a UTF...
2017-01-21 Tsuda KageyuRemove some redundant code.
2017-01-21 Tsuda KageyuPrefer isEmpty()/empty() to size() == 0.
2017-01-21 Tsuda KageyuRevert useless changes accidentally committed.
2017-01-21 Tsuda KageyuAdd missing consts.
2017-01-20 Tsuda KageyuCombine two internal functions which are always used...
2017-01-20 Tsuda KageyuIgnore fake MPEG frame headers when seeking them.
2017-01-20 Tsuda KageyuEfficient lookup for an ID3v2 tag in MPEG files with...
2017-01-15 Tsuda KageyuUpdate NEWS.
2017-01-15 Tsuda KageyuMerge pull request #791 from TsudaKageyu/flac-empty...
2017-01-15 Tsuda KageyuInitialize d-pointers in class member initializer list.
2017-01-15 Tsuda KageyuAlways use parentheses with new. It's a bit safer.
2017-01-14 Tsuda KageyuInitialize all the data members of ASF::Attribute.
2017-01-09 Tsuda KageyuBe tolerant of empty FLAC seektable blocks.
2017-01-07 Tsuda KageyuRemove some TODO comments which are no longer necessary.
2017-01-06 Michael HelmlingFix #789 (typo in member doc)
2016-12-22 Stephen F.... Merge pull request #787 from rshanmu/master
2016-12-22 Ramesh ShanmugasundaramRenamed unsupported-extension.xxx and modified test
2016-12-20 Tsuda KageyuRemove the CMake check for Boost I missed out on.
2016-12-20 Tsuda KageyuRemove all the optional dependencies on Boost.
2016-12-20 Tsuda KageyuFix the CMake check for std::atomic_int.
2016-12-19 Tsuda KageyuSafer conversion of boolean values in ASF attributes.
2016-12-09 Tsuda KageyuMake use of increment/decrement operators of std::atomic.
2016-12-09 Tsuda KageyuRemove optional dependencies on Boost's dynamic libraries.
2016-12-09 Tsuda KageyuMerge pull request #784 from haoxi911/master
2016-12-08 Hao XiFix #667: Compiled TagLib framework for OS X fails...
2016-12-05 Tsuda KageyuRewrite ByteVector::replace() to run in O(n) time.
2016-12-05 Tsuda KageyuAdd a test to check if ByteVector is detached correctly...
2016-12-02 Tsuda Kageyu#include guards in CMake generated headers.
2016-12-01 Tsuda KageyuUpdate NEWS.
2016-12-01 Tsuda KageyuFix possible Ogg packet losses.
2016-12-01 Tsuda KageyuPrevent the segment table of Ogg pages from exceeding...
2016-11-29 Tsuda KageyuRemove Utils::floatByteOrder() and use systemByteOrder...
2016-11-29 Tsuda KageyuAdd a test for #743/#779.
2016-11-29 Tsuda KageyuSmall fix in style.
2016-11-28 Tsuda KageyuMerge pull request #779 from supermihi/master
2016-11-27 Michael HelmlingFixes #743 by not overwriting existing Xiph comment...
2016-11-26 Tsuda KageyuA bit more tolerant check to return itself in String...
2016-11-25 Stephen F.... Merge pull request #778 from martin-flaska/optimization
2016-11-25 Martin Flaskatstring: String::substr optimization when returning...
2016-11-25 Martin Flaskatest_string: Make 'stripWhiteSpace' test more complex
2016-11-24 Tsuda KageyuSuppress MSVC warnings in test.
2016-11-24 Stephen F.... Merge pull request #776 from mathbunnyru/small_improvements
2016-11-23 mathbunnyruSmall fixes
2016-11-21 mathbunnyruIncrement fixes
2016-11-18 Tsuda KageyuUpdate NEWS.
2016-11-18 Tsuda KageyuMerge pull request #772 from TsudaKageyu/vorbis-fields
2016-11-10 Tsuda KageyuFix handling of lowercase 'metadata_block_picture'...
2016-11-10 Tsuda KageyuAvoid adding fields with invalid keys to Vorbis Comments.
2016-11-10 Tsuda KageyuDon't decode redundant UTF-8 sequences in Win32.
2016-11-09 Tsuda KageyuSeparate some tests to make them more specific.
2016-11-08 Tsuda KageyuCheck invalid Unicode APE keys properly.
2016-11-08 Tsuda KageyuRemoved a utility function which is used only at one...
2016-11-08 Tsuda KageyuAdd README.md.
2016-11-08 Tsuda Kageyutolower() depends on the current locale.
2016-11-08 Tsuda KageyuUpdate NEWS.
2016-11-08 Tsuda KageyuMerge pull request #765 from TsudaKageyu/zero-length...
2016-11-08 Tsuda KageyuMerge pull request #759 from ufleisch/mp4_classical
2016-11-07 Tsuda KageyuInitialize all the data members of ID3v2::ChapterFrame.
2016-11-06 Tsuda KageyuValues of FILE_* macros are guaranteed in Win32.
2016-11-04 Tsuda KageyuAdd List::swap() and Map::swap().
2016-11-02 Tsuda KageyuProper handling of MP4 atoms with zero length.
2016-11-01 Tsuda KageyuRemove a useless branch.
2016-10-31 Tsuda KageyuAdd a common function to generate a long string to...
2016-10-31 Tsuda KageyuAllow ScopedFileCopy to be const.
2016-10-30 Tsuda KageyuSuppress MSVC warnings about narrowing conversions.
2016-10-30 Tsuda KageyuUpdate NEWS.
2016-10-30 Tsuda KageyuAssume that SetFilePointerEx() and GetFileSizeEx()...
2016-10-30 Tsuda KageyuAssume that CreateFileW() is always available.
2016-10-28 Tsuda KageyuPrevent overflows, just in case.
2016-10-28 Tsuda KageyuBackport a test from taglib2 branch.
2016-10-28 Tsuda KageyuRemove some useless seek()/tell() from RIFF::File.
2016-10-28 Tsuda KageyuEncourage compilers to optimize out debug() and debugDa...
2016-10-27 Tsuda KageyuUpdate NEWS.
2016-10-27 Tsuda KageyuSuppress some warnings in test.
2016-10-27 Tsuda KageyuAdd a test for File::truncate().
2016-10-27 Tsuda KageyuCheck if file size <= LONG_MAX.
2016-10-24 Tsuda KageyuMerge pull request #761 from albertofustinoni/master
next