]> granicus.if.org Git - taglib/shortlog
taglib
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
2016-10-24 Alberto Fustinoniformatting
2016-10-24 Alberto FustinoniWhitespace
2016-10-24 Alberto FustinoniRefactoring
2016-10-24 Tsuda KageyuUpdate NEWS. v1.11.1
2016-10-23 Alberto FustinoniBetter define guards
2016-10-23 Alberto FustinoniStyling
2016-10-23 Alberto FustinoniMerge branch 'master' of https://github.com/albertofust...
2016-10-23 Alberto FustinoniUse newer file system calls when in Windows 8+ to allow...
2016-10-21 Tsuda KageyuUpdate the version to v1.11.1.
2016-10-21 Tsuda KageyuReplace a possibly non-free file in the test suite.
2016-10-21 Tsuda KageyuUpdate NEWS.
2016-10-19 Tsuda KageyuRestore the ABI breakage by bringing back a removed...
2016-09-26 Tsuda KageyuUpdate NEWS.
2016-09-16 Stephen F.... Merge pull request #754 from hyperquantum/master
2016-09-15 Kevin AndréFix defect in ByteVectorStream::seek when Position...
2016-09-12 Tsuda KageyuMerge pull request #752 from evpobr/cmake-ver
2016-09-12 Tsuda KageyuMerge pull request #753 from FestusHagen/fh1.m_AddBuild...
2016-08-25 Festus HagenAdd BUILD_SHARED_LIBS option for CMake GUI.
2016-08-20 evpobrMove cmake_minimum_required at the top
2016-08-14 Stephen F.... Merge pull request #749 from jwelton/fix-typo
2016-08-14 Jake WeltonChange string to end offset
2016-05-14 Tsuda KageyuUpdate NEWS.
2016-05-14 Tsuda KageyuFix reading table of contents frames with a lot of...
2016-04-29 Tsuda KageyuUpdate NEWS. v1.11
2016-04-22 Tsuda KageyuMerge pull request #739 from frgm/master
2016-04-22 Svyatoslav... c: fix a typo
2016-04-22 Tsuda KageyuRevert "Hide a private static variable."
2016-04-02 Stephen F.... Merge pull request #732 from dirkvdb/master
2016-03-20 Dirk Vanden... Also ignore the virtual destructor warning when compili...
2016-03-17 Tsuda KageyuChange some static_casts to dynamic_casts in test_id3v2...
2016-03-14 Tsuda KageyuDon't stop parsing an ID3v2 SYLT frame when its descrip...
2016-03-10 Tsuda KageyuUpdate NEWS.
2016-03-06 Tsuda KageyuMerge pull request #726 from amethystAnt/ape-keys-bug
2016-03-06 Karel PatlejchFixed bug #725 - changed the maximum length of an APE...
2016-03-03 Tsuda KageyuAdd myself to maintainers.
2016-03-02 Tsuda KageyuUpdate NEWS for v1.11 BETA 2. v1.11beta2
2016-03-02 Tsuda KageyuSupport Boost iostreams library to decode compressed...
2016-02-24 Tsuda KageyuSkip a useless debug message.
2016-02-22 Tsuda KageyuUpdate NEWS.
2016-02-22 Tsuda KageyuAdd some debug messages to RIFF::File, just in case.
2016-02-22 Tsuda KageyuImprove the padding handling of RIFF files a bit.
2016-02-22 Tsuda KageyuAlways update the global RIFF size when updating RIFF...
2016-02-21 Tsuda KageyuFix a broken indent.
2016-02-21 Tsuda KageyuRemove some #ifdefs and #includes no longer used.
2016-02-21 Tsuda KageyuSeparate zlib related code rather than having several...
2016-02-20 Tsuda KageyuMake the code in ByteVector::append() a bit more clearer.
2016-02-20 Tsuda KageyuByteVector::append() can't take the vector itself.
2016-02-20 Tsuda KageyuAdd some tests for ByteVector::replace().
2016-02-19 Tsuda KageyuFix a possible out-of-bounds access in SynchData::decode().
2016-02-18 Tsuda KageyuSmall fix in style.
2016-02-18 Tsuda KageyuAdd a TODO comment in ByteVector::replace().
2016-02-17 Tsuda KageyuRevert "Remove more useless inline specifiers."
2016-02-17 Tsuda KageyuAdd an overload of ByteVector::replace() which takes...
2016-02-17 Tsuda KageyuDecode unsynchronized ID3v2 frames efficiently.
2016-02-17 Tsuda KageyuRemove more useless inline specifiers.
2016-02-16 Tsuda KageyuCast the parameters of boost::endian::endian_reverse...
2016-02-15 Tsuda KageyuInline functions had better have internal linkages.
2016-02-14 Tsuda KageyuExplicitly set a false flag in ConfigureChecks.cmake.
2016-02-14 Tsuda KageyuReorganize some redundant or missing tests.
2016-02-14 Tsuda KageyuEnable Boost Endian library again.
2016-02-14 Tsuda KageyuUpdate NEWS.
2016-02-14 Tsuda KageyuMake sure we don't write UTF8 or UTF16BE to ID3v2.3...
2016-02-13 Tsuda KageyuAdd OS X settings to travis.yml.
2016-02-13 Tsuda KageyuDisable Boost Endian library for now.
2016-02-13 Tsuda KageyuFind Boost properly.
2016-02-11 Tsuda KageyuMerge branch 'master' of https://github.com/taglib...
2016-02-11 Tsuda KageyuFix a wrong test for base64 decoding.
2016-02-10 Scott WheelerProperly mark functions as virtual
2016-02-06 Tsuda KageyuFix memory leaks when saving Ogg files.
2016-02-06 Tsuda KageyuAdd some missing FileRef tests.
2016-02-06 Tsuda KageyuTest if FileRef chooses a correct File type.
2016-02-06 Tsuda KageyuAdd a supplementary note to a comment.
2016-02-05 Tsuda KageyuCorrect the license information.
2016-02-05 Tsuda KageyuFix another typo in NEWS.
2016-02-05 Tsuda KageyuFix a typo in NEWS
2016-02-03 Tsuda KageyuUpdate NEWS.
2016-02-03 Tsuda KageyuRemove strnlen() since some compilers lack it.
2016-02-02 Tsuda KageyuMore efficient handling of broken APE item keys.
2016-02-01 Tsuda KageyuAPE::Tag::addValue() may append a string to non-text...
2016-02-01 Tsuda KageyuOops! We already have a function to check APE item...
2016-02-01 Tsuda KageyuAPE item keys should be ASCII between 0x20 and 0x7E...
2016-01-30 Tsuda KageyuUpdate NEWS.
2016-01-29 Tsuda KageyuIgnore 'fact' chunk of WAV files if their format is...
2016-01-28 Tsuda KageyuUpdate NEWS with the specific release date. v1.11beta
2016-01-28 Tsuda KageyuUpdate the version to v1.11.
2016-01-28 Tsuda KageyuReorganize NEWS to put new features first.
2016-01-28 Tsuda KageyuRemove the body of deprecated function Ogg::Page::getCo...
2016-01-09 Tsuda KageyuAdd a test for broken MPEG audio frames.
2016-01-09 Tsuda KageyuAmend an outdated comment.
next