summaryrefslogtreecommitdiffstats
path: root/firmware/id3.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-21Re-enable parsing replaygain from ID3v2.4 TXXX fields since that's the defaul...Mark Arigo1-3/+3
2006-07-20Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ID...Dan Everton1-95/+128
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman1-0/+1
2006-04-17Fix red buildsBrandon Low1-0/+2
2006-04-17Add copy and adjust helper for mp3entry struct as it is 1) not copy safe and ...Brandon Low1-0/+34
2006-03-26Add TDRC tag from id3 v2.4 to fix year not showing in files tagged with id3 v2.4Dan Everton1-0/+1
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman1-0/+1
2006-01-08Discard some LAME header fields if the file length has changed since the head...Magnus Holmgren1-0/+26
2005-12-07Restore full support for id3v2 frames with multiple strings (like TXXX). Make...Magnus Holmgren1-4/+3
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-108/+103
2005-11-27It's pronouced OggMarcoen Hirschberg1-1/+1
2005-11-25Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg1-3/+3
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman1-0/+1
2005-11-11The ID3v2 parser can now correctly skip to the next frame after parsing a fra...Linus Nielsen Feltzing1-0/+4
2005-10-31Add AAC audio typeDave Chapman1-0/+1
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman1-1/+1
2005-09-22Add ALAC audio typeDave Chapman1-0/+1
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold1-5/+3
2005-09-09Exact song length calculation for CBR mpeg audio files (without Info header).Jens Arnold1-6/+5
2005-09-08The previous commit had a distressing lack of words. This time I deliver the ...Jonas Häggqvist1-3/+4
2005-09-07Added support for additional ID3v1 genres, including such gems as "Christian ...Jonas Häggqvist1-1/+5
2005-09-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold1-6/+9
2005-09-01Corrected the codec format tableLinus Nielsen Feltzing1-8/+0
2005-09-01Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing1-4/+0
2005-08-30Patch #1161046 by Bryan Vandyke - id3v2 frames with size 0 may cause rockbox ...Linus Nielsen Feltzing1-3/+8
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-6/+6
2005-08-20Fixed "if there are less than 2 bytes left in the buffer, thenMiika Pekkarinen1-1/+1
2005-08-19Properly skip the ID3v2 extended header for both 2.3 and 2.4Linus Nielsen Feltzing1-3/+20