summaryrefslogtreecommitdiff
path: root/apps/metadata
AgeCommit message (Expand)Author
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
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida
2010-02-28Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida
2010-02-28Add Sun Audio codec. (FS#10433)Yoshihisa Uchida
2010-02-24Add missing #include in libpcm codecsBertrik Sikken
2010-02-24Put the SMAF metadata buffer on the stack to save some memory. Only tested w...Steve Bavin
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida
2010-02-20commit FS#10424 and FS#10425Yoshihisa Uchida
2010-02-16Initial support for ATRAC3 streams in wav containers. Mohamed Tarek
2010-02-16Fix a comment in OMA metadata parser. No functional changes.Mohamed Tarek
2010-02-16"Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek
2010-02-12Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek
2010-01-311st part of fix for FS#10637. Correction of mpc header parsing.Andree Buschmann
2010-01-27Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli
2010-01-03Fix further tabsAndree Buschmann
2010-01-02Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli
2010-01-02Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli
2009-11-22Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren
2009-11-18Unify fourcc macro and some style changesNils Wallménius
2009-11-18Make svn properties consistent and set some missing onesNils Wallménius
2009-10-25Revert r23339 and use setid3v1title() from metadata/mp3.c instead.Mohamed Tarek
2009-10-24Add support for ID3v1 metadta tags in Real Media container.Mohamed Tarek
2009-10-06add gapless playback for Nero encoded AAC filesMarcoen Hirschberg