]> granicus.if.org Git - taglib/shortlog
taglib
2006-09-24 Scott WheelerReorganizing
2006-09-24 Scott WheelerReorganizing
2006-09-24 Scott WheelerReorganizing.
2006-09-24 Scott WheelerReorganizing.
2006-09-24 Scott WheelerReorganizing. Hmm, it seems that svn is going to make...
2006-09-24 Scott WheelerReorganizing.
2006-09-24 Scott WheelerReorganizing.
2006-09-24 Scott WheelerRe-add automake/autoconf stuff. I'm tempted to delete...
2006-09-24 Laurent MontelNow taglib compiles with cmake
2006-09-24 Laurent MontelFix generate lib.
2006-09-24 Laurent MontelFix install it as programs
2006-09-24 Laurent MontelFix install files
2006-09-20 Laurent MontelFix soname
2006-09-20 Laurent MontelFix generate file
2006-09-20 Laurent MontelFix generate files
2006-09-20 Laurent MontelFix it
2006-09-20 Laurent MontelFix CMakefiles
2006-09-20 Laurent MontelAdd cmake support
2006-09-16 Scott WheelerInvalid iterators are ungood. Mmmkay?
2006-09-16 Scott WheelerIt makes more sense to return iterators here. (The...
2006-09-11 Dirk Muellerfix
2006-09-11 Dirk Muellerfix includes
2006-08-31 Scott WheelerAdd PC file for the C bindings.
2006-08-31 Scott WheelerSVN_SILENT another minor-typo
2006-08-31 Scott WheelerSVN_SILENT extra space
2006-08-31 Scott WheelerPatches from Aaron VonderHaar for a GEOB frame implemen...
2006-08-31 Scott WheelerStarting in a bit on my TODO list from taglib-devel.
2006-08-31 Scott WheelerHmm. Actually assign the flag here. Thanks to Dirk...
2006-08-29 Scott WheelerMake sure that these flags are set to the values that...
2006-08-29 Scott WheelerUpdate the TCON (genre) frame as we create it so that...
2006-08-17 Scott WheelerAdd a warning note to File::save()
2006-08-13 Scott WheelerMake sure that there's always a description and content...
2006-08-13 Scott WheelerThis if doesn't need to be there. The encoding byte...
2006-08-13 Scott WheelerMake removeField() actually remove the map content...
2006-08-13 Scott WheelerAdd a simple function for checking for membership in...
2006-08-13 Scott WheelerThe non-const functions here should call detach.
2006-08-05 Stephan Kulowignoring
2006-06-25 Scott WheelerDefault to ID3v2.4 in the header (fixes the bug just...
2006-06-20 Scott WheelerDon't overrun the buffer if the first byte is 0xff
2006-06-16 Scott Wheeleroops
2006-06-16 Scott WheelerHere's another easy one that helps out on ginormus...
2006-06-16 Scott WheelerA couple more optimizations for splitting vectors....
2006-06-16 Scott WheelerThis is much, much faster on large byte vectors and...
2006-06-09 Scott WheelerAllan's commit was in the wrong branch -- don't corrupt...
2006-06-08 Scott WheelerThis comes from strdup, so it should be freed rather...
2006-05-14 Allan Sandfeld... Initialize tag to avoid possible crashes
2006-05-08 Scott WheelerSVN_SILENT accidentally inserted tabs
2006-05-08 Scott WheelerAdd a function to set the default ID3v2 encoding in...
2006-05-08 Scott WheelerPatch from John Stirling to fix bitmasks for header...
2006-04-20 Scott Wheelerdocs typo
2006-03-02 Scott WheelerSVN_SILENT
2006-03-02 Scott WheelerTwo things:
2006-02-11 Scott WheelerAdd a wide string export fuction.
2006-01-29 Scott WheelerAlright -- most of this code is just more cleanups...
2006-01-29 Scott WheelerA prelude to bugfixing. A few more cleanups.
2006-01-29 Scott WheelerCleanups -- no functional changes.
2006-01-28 Scott WheelerFix up the stuff here for appending values to an APE...
2006-01-28 Scott WheelerIf a frame has both compression and encryption, since...
2006-01-28 Scott WheelerSwitch this to "rb" and "rb+" since Windows seems to...
2005-11-24 Scott WheelerAnother method that didn't actually have an implementat...
2005-11-23 Scott WheelerActually implement this constructor...
2005-11-23 Scott WheelerMissing class name on the method declaration. I'm...
2005-10-18 Scott WheelerSVN_SILENT a couple of missing docs
2005-09-27 Scott WheelerSilly second declaration of the variable here that...
2005-09-12 Scott WheelerA couple of things pointed out by a colleage -- fix...
2005-09-06 Scott WheelerJust a couple of docs updates.
2005-09-04 Scott WheelerFix the documentation for this method.
2005-08-10 Scott WheelerLeave the year field blank if it's set to zero (i.e...
2005-07-27 Scott WheelerForgot that this doesn't work for those not using
2005-07-27 Scott WheelerLast docs updates and a small function signature change...
2005-07-26 Scott Wheelernote other bindings
2005-07-25 Scott WheelerBug in UTF-8 rendering. Small change, but well, withou...
2005-07-25 Scott WheelerDon't actually install the tdebug.h header.
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.
next