]> granicus.if.org Git - taglib/shortlog
taglib
2015-11-22 Tsuda KageyuReduce redundant ref()/deref() operations.
2015-11-22 Tsuda KageyuFix an instance reference to a static data member.
2015-11-22 Tsuda KageyuSilence some GCC warnings about no return statement.
2015-11-22 Tsuda KageyuAvoid using obsolete XiphComment::removeField().
2015-11-22 Tsuda KageyuUpdate NEWS.
2015-11-22 Tsuda KageyuMerge pull request #681 from TsudaKageyu/xiph-remove...
2015-11-22 Tsuda KageyuMerge branch 'genversion' of https://github.com/ufleisc...
2015-11-21 Tsuda KageyuMake FileRef::FileTypeResolver work properly.
2015-11-21 Tsuda KageyuStyle fixes in fileref.cpp.
2015-11-21 Tsuda KageyuFix a typo in a comment.
2015-11-21 Tsuda KageyuUpdate NEWS.
2015-11-21 Tsuda KageyuStyle fixes in fileref.cpp.
2015-11-21 Tsuda KageyuMerge pull request #528 from chouquette/master
2015-11-21 Tsuda KageyuUnify common functions for finding tags.
2015-11-20 Tsuda KageyuAdd alternative methods to XiphComment::removeField().
2015-11-20 Tsuda KageyuUpdate NEWS.
2015-11-20 Tsuda KageyuMerge pull request #654 from TsudaKageyu/xiph-setcomment
2015-11-20 Tsuda KageyuAvoid using String::null where an empty string is required.
2015-11-20 Tsuda KageyuAvoid using String::isNull() where it is considered...
2015-11-20 Tsuda KageyuRevert "Add a test about handing "COMMENT" and "DESCIPR...
2015-11-20 Tsuda KageyuRevert "Use always "COMMENT" field when updating XiphCo...
2015-11-20 Tsuda KageyuMerge pull request #643 from TsudaKageyu/save-asf
2015-11-20 Tsuda KageyuRemove a warning from a comment and update NEWS.
2015-11-20 Tsuda KageyuAvoid writing duplicate tags when saving ASF files.
2015-11-20 Tsuda KageyuUpdate NEWS.
2015-11-20 Tsuda KageyuUpdate NEWS.
2015-11-20 Tsuda KageyuMerge pull request #642 from TsudaKageyu/strip-and...
2015-11-20 Tsuda KageyuUpdate NEWS.
2015-11-20 Tsuda KageyuMerge pull request #623 from TsudaKageyu/erase-duplicat...
2015-11-19 Tsuda KageyuConsistent rounding when calculating the MP4 audio...
2015-11-19 Tsuda KageyuUpdate NEWS.
2015-11-19 Tsuda KageyuEfficient lookup for an ID3v2 tag in a MPEG file.
2015-11-19 Tsuda KageyuEfficient lookup for the MP4/ASF field name and ID3v1...
2015-11-19 Tsuda KageyuFix a string conversion bug in tag_c.cpp.
2015-11-19 Tsuda KageyuAvoid using ByteVector::null where an empty vector...
2015-11-19 Tsuda KageyuEfficient lookup for the ID3v2 frame ID table.
2015-11-19 Tsuda KageyuMerge pull request #493 from TsudaKageyu/nested-refcounter
2015-11-19 Tsuda KageyuResolve some conflicts before merging.
2015-11-19 Tsuda KageyuConsistent notations between ByteVector::data() and...
2015-11-19 Tsuda KageyuUse linear search instead of the Knuth-Morris-Pratt...
2015-11-19 Tsuda KageyuReplace DATA macro with more straightforward notations.
2015-11-19 Tsuda KageyuSimplify overly complicated ByteVector::mid() implement...
2015-11-18 Tsuda KageyuUse the same type name between a List and its iterator.
2015-11-18 Tsuda KageyuMerge pull request #661 from ufleisch/podcast-frames
2015-11-18 Tsuda KageyuMerge pull request #628 from RyanLucchese/rl-ConstRever...
2015-11-18 Tsuda KageyuMerge pull request #629 from RyanLucchese/rl-fix-class...
2015-11-18 Tsuda KageyuMerge pull request #608 from TsudaKageyu/mp4-has-tags
2015-11-18 Tsuda KageyuMake use of List iterators.
2015-11-18 Tsuda KageyuUse List::isEmpty() rather than size() to check if...
2015-11-18 Tsuda KageyuMake use of List iterators.
2015-11-18 Tsuda KageyuMake use of List iterators and setAutoDelete().
2015-11-18 Tsuda KageyuAdd a comment to List::isEmpty().
2015-11-18 Tsuda KageyuSeparate some tests for MP4::File::hasMP4Tag().
2015-11-18 Tsuda KageyuAmend the comment on MP4::File::hasMP4Tag().
2015-11-18 Tsuda KageyuMark some variables and functions deprecated.
2015-11-17 Tsuda KageyuAdd a test for the CRC checksum of Ogg pages.
2015-11-17 Tsuda KageyuAdd some notes about ByteVector::isNull() and ByteVecto...
2015-11-17 Tsuda KageyuAdd some notes about String::isNull() and String::null.
2015-11-17 Tsuda KageyuAdd String::clear() method to clear the string.
2015-11-17 Tsuda Kageyuvsnprintf()/vsprintf() does not necessarily return...
2015-11-17 Tsuda KageyuUse std::wstring::empty() rather than size() == 0.
2015-11-14 Tsuda KageyuFix the usage of boost::endian::endian_reverse().
2015-11-13 Tsuda KageyuSkip duplicate ID3v2 tags and treat them as an extra...
2015-11-13 Tsuda KageyuCorrect the ID3v2 padding size calculation.
2015-11-13 Tsuda KageyuReduce memory reallocation when rendering an ID3v2...
2015-11-13 Tsuda KageyuRemove an unused private data member.
2015-11-13 Tsuda KageyuAdd a method to check if an MP4 file on disk actually...
2015-11-13 Tsuda KageyuAdd a test about handing "COMMENT" and "DESCIPRION...
2015-11-13 Tsuda KageyuMake use of the Boost Endian library for byte swapping.
2015-11-13 Tsuda KageyuSilence some MSVC security warnings by replacing strdup...
2015-11-12 Tsuda KageyuUse always "COMMENT" field when updating XiphComment.
2015-11-12 Tsuda KageyuFix XiphComment::setComment() for the case that a Vorbi...
2015-11-12 Tsuda KageyuFix an instance reference to a static data member.
2015-11-12 Tsuda KageyuSmall cleanups in CMakeLists.txt.
2015-11-12 Tsuda KageyuSmall cleanups in audioproperties.cpp.
2015-11-12 Tsuda KageyuA bit more accurate calculation of the AIFF audio length.
2015-11-12 Tsuda KageyuSkip both ID3v1 and APE tags when seeking the last...
2015-11-11 Lukáš Lalinský1.10 v1.10
2015-11-06 Tsuda KageyuUse List::isEmpty() than size() > 0.
2015-11-05 Tsuda KageyuMerge pull request #675 from garima-g/patch-1
2015-11-05 garima-gAdd self-assignment check in operator=
2015-11-05 garima-gAdd self-assignment check in operator=
2015-11-05 garima-gAdd self-assignment check in operator=
2015-11-05 garima-gAdd self-assignment check in operator=
2015-10-12 Lukáš LalinskýMerge pull request #669 from pokowaka/bad_access
2015-10-10 Erwin JansenFixes access violation
2015-09-24 Stephen F.... Merge pull request #664 from pbhd/master
2015-09-23 Peter Baueradd options R, I, D for replace/insert/delete of arbitr...
2015-09-15 Hugo Beauzée... FileRef: Allow an IOStream to be used
2015-09-08 Urs FleischAdd support for ID2v2 PCST frames (podcast).
2015-09-07 Hasso TepperSupport for proprietary frames Apple iTunes uses to...
2015-08-31 Tsuda KageyuRevert "Small cleanups in audioproperties.cpp."
2015-08-31 Tsuda KageyuRevert "Add and fix some comments in ConfigureChecks...
2015-08-31 Tsuda KageyuRevert "Small cleanups in CMakeLists.txt."
2015-08-31 Tsuda KageyuRevert "Fix an instance reference to a static data...
2015-08-31 Tsuda KageyuRevert "A bit more accurate calculation of the AIFF...
2015-08-31 Tsuda KageyuRevert "Hide an internal variable from a public header."
2015-08-31 Tsuda KageyuRevert "Skip both ID3v1 and APE tags when seeking the...
2015-08-31 Tsuda KageyuFix an instance reference to a static data member.
2015-08-30 Tsuda KageyuA bit more accurate calculation of the AIFF audio length.
next