13
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move the sanity check before the unknown frame stuff. As the code currently is if a bogus frame is hit it may try to parse it as an UnknownFrame rather than just discarding it. More... about 21 years ago
Forgot this. Time to redo the tarballs. More... about 21 years ago
CVS_SILENT missing doc for the namespace More... about 21 years ago
1.3 -- bump the libtool version More... about 21 years ago
misplace conditional More... about 21 years ago
Patch from Allan to add support for compressed frames. More... about 21 years ago
Remove some annoying debuging code. More... about 21 years ago
Scott's silly nitpicks... More... about 21 years ago
Some API overview updates. More... about 21 years ago
Mention the return type. More... about 21 years ago
Don't try to do stuff to files that aren't valid. More... about 21 years ago
Cleaning up. Better documentation and remove dead code. More... about 21 years ago
Fix typo. More... about 21 years ago
Set APELocation to the beginning of the APE-tag More... about 21 years ago
Some extra documentation. More... about 21 years ago
Find the starting position. More... about 21 years ago
Update interface. Just needs more documentation now. More... about 21 years ago
Convert from ByteVectorList to StringList More... about 21 years ago
APE-tags for mp3s. Currently they are for special purposes only, and thus not used as a part of the union tag. More... over 21 years ago
add api docs More... over 21 years ago
Make sure that we're not setting the string size to -1. More... over 21 years ago
CVS_SILENT forgot a short description More... over 21 years ago
Adding support for the Unique File Identifier ID3v2 frame type (UFID). More... over 21 years ago
Add support for custom ID3v2 text frames (TXXX). More... over 21 years ago
Add overloads here so that the return type is in fact StringList. More... over 21 years ago
Return a reference to the current list from append(). More... over 21 years ago
Here's an oops -- this *really* should have been virtual. I'm not sure how I missed that. I'll come up with something -- probably a functor or similar to work around this at some point. More... over 21 years ago
Ignore compressed and encrypted ID3v2 frames rather than just blindly giving back the compressed/encrypted data as a string. More... over 21 years ago
Always explicitly check for divide by zero conditions. More... over 21 years ago
Create a correct footer More... over 21 years ago