aboutsummaryrefslogtreecommitdiffstats
path: root/src/aiff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-02fixing unsigned to signed comparisionViliam Mateicka1-1/+1
[mk: cast off_t to uint32_t; same fix for aiff.c]
2009-03-02tag_id3: parse ID3 tags in AIFF filesMax Kellermann1-15/+14
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.
2009-03-02tag_id3: parse ID3 tags in RIFF/WAV filesMax Kellermann1-0/+104
Added a small RIFF parser library. Look for an "id3" chunk, and let libid3tag parse it.