summaryrefslogtreecommitdiffstats
path: root/apps/metadata
AgeCommit message (Expand)AuthorFilesLines
2010-09-21parse_sap_header(): remove write-only variableRafaël Carré1-5/+0
2010-09-19ASAP parse_sap_header() : remove write only variablesRafaël Carré1-8/+2
2010-09-19setid3v2title(): unused variableRafaël Carré1-3/+0
2010-08-14Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli1-2/+3
2010-08-07WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek1-0/+5
2010-07-26aiff metadata: fix format string (%zd for size_t)Rafaël Carré1-1/+1
2010-07-26aiff metadata: skip chunks larger than bufferRafaël Carré1-28/+42
2010-07-02Commit FS#7831. Corrects our flac decoder to not reject files that have samp...Michael Giacomelli1-6/+13
2010-06-21Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...Mohamed Tarek1-5/+11
2010-05-15Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts3-10/+4
2010-05-15mp3: when ID3 tags are not found, search APE tagsYoshihisa Uchida3-4/+10
2010-05-15fix yellowYoshihisa Uchida2-0/+2
2010-05-15ID3 tags parser separates from metadata/mp3.cYoshihisa Uchida2-1025/+1069
2010-05-13add True Audio (TTA) codecYoshihisa Uchida3-1/+126
2010-05-10chunksize decreases 4 bytes regardless wave/wave64.Yoshihisa Uchida1-2/+3
2010-05-09nomsgMohamed Tarek1-1/+7
2010-05-09Fix wav metadata bug, also fix typos and some const policeJeffrey Goode1-5/+7
2010-05-09wave/wave64 LIST chunk parserYoshihisa Uchida1-88/+40
2010-05-08Save some binsize.Magnus Holmgren1-13/+11
2010-05-08wave/wave64: parse LIST chunk.Yoshihisa Uchida1-26/+166
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz4-4/+5
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek1-15/+1
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida1-0/+1
2010-03-14Correction of musepack SV8 replaygain. The album/title peak is saved in a log...Andree Buschmann1-14/+17
2010-03-14wave metadata parser reduces binsize.Yoshihisa Uchida1-64/+53
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida1-239/+339
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida1-46/+27
2010-03-12Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann1-1/+3
2010-03-10Oops. forget static.Yoshihisa Uchida1-1/+1
2010-03-10unify the wave/wave64 parser.Yoshihisa Uchida1-187/+176
2010-03-08Fix musepack sv8 metadata parser. Thanks to Magnus Holmgren for spotting.Andree Buschmann1-7/+14
2010-03-07Reduce binsize again.Andree Buschmann1-7/+2
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann1-11/+115
2010-03-02Wave/Wave64/vox metadata parser: optimize just a little.Yoshihisa Uchida3-69/+40
2010-03-01au metadata parser: optimize just a little.Yoshihisa Uchida1-24/+26
2010-03-01Mark array as constNils Wallménius1-1/+1
2010-02-28Reduce binsize by using unsigned char array instead of int in AU metadata par...Maurus Cuelenaere1-1/+1
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida4-19/+138
2010-02-28Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida2-0/+44
2010-02-28Add Sun Audio codec. (FS#10433)Yoshihisa Uchida2-0/+123
2010-02-24Add missing #include in libpcm codecsBertrik Sikken1-1/+1
2010-02-24Put the SMAF metadata buffer on the stack to save some memory. Only tested w...Steve Bavin1-5/+5
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida2-1/+370
2010-02-20commit FS#10424 and FS#10425Yoshihisa Uchida2-29/+132
2010-02-16Initial support for ATRAC3 streams in wav containers. Mohamed Tarek1-4/+43
2010-02-16Fix a comment in OMA metadata parser. No functional changes.Mohamed Tarek1-3/+2
2010-02-16"Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek2-10/+13
2010-02-12Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek2-0/+189
2010-01-311st part of fix for FS#10637. Correction of mpc header parsing.Andree Buschmann1-3/+5
2010-01-27Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli1-1/+1