Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing unsigned to signed comparision | Viliam Mateicka | 2009-03-02 | 1 | -1/+1 |
| | | | | [mk: cast off_t to uint32_t; same fix for aiff.c] | ||||
* | tag_id3: parse ID3 tags in AIFF files | Max Kellermann | 2009-03-02 | 1 | -2/+0 |
| | | | | | | Added a small AIFF parser library, code copied from the RIFF parser (big-endian integers). Look for an "ID3" chunk, and let libid3tag parse it. | ||||
* | tag_id3: parse ID3 tags in RIFF/WAV files | Max Kellermann | 2009-03-02 | 1 | -0/+104 |
Added a small RIFF parser library. Look for an "id3" chunk, and let libid3tag parse it. |