summaryrefslogtreecommitdiff
path: root/apps/metadata
AgeCommit message (Expand)Author
2011-02-02Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916.Andree Buschmann
2011-01-30Limit the size of each ID3 metadata item to avoid that the metadata buffer is...Andree Buschmann
2011-01-21FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. ...Thomas Martitz
2011-01-09Fix FS#11858 which was introduced with r28937. Several *.rm were not played b...Andree Buschmann
2011-01-01Fix FS#11845 by rejecting unknown header signatures in the audio stream info ...Mohamed Tarek
2010-12-25Add stdio.h include for SEEK_SET define to various files.Thomas Martitz
2010-12-11Correct mistake in the RealMedia parser that prevented rejecting files with u...Michael Giacomelli
2010-12-05remove a little redundant code from the WavPack metadata module to partially ...Dave Bryant
2010-12-05make WavPack library check the extent of the block that it is parsing so that...Dave Bryant
2010-11-26Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz
2010-10-10Fix FS# 11414 : .mod files - metadata in incorrect fieldsBertrik Sikken
2010-09-28id3 parser: also add id3v2.2 TCM tag for "composer" since that's the only oth...Torne Wuff
2010-09-28id3 parser: add id3v2.2 TPA tag for "part of set" as iTunes appears to use itTorne Wuff
2010-09-21parse_sap_header(): remove write-only variableRafaël Carré
2010-09-19ASAP parse_sap_header() : remove write only variablesRafaël Carré
2010-09-19setid3v2title(): unused variableRafaël Carré
2010-08-14Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli
2010-08-07WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek
2010-07-26aiff metadata: fix format string (%zd for size_t)Rafaël Carré
2010-07-26aiff metadata: skip chunks larger than bufferRafaël Carré
2010-07-02Commit FS#7831. Corrects our flac decoder to not reject files that have samp...Michael Giacomelli
2010-06-21Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...Mohamed Tarek
2010-05-15Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts
2010-05-15mp3: when ID3 tags are not found, search APE tagsYoshihisa Uchida
2010-05-15fix yellowYoshihisa Uchida
2010-05-15ID3 tags parser separates from metadata/mp3.cYoshihisa Uchida
2010-05-13add True Audio (TTA) codecYoshihisa Uchida
2010-05-10chunksize decreases 4 bytes regardless wave/wave64.Yoshihisa Uchida
2010-05-09nomsgMohamed Tarek
2010-05-09Fix wav metadata bug, also fix typos and some const policeJeffrey Goode
2010-05-09wave/wave64 LIST chunk parserYoshihisa Uchida
2010-05-08Save some binsize.Magnus Holmgren
2010-05-08wave/wave64: parse LIST chunk.Yoshihisa Uchida
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida
2010-03-14Correction of musepack SV8 replaygain. The album/title peak is saved in a log...Andree Buschmann
2010-03-14wave metadata parser reduces binsize.Yoshihisa Uchida
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida
2010-03-12Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann
2010-03-10Oops. forget static.Yoshihisa Uchida
2010-03-10unify the wave/wave64 parser.Yoshihisa Uchida
2010-03-08Fix musepack sv8 metadata parser. Thanks to Magnus Holmgren for spotting.Andree Buschmann
2010-03-07Reduce binsize again.Andree Buschmann
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann
2010-03-02Wave/Wave64/vox metadata parser: optimize just a little.Yoshihisa Uchida
2010-03-01au metadata parser: optimize just a little.Yoshihisa Uchida
2010-03-01Mark array as constNils Wallménius
2010-02-28Reduce binsize by using unsigned char array instead of int in AU metadata par...Maurus Cuelenaere