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
/
apps
/
metadata
/
metadata_common.c
Age
Commit message (
Expand
)
Author
2011-03-16
Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...
Andree Buschmann
2011-03-16
Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets.
Andree Buschmann
2011-02-24
FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...
Andree Buschmann
2011-02-22
Submit FS11960. Limit metadata item size like done for ID3 tags since r29174.
Andree Buschmann
2011-02-20
FS#11920: Do not overwrite already existing metadata and take into account st...
Andree Buschmann
2011-02-15
Undo unwanted commit r29310.
Andree Buschmann
2011-02-15
All AAC-HE files will double the frame sample count, not only AAC-HE files wi...
Andree Buschmann
2010-05-15
Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...
Frank Gevaerts
2010-05-15
mp3: when ID3 tags are not found, search APE tags
Yoshihisa Uchida
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-28
Add wave64(.w64) codec (FS#11022)
Yoshihisa Uchida
2009-10-06
add gapless playback for Nero encoded AAC files
Marcoen Hirschberg
2009-07-14
FS#10080
Nils Wallménius
2009-05-16
Add read_uint8() and read_uint16be() to metadata_common.c/h
Mohamed Tarek
2009-05-15
Change the type of read_uint32be to uint32_t and ensure all variables passed ...
Dave Chapman
2009-02-08
Small code reuse improvement
Nils Wallménius
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-07
FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...
Robert Keevil
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2007-08-08
Add support for grouping tags. From FS#7362.
Dan Everton
2007-08-03
Add support for parsing the disc number tag from metadata and use of it in th...
Dan Everton
2007-07-03
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...
Dave Chapman
2007-06-16
fix build for big-endian targets
Marcoen Hirschberg
2007-06-16
split up the metadata parser
Marcoen Hirschberg