]> granicus.if.org Git - taglib/shortlog
taglib
2014-03-13 Tsuda KageyuAdded some comment about UTF-16 encoding to String...
2014-03-10 Stephen F.... Merge pull request #354 from TsudaKageyu/opus-bitrate
2014-03-10 Tsuda Kageyuopus: Estimate the bitrate if possible
2014-02-19 Lukáš LalinskýMerge pull request #352 from TsudaKageyu/tagreader...
2014-02-19 Tsuda KageyuAvoid using sprintf() in tagreader.cpp to fix an MSVC...
2014-02-17 Lukáš LalinskýMerge pull request #338 from funman/master
2014-02-17 Lukáš LalinskýMerge pull request #348 from TsudaKageyu/string-memcpy
2014-02-17 Lukáš LalinskýMerge pull request #349 from TsudaKageyu/install-typo
2014-02-17 Tsuda KageyuFixed a typo in INSTALL.
2014-02-15 Tsuda KageyuReduced a useless memory copy in tstring.cpp.
2014-02-14 Lukáš LalinskýMerge pull request #347 from TsudaKageyu/xm-seek
2014-02-14 Tsuda KageyuChanged XM::File::save() to use seek() properly.
2014-02-05 Lukáš LalinskýMerge pull request #330 from TsudaKageyu/fix-emptystring
2014-02-05 Tsuda KageyuAvoid using &d->data[0] when d->data is empty.
2014-01-24 Tsuda KageyuUse std::string::c_str() rather than &s[0] where a...
2014-01-18 Stephen F.... Merge pull request #340 from mineo/patch-1
2014-01-18 Wieland HoffmannRemove a superfluos 'x'
2014-01-13 Rafaël CarréAlso build/install taglib.pc when targetting windows
2013-12-04 Tsuda KageyuFixed conversion from empty String to ByteVector
2013-11-25 Lukáš LalinskýMerge pull request #322 from TsudaKageyu/mailaddress
2013-11-25 Tsuda KageyuFixed a mail address
2013-11-24 Stephen F.... Merge pull request #321 from TsudaKageyu/nominmax
2013-11-23 Tsuda KageyuFixed warnings in MinGW
2013-11-15 Stephen F.... Merge pull request #307 from TsudaKageyu/string-abi
2013-11-15 Stephen F.... Merge pull request #310 from TsudaKageyu/backslash
2013-11-15 Tsuda KageyuReplaced wrongly used slashes with backslashes in some...
2013-11-14 Stephen F.... Merge pull request #309 from TsudaKageyu/fix-replace
2013-11-14 Tsuda KageyuRewrote ByteVector::replace() simpler
2013-11-06 Tsuda KageyuFixed ABI breakage in TagLib::String
2013-10-28 Lukáš LalinskýMerge pull request #304 from funman/master
2013-10-28 Rafaël CarréWin32: avoid symbol lookup if UNICODE is defined
2013-10-08 Lukáš LalinskýFix the length of the TXXX translation mapping (closes... v1.9.1
2013-10-08 Lukáš LalinskýUpdate version to 1.9.1
2013-10-08 Lukáš LalinskýAdded TagLib::MP4::PropertyMap::codec()
2013-10-08 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/chunksize'
2013-10-08 Lukáš LalinskýChange log for 1.9.1
2013-10-08 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/fix-string'
2013-10-08 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/msvc_wchar_t'
2013-10-08 Lukáš LalinskýThese shouldn't be executable either
2013-10-08 Lukáš LalinskýReintroduce the old RefCounter from 1.8, which is neede...
2013-10-08 Tsuda KageyuWorkaround for when MSVC doesn't have wchar_t as a...
2013-10-07 Tsuda KageyuFixed detecting RIFF files with invalid chunk sizes
2013-10-06 Lukáš LalinskýThese files should not be marked as executable v1.9
2013-10-05 Lukáš LalinskýUpdate version number to 1.9
2013-10-05 Lukáš LalinskýUpdate NEWS
2013-10-05 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/wavpack-sampl...
2013-10-02 Stephen F.... Merge pull request #290 from FestusHagen/m_WinInstallNotes
2013-09-30 Festus HagenUpdate Windows INSTALL notes.
2013-09-29 Stephen F.... Merge pull request #280 from TsudaKageyu/info-fieldlist
2013-09-20 Stephen F.... Merge pull request #285 from TsudaKageyu/algorithm
2013-09-19 Tsuda KageyuAdded missing #include <algorithm> for std::min() and...
2013-09-18 Tsuda KageyuFixed a possible out-of-bound access when reading WavPa...
2013-09-17 Tsuda KageyuAdded a missing fieldListmap() method to RIFF::Info...
2013-09-12 Tsuda KageyuFixed a bug in creating String from ByteVector
2013-07-21 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/byteorder...
2013-07-17 Tsuda KageyuFixed an MSVC specific runtime error only in debug...
2013-07-17 Tsuda KageyuIntroduced the runtime byte order detection when config...
2013-07-14 Tsuda KageyuAdded a test for APE::Item
2013-07-13 Tsuda KageyuFixed a crash of APE::Item::toString() when the data...
2013-07-11 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/string-api...
2013-07-11 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/fix-opus'
2013-07-11 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/comment-update'
2013-07-11 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/has-tags'
2013-07-04 Tsuda KageyuUpdated the relevant comments
2013-07-04 Tsuda KageyuAdded the methods to check which kind of tags the file...
2013-06-23 Tsuda KageyuUpdated the related comments
2013-06-23 Tsuda KageyuAdded conversion from String to const wchar_t*
2013-06-22 Tsuda KageyuComment update: Added some supplementary explanations...
2013-06-22 Tsuda KageyuChanged the style to follow TagLib's one
2013-06-22 Tsuda KageyuAdded a missing check if an Opus file is open
2013-06-21 Tsuda KageyuAdded some test cases for FileRef about unsupported...
2013-06-21 Lukáš LalinskýMerge remote-tracking branch 'FestusHagen/sw_initorder'
2013-06-20 Festus HagenFix file modes 2.
2013-06-20 Festus HagenFix file modes.
2013-06-20 Festus HagenSilence Initialization Order Warnings 2.
2013-06-20 Lukáš LalinskýMove byteSwap to a (private) shared include file, rathe...
2013-06-20 Lukáš LalinskýReintroduce HAVE_CONFIG_H so that TagLib can be built...
2013-06-20 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/debug-msg3'
2013-06-15 Tsuda KageyuMaking use of std::bitset::to_string()
2013-06-11 Festus HagenSilence Initialization Order Warnings.
2013-06-11 Tsuda KageyuUpdated the comment for DebugListener class
2013-06-10 Tsuda KageyuRemoved getDebugListener()
2013-06-09 Tsuda KageyuMoved a macro from taglib_config.h to config.h
2013-06-09 Tsuda KageyuAdded a CMake option that allows to show debug messages...
2013-06-08 Tsuda KageyuRemoved TAGLIB_EXPORT from getDebugListener
2013-06-08 Tsuda KageyuSimplified DebugListener class
2013-06-08 Lukáš LalinskýMerge branch 'revert-changes' of https://github.com...
2013-06-08 Tsuda KageyuRevert "Fixed some MSVC specific warnings"
2013-06-08 Tsuda KageyuEnabled users to define custom debug message listeners
2013-06-07 Tsuda KageyuEnabled users to define custom debug message listeners
2013-06-07 naiarfixed build failure
2013-06-06 Tsuda KageyuMerge pull request #232 from TsudaKageyu/remove-shlwapi
2013-06-06 Tsuda KageyuRemoved the dependency on shlwapi.dll in Win32
2013-06-01 Tsuda KageyuMerge pull request #231 from TsudaKageyu/containsat
2013-06-01 Tsuda KageyuAdded some tests for containsAt()
2013-06-01 Tsuda KageyuFixed behavior change of ByteVector::containsAt()
2013-06-01 Tsuda KageyuMerge pull request #230 from TsudaKageyu/gcc42-3
2013-06-01 Tsuda KageyuFixed compilation error with GCC4.2
2013-06-01 Tsuda KageyuMerge pull request #229 from TsudaKageyu/gcc42-2
2013-06-01 Tsuda KageyuFixed compilation error with GCC4.2
next