| Commit message (Expand) | Author | Age |
| * | Add TDRC tag from id3 v2.4 to fix year not showing in files tagged with id3 v2.4 | Dan Everton | 2006-03-26 |
| * | Patch #1421483 - AIFF codec by Jvo Studer | Dave Chapman | 2006-02-01 |
| * | Discard some LAME header fields if the file length has changed since the head... | Magnus Holmgren | 2006-01-08 |
| * | Restore full support for id3v2 frames with multiple strings (like TXXX). Make... | Magnus Holmgren | 2005-12-07 |
| * | waiting is over: initial unicode commit | Marcoen Hirschberg | 2005-12-06 |
| * | It's pronouced Ogg | Marcoen Hirschberg | 2005-11-27 |
| * | Initial gcc4 warning cleanup (and some minor policing) | Daniel Stenberg | 2005-11-25 |
| * | Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati... | Dave Chapman | 2005-11-11 |
| * | The ID3v2 parser can now correctly skip to the next frame after parsing a fra... | Linus Nielsen Feltzing | 2005-11-11 |
| * | Add AAC audio type | Dave Chapman | 2005-10-31 |
| * | Skip ID3v2 tags at the start of a FLAC file. | Dave Chapman | 2005-10-30 |
| * | Add ALAC audio type | Dave Chapman | 2005-09-22 |
| * | Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula... | Jens Arnold | 2005-09-10 |
| * | Exact song length calculation for CBR mpeg audio files (without Info header). | Jens Arnold | 2005-09-09 |
| * | The previous commit had a distressing lack of words. This time I deliver the ... | Jonas Häggqvist | 2005-09-08 |
| * | Added support for additional ID3v1 genres, including such gems as "Christian ... | Jonas Häggqvist | 2005-09-07 |
| * | Restructured codec type handling a bit. Reduced code size, esp. on archos. | Jens Arnold | 2005-09-01 |
| * | Corrected the codec format table | Linus Nielsen Feltzing | 2005-09-01 |
| * | Fixed the WPS codec type conditional, and removed unsupported formats from th... | Linus Nielsen Feltzing | 2005-09-01 |
| * | Patch #1161046 by Bryan Vandyke - id3v2 frames with size 0 may cause rockbox ... | Linus Nielsen Feltzing | 2005-08-30 |
| * | Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S... | Jens Arnold | 2005-08-29 |
| * | Fixed "if there are less than 2 bytes left in the buffer, then | Miika Pekkarinen | 2005-08-20 |
| * | Properly skip the ID3v2 extended header for both 2.3 and 2.4 | Linus Nielsen Feltzing | 2005-08-19 |
| * | Only check for frames with three-letter names when parsing ID3V2.2 tags (and ... | Magnus Holmgren | 2005-08-11 |
| * | Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t... | Magnus Holmgren | 2005-07-27 |
| * | Now codec names are in sync. | Miika Pekkarinen | 2005-07-05 |
| * | Applied patch "[ 1232957 ] MP3 metadata fixes for software codec". | Miika Pekkarinen | 2005-07-05 |
| * | Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tags | Jonas Häggqvist | 2005-06-26 |
| * | Don't initialize id3 structure with zeros on software codec platforms | Miika Pekkarinen | 2005-06-19 |
| * | Added %fc WPS tag to display codec type - moved codectype from track_info str... | Dave Chapman | 2005-06-18 |
| * | ID3 parser bug fix by Ray Lambert | Linus Nielsen Feltzing | 2005-06-15 |
| * | long policy | Jean-Philippe Bernardy | 2005-02-09 |
| * | Const policed pointer arguments to functions, part 1 | Jens Arnold | 2004-08-16 |
| * | More const policeing step 4 | Jens Arnold | 2004-08-03 |
| * | Added possibility to select the priority of the ID3 tags | Linus Nielsen Feltzing | 2004-07-27 |
| * | Now looks for TCOM and TCON before TCO | Linus Nielsen Feltzing | 2004-07-05 |
| * | remove extra ';' | Daniel Stenberg | 2004-06-16 |
| * | Stray semicolon removed | Linus Nielsen Feltzing | 2004-06-16 |
| * | Moved genre list and access function to id3.c | Björn Stenberg | 2004-05-22 |
| * | The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,... | Linus Nielsen Feltzing | 2004-03-30 |
| * | The ID3V2 TCON frame is now parsed in a little more forgiving manner | Linus Nielsen Feltzing | 2004-03-25 |
| * | Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th... | Linus Nielsen Feltzing | 2004-03-13 |
| * | The Unicode parser now handles unterminated strings, plus it tries to guess t... | Linus Nielsen Feltzing | 2004-01-09 |
| * | Got rid of the reset parameter to xxx_unsynched() | Linus Nielsen Feltzing | 2004-01-04 |
| * | ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ... | Linus Nielsen Feltzing | 2004-01-04 |
| * | Correct genre parsing by making code match comment (and specification) :) | Magnus Holmgren | 2003-10-26 |
| * | Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag cou... | Linus Nielsen Feltzing | 2003-10-22 |
| * | Added unsynchronization | Linus Nielsen Feltzing | 2003-10-22 |
| * | An attempt to fix the ID3V2 genre tag parsing | Linus Nielsen Feltzing | 2003-10-21 |
| * | Added tag resolvers for TYE, TAL and TRK | Linus Nielsen Feltzing | 2003-10-20 |