summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h (unfollow)
Commit message (Expand)Author
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman
2005-10-31Add AAC audio typeDave Chapman
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman
2005-10-22Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman
2005-09-22Add ALAC audio typeDave Chapman
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold
2005-09-06Changed WPS enum conditional functionality, displaying the last part in the l...Linus Nielsen Feltzing
2005-09-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold
2005-09-01Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing
2005-07-03(in theory) more efficient (battery wise) runtime database code.Michiel Van Der Kolk
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg
2003-06-04Generalized id3v2 parsing code. Added support for the composer frame and free...Björn Stenberg
2003-03-10Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing
2003-03-10New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg
2002-12-09Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg
2002-12-05Added ID3 tag 'genre': %igBjörn Stenberg
2002-12-05Added ID3 tag 'year': %iyBjörn Stenberg
2002-10-27Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg
2002-07-15More buffer size fixesLinus Nielsen Feltzing
2002-07-05Added a vbr flag in the id3 structLinus Nielsen Feltzing
2002-07-04Now sets bitrate to VARIABLE_BIT_RATE if VBRLinus Nielsen Feltzing
2002-06-28unsigned ints are used for song length etcLinus Nielsen Feltzing
2002-06-27First crude elapsed-time displayBjörn Stenberg
2002-06-27changed char* path to char path[256] and added a copy of filename on mp3info ...Jerome Kuptz
2002-06-26Added id3 tracknum (Yusef Napora)Björn Stenberg
2002-06-25Made mp3entry a struct, not a typeBjörn Stenberg
2002-06-24Added #define ID3_HLinus Nielsen Feltzing
2002-06-04NOTE! the 'mp3entry' struct grew quite a bit now, as the previously staticDaniel Stenberg
2002-05-12save mpeg layer and version informationDave Chapman
2002-05-05proto and struct for id3-infoDaniel Stenberg
2002-04-18Moved definition of TRUE and FALSE to types.hBjörn Stenberg
2002-04-17proper #ifdef'ing around the file to prevent errors if multiply includedDaniel Stenberg
2002-04-11firmware typedefs. only bool so farDaniel Stenberg
2002-03-26updatesDaniel Stenberg
2002-03-26lcd_update() works for X11 now...Daniel Stenberg
2002-03-26generic and specific LCD functionsDaniel Stenberg