]> granicus.if.org Git - taglib/shortlog
taglib
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().
2011-09-11 Michael HelmlingSplitted ID3v2Tag::toDict() into several functions.
2011-09-09 Graham PerksAdd cmake option for visibility=hidden
2011-09-01 Michael HelmlingMerge remote-tracking branch 'official/master'
2011-08-28 Michael HelmlingMade im/export functions nonvirtual. Added similar...
2011-08-28 Lukáš LalinskýAdd support for iPhone ringtones
2011-08-27 Michael HelmlingAdded toDict and fromDict methods for APE tags.
2011-08-26 Michael HelmlingMore support for the unified dictionary interface.
2011-08-26 Michael HelmlingSome preliminary work for unified dictionary tag interf...
2011-08-15 Tim De BaetsAdded removePicture() to FLAC::File
2011-08-13 Urs FleischAdd suport for more MP4 metadata atoms
2011-08-06 Mathias PanzenböckByteVector::replace: test shrinking
2011-08-06 Jonathan LiuUse the default frame factory when it's necessary to...
2011-08-05 Lukáš LalinskýBasic tests for ByteVector::replace()
2011-08-05 Lukáš LalinskýMerge remote branch 'panzi/master'
2011-08-05 Johannes PfauAdd taglib_free function to C binding
2011-08-01 Mathias Panzenböckuse DATA() macro
2011-08-01 Mathias PanzenböckByteVector::replace: forgot detach() and opt. when...
2011-08-01 Mathias PanzenböckByteVector::replace performance improvements
2011-07-28 Lukáš LalinskýReformatting
2011-07-28 Lukáš LalinskýReformatting
2011-07-28 Lukáš LalinskýMerge remote-tracking branch 'gperks/master'
2011-07-28 Lukáš LalinskýMerge remote-tracking branch 'setosha/ASFPicture_warnin...
2011-07-28 Scott WheelerMerge pull request #14 from sbooth/master
2011-07-28 Stephen F.... Don't crash when wav files have a 0 for bit per channel...
2011-07-27 Scott WheelerFix warning
2011-07-27 Scott WheelerByteVector works on chars, not unsigned chars, so there...
2011-07-27 Scott WheelerThese methods can't be protected since they're called...
2011-07-27 Scott WheelerFix spelling / formatting in comments.
2011-07-27 Graham PerksDocument ENABLE_STATIC_RUNTIME
2011-07-27 Graham PerksAdd build option for Visual Studio to link with the...
2011-07-27 Graham PerksCorrection to OS X build; include basic Windows build...
2011-07-27 Graham PerksFix for VS2010 which had been throwing out "cannot...
2011-07-27 Graham PerksMisc typo corrections
2011-07-26 Graham PerksExample cmake for OS X to build a static library
2011-07-25 Graham PerksUpdated OS X build instructions
2011-07-20 Scott WheelerMerge branch 'master' of github.com:taglib/taglib
2011-07-20 Lukáš LalinskýOnly include config.h if HAVE_CONFIG_H is defined
2011-07-18 Scott WheelerMissing const
2011-07-01 Anton SergunovASFPicture fix warning
2011-06-28 Mathias Panzenböckcorrected comments
2011-06-27 Mathias PanzenböckMerge branch 'master' of https://github.com/taglib...
2011-06-26 Mathias Panzenböckadded uninstall target
2011-06-26 Scott WheelerTabs be gone
2011-06-26 Mathias PanzenböckMerge branch 'master' of https://github.com/taglib...
2011-06-25 Lukáš LalinskýFix indentation
2011-06-24 Mathias Panzenböckstyle fixes for enum value names
next