summaryrefslogtreecommitdiffstats
path: root/firmware/id3.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-12Move a function to gwps-common.c because it belongs thereNils Wallménius1-13/+4
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-3/+0
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-0/+3
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-1/+1
2008-03-26More consts that require no functional change.Steve Bavin1-2/+2
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-3/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-0/+3
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-3/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-0/+3
2008-02-10Improve handling of RVA2 (replaygain) frames.Magnus Holmgren1-4/+10
2008-01-06Fix reading of ID3V2 tags with frame data length fields, hopefully without br...Magnus Holmgren1-7/+6
2007-10-29Turn the DEBUGF messages into logf in the ID3 parser, so that by default they...Nicolas Pennequin1-8/+8
2007-10-28Oops. The function should be static.Nicolas Pennequin1-1/+1
2007-10-28Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJa...Nicolas Pennequin1-1/+9
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-12/+6
2007-09-05More efficient version of the fix.Jens Arnold1-4/+3
2007-09-05Hopefully stop the crashes on database init on ARM (and SH1) targets when com...Jens Arnold1-7/+10
2007-09-04fix sub-string comparisonRobert Kukla1-1/+1
2007-09-03Fix FS#7698, UTF-16 comments not read correctly. Also ignore more iTunes comm...Magnus Holmgren1-8/+29
2007-08-25Remove some debug code. Remove some unnecessary checks.Magnus Holmgren1-4/+2
2007-08-25Small ReplayGain cleanup. Move RVA2 specific code to id3.c and don't do the p...Magnus Holmgren1-22/+54
2007-08-14Add an error check in get_mp3_metadata()Nicolas Pennequin1-1/+4
2007-08-12ignore comments containing iTunes 7 gapless data; should solve issues reporte...Robert Kukla1-2/+5
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-1/+5
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-1/+12
2007-07-11added missing extra null terminator to indicate end of WMA extension Adam Gashlin1-1/+1
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman1-0/+3
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman1-0/+3
2007-03-30Correct parsing of the ID3V2 extended headerLinus Nielsen Feltzing1-8/+5
2007-03-30Patch by Denis Stanishevskiy, prevent endless loop in the ID3 parserLinus Nielsen Feltzing1-2/+2
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-4/+4
2007-03-02remove numerical genre and use genre_string consistently:Robert Kukla1-16/+7
2007-02-17Correct spelling of CONFIG_CODEC, fixes FS#6668Linus Nielsen Feltzing1-1/+1
2007-02-17FS#6651 - Improved id3 comment extraction.Miika Pekkarinen1-18/+33
2007-02-15Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing1-20/+23
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin1-0/+3
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen1-0/+15
2007-02-10Minor whitespace and formatting fixes.Dan Everton1-3/+3
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton1-1/+4
2007-01-25adding NSF (NES music) codecAdam Gashlin1-0/+3
2007-01-07"Trash Metal" should be "Thrash Metal". Reported as FS#6503, checked against ...Dominik Riebeling1-1/+1
2006-12-08Add "m4b" to the list of supported filename extensions.Magnus Holmgren1-1/+1
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis1-1/+3
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-6/+6
2006-11-06AIFF is not (yet) a supported format on HWCODEC targets.Jens Arnold1-2/+1
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-55/+83
2006-10-25FS#6216 Update so MP3 files are only opened once. With corrections andMiika Pekkarinen1-10/+20
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod1-0/+2
2006-09-19Fixed a division by zero in mp3 metadata parser.Miika Pekkarinen1-1/+5
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-20/+51