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
/
asf.c
Age
Commit message (
Expand
)
Author
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-05-03
Added missing header file metadata_parsers.h to metadata parsers.
Bertrik Sikken
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-18
Opps.
Michael Giacomelli
2008-04-18
Inform the console when an unsupported WMA flavor is played.
Michael Giacomelli
2007-12-02
ASF/WMA: Check if the file is encrypted. If so, don't try to play it.
Magnus Holmgren
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-08-02
Initial attept at supporting Line Spectral Pairs. Various issues remain, and...
Michael Giacomelli
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