summaryrefslogtreecommitdiff
path: root/apps/metadata (follow)
Commit message (Expand)AuthorAge
* Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...Mohamed Tarek2010-06-21
* Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts2010-05-15
* mp3: when ID3 tags are not found, search APE tagsYoshihisa Uchida2010-05-15
* fix yellowYoshihisa Uchida2010-05-15
* ID3 tags parser separates from metadata/mp3.cYoshihisa Uchida2010-05-15
* add True Audio (TTA) codecYoshihisa Uchida2010-05-13
* chunksize decreases 4 bytes regardless wave/wave64.Yoshihisa Uchida2010-05-10
* nomsgMohamed Tarek2010-05-09
* Fix wav metadata bug, also fix typos and some const policeJeffrey Goode2010-05-09
* wave/wave64 LIST chunk parserYoshihisa Uchida2010-05-09
* Save some binsize.Magnus Holmgren2010-05-08
* wave/wave64: parse LIST chunk.Yoshihisa Uchida2010-05-08
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* - Modify metadata/asf.c to use libasf.Mohamed Tarek2010-05-02
* fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida2010-03-22
* Correction of musepack SV8 replaygain. The album/title peak is saved in a log...Andree Buschmann2010-03-14
* wave metadata parser reduces binsize.Yoshihisa Uchida2010-03-14
* corrects the smaf parser the following.Yoshihisa Uchida2010-03-13
* reduce firmware and sun audio codec.Yoshihisa Uchida2010-03-13
* Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann2010-03-12
* Oops. forget static.Yoshihisa Uchida2010-03-10
* unify the wave/wave64 parser.Yoshihisa Uchida2010-03-10
* Fix musepack sv8 metadata parser. Thanks to Magnus Holmgren for spotting.Andree Buschmann2010-03-08
* Reduce binsize again.Andree Buschmann2010-03-07
* Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann2010-03-07
* Wave/Wave64/vox metadata parser: optimize just a little.Yoshihisa Uchida2010-03-02
* au metadata parser: optimize just a little.Yoshihisa Uchida2010-03-01
* Mark array as constNils Wallménius2010-03-01
* Reduce binsize by using unsigned char array instead of int in AU metadata par...Maurus Cuelenaere2010-02-28
* Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida2010-02-28
* Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida2010-02-28
* Add Sun Audio codec. (FS#10433)Yoshihisa Uchida2010-02-28
* Add missing #include in libpcm codecsBertrik Sikken2010-02-24
* Put the SMAF metadata buffer on the stack to save some memory. Only tested w...Steve Bavin2010-02-24
* add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida2010-02-24
* commit FS#10424 and FS#10425Yoshihisa Uchida2010-02-20
* Initial support for ATRAC3 streams in wav containers. Mohamed Tarek2010-02-16
* Fix a comment in OMA metadata parser. No functional changes.Mohamed Tarek2010-02-16
* "Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek2010-02-16
* Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek2010-02-12
* 1st part of fix for FS#10637. Correction of mpc header parsing.Andree Buschmann2010-01-31
* Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli2010-01-27
* Fix further tabsAndree Buschmann2010-01-03
* Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli2010-01-02
* Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli2010-01-02
* Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren2009-11-22
* Unify fourcc macro and some style changesNils Wallménius2009-11-18
* Make svn properties consistent and set some missing onesNils Wallménius2009-11-18
* Revert r23339 and use setid3v1title() from metadata/mp3.c instead.Mohamed Tarek2009-10-25
* Add support for ID3v1 metadta tags in Real Media container.Mohamed Tarek2009-10-24