summaryrefslogtreecommitdiffstats
path: root/firmware/id3.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-11Only check for frames with three-letter names when parsing ID3V2.2 tags (and ...Magnus Holmgren1-0/+12
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren1-57/+109
2005-07-05Now codec names are in sync.Miika Pekkarinen1-0/+1
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen1-0/+5
2005-06-26Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tagsJonas Häggqvist1-2/+6
2005-06-19Don't initialize id3 structure with zeros on software codec platformsMiika Pekkarinen1-1/+3
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman1-0/+48
2005-06-15ID3 parser bug fix by Ray LambertLinus Nielsen Feltzing1-2/+2
2005-02-09long policyJean-Philippe Bernardy1-11/+11
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-2/+2
2004-08-03More const policeing step 4Jens Arnold1-4/+4
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing1-10/+12
2004-07-05Now looks for TCOM and TCON before TCOLinus Nielsen Feltzing1-1/+1
2004-06-16remove extra ';'Daniel Stenberg1-1/+1
2004-06-16Stray semicolon removedLinus Nielsen Feltzing1-1/+1
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg1-0/+36
2004-03-30The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,...Linus Nielsen Feltzing1-9/+17
2004-03-25The ID3V2 TCON frame is now parsed in a little more forgiving mannerLinus Nielsen Feltzing1-2/+4
2004-03-13Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th...Linus Nielsen Feltzing1-1/+1
2004-01-09The Unicode parser now handles unterminated strings, plus it tries to guess t...Linus Nielsen Feltzing1-2/+22
2004-01-04Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing1-12/+8
2004-01-04ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ...Linus Nielsen Feltzing1-26/+79
2003-10-26Correct genre parsing by making code match comment (and specification) :)Magnus Holmgren1-1/+1
2003-10-22Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag cou...Linus Nielsen Feltzing1-28/+26
2003-10-22Added unsynchronizationLinus Nielsen Feltzing1-17/+88
2003-10-21An attempt to fix the ID3V2 genre tag parsingLinus Nielsen Feltzing1-5/+24
2003-10-20Added tag resolvers for TYE, TAL and TRKLinus Nielsen Feltzing1-1/+3
2003-07-04Fix for incorrect genre default value, by Benjamin MetzlerBjörn Stenberg1-1/+2