]> granicus.if.org Git - taglib/shortlog
taglib
2013-04-14 Tsuda KageyuMerge pull request #130 from TsudaKageyu/improve-string
2013-04-14 Tsuda KageyuSome improvements of String
2013-04-06 Tsuda KageyuMerge pull request #122 from TsudaKageyu/reduce-copy
2013-04-05 Tsuda KageyuReduce unnecessary memory copies by ByteVector
2013-03-19 Tsuda KageyuMerge pull request #104 from TsudaKageyu/test-warnings
2013-03-19 Tsuda KageyuFix warnings in test_flacpicture.cpp
2013-01-20 Stephen F.... Merge pull request #96 from nightingale-media-player...
2013-01-18 rsjtdrjgfuzkfgCreate UTF8-Lyrics per default.
2013-01-03 Michael HelmlingFound and fixed more missing property interface forwarders.
2013-01-03 Michael HelmlingAdd forwarders for the property interface to Ogg::FLAC...
2013-01-01 Lukáš LalinskýMerge pull request #93 from magcius/master
2013-01-01 Jasper St.... c: Add support for TAGLIB_STATIC to the C bindings
2012-12-27 Michael HelmlingUpdate documentation of the property map interface...
2012-12-26 Michael HelmlingConsistently handle invalid and deprecated tags in...
2012-12-20 Michael HelmlingRevert "Add a test to show a problem with properties...
2012-12-20 Michael HelmlingUpdate for pull request #89: Change how setProperties...
2012-12-10 Michael HelmlingAdd a test to show a problem with properties() and...
2012-12-10 Michael HelmlingFix issue #88 by changing the behavior of setProperties().
2012-12-10 Michael HelmlingMerge remote-tracking branch 'official/master'
2012-12-10 Michael HelmlingAdd a test case for the return value of setProperties()
2012-11-27 naotaInclude sys/stat.h to define S_* properly
2012-11-23 Lukáš LalinskýImplement the PropertyMap interface for WMA
2012-11-22 Lukáš LalinskýImplement the PropertyMap interface for MP4
2012-11-21 Lukáš LalinskýDocument sort names
2012-11-21 Lukáš LalinskýUse names that are consistent with Vorbis Comments
2012-11-21 Lukáš LalinskýAdd support for reading MusicBrainz IDs from ID3v2...
2012-11-21 Lukáš LalinskýUse PropertyMap in tagreader
2012-11-20 Lukáš LalinskýRevert "Fix opening of read-only files on Windows"
2012-11-20 Lukáš LalinskýMerge pull request #85 from TsudaKageyu/fix-readonly
2012-11-20 Tsuda KageyuFix compilation in non-Win32
2012-11-20 Tsuda KageyuFix reading read-only files in Win32
2012-11-20 Lukáš LalinskýFix opening of read-only files on Windows
2012-11-12 Lukáš LalinskýRevert "Add a tool to inspect audio files, only MP4...
2012-11-11 Lukáš LalinskýBuild also examples
2012-11-11 Lukáš LalinskýAdd a tool to inspect audio files, only MP4 is implemen...
2012-11-11 Lukáš LalinskýParse covr atoms with type 0 (fixes issue #84)
2012-11-11 Lukáš LalinskýUpdate NEWS
2012-11-11 Lukáš LalinskýFix tests when compiled with clang on Linux
2012-11-10 Lukáš LalinskýMake travis run tests also with clang
2012-11-04 Lukáš LalinskýMerge pull request #79 from gonemad/master
2012-11-04 Lukáš LalinskýMerge pull request #83 from jmarshallnz/more_itunes_hacks
2012-11-04 Jonathan Marshalladds new iTunes hack for v2.2 frames stored in a v2...
2012-11-04 Jonathan Marshallfixes noop frame id size check in ID3v2::FrameFactory...
2012-10-19 gonemadMerge branch 'master' of https://github.com/taglib...
2012-10-13 Lukáš LalinskýMake sure we build the tests
2012-10-13 Lukáš LalinskýActually run the tests
2012-10-13 Lukáš LalinskýNeeds sudo
2012-10-13 Lukáš LalinskýExperimenting with Travis CI
2012-10-13 Lukáš LalinskýRemove useless debug print
2012-10-13 Lukáš LalinskýInclude Opus in docs
2012-10-13 Lukáš LalinskýAdd support for Ogg Opus
2012-10-12 gonemadFixed indents
2012-10-12 gonemadAdded check if file is open before attempting to read...
2012-10-10 Lukáš LalinskýPartial changelog for 1.9
2012-10-10 Lukáš LalinskýMerge remote-tracking branch 'nightingale/master'
2012-10-10 Tsuda KageyuFix a bug in updating MP4 tags
2012-10-08 rsjtdrjgfuzkfgRestrict url frame generation to W??? Frames to prevent...
2012-10-08 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/id3v1-genrenu...
2012-10-07 Julien RamseierFix missing CppUnit include directive
2012-10-07 Stephen F.... Merge pull request #73 from ArnaudBienner/master
2012-10-07 Arnaud BiennerFaster FLAC::FilePrivate destructor
2012-10-07 Arnaud BiennerConsider FLAC file as being invalid if a 0 length block...
2012-10-04 Tsuda KageyuAdd reading/writing ID3v1 genre in number
2012-09-30 Urs FleischCrash when saving xm files (fixes #68)
2012-09-30 Lukáš LalinskýChange some variables to follow the TagLib naming conve...
2012-09-30 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/filestream'
2012-09-30 Lukáš LalinskýVarious uint fixes
2012-09-30 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/infotag-patch'
2012-09-30 Lukáš LalinskýMerge pull request #70 from FestusHagen/taglib-config_cmd
2012-09-29 Lukáš LalinskýMerge pull request #69 from FestusHagen/SW_MinGW
2012-09-29 Festus HagenSilence warnings with MinGW 4.6.3.
2012-09-29 Festus HagenWin32 taglib-config.cmd support.
2012-09-26 Lukáš LalinskýFix the version number
2012-09-08 Stephen F.... Merge pull request #65 from TsudaKageyu/tagsondisk
2012-09-08 Tsuda KageyuAdd MPEG::FILE::Has*Tag functions
2012-09-07 Tsuda KageyuFixed CMakeLists.txt
2012-09-07 Tsuda KageyuFileStream improvement in Win32
2012-09-06 Tsuda KageyuFixed an API change
2012-09-06 Tsuda KageyuAdded missing comments
2012-09-06 Tsuda KageyuSupport INFO tags of RIFF wave files.
2012-09-06 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/substr-bug' v1.8
2012-09-06 Lukáš LalinskýAdd tests for String::substr
2012-09-06 Lukáš LalinskýAdd change log, update SOVERSION
2012-09-06 Lukáš LalinskýDo not delete the IOStream object in TagLib::File
2012-09-06 Lukáš LalinskýUpdate CMakeLists.txt
2012-09-06 Lukáš LalinskýMerge branch 'master' of https://github.com/moeeka...
2012-09-06 Rupert DanielUpdated OWNE implementaion with minor changes after...
2012-09-05 Rupert DanielImplementation of the ID3v2.4 OWNE frame.
2012-09-05 Tsuda KageyuBug fix in String::substr()
2012-09-03 Lukáš LalinskýFix ambiguous reference to uint in tests
2012-09-02 Tsuda KageyuRefectored the FileStream constructor.
2012-09-02 Tsuda KageyuMerge branch 'master' of https://github.com/taglib...
2012-09-02 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/warnings'
2012-08-23 Tsuda KageyuFix Visual C++ specific warnings about security
2012-08-23 Tsuda KageyuFix warnings with VS2010
2012-08-23 Tsuda KageyuFix compilation errors with Visual Studio 2010
2012-08-23 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/id3v2-comment...
2012-08-23 tsuda.kageyu... Comment update for ID3v2::Tag::setLatin1StringHandler()
2012-08-23 Lukáš LalinskýMerge remote-tracking branch 'TsudaKageyu/cross-border...
2012-08-23 tsuda.kageyu... Comment update for ID3v1::Tag::setStringHandler()
next