index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
id3.c
(
follow
)
Commit message (
Expand
)
Author
Age
...
*
Fixed an overflow in the song length calculation
Linus Nielsen Feltzing
2002-06-28
*
changed char* path to char path[256] and added a copy of filename on mp3info ...
Jerome Kuptz
2002-06-27
*
Made mp3info set the path variable on the mp3entry struct. This fixes WPS Par...
Jerome Kuptz
2002-06-27
*
Added id3 tracknum (Yusef Napora)
Björn Stenberg
2002-06-26
*
Moved getfilesize() to top
Björn Stenberg
2002-06-26
*
Reordered operations to optimise file seeking
Björn Stenberg
2002-06-26
*
Made mp3entry a struct, not a type
Björn Stenberg
2002-06-25
*
Don't free static data :)
Björn Stenberg
2002-06-25
*
NOTE! the 'mp3entry' struct grew quite a bit now, as the previously static
Daniel Stenberg
2002-06-04
*
Fixed endianness bug in getsonglength
Linus Nielsen Feltzing
2002-05-27
*
Commented out songlength() for now
Björn Stenberg
2002-05-27
*
Removed floating point code
Björn Stenberg
2002-05-17
*
Changing to C99 'bool' type
Björn Stenberg
2002-05-13
*
save mpeg layer and version information
Dave Chapman
2002-05-12
*
Removed include fcntl.h
Björn Stenberg
2002-05-08
*
uninitialised variable and better return code check
Daniel Stenberg
2002-05-08
*
fixed buffer overflow in setid3v1title
Dave Chapman
2002-05-06
*
no more unistd.h
Daniel Stenberg
2002-05-06
*
Dave Chapman found a problem in the id3v1 tag reading, and provided
Daniel Stenberg
2002-05-05
*
include file.h (important for the x11 sim to work) and types.h (as that
Daniel Stenberg
2002-05-05
*
Added Gary's snprintf() and changed all places to use it.
Björn Stenberg
2002-05-02
*
fixed to use our file api
Daniel Stenberg
2002-04-30
*
Removed some warnings
Björn Stenberg
2002-04-28
*
fixed compiler warnings
Daniel Stenberg
2002-04-26
*
no more malloc()s or strdup()s
Daniel Stenberg
2002-04-23
*
id3 tag reading code, both v1 and v2. Still needs to be adjusted more to
Daniel Stenberg
2002-04-23
[prev]