Commit Graph

  • 9a2f90be89 Re-add automake/autoconf stuff. I'm tempted to delete the CMake stuff while I'm at it, but I'll leave it for now... Scott Wheeler 2006-09-24 16:17:47 +00:00
  • 0b428130f3 Now taglib compiles with cmake Remove old build system Laurent Montel 2006-09-24 14:45:33 +00:00
  • 2281edf20f Fix generate lib. it fixes juk compile Laurent Montel 2006-09-24 12:59:05 +00:00
  • 690b126377 Fix install it as programs Laurent Montel 2006-09-24 12:32:54 +00:00
  • 35dabd3770 Fix install files Laurent Montel 2006-09-24 12:26:46 +00:00
  • 3ffe198d09 Fix soname Laurent Montel 2006-09-20 16:10:10 +00:00
  • 5fa19b47c2 Fix generate file Laurent Montel 2006-09-20 16:08:36 +00:00
  • 967b9c41b6 Fix generate files Laurent Montel 2006-09-20 16:08:12 +00:00
  • 0a3ae0b2f5 Fix it Laurent Montel 2006-09-20 12:58:37 +00:00
  • d3d4061adc Fix CMakefiles Laurent Montel 2006-09-20 12:57:59 +00:00
  • e3cf99c87a Add cmake support All compile need to test now Laurent Montel 2006-09-20 12:52:28 +00:00
  • dae3f83820 Invalid iterators are ungood. Mmmkay? Scott Wheeler 2006-09-16 12:11:43 +00:00
  • fdb603c88f It makes more sense to return iterators here. (The return types weren't there in the last release, so this isn't API breakage.) Scott Wheeler 2006-09-16 12:09:48 +00:00
  • 52ec948d7e fix Dirk Mueller 2006-09-11 23:32:35 +00:00
  • 0586b68b7d fix includes Dirk Mueller 2006-09-11 22:42:50 +00:00
  • dbb4cb564b Add PC file for the C bindings. Scott Wheeler 2006-08-31 23:14:30 +00:00
  • 5f3ccc1b95 SVN_SILENT another minor-typo Scott Wheeler 2006-08-31 22:49:38 +00:00
  • 1f7236d426 SVN_SILENT extra space Scott Wheeler 2006-08-31 22:46:41 +00:00
  • f01c8531d0 Patches from Aaron VonderHaar for a GEOB frame implementation. Scott Wheeler 2006-08-31 22:44:17 +00:00
  • 1db03808ce Starting in a bit on my TODO list from taglib-devel. Scott Wheeler 2006-08-31 21:25:00 +00:00
  • 7ad144536d Hmm. Actually assign the flag here. Thanks to Dirk for catching this. Scott Wheeler 2006-08-31 00:51:22 +00:00
  • ea12745d12 Make sure that these flags are set to the values that are actually used. Scott Wheeler 2006-08-29 23:19:21 +00:00
  • f8d1b7bb4f Update the TCON (genre) frame as we create it so that we don't keep ID3v2.3 formatted data sitting around waiting to be written to 2.4 tags. Scott Wheeler 2006-08-29 23:06:14 +00:00
  • 784f71409b Add a warning note to File::save() Scott Wheeler 2006-08-17 10:31:52 +00:00
  • 8e52873513 Make sure that there's always a description and content even if they're empty. Scott Wheeler 2006-08-13 23:49:27 +00:00
  • 2f1645947a This if doesn't need to be there. The encoding byte should be there even if there is no string content. Scott Wheeler 2006-08-13 23:10:43 +00:00
  • 071c691a9a Make removeField() actually remove the map content, not just empty the list. Also added an erase method to Map that works on keys rather than itterators. Scott Wheeler 2006-08-13 15:25:48 +00:00
  • 953b8a119a Add a simple function for checking for membership in the fieldListMap. Scott Wheeler 2006-08-13 15:19:36 +00:00
  • 71a392fe81 The non-const functions here should call detach. Scott Wheeler 2006-08-13 12:29:26 +00:00
  • 545c9ebeb7 ignoring Stephan Kulow 2006-08-05 18:04:04 +00:00
  • 23bd433cde Default to ID3v2.4 in the header (fixes the bug just reported on the list) Scott Wheeler 2006-06-25 20:27:17 +00:00
  • 3856f38655 Don't overrun the buffer if the first byte is 0xff Scott Wheeler 2006-06-20 20:41:30 +00:00
  • a6aeaef64e oops Scott Wheeler 2006-06-16 23:26:25 +00:00
  • 6a66c36a0c Here's another easy one that helps out on ginormus strings. Scott Wheeler 2006-06-16 22:50:09 +00:00
  • e83f93b2c0 A couple more optimizations for splitting vectors. One of them makes search faster in the simple case (no need for Boyer-Moore for a one-character search) and append a null vector rather than instantiating a new one when we find empty fields. Scott Wheeler 2006-06-16 22:38:20 +00:00
  • eb1b7c8255 This is much, much faster on large byte vectors and gets the current bug down to where it can read the tag in around 18 seconds unstead of 30 minutes. Scott Wheeler 2006-06-16 20:36:36 +00:00
  • ebf56779f4 Allan's commit was in the wrong branch -- don't corrupt files on write... Scott Wheeler 2006-06-09 09:48:28 +00:00
  • 88aa8c125d This comes from strdup, so it should be freed rather than deleted. Patch from Jon Burgess. Scott Wheeler 2006-06-08 12:22:18 +00:00
  • ef34e50406 Initialize tag to avoid possible crashes Allan Sandfeld Jensen 2006-05-14 19:18:47 +00:00
  • f181d1d18b SVN_SILENT accidentally inserted tabs Scott Wheeler 2006-05-08 20:49:01 +00:00
  • 3f3026b349 Add a function to set the default ID3v2 encoding in the C API. Scott Wheeler 2006-05-08 20:45:42 +00:00
  • 02cf970e0d Patch from John Stirling to fix bitmasks for header fields. Scott Wheeler 2006-05-08 20:08:33 +00:00
  • fca59f432e docs typo Scott Wheeler 2006-04-20 20:31:25 +00:00
  • 985630d59a SVN_SILENT Scott Wheeler 2006-03-02 15:13:54 +00:00
  • 3a24d31b43 Two things: - Fix the channel mode, copyright and original flags, as noticed by Bjoern Petersen. - Check in the "findByDescription()" function that I've had sitting around for a while. Scott Wheeler 2006-03-02 15:02:27 +00:00
  • c35d249195 Add a wide string export fuction. Scott Wheeler 2006-02-11 21:18:03 +00:00
  • 361ce1635a Alright -- most of this code is just more cleanups, and the bugfix part of it is relatively small. Basically it took a while for me to be convinced that the ID3v2 location was always going to be before the FLAC data stream pointer. I've added a check to make sure that it stays that way, but I don't expect us to actually hit that code. Scott Wheeler 2006-01-29 17:47:38 +00:00
  • 142ddfadc9 A prelude to bugfixing. A few more cleanups. Scott Wheeler 2006-01-29 16:59:40 +00:00
  • 286d474dae Cleanups -- no functional changes. Scott Wheeler 2006-01-29 16:06:07 +00:00
  • 99fbe7ff25 Fix up the stuff here for appending values to an APE::Item and round out the API a bit. Based on Michael's patch... Scott Wheeler 2006-01-28 15:18:31 +00:00
  • 4841a5c39c If a frame has both compression and encryption, since we currently don't support encrypted frames, don't try to decompress it. Decryption is supposed to be applied before decompression, so currently the decompression isn't possible. Scott Wheeler 2006-01-28 14:00:48 +00:00
  • 59b9831868 Switch this to "rb" and "rb+" since Windows seems to barf on it without the "b" and it doesn't make a difference at all on UNIX. Scott Wheeler 2006-01-28 13:40:05 +00:00
  • 1aa0550c58 Another method that didn't actually have an implementation around. Also picked some default values for some of the d-pointer members. Scott Wheeler 2005-11-24 10:27:45 +00:00
  • 18d80d1ea0 Actually implement this constructor... Scott Wheeler 2005-11-23 10:36:06 +00:00
  • 2d06d23ec6 Missing class name on the method declaration. I'm sure this caused some fun symbol conflicts... Scott Wheeler 2005-11-23 10:27:33 +00:00
  • f9c5ecaf53 SVN_SILENT a couple of missing docs Scott Wheeler 2005-10-18 12:33:48 +00:00
  • 5bb7dbe457 Silly second declaration of the variable here that triggers an infinite loop in some cases (I'm surprised that it doesn't happen in more...this code has been around for a while.). Scott Wheeler 2005-09-27 14:34:32 +00:00
  • 603068695c A couple of things pointed out by a colleage -- fix ByteVector::size() and make the return type semantics consistant for methods that modify the object (specifically, return a reference instead of void). Scott Wheeler 2005-09-12 16:52:07 +00:00
  • 5d64692084 Just a couple of docs updates. Scott Wheeler 2005-09-06 11:39:26 +00:00
  • 78c4c18e37 Fix the documentation for this method. Scott Wheeler 2005-09-04 20:06:27 +00:00
  • fa61e63ac8 Leave the year field blank if it's set to zero (i.e. cleared). Scott Wheeler 2005-08-10 08:33:28 +00:00
  • b16c8587ab Forgot that this doesn't work for those not using my hacked up build environment for TagLib. Scott Wheeler 2005-07-27 07:29:41 +00:00
  • b84fdcfa04 Last docs updates and a small function signature change. I'm pretty sure that's it for 1.4. Scott Wheeler 2005-07-27 00:25:40 +00:00
  • 585bf5afca note other bindings Scott Wheeler 2005-07-26 00:37:39 +00:00
  • 3de9ba2e9f Bug in UTF-8 rendering. Small change, but well, without the "break;" it was doing the UTF-8 rendering and the UTF16-LE rendering to the same string, which was, well, ungood. Scott Wheeler 2005-07-25 21:34:18 +00:00
  • f7467bd1f9 Don't actually install the tdebug.h header. Scott Wheeler 2005-07-25 19:51:52 +00:00
  • eb592f0933 Don't include tdebug.h in any installed header. I'll remove it from installation shortly. Scott Wheeler 2005-07-25 19:26:00 +00:00
  • 052a1d2720 Add a list of the default file extensions that TagLib knows about, as requested by Stefan. Also did a few additional updates on the API docs. Scott Wheeler 2005-07-24 16:25:33 +00:00
  • 54b442d584 SVN_SILENT another place to update the version Scott Wheeler 2005-07-24 08:03:37 +00:00
  • 111b0dc6eb Make sure that buffer allocations for file reads aren't completely bogus. Specifically make sure that we don't actually allocate a buffer for a read that extends beyond the end of the file. Scott Wheeler 2005-07-23 23:49:29 +00:00
  • 59fd610999 Finally took Tommi's suggestion here and introduced a version of the ByteVectorList::split() that takes a maximum number of values. This should probably be used more widely in places where the max is known ahead of time for this to be a more useful fix than nailing just this special case. Anyway, fixes the bug. Scott Wheeler 2005-07-23 23:11:20 +00:00
  • 073dee2e41 This is a better way of doing this too... Now I have to remember to update the configure.in.in in the root... Scott Wheeler 2005-07-23 21:46:39 +00:00
  • ea2ac9fe64 Add pkg-config file. Scott Wheeler 2005-07-23 21:43:09 +00:00
  • 02f9b248a7 Bump to 1.4 Scott Wheeler 2005-07-23 20:58:43 +00:00
  • ddd8c2f4c9 SVN_SILENT missing docs Scott Wheeler 2005-07-22 09:03:15 +00:00
  • 02925797d2 Go ahead and increment the libtool version in preparation for 1.4. Scott Wheeler 2005-07-22 08:33:45 +00:00
  • 016a2c7b03 Add UTF16LE support. Patch mostly by Umesh Shankar. Scott Wheeler 2005-07-21 18:45:12 +00:00
  • 366a4bfe3f Hmm, that last one wasn't really quite ready. Now we actually check our list of FileTypeResolvers. Scott Wheeler 2005-07-21 18:10:10 +00:00
  • ec86c487e8 Add a mechanism for extending the file type resolution in JuK using FileRefs. Scott Wheeler 2005-07-21 17:45:23 +00:00
  • 87824b1737 Continuing going through my pile-o-patches: Scott Wheeler 2005-07-21 17:33:36 +00:00
  • ca839d884f If there is no value set for DESCRIPTION, also check COMMENT. Scott Wheeler 2005-07-21 17:30:03 +00:00
  • a2972c8ae0 Add accessors for the image description. Scott Wheeler 2005-07-21 17:27:37 +00:00
  • c756813a21 Fix up the RVA2 handling. I'm still not thrilled with the API, but this should be functional enough to hold over to the next binary incompatible change and has a minimum of differences to the previous API. Scott Wheeler 2005-07-21 00:10:57 +00:00
  • e321ae7774 Fix from Felix Berger to get RVA2 frames a little closer to working. The more complicated fix for #107025 will follow shortly. Scott Wheeler 2005-07-20 22:23:34 +00:00
  • 19a0504dfd Adding and updating svn:ignore Thiago Macieira 2005-07-16 14:39:38 +00:00
  • 35a8c9a38b Misspelling. Scott Wheeler 2005-07-13 12:22:34 +00:00
  • 1857e61a9d Instead of returning 0 on finding a deprecated frame type, create an UnknownFrame and set the flag to discard it on write. Scott Wheeler 2005-05-17 23:57:23 +00:00
  • 6ceb7a8151 Patch from Umesh Shankar to make sure that the frameID is current. Scott Wheeler 2005-05-17 22:38:01 +00:00
  • 10d8a4deac Check to make sure that there's content before trying to return it. Scott Wheeler 2005-05-17 21:27:51 +00:00
  • fc8c7d357b Do a bounds check before trying to find the mid. Scott Wheeler 2005-05-17 20:45:05 +00:00
  • 7e325a26aa Double-deleting won't make it much better Allan Sandfeld Jensen 2005-04-03 16:41:17 +00:00
  • c125032f0e ...or this Scott Wheeler 2005-04-03 16:37:56 +00:00
  • 9b1eb2f5d6 Didn't mean to check this in. Scott Wheeler 2005-04-03 16:36:17 +00:00
  • 60f73eb537 fix memory leaks Scott Wheeler 2005-04-03 16:35:55 +00:00
  • abbf24ade7 Decode samplerate correctly. BUG: 99829 Allan Sandfeld Jensen 2005-04-02 20:53:11 +00:00
  • 119bfc86db Sorry, that was actually wrong. Allan Sandfeld Jensen 2005-03-18 00:10:21 +00:00
  • a89ce9ce0c Support the new OggFLAC 1.0 standard from FLAC 1.1.2 Allan Sandfeld Jensen 2005-03-18 00:02:27 +00:00
  • 1aff3947ef Nice catch from Gunnar Roth -- the iterator was invalid here. Scott Wheeler 2005-02-02 19:04:54 +00:00
  • af8b4c7291 Don't dereference the iterator before checking to make sure that we're not at the end of the list. Thanks to Gunnar Roth for catching this one. Scott Wheeler 2005-01-14 13:04:36 +00:00
  • 3c9f7ec7d6 startsWith() should be used to avoid bugs like: s.mid(0, 4) == "Foo". Benjamin Meyer 2004-12-19 05:45:33 +00:00