summaryrefslogtreecommitdiff
path: root/apps/metadata (follow)
Commit message (Expand)AuthorAge
...
* Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann2011-02-02
* Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...Andree Buschmann2011-02-02
* Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916.Andree Buschmann2011-02-02
* Limit the size of each ID3 metadata item to avoid that the metadata buffer is...Andree Buschmann2011-01-30
* FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. ...Thomas Martitz2011-01-21
* Fix FS#11858 which was introduced with r28937. Several *.rm were not played b...Andree Buschmann2011-01-09
* Fix FS#11845 by rejecting unknown header signatures in the audio stream info ...Mohamed Tarek2011-01-01
* Add stdio.h include for SEEK_SET define to various files.Thomas Martitz2010-12-25
* 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