]> granicus.if.org Git - taglib/shortlog
taglib
2004-07-26 Scott WheelerMark HEAD as TagLib 1.3
2004-07-26 Scott WheelerProvide a default (empty) value for the language. ...
2004-07-26 Scott WheelerUse setData() rather than parseFields() here to make...
2004-07-26 Scott WheelerMake it possible to strip tags without deleting them...
2004-07-26 Scott WheelerCVS_SILENT indentation oops from the last commit
2004-07-26 Scott WheelerUpdate the ID3v1 location when stripping the ID3v2...
2004-07-26 Scott WheelerFix a number of bugs to get things working with ID3v2...
2004-07-24 Scott WheelerReturn a bool indicating if the save was successful...
2004-07-20 Scott WheelerOff by one -- make tagreader work with mpc files.
2004-07-20 Scott WheelerAdd MPC to the C bindings.
2004-07-20 Scott WheelerA few more nitpicks.
2004-07-20 Scott Wheelerstandard style nitpicks and make it build with gcc...
2004-07-19 Allan Sandfeld... Improve behavoir:
2004-07-17 Allan Sandfeld... Correct includes so they work when included with path,
2004-07-17 Allan Sandfeld... Also update taglib-config
2004-07-17 Allan Sandfeld... Fix a bit of bitrot
2004-07-17 Allan Sandfeld... Add support for reading musepack(mpc)-files and parsing...
2004-07-14 Allan Sandfeld... Compile
2004-07-13 Allan Sandfeld... Add find and erase semantics like those in tlist.h
2004-07-12 Waldo BastianValgrind says home-brew strdup() is broken
2004-06-26 Scott WheelerFix spelling.
2004-06-24 Scott WheelerDon't try to read the properties from the bytevector...
2004-06-23 Scott WheelerCVS_SILENT add a note in the docs about strip() behavior
2004-06-23 Scott WheelerAnother nice patch from Teemu Tervo. This deletes...
2004-06-23 Scott WheelerUpdate the C bindings to reflect the earlier change...
2004-06-23 Scott Wheeleroops -- forgot FLAC -- return bool for the FLAC::File...
2004-06-23 Scott WheelerCVS_SILENT forgot to save this file before the last...
2004-06-23 Scott WheelerSwitch the return type of File::save() from void to...
2004-06-17 Scott WheelerAh, this one's easy -- though an odd corer case; there...
2004-06-15 Scott Wheelerinitialize variable
2004-06-09 Scott WheelerParse ID3v2.4 genres as a list of fields rather than...
2004-06-09 Scott WheelerAdd iterators and operator[] to the string class.
2004-06-06 Scott WheelerTwo issues pointed out by Gary Peck:
2004-05-29 Scott WheelerDon't die on invalid input.
2004-05-24 Scott WheelerOops. Pretty significant type in the frame name for...
2004-05-13 Scott WheelerAdd a short description
2004-05-13 Scott Wheelerdocumentation fixes
2004-05-13 Scott WheelerAdd a frameList() overload that accepts a frame ID...
2004-05-10 Scott WheelerAdded an example on how to read additional frames.
2004-05-09 Scott Wheelerdoxygen fix
2004-05-09 Scott WheelerCVS_SILENT docs fix
2004-05-06 Scott WheelerJust a little hack to make the Vorbis classes appear...
2004-05-06 Scott WheelerA small regression -- when assigning a ByteVector to...
2004-05-04 Scott WheelerDon't append a framing bit when writing Xiph comments...
2004-04-28 Scott WheelerAdd docs.
2004-04-28 Scott WheelerOops, the implementation of this constructor was missing.
2004-04-27 Scott WheelerAdd native support for the RVA2 (relative volume adjust...
2004-04-27 Scott WheelerAdd new type and templatize the "fromNumber" conversion.
2004-04-27 Scott WheelerOops. Make the docs accurate.
2004-04-27 Scott WheelerMake this check current with the bytevector code.
2004-04-27 Scott WheelerChanged my mind on the last one -- use explicit types...
2004-04-26 Scott WheelerAdd a check for the toInt() stuff.
2004-04-26 Scott WheelerAdd a toInt() method that correctly adjusts for the...
2004-04-26 Scott WheelerAdd direct support APIC (attached picture) frames....
2004-04-26 Scott WheelerMinor fix for getting the frame header size correct...
2004-04-10 Scott WheelerCVS_SILENT make some stuff as deprecated
2004-04-10 Scott WheelerSadly reserve() just changes the capacity, not the...
2004-04-10 Scott WheelerAdding accessors for the various tag type for FLAC...
2004-04-10 Scott WheelerCVS_SILENT API docs corrections
2004-04-10 Scott WheelerCVS_SILENT nitpicks
2004-04-10 Scott WheelerFix the same bug that I fixed in MPEG last week --...
2004-04-10 Scott WheelerReturn a XiphComment here -- that still satisfies the...
2004-04-07 Allan Sandfeld... Restore public API from last commit
2004-04-07 Scott WheelerOops. Forgot to update this recently...
2004-04-07 Scott WheelerCVS_SILENT nitpicks
2004-04-07 Scott WheelerSeveral optimizations that came from KCacheGrind /...
2004-04-06 Allan Sandfeld... Adding Ogg/FLAC support to TagLib
2004-04-06 Allan Sandfeld... Changing the API to something more flexible (And needed...
2004-04-04 Scott Wheelerversion 1.1
2004-04-04 Scott WheelerAdd the ability to override the default ID3v1 string...
2004-04-03 Allan Sandfeld... After making a simple enough test-case for Scott I...
2004-03-30 Scott WheelerAdd a constructor that takes an ID3v2::FrameFactory.
2004-03-30 Scott WheelerCVS_SILENT another nitpick
2004-03-30 Scott WheelerI like it more like this...
2004-03-16 Scott WheelerThe explicit is silly here since it takes two arguments...
2004-03-10 Frerich Raabe- ByteVector::operator> seemed flawed to me
2004-03-05 Scott WheelerUse memcmp() and memcpy() where appropriate rather...
2004-02-29 Scott WheelerHmm, not good -- missing "ref" here so that the referen...
2004-02-22 Scott WheelerFix String::data() for UTF16 -- there was a missing...
2004-02-20 Scott WheelerOops, forgot a break...
2004-02-20 Scott WheelerAdded a translation table between ID3v2.2 frame names...
2004-02-20 Scott WheelerCVS_SILENT oops -- didn't mean to check this in
2004-02-20 Scott WheelerMostly get ID3v2.2 working. Sure, it's a standard...
2004-02-17 Scott WheelerAdd a couple of testcases that point out UTF16 bugs.
2004-02-17 Scott WheelerFixed problem with TagLib reading 1 byte fields in...
2004-02-17 Scott WheelerThis commit was manufactured by cvs2svn to accommodate