]> granicus.if.org Git - taglib/shortlog
taglib
2004-10-18 Scott WheelerMove the sanity check before the unknown frame stuff...
2004-09-10 Scott WheelerForgot this. Time to redo the tarballs.
2004-09-10 Scott WheelerCVS_SILENT missing doc for the namespace
2004-09-10 Scott Wheeler1.3 -- bump the libtool version
2004-09-10 Scott Wheelermisplace conditional
2004-09-10 Scott WheelerPatch from Allan to add support for compressed frames.
2004-09-09 Allan Sandfeld... Remove some annoying debuging code.
2004-09-09 Scott WheelerScott's silly nitpicks...
2004-09-08 Scott WheelerSome API overview updates.
2004-09-05 Scott WheelerMention the return type.
2004-09-05 Scott WheelerDon't try to do stuff to files that aren't valid.
2004-09-02 Allan Sandfeld... Cleaning up. Better documentation and remove dead code.
2004-09-02 Allan Sandfeld... Fix typo.
2004-08-25 Allan Sandfeld... Set APELocation to the beginning of the APE-tag
2004-08-23 Allan Sandfeld... Some extra documentation.
2004-08-23 Allan Sandfeld... Find the starting position.
2004-08-23 Allan Sandfeld... Update interface. Just needs more documentation now.
2004-08-23 Allan Sandfeld... Convert from ByteVectorList to StringList
2004-08-15 Allan Sandfeld... APE-tags for mp3s.
2004-08-08 Scott Wheeleradd api docs
2004-08-07 Scott WheelerMake sure that we're not setting the string size to -1.
2004-08-07 Scott WheelerCVS_SILENT forgot a short description
2004-08-07 Scott WheelerAdding support for the Unique File Identifier ID3v2...
2004-08-06 Scott WheelerAdd support for custom ID3v2 text frames (TXXX).
2004-08-06 Scott WheelerAdd overloads here so that the return type is in fact...
2004-08-06 Scott WheelerReturn a reference to the current list from append().
2004-08-06 Scott WheelerHere's an oops -- this *really* should have been virtua...
2004-08-02 Scott WheelerIgnore compressed and encrypted ID3v2 frames rather...
2004-08-02 Scott WheelerAlways explicitly check for divide by zero conditions.
2004-08-01 Allan Sandfeld... Create a correct footer
2004-08-01 Allan Sandfeld... A few changes to make the interface more flexible....
2004-07-27 Scott WheelerStandard stuff -- make it fit with the coding style...
2004-07-27 Scott WheelerThis is wrong -- this would indicate a BIC library...
2004-07-26 Allan Sandfeld... Make mpc use the new APETag-structure
2004-07-26 Allan Sandfeld... Refactoring.
2004-07-26 Scott Wheelermissing const
2004-07-26 Allan Sandfeld... Large update:
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
next