]> granicus.if.org Git - taglib/shortlog
taglib
2005-07-25 Scott WheelerDon't include tdebug.h in any installed header. I...
2005-07-24 Scott WheelerAdd a list of the default file extensions that TagLib...
2005-07-24 Scott WheelerSVN_SILENT another place to update the version
2005-07-23 Scott WheelerMake sure that buffer allocations for file reads aren...
2005-07-23 Scott WheelerFinally took Tommi's suggestion here and introduced...
2005-07-23 Scott WheelerThis is a better way of doing this too... Now I have...
2005-07-23 Scott WheelerAdd pkg-config file.
2005-07-23 Scott WheelerBump to 1.4
2005-07-22 Scott WheelerSVN_SILENT missing docs
2005-07-22 Scott WheelerGo ahead and increment the libtool version in preparati...
2005-07-21 Scott WheelerAdd UTF16LE support. Patch mostly by Umesh Shankar.
2005-07-21 Scott WheelerHmm, that last one wasn't really quite ready. Now...
2005-07-21 Scott WheelerAdd a mechanism for extending the file type resolution...
2005-07-21 Scott WheelerContinuing going through my pile-o-patches:
2005-07-21 Scott WheelerIf there is no value set for DESCRIPTION, also check...
2005-07-21 Scott WheelerAdd accessors for the image description.
2005-07-21 Scott WheelerFix up the RVA2 handling. I'm still not thrilled with...
2005-07-20 Scott WheelerFix from Felix Berger to get RVA2 frames a little closer
2005-07-16 Thiago MacieiraAdding and updating svn:ignore
2005-07-13 Scott WheelerMisspelling.
2005-05-17 Scott WheelerInstead of returning 0 on finding a deprecated frame...
2005-05-17 Scott WheelerPatch from Umesh Shankar to make sure that the frameID...
2005-05-17 Scott WheelerCheck to make sure that there's content before trying...
2005-05-17 Scott WheelerDo a bounds check before trying to find the mid.
2005-04-03 Allan Sandfeld... Double-deleting won't make it much better
2005-04-03 Scott Wheeler...or this
2005-04-03 Scott WheelerDidn't mean to check this in.
2005-04-03 Scott Wheelerfix memory leaks
2005-04-02 Allan Sandfeld... Decode samplerate correctly.
2005-03-18 Allan Sandfeld... Sorry, that was actually wrong.
2005-03-18 Allan Sandfeld... Support the new OggFLAC 1.0 standard from FLAC 1.1.2
2005-02-02 Scott WheelerNice catch from Gunnar Roth -- the iterator was invalid...
2005-01-14 Scott WheelerDon't dereference the iterator before checking to make...
2004-12-19 Benjamin MeyerstartsWith() should be used to avoid bugs like: s.mid...
2004-12-08 Scott WheelerMake the private class a friend so that it can access...
2004-11-22 Benjamin Meyerconvert "" comparison to use built in empty() function
2004-11-07 Scott Wheeler1.3.1
2004-11-06 Scott Wheeler...and now implement the missing contructor.
2004-11-06 Scott WheelerClean up includes and actually install apeitem.h. ...
2004-11-06 Scott WheelerSince these headers weren't even usable when installed...
2004-10-31 Scott WheelerDo bounds checking before assuming that just because...
2004-10-31 Scott WheelerAdd some text explaining the APE format since it's...
2004-10-30 Scott WheelerCVS_SILENT back in here again -- checking in formatting...
2004-10-29 Scott WheelerDon't write a track number if the track is larger than...
2004-10-28 Scott WheelerMake sure that the type conversion happens so that...
2004-10-28 Scott WheelerCVS_SILENT this comment belongs here now
2004-10-28 Scott WheelerMake sure that there's (a) data in a bytevector that...
2004-10-28 Scott WheelerMore cleanups and some API docs additions.
2004-10-28 Scott WheelerSemantic and style cleanups. render() should be const...
2004-10-20 Scott WheelerThis line is redundant.
2004-10-20 Scott WheelerAdd some more docs on how to use the ID3v1::StringHandl...
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...
next