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
/
apps
/
metadata
/
asf.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
2011-12-22
Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...
Alexander Levin
2011-08-07
Submit FS#12218. Add support for embedded album art for ASF tags. For now the...
Andree Buschmann
2011-08-06
Fix replaygain for wma files which was broken since r29388.
Andree Buschmann
2011-02-24
FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...
Andree Buschmann
2010-08-07
WMA Voice now plays and seeks in the sim. The code is still in floating point...
Mohamed Tarek
2010-06-21
Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...
Mohamed Tarek
2010-05-09
nomsg
Mohamed Tarek
2010-05-02
- Modify metadata/asf.c to use libasf.
Mohamed Tarek
2009-11-18
Unify fourcc macro and some style changes
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-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