index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
id3.h
Age
Commit message (
Expand
)
Author
2002-08-16
Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...
Björn Stenberg
2002-08-14
Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.
Björn Stenberg
2002-07-15
More buffer size fixes
Linus Nielsen Feltzing
2002-07-05
Added a vbr flag in the id3 struct
Linus Nielsen Feltzing
2002-07-04
Now sets bitrate to VARIABLE_BIT_RATE if VBR
Linus Nielsen Feltzing
2002-06-28
unsigned ints are used for song length etc
Linus Nielsen Feltzing
2002-06-27
First crude elapsed-time display
Björn Stenberg
2002-06-27
changed char* path to char path[256] and added a copy of filename on mp3info ...
Jerome Kuptz
2002-06-26
Added id3 tracknum (Yusef Napora)
Björn Stenberg
2002-06-25
Made mp3entry a struct, not a type
Björn Stenberg
2002-06-24
Added #define ID3_H
Linus Nielsen Feltzing
2002-06-04
NOTE! the 'mp3entry' struct grew quite a bit now, as the previously static
Daniel Stenberg
2002-05-12
save mpeg layer and version information
Dave Chapman
2002-05-05
proto and struct for id3-info
Daniel Stenberg