summaryrefslogtreecommitdiff
path: root/firmware/id3.c (follow)
Commit message (Expand)AuthorAge
* Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...Björn Stenberg2008-10-10
* FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil2008-10-07
* Fix a problem reading some ID3v2.4 tags. The data length refers to the size o...Magnus Holmgren2008-08-17
* commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger2008-07-26
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* FS #8680. MOD codec by Rainer Sinsch.Thom Johansen2008-05-21
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Move a function to gwps-common.c because it belongs thereNils Wallménius2008-04-12
* Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold2008-04-02
* Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold2008-04-02
* Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin2008-03-28
* More consts that require no functional change.Steve Bavin2008-03-26
* Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2008-03-25
* Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold2008-03-25
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* Improve handling of RVA2 (replaygain) frames.Magnus Holmgren2008-02-10
* Fix reading of ID3V2 tags with frame data length fields, hopefully without br...Magnus Holmgren2008-01-06
* Turn the DEBUGF messages into logf in the ID3 parser, so that by default they...Nicolas Pennequin2007-10-29
* Oops. The function should be static.Nicolas Pennequin2007-10-28
* Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJa...Nicolas Pennequin2007-10-28
* Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen2007-09-19
* More efficient version of the fix.Jens Arnold2007-09-05
* Hopefully stop the crashes on database init on ARM (and SH1) targets when com...Jens Arnold2007-09-05
* fix sub-string comparisonRobert Kukla2007-09-04
* Fix FS#7698, UTF-16 comments not read correctly. Also ignore more iTunes comm...Magnus Holmgren2007-09-03
* Remove some debug code. Remove some unnecessary checks.Magnus Holmgren2007-08-25
* Small ReplayGain cleanup. Move RVA2 specific code to id3.c and don't do the p...Magnus Holmgren2007-08-25
* Add an error check in get_mp3_metadata()Nicolas Pennequin2007-08-14
* ignore comments containing iTunes 7 gapless data; should solve issues reporte...Robert Kukla2007-08-12
* Add support for grouping tags. From FS#7362.Dan Everton2007-08-08
* Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton2007-08-03
* added missing extra null terminator to indicate end of WMA extension Adam Gashlin2007-07-11
* Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman2007-07-03
* Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman2007-06-05
* Correct parsing of the ID3V2 extended headerLinus Nielsen Feltzing2007-03-30
* Patch by Denis Stanishevskiy, prevent endless loop in the ID3 parserLinus Nielsen Feltzing2007-03-30
* Fix simulator builds, and some debugf() format strings.Jens Arnold2007-03-17
* remove numerical genre and use genre_string consistently:Robert Kukla2007-03-02
* Correct spelling of CONFIG_CODEC, fixes FS#6668Linus Nielsen Feltzing2007-02-17
* FS#6651 - Improved id3 comment extraction.Miika Pekkarinen2007-02-17
* Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing2007-02-15
* Adding SPC codec (FS #6542)Adam Gashlin2007-02-14
* FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen2007-02-10
* Minor whitespace and formatting fixes.Dan Everton2007-02-10
* Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton2007-02-09
* adding NSF (NES music) codecAdam Gashlin2007-01-25
* "Trash Metal" should be "Thrash Metal". Reported as FS#6503, checked against ...Dominik Riebeling2007-01-07
* Add "m4b" to the list of supported filename extensions.Magnus Holmgren2006-12-08
* Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis2006-11-24