]> granicus.if.org Git - taglib/shortlog
taglib
2019-03-17 Tim MalseedMinor fix for mp4 media header v0 minimum size check...
2018-10-28 Stephen F.... Updated NEWS for the latest changes
2018-10-28 Stephen F.... Added APE, DSF, and DFF formats to the list
2018-10-28 Stephen F.... Added DSF and DSDIFF authors
2018-10-27 Jonas KvingeAdd DSF and DSDIFF file types management (#878)
2018-10-27 evpobrImprove CMake VISIBILITY_HIDDEN option handling (#810)
2018-10-27 Ola Nordstromadded OS X built files to .gitignore (#828)
2018-10-27 Bert WesargFill `TableOfContentsFrame::toString()`. (#852)
2018-10-10 Scott WheelerFollow TagLib's brace style
2018-10-10 safu9Add support for file descriptor to FileStream (#832)
2018-10-09 Bert WesargDon't list the description twice in `UserTextIdentifica...
2018-10-09 Scott GayouFixed OOB read when loading invalid ogg flac file....
2018-04-09 Urs FleischAdd support for cmID, purl, egid MP4 atoms (#862)....
2017-11-19 Scott WheelerUpdate links
2017-11-06 Xijian YanFix crash when loading an empty mpeg file (#830)
2017-09-30 Stephen F.... Don't assume TDRC is an instance of TextIdentificationF...
2017-09-19 Sergei Trofimovichtaglib: fix test build failure on powerpc/c++11 (#834)
2017-06-13 Tsuda KageyuCheck if mandatory header objects are present when...
2017-06-13 Tsuda KageyuUse a macro to pretend virtual functions.
2017-06-13 Tsuda KageyuFix some typos in debug messages.
2017-06-12 Tsuda KageyuUpdate NEWS.
2017-06-12 Tsuda KageyuMerge pull request #799 from TsudaKageyu/filetype-detection
2017-06-09 Tsuda KageyuTableOfContentsFrame depends on ByteVectorList.
2017-06-08 Tsuda KageyuMerge pull request #824 from evpobr/fix-createfile2
2017-06-08 Tsuda KageyuMerge pull request #823 from TsudaKageyu/isolate-3rdpar...
2017-06-08 evpobrFix WinRT configuring
2017-06-07 Tsuda KageyuIsolate 3rdparty library for easier maintenance.
2017-06-07 Tsuda KageyuUpdate UTF8-CPP to v2.3.5.
2017-06-07 Tsuda KageyuRemove an unused include directory from taglib/CMakeLis...
2017-06-06 Tsuda KageyuRestore FileRef::create() in order not to change the...
2017-06-05 Michael HelmlingUpdate INSTALL.md
2017-06-05 Stephen F.... Merge pull request #821 from supermihi/master
2017-06-05 Michael HelmlingFix Markdown syntax of INSTALL file and rename it to...
2017-05-31 Tsuda KageyuMention that FileRef::create no longer works.
2017-05-31 Tsuda KageyuUpdate NEWS.
2017-05-31 Tsuda KageyuMerge pull request #818 from LindyBalboa/add_rate_atom_...
2017-05-26 Tsuda KageyuFix memory leaks in a test.
2017-05-23 Tsuda KageyuFix MSVC warnings about unreferenced variables.
2017-05-23 Tsuda KageyuFix the Travis-CI testing on OS X.
2017-04-22 Conner R. PhillipsAdd direct support for "rate" atom
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-07 Tsuda KageyuMerge branch 'filetype-detection' of https://github...
2017-02-07 Tsuda KageyuRename the functions 'isValidStream' to 'isSupported'.
2017-02-06 Tsuda KageyuRemove some redundant code.
2017-02-06 Tsuda KageyuFix wrong endian of boolean values when saving ASF...
2017-02-04 Tsuda KageyuRestore the layout of the copyright header of test_file...
2017-02-04 Tsuda KageyuEnable FileRef to detect file types by the actual conte...
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.
next