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
Age
Commit message (
Expand
)
Author
2008-04-18
Opps.
Michael Giacomelli
2008-04-18
Inform the console when an unsupported WMA flavor is played.
Michael Giacomelli
2008-04-02
Revert... stupid svn doesn't complain when passing -m twice :(
Jens Arnold
2008-04-02
Make the measured LCD scanrates from the greylib known to the scanrate test p...
Jens Arnold
2008-03-30
Fixes FS #8389 (wv error). For WavPack files that don't have the length store...
Dave Bryant
2008-03-25
Revert accidental tree commit. /me needs a smaller enter key...
Jens Arnold
2008-03-25
Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...
Jens Arnold
2008-03-08
Revert accidental tree commit. Sorry for that.
Jens Arnold
2008-03-08
No need to have \n here. panicf() won't output it anyway.
Jens Arnold
2007-12-14
remove reference to non-existing variable to make rockbox compile with logf e...
Robert Kukla
2007-12-09
Unify the Ogg Vorbis and Ogg Speex metadata parsers.
Dan Everton
2007-12-05
Correct the (C) info - I committed this on 15 June 2005 - r6715
Dave Chapman
2007-12-04
Set proper file attributes.
Thom Johansen
2007-12-04
Put A52/AC3 metadata parser in its own file. Cosmetic changes in metadata.c. ...
Thom Johansen
2007-12-02
ASF/WMA: Check if the file is encrypted. If so, don't try to play it.
Magnus Holmgren
2007-12-01
MPC: Simplify the ReplayGain parsing code.
Magnus Holmgren
2007-11-30
Fix FS #8251, replaygain doesn't switch to track gain mode if album gain is m...
Thom Johansen
2007-10-28
Add ReplayGain support to WMA (based on tags written by Foobar2000).
Magnus Holmgren
2007-10-16
Fix FS #7976. WMA metadata parser didn't store file size in metadata struct.
Thom Johansen
2007-10-14
MP4 tag parser: guard against problems when the buffer is full.
Magnus Holmgren
2007-10-13
Make the FLAC metadata parser a little more robust.
Magnus Holmgren
2007-10-11
read_mp4_tag_string() may return a NULL in the pointer so no code should rely
Daniel Stenberg
2007-08-24
Correct another copyright line.
Magnus Holmgren
2007-08-24
Correct copyright line.
Thom Johansen
2007-08-12
Move WavPack metadata parsing to its own file and add handling of non-standar...
Dave Bryant
2007-08-08
Add support for grouping tags. From FS#7362.
Dan Everton
2007-08-03
Fix ID3 struct member name for discnum in mp4 metadata parser.
Dan Everton
2007-08-03
Add support for parsing the disc number tag from metadata and use of it in th...
Dan Everton
2007-08-02
Initial attept at supporting Line Spectral Pairs. Various issues remain, and...
Michael Giacomelli
2007-07-26
MP4: Add support for comment and year tags.
Magnus Holmgren
2007-07-24
MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ...
Magnus Holmgren
2007-07-22
Add support for text-format genres in .mp4 files (AAC/ALAC).
Magnus Holmgren
2007-07-20
Add incomplete support for files using noise coding but not LSP. In practice...
Michael Giacomelli
2007-07-11
Make the ASF parser reject streams which are not wmav1 or wmav2. Also restor...
Dave Chapman
2007-07-10
Disable the DEBUGF statements
Dave Chapman
2007-07-04
Ooops
Dave Chapman
2007-07-04
Add tag parsing to the ASF metadata parser. TODO: 1) Stress test to ensure i...
Dave Chapman
2007-07-03
The WMA decoder crashes when attempting to decode files encoded at less than ...
Dave Chapman
2007-07-03
WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and...
Dave Chapman
2007-07-03
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...
Dave Chapman
2007-06-25
Support aART (album artist) MP4 atom.
Dan Everton
2007-06-19
Correct a comment
Dave Chapman
2007-06-16
move the speex and vorbis ogg parsers together in ogg.c
Marcoen Hirschberg
2007-06-16
Correct the (C) year
Dave Chapman
2007-06-16
fix build for big-endian targets
Marcoen Hirschberg
2007-06-16
split up the metadata parser
Marcoen Hirschberg