13
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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. More... over 19 years ago
Add a simple function for checking for membership in the fieldListMap. More... over 19 years ago
The non-const functions here should call detach. More... over 19 years ago
ignoring More... over 19 years ago
Default to ID3v2.4 in the header (fixes the bug just reported on the list) More... over 19 years ago
Don't overrun the buffer if the first byte is 0xff More... over 19 years ago
oops More... over 19 years ago
Here's another easy one that helps out on ginormus strings. More... over 19 years ago
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. More... over 19 years ago
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. More... over 19 years ago
Allan's commit was in the wrong branch -- don't corrupt files on write... More... over 19 years ago
This comes from strdup, so it should be freed rather than deleted. Patch from Jon Burgess. More... over 19 years ago
Initialize tag to avoid possible crashes More... over 19 years ago
SVN_SILENT accidentally inserted tabs More... over 19 years ago
Add a function to set the default ID3v2 encoding in the C API. More... over 19 years ago
Patch from John Stirling to fix bitmasks for header fields. More... over 19 years ago
docs typo More... over 19 years ago
SVN_SILENT More... almost 20 years ago
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. More... almost 20 years ago
Add a wide string export fuction. More... almost 20 years ago
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. More... almost 20 years ago
A prelude to bugfixing. A few more cleanups. More... almost 20 years ago
Cleanups -- no functional changes. More... almost 20 years ago
Fix up the stuff here for appending values to an APE::Item and round out the API a bit. Based on Michael's patch... More... almost 20 years ago
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. More... almost 20 years ago
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. More... almost 20 years ago
Another method that didn't actually have an implementation around. Also picked some default values for some of the d-pointer members. More... about 20 years ago
Actually implement this constructor... More... about 20 years ago
Missing class name on the method declaration. I'm sure this caused some fun symbol conflicts... More... about 20 years ago
SVN_SILENT a couple of missing docs More... about 20 years ago