taglib
2012-06-30 Stephen F.... Merge pull request #41 from EliaCereda/master
2012-06-30 Elia CeredaFixed error "Branch condition evaluates to a garbage...
2012-06-11 Stephen F.... Merge pull request #39 from robinst/install-build-tests...
2012-06-10 Robin StockerMention -DBUILD_TESTS=on in "Unit Tests" of INSTALL
2012-04-20 Lukáš LalinskýMerge branch 'stable'
2012-04-20 Lukáš LalinskýPrepare 1.7.2 release v1.7.2
2012-04-20 Lukáš LalinskýReverse the version check, similarly to what mp4v2...
2012-04-18 Vinnie FalcoRemove 'using namespace std' in tmap.h
2012-04-17 Lukáš LalinskýMerge remote-tracking branch 'vinniefalco/rename_enums'
2012-04-15 Vinnie FalcoResolve scope resolution for APE::Footer definitions...
2012-04-15 Vinnie FalcoResolve ambiguous File symbol in apetag.cpp
2012-04-15 Vinnie FalcoRename anonymous enumeration symbols to be unique truea...
2012-04-15 Vinnie FalcoRename anonymous enumeration symbols to be unique in...
2012-04-15 Vinnie FalcoRename anonymous enumeration symbols to be unique in...
2012-04-15 Vinnie FalcoRename anonymous enumeration symbols to be unique in...
2012-04-15 Vinnie FalcoRename anonymous enumeration symbols to be unique in...
2012-04-12 Jeff MitchellFix compilation
2012-04-12 Stephen F.... Verify that an APE text item isn't empty before use
2012-04-10 Stephen F.... Preserve source code backward compatibility
2012-04-10 Stephen F.... Added support for APE tag binary items
2012-04-07 Stephen F.... Allow tag items to be replaced
2012-04-06 Stephen F.... Added sampleFrames() to audio properties
2012-04-06 Stephen F.... Added missing tmap.h
2012-03-18 Lukáš LalinskýMerge branch 'stable'
2012-03-18 scottmcInclude <iostream> instead of <ostream> to fix compilat...
2012-03-17 Lukáš LalinskýIncrement the version number v1.7.1
2012-03-17 Lukáš LalinskýMerge branch 'stable'
2012-03-17 Lukáš LalinskýChangelog
2012-03-17 Birunthan MohnathasFixed (huge) memory leak with ASF.
2012-03-17 Lukáš LalinskýFix compilation errors
2012-03-17 Lukáš LalinskýMerge branch 'master' of https://github.com/supermihi...
2012-03-12 Birunthan MohnathasAdditional change to previous fix.
2012-03-12 Birunthan MohnathasFixed memory leak of FrameFactory singleton.
2012-03-12 Birunthan MohnathasFixed (huge) memory leak with ASF.
2012-03-10 Lukáš LalinskýMerge branch 'stable'
2012-03-10 Lukáš LalinskýAvoid uint overflow in case the length + index is over...
2012-03-10 Lukáš LalinskýDon't store the output of ByteVector::toUInt() in int...
2012-03-10 Lukáš LalinskýMake sure to not try dividing by zero
2012-03-10 Stephen F.... Check if the header is TTA1 before parsing
2012-03-10 Lukáš LalinskýDetect RIFF files with invalid chunk sizes
2012-03-10 Stephen F.... Don't crash when wav files have a 0 for bit per channel...
2012-03-10 Frank LaiBe more careful when parsing Vorbis Comments
2012-03-10 Scott WheelerDon't lead the scanned blocks on save
2012-03-10 Lukáš LalinskýAvoid uint overflow in case the length + index is over...
2012-03-04 Lukáš LalinskýDon't store the output of ByteVector::toUInt() in int...
2012-03-04 Lukáš LalinskýMake sure to not try dividing by zero
2012-02-26 Michael HelmlingFixed handling of UnknownFrames in ID3v2.
2012-02-26 Michael HelmlingRemoved quodlibet special case handling
2012-02-26 Michael HelmlingAdd support for Unknown TXXX frames.
2012-02-26 Michael HelmlingFixed identation
2012-02-26 Michael HelmlingFix USLT frame creation in Frame::createTextualFrame()
2012-02-26 Michael Helmlingremove Tests/Examples build from CMakeLists
2012-02-25 Michael HelmlingAdded ID3v2 PropertyMap interface documentation.
2012-02-25 Michael Helmlingsome cosmetic changes
2012-02-25 Michael HelmlingMerge remote-tracking branch 'official/master'
2012-02-25 Michael HelmlingMoved APE test to correct place; added MOD tag test.
2012-02-25 Michael Helmlingadded APE tag PropertyMap test
2012-02-25 Michael HelmlingAdded another test for ID3v2 PropertyMap interface...
2012-02-19 Michael Helmlingremoved debug messages
2012-02-19 Michael Helmlingfixed bugs preventing tests from running
2012-02-19 Michael HelmlingAdded some functions, started to fix bugs.
2012-02-15 Michael Helmlingfixed tests
2012-02-15 Michael HelmlingFixed id3v2 test
2012-02-15 Michael HelmlingAdded lots of missing includes
2012-02-14 Michael Helmlingfixed lots of bugs found by 'make'
2012-02-14 Michael HelmlingPorted xm.
2012-02-14 Michael HelmlingPorted wavpack.
2012-02-14 Michael HelmlingPorted trueaudio.
2012-02-14 Michael HelmlingPorted s3m; removed old id3v2dicttools.
2012-02-14 Michael HelmlingID3 interface complete; vorbis done; wav done
2012-02-04 Lukáš LalinskýAdd explicitly declared default constructor to StringHa...
2012-02-04 Lukáš LalinskýMerge branch 'master' of https://github.com/poiru/taglib
2012-02-04 Stephen F.... Added sampleFrames to FLACProperties
2012-02-04 Stephen F.... Check if the header is TTA1 before parsing
2012-02-04 Stephen F.... Added sampleFrames() for TTA files
2012-02-02 Birunthan MohanathasRemoved space.
2012-02-02 Birunthan MohnathasAdditional change to previous fix.
2012-02-02 Birunthan MohnathasFixed memory leak.
2012-01-31 Stephen F.... Correctly handle non-integral bit depths
2012-01-22 Michael HelmlingMore progress in ID3 ... setProperties() will get messy :(
2012-01-22 Michael HelmlingImplemented asProperties() in all relevant textual...
2012-01-21 Michael HelmlingStarted to work on ID3v2.
2012-01-21 Michael HelmlingMigration to new PropertyMap ... done ape to mod.
2012-01-17 Michael HelmlingAdd unsupportedData() to PropertyMap, simplified [...
2012-01-16 Michael HelmlingBasic implementation of a PropertyMap.
2012-01-14 Michael HelmlingImplemented the most easy comments on the pull request.
2012-01-14 Michael HelmlingMerge remote-tracking branch 'official/master'
2012-01-14 Lukáš LalinskýMake it possible to generate an XML report
2012-01-10 Lukáš LalinskýReverse the version check, similarly to what mp4v2...
2012-01-08 Lukáš LalinskýCheck also for the deprecated GIF type
2012-01-08 Lukáš LalinskýSupport non-UTF8 free-form atoms
2012-01-05 Urs FleischSupport for ID3v2.2 frames used by iTunes (TCP, TS2...
2012-01-04 Michael HelmlingMerge remote-tracking branch 'official/master'
2012-01-01 Scott WheelerFunny that there managed to be no operator!= for String...
2012-01-01 Michael HelmlingAdded tests and information about ignored id3 frames.
2011-11-02 Michael HelmlingImplemented dict interface for more formats.
2011-10-30 Michael HelmlingMerge remote-tracking branch 'official/master'
2011-10-08 Lukáš LalinskýDetect RIFF files with invalid chunk sizes
2011-09-12 Michael HelmlingFurther cleanup and simplification in id3v2dicttools
2011-09-11 Michael HelmlingRestructured and simplified ID3v2Tag::fromDict().
next