]> granicus.if.org Git - taglib/shortlog
taglib
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.
2016-01-08 Tsuda KageyuCheck if two consecutive MPEG audio frames are consistent.
2016-01-07 Tsuda KageyuAnother workaround for broken MPEG headers.
2016-01-07 Tsuda KageyuRevert some unnecessary changes.
2016-01-07 Tsuda KageyuInitialize all the private data members.
2016-01-06 Tsuda KageyuAvoid repeating insert() operations in Ogg::File.
2016-01-06 Tsuda KageyuUpdate NEWS.
2016-01-06 Tsuda KageyuMerge pull request #689 from TsudaKageyu/save-ogg
2016-01-05 Tsuda KageyuMerge pull request #706 from TwoFX/master
2015-12-29 Markus HimmelRemove "FORCE" in CMake path specifications to allow...
2015-12-25 Tsuda KageyuFix a silly mistake.
2015-12-24 Tsuda KageyuMerge pull request #705 from TsudaKageyu/mpeg-invalid...
2015-12-24 Tsuda KageyuMerge branch 'master' of https://github.com/dukeyin...
2015-12-24 Tsuda KageyuUpdate NEWS.
2015-12-24 Tsuda KageyuMerge pull request #701 from TsudaKageyu/flac-strip
2015-12-23 Tsuda KageyuFix a segfault when saving an Ogg file repeatedly.
2015-12-22 Tsuda KageyuA bit more tolerant check for the MPEG frame length.
2015-12-22 Tsuda KageyuAdd some supplementary comments.
2015-12-22 Tsuda KageyuAmend a vague comment and debug message.
2015-12-22 Tsuda KageyuUpdate NEWS.
2015-12-22 Tsuda KageyuMerge pull request #703 from inizan-yannick/master
2015-12-22 Tsuda KageyuMore robust checks for invalid MPEG frame headers....
2015-12-22 Tsuda KageyuUnify some duplicate internal functions.
2015-12-21 Yannick InizanFix .pc file configuration.
2015-12-21 Tsuda KageyuEnable FLAC::File to remove non-standard tags.
2015-12-21 Tsuda KageyuAvoid the risk of subtracting between signed and unsign...
2015-12-21 Tsuda KageyuBackport some comments from tablib2 branch.
2015-12-21 Tsuda KageyuSmall fix in style.
2015-12-21 Tsuda KageyuAvoid an implicit const cast.
2015-12-21 Tsuda KageyuAvoid the risk of subtracting between signed and unsign...
2015-12-21 Tsuda KageyuRemove an unused private data member.
2015-12-21 Tsuda KageyuUpdate NEWS.
2015-12-21 Tsuda KageyuMerge pull request #699 from TsudaKageyu/flac-duplicate...
2015-12-18 Tsuda KageyuUpdate NEWS.
2015-12-18 Tsuda KageyuMerge pull request #688 from TsudaKageyu/save-wv
2015-12-18 Tsuda KageyuUpdate NEWS.
2015-12-18 Tsuda KageyuMerge pull request #687 from TsudaKageyu/save-mpc
2015-12-17 Tsuda KageyuUpdate NEWS.
2015-12-17 Tsuda KageyuMerge pull request #686 from TsudaKageyu/save-ape
2015-12-17 Tsuda KageyuRemove unnecessary private data members from TrueAudio...
2015-12-17 Tsuda KageyuUpdate NEWS.
2015-12-17 Tsuda KageyuMerge pull request #684 from TsudaKageyu/save-mpeg
2015-12-16 Tsuda KageyuAmend a comment that refers to a deprecated function.
2015-12-16 Tsuda KageyuReplace TagLib::uint with unsinged int.
2015-12-16 Tsuda KageyuUpdate NEWS.
2015-12-16 Tsuda KageyuMerge pull request #683 from TsudaKageyu/save-mp4
2015-12-16 Tsuda KageyuChange a method name of XiphComment to make it consiste...
2015-12-16 Tsuda KageyuRemove duplicate Vorbis comment blocks when saving...
2015-12-15 Tsuda KageyuMake use of List iterators and setAutoDelete() in FLAC...
2015-12-15 Tsuda KageyuUpdate NEWS.
2015-12-15 Tsuda KageyuMerge pull request #682 from TsudaKageyu/save-flac
2015-12-15 Tsuda KageyuMerge pull request #698 from TsudaKageyu/mpeg-header...
2015-12-08 Tsuda KageyuMore robust checks for invalid MPEG frame headers.
2015-12-04 Tsuda KageyuFix careless copy-and-paste code.
2015-12-04 Tsuda KageyuUpdate NEWS.
2015-12-04 Tsuda KageyuMerge pull request #694 from FestusHagen/fh1.m_NoShared...
2015-12-03 Festus HagenDisable tests with a shared library.
2015-12-03 Tsuda KageyuRemove some unused private data members.
2015-12-03 Tsuda KageyuMove a test to the proper place.
2015-12-03 Tsuda KageyuSimpler conversion from bits to bytes.
2015-12-03 Tsuda KageyuRevert some ABI breaking changes.
2015-12-02 Tsuda KageyuSmall cosmetic fixes.
2015-12-02 Tsuda KageyuUse a standard type rather than TagLib::uint.
2015-12-02 Tsuda KageyuUse a standard type rather than TagLib::ulong.
2015-12-02 Tsuda KageyuSmall cosmetic fixes.
2015-12-02 Tsuda KageyuMerge pull request #545 from FestusHagen/fh1.m_TDRC
2015-12-02 Tsuda KageyuUse a standard type rather than TagLib::ushort.
2015-12-02 Tsuda KageyuUse a standard type rather than TagLib::uchar.
2015-12-02 Tsuda KageyuMake use of List iterators and setAutoDelete() in XiphC...
2015-12-02 Tsuda KageyuFix saving FLAC files.
2015-12-02 Tsuda KageyuUpdate NEWS.
2015-12-02 Tsuda KageyuMerge branch 'xiph-picture' of https://github.com/goggl...
2015-12-02 Tsuda KageyuUpdate NEWS.
2015-12-02 Tsuda KageyuMerge branch 'cmake-allow-BUILD_SHARED_LIBS-to-drive...
2015-12-02 Tsuda KageyuRemove an unreachable statement.
2015-12-02 Tsuda KageyuSurround some internal stuff by anonymous namespaces.
2015-12-02 Tsuda KageyuAmend some comments refer to the 'offset_t' type. It...
2015-12-02 Tsuda KageyuUse a standard type rather than TagLib::wchar.
2015-12-02 Tsuda KageyuUse a standard type rather than TagLib::ulonglong.
2015-12-01 Lukáš LalinskýMerge pull request #690 from stefansaraev/pkgconfig
2015-11-30 Tsuda KageyuMerge pull request #691 from FestusHagen/fh1.m_ushortAm...
2015-11-30 Festus HagenSilence ushort ambiguity errors
2015-11-30 Stefan Saraevfix pkgconfig file for cross compiling
2015-11-30 Tsuda KageyuThe new test wasn't called.
2015-11-30 Tsuda KageyuAdd some tests for M4V files.
2015-11-30 Tsuda KageyuMerge branch 'm4v' of https://github.com/videolabs...
2015-11-30 Tsuda KageyuUnify some duplicate internal functions.
2015-11-30 Tsuda KageyuAdd const to an unchanged data member.
next