summaryrefslogtreecommitdiff
path: root/firmware/id3.h
AgeCommit message (Collapse)Author
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes ↵Björn Stenberg
mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1787 a1c6a512-1295-4272-9138-f99709370657
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1741 a1c6a512-1295-4272-9138-f99709370657
2002-07-15More buffer size fixesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1362 a1c6a512-1295-4272-9138-f99709370657
2002-07-05Added a vbr flag in the id3 structLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1339 a1c6a512-1295-4272-9138-f99709370657
2002-07-04Now sets bitrate to VARIABLE_BIT_RATE if VBRLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1325 a1c6a512-1295-4272-9138-f99709370657
2002-06-28unsigned ints are used for song length etcLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1241 a1c6a512-1295-4272-9138-f99709370657
2002-06-27First crude elapsed-time displayBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1237 a1c6a512-1295-4272-9138-f99709370657
2002-06-27changed char* path to char path[256] and added a copy of filename on mp3info ↵Jerome Kuptz
function git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1229 a1c6a512-1295-4272-9138-f99709370657
2002-06-26Added id3 tracknum (Yusef Napora)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1204 a1c6a512-1295-4272-9138-f99709370657
2002-06-25Made mp3entry a struct, not a typeBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1182 a1c6a512-1295-4272-9138-f99709370657
2002-06-24Added #define ID3_HLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1150 a1c6a512-1295-4272-9138-f99709370657
2002-06-04NOTE! the 'mp3entry' struct grew quite a bit now, as the previously staticDaniel Stenberg
buffers were moved into the struct instead and thus we enable the mp3info() function to be called in a re-entrant way. Just don't allocate that struct on the stack without careful consideration! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@896 a1c6a512-1295-4272-9138-f99709370657
2002-05-12save mpeg layer and version informationDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@557 a1c6a512-1295-4272-9138-f99709370657
2002-05-05proto and struct for id3-infoDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@430 a1c6a512-1295-4272-9138-f99709370657