]> granicus.if.org Git - taglib/shortlog
taglib
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
2013-06-01 Tsuda KageyuMerge pull request #228 from TsudaKageyu/gcc42
2013-06-01 Tsuda KageyuFixed compilation error with GCC4.2
2013-05-31 Tsuda KageyuMerge pull request #226 from TsudaKageyu/file-comments
2013-05-29 Tsuda KageyuFixed comments for File constructors
2013-05-27 Tsuda KageyuMerge pull request #224 from TsudaKageyu/memoryleak
2013-05-27 Tsuda KageyuFixed memory leak of ByteVector
2013-05-26 Tsuda KageyuMerge pull request #222 from TsudaKageyu/vc-filename
2013-05-26 Tsuda KageyuFixed some MSVC specific warnings
2013-05-25 Tsuda KageyuMerge pull request #221 from TsudaKageyu/fix-shlwapi
2013-05-25 Tsuda KageyuFixed shlwapi.h and shlwapi.lib detection for MSVC
2013-05-25 Tsuda KageyuMerge pull request #220 from FestusHagen/cmake_shlwapi
2013-05-25 Festus HagenAdded FindShlwapi.cmake in lieu of pragma comment(...
2013-05-24 Tsuda KageyuMerge pull request #219 from joelverhagen/master
2013-05-23 Joel VerhagenAdded TAGLIB_EXPORT to RefCounter for Windows build
2013-05-23 Tsuda KageyuMerge pull request #215 from TsudaKageyu/smallfile
2013-05-23 Tsuda KageyuFixed bugs on manipulating small files
2013-05-20 Tsuda KageyuMerge pull request #209 from TsudaKageyu/bytevector
2013-05-20 Tsuda KageyuChanged behavior of ByteVector::toNumber() when overrun
2013-05-19 Tsuda KageyuMerge pull request #204 from TsudaKageyu/number
2013-05-19 Tsuda KageyuChanged String::number() to use a standard function
2013-05-19 Tsuda KageyuAdded myself to AUTHORS
2013-05-19 Tsuda KageyuMerge pull request #203 from TsudaKageyu/fix-filestream
2013-05-19 Tsuda KageyuFixed initialization of FileStream
2013-05-18 Tsuda KageyuMerge pull request #202 from TsudaKageyu/fix-filestream
2013-05-18 Tsuda KageyuSmall refactoring of FileStream
2013-05-18 Tsuda KageyuMerge pull request #201 from TsudaKageyu/unicodefile
2013-05-18 Tsuda KageyuSmall change in Win9x support
2013-05-16 Tsuda KageyuMerge pull request #199 from TsudaKageyu/fix-zlib
2013-05-16 Tsuda KageyuFixed the test for ID3V2's compressed frame
2013-05-03 Tsuda KageyuMerge pull request #187 from TsudaKageyu/config
2013-05-03 Tsuda KageyuFixed mismatched macro names
next