]> granicus.if.org Git - taglib/shortlog
taglib
2008-05-16 Scott WheelerUntested implementation of RIFF chunk parsing.
2008-05-16 Scott WheelerAdd outline for RIFF files.
2008-05-09 Scott WheelerDo a dynamic_cast on these instead of a static since...
2008-04-11 Harald Sitterchange external prop back to https://svn.kde.org
2008-04-08 Adriaan de... kdesupport is going to compile against stdcxx anyway...
2008-04-08 Scott WheelerDon't overflow for really high bitrate files.
2008-04-06 Andreas Hartmetzadd missing include; fixes compilation with tests
2008-04-03 Harald Sitterchange externals property to use svn://anonsvn.kde.org
2008-02-19 Lukáš LalinskýSVN_SILENT Ouch v1.5
2008-02-19 Lukáš LalinskýFix compilation on MSVC/Windows
2008-02-12 Scott WheelerFix the APE positioning code. This obviously never...
2008-02-12 Scott Wheelermore API review
2008-02-12 Scott Wheelerupdate for current doxygen
2008-02-12 Scott WheelerAdd the 2.2 and 2.3 standards for convenience.
2008-02-12 Laurent MontelSoname was changed now it's 1.5.0
2008-02-12 Shane KingWIN32 compile fix.
2008-02-12 Scott WheelerSVN_SILENT nitpick
2008-02-12 Scott Wheelerdoc review
2008-02-12 Scott WheelerMove Speex into the Ogg namespace
2008-02-12 Scott Wheelerfix the .pro too
2008-02-12 Scott Wheelerand build here too
2008-02-12 Scott Wheelerbuild
2008-02-12 Scott Wheelerupdate docs
2008-02-12 Scott WheelerMove this into Ogg since it's an Ogg format.
2008-02-12 Scott WheelerMessed with things until the algorithm is correct....
2008-02-11 Scott Wheelerswitch to the not-in-place variety of this function
2008-02-11 Scott Wheelerfix one of the checks, don't cast this to a value over 255
2008-02-06 Scott WheelerMake sure that we don't preserve the unsynchronization...
2008-02-06 Scott WheelerUse the new replace function. (Doing in-place value...
2008-02-06 Scott Wheeleradd a replace function to ByteVector
2008-02-04 Scott WheelerSet the copyright to 2002-2008 for all files.
2008-02-04 Scott WheelerSVN_SILENT whitespace
2008-02-04 Scott WheelerThis function shouldn't be (implicitly) exported.
2008-02-04 Scott WheelerLess code, less ifdefs, should compile on Solaris....
2008-02-02 Scott WheelerBleh, just remove this. Back to UTF-8-based conversions...
2008-02-02 Thiago MacieiraTypo
2008-02-02 André Wöbbekinguse QT_VERSION_CHECK correctly
2008-02-01 Scott WheelerMore bundle fixes
2008-02-01 Scott WheelerYoohoo. Build system number three. Just using this...
2008-02-01 Scott Wheelershow ape tags in the framelist
2008-02-01 Scott WheelerAdd missing exports
2008-02-01 Scott WheelerA couple of small bugs (the more significant ones were...
2008-01-31 Scott WheelerSVN_SILENT wrong license header
2008-01-31 Scott WheelerAdd the USLT implementation from Urs Fleisch
2008-01-31 Scott WheelerMeh, why not go ahead and expose this. Add a method...
2008-01-31 Scott WheelerSVN_SILENT ahem
2008-01-31 Scott WheelerSVN_SILENT fix spaces
2008-01-31 Scott WheelerCheck the macro for Qt 4, switch to32Bit() to toWString...
2008-01-31 Scott Wheeleranother version bump
2008-01-31 Scott WheelerAdd the docs from my old repository.
2008-01-31 Scott WheelerSVN_SILENT docs
2008-01-31 Scott WheelerSVN_SILENT turn off doxygen on this file
2008-01-31 Scott WheelerOk, think I've got this all sorted out a bit. Code...
2008-01-31 Scott WheelerAnother one bites the dust. Removing Yet Another TagUnion
2008-01-31 Scott WheelerMove over to the union tag class. Yeah, this is crazy...
2008-01-31 Scott WheelerAdd an (internal) TagUnion class. I'll pull out the...
2008-01-30 Scott WheelerSVN_SILENT a little prettier
2008-01-30 Scott WheelerTry to work around iTunes putting binary data in a...
2008-01-30 Scott WheelerThis causes TagLib to check to make sure that text...
2008-01-30 Scott Wheelerdocs
2008-01-30 Scott WheelerDon't try to write non-Latin1 values to ID3v1 tags...
2008-01-30 Scott WheelerAdd methods to check if this string is Latin1/ASCII...
2008-01-30 Scott Wheelerdon't leak
2008-01-30 Scott Wheelerinclude APE tags in the unified tag, switch these over...
2008-01-30 Scott Wheelerrename "remove()" to "strip()" to be consistent with...
2008-01-30 Scott Wheelers/vorbis/speex/ in speex docs
2008-01-30 Scott Wheelerbump version
2008-01-26 Scott WheelerAdd a C accessor to isValid()
2008-01-22 Scott Wheelerpedantry
2008-01-22 Scott WheelerUse XXX for an unknown language, per the spec.
2008-01-21 Lukáš LalinskýTweaks to preparing UTF-16 strings with BOM
2008-01-21 Lukáš LalinskýAdd a test case for reading APIC frames with descriptio...
2007-12-13 Michael PyneAdapt API docs for FileRef class to match current funct...
2007-12-01 Lukáš LalinskýAdd an option to define NO_ITUNES_HACKS.
2007-12-01 Lukáš LalinskýFix saving of ID3v1 tags to TrueAudio files with remove...
2007-12-01 Lukáš LalinskýAdd a hack to read ID2v2.4 frames with v2.3-like sizes...
2007-11-23 Lukáš LalinskýFix TTA audio properties reading.
2007-11-22 Rolf Eike BeerFix build when building complete kdesupport at once
2007-11-22 Lukáš LalinskýUse correct frame sizes when calculating length of...
2007-11-22 Lukáš LalinskýSupport for URL link framesSupport for URL link frames...
2007-11-22 Lukáš LalinskýSplit BUILD_TESTS to BUILD_TESTS and BUILD_EXAMPLES.
2007-11-22 Lukáš LalinskýRevert r735160 and r735161, and set BUILD_TESTS to...
2007-11-20 Scott WheelerDo this the way the other BIC notes are listed.
2007-11-19 Scott WheelerRan my whitespace fixing script -- tabs -> spaces,...
2007-11-19 Scott WheelerThese were missing private copy constructors / assignme...
2007-11-11 Michael PyneThis also breaks compilation of kdesupport. CppUnit...
2007-11-11 Michael PyneUnbreak compilation for kdesupport users with CppUnit...
2007-11-10 Lukáš LalinskýTrueAudio support.
2007-11-10 Lukáš LalinskýFix ID3v2::UniqueFileIdentifier frame parsing.
2007-11-10 Lukáš LalinskýFix off-by-one error in ByteVector::find.
2007-11-10 Lukáš LalinskýAdd methods RelativeVolumeFrame::identification and...
2007-11-10 Lukáš Lalinský- Fixed crash in AttachedPictureFrame and GeneralEncaps...
2007-11-10 Lukáš LalinskýAdd a CppUnit-based test suite (only very few things...
2007-11-10 Lukáš LalinskýSpeex support.
2007-11-10 Lukáš LalinskýUse Unicode filenames on Windows (this time the correct...
2007-11-10 Lukáš LalinskýRevert r734944 -- this one wasn't meant to go in.
2007-11-10 Lukáš LalinskýIgnore all autotools and cmake generated files.
2007-11-10 Lukáš LalinskýUse Unicode filenames on Windows.
2007-11-06 Lukáš LalinskýWavPack support.
2007-11-06 Lukáš LalinskýDecode unsynch-encoded tag (ID3v2.3) and frame (ID3v2...
next