summaryrefslogtreecommitdiff
path: root/apps/metadata (follow)
Commit message (Expand)AuthorAge
* Correct mistake in the RealMedia parser that prevented rejecting files with u...Michael Giacomelli2010-12-11
* remove a little redundant code from the WavPack metadata module to partially ...Dave Bryant2010-12-05
* make WavPack library check the extent of the block that it is parsing so that...Dave Bryant2010-12-05
* Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz2010-11-26
* Fix FS# 11414 : .mod files - metadata in incorrect fieldsBertrik Sikken2010-10-10
* id3 parser: also add id3v2.2 TCM tag for "composer" since that's the only oth...Torne Wuff2010-09-28
* id3 parser: add id3v2.2 TPA tag for "part of set" as iTunes appears to use itTorne Wuff2010-09-28
* parse_sap_header(): remove write-only variableRafaël Carré2010-09-21
* ASAP parse_sap_header() : remove write only variablesRafaël Carré2010-09-19
* setid3v2title(): unused variableRafaël Carré2010-09-19
* Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli2010-08-14
* WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek2010-08-07
* aiff metadata: fix format string (%zd for size_t)Rafaël Carré2010-07-26
* aiff metadata: skip chunks larger than bufferRafaël Carré2010-07-26
* Commit FS#7831. Corrects our flac decoder to not reject files that have samp...Michael Giacomelli2010-07-02
* 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