summaryrefslogtreecommitdiff
path: root/firmware/id3.c (follow)
Commit message (Expand)AuthorAge
* "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
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* AIFF is not (yet) a supported format on HWCODEC targets.Jens Arnold2006-11-06
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* FS#6216 Update so MP3 files are only opened once. With corrections andMiika Pekkarinen2006-10-25
* Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod2006-09-25
* Fixed a division by zero in mp3 metadata parser.Miika Pekkarinen2006-09-19
* Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis2006-08-28
* Re-enable parsing replaygain from ID3v2.4 TXXX fields since that's the defaul...Mark Arigo2006-07-21
* Add support for parsing binary data ID3 tags. Add support for parsing RVA2 ID...Dan Everton2006-07-20
* Patch #5157 by Rainer Sinsch - SID codecDave Chapman2006-07-18
* Fix red buildsBrandon Low2006-04-17
* Add copy and adjust helper for mp3entry struct as it is 1) not copy safe and ...Brandon Low2006-04-17
* Add TDRC tag from id3 v2.4 to fix year not showing in files tagged with id3 v2.4Dan Everton2006-03-26
* Patch #1421483 - AIFF codec by Jvo StuderDave Chapman2006-02-01
* Discard some LAME header fields if the file length has changed since the head...Magnus Holmgren2006-01-08
* Restore full support for id3v2 frames with multiple strings (like TXXX). Make...Magnus Holmgren2005-12-07
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* It's pronouced OggMarcoen Hirschberg2005-11-27
* Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg2005-11-25
* Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman2005-11-11
* The ID3v2 parser can now correctly skip to the next frame after parsing a fra...Linus Nielsen Feltzing2005-11-11
* Add AAC audio typeDave Chapman2005-10-31
* Skip ID3v2 tags at the start of a FLAC file.Dave Chapman2005-10-30
* Add ALAC audio typeDave Chapman2005-09-22
* Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold2005-09-10
* Exact song length calculation for CBR mpeg audio files (without Info header).Jens Arnold2005-09-09
* The previous commit had a distressing lack of words. This time I deliver the ...Jonas Häggqvist2005-09-08
* Added support for additional ID3v1 genres, including such gems as "Christian ...Jonas Häggqvist2005-09-07
* Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold2005-09-01
* Corrected the codec format tableLinus Nielsen Feltzing2005-09-01
* Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing2005-09-01
* Patch #1161046 by Bryan Vandyke - id3v2 frames with size 0 may cause rockbox ...Linus Nielsen Feltzing2005-08-30
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* Fixed "if there are less than 2 bytes left in the buffer, thenMiika Pekkarinen2005-08-20
* Properly skip the ID3v2 extended header for both 2.3 and 2.4Linus Nielsen Feltzing2005-08-19
* Only check for frames with three-letter names when parsing ID3V2.2 tags (and ...Magnus Holmgren2005-08-11
* Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren2005-07-27
* Now codec names are in sync.Miika Pekkarinen2005-07-05
* Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen2005-07-05
* Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tagsJonas Häggqvist2005-06-26
* Don't initialize id3 structure with zeros on software codec platformsMiika Pekkarinen2005-06-19
* Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman2005-06-18
* ID3 parser bug fix by Ray LambertLinus Nielsen Feltzing2005-06-15
* long policyJean-Philippe Bernardy2005-02-09
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* More const policeing step 4Jens Arnold2004-08-03
* Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing2004-07-27