summaryrefslogtreecommitdiffstats
path: root/firmware/id3.h
AgeCommit message (Expand)AuthorFilesLines
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg1-0/+4
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg1-1/+11
2002-07-15More buffer size fixesLinus Nielsen Feltzing1-1/+3
2002-07-05Added a vbr flag in the id3 structLinus Nielsen Feltzing1-2/+1
2002-07-04Now sets bitrate to VARIABLE_BIT_RATE if VBRLinus Nielsen Feltzing1-0/+2
2002-06-28unsigned ints are used for song length etcLinus Nielsen Feltzing1-7/+7
2002-06-27First crude elapsed-time displayBjörn Stenberg1-0/+1
2002-06-27changed char* path to char path[256] and added a copy of filename on mp3info ...Jerome Kuptz1-1/+1
2002-06-26Added id3 tracknum (Yusef Napora)Björn Stenberg1-0/+1
2002-06-25Made mp3entry a struct, not a typeBjörn Stenberg1-3/+1
2002-06-24Added #define ID3_HLinus Nielsen Feltzing1-0/+5
2002-06-04NOTE! the 'mp3entry' struct grew quite a bit now, as the previously staticDaniel Stenberg1-0/+4
2002-05-12save mpeg layer and version informationDave Chapman1-0/+2
2002-05-05proto and struct for id3-infoDaniel Stenberg1-0/+34