summaryrefslogtreecommitdiffstats
path: root/firmware/export/id3.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-12Move a function to gwps-common.c because it belongs thereNils Wallménius1-1/+0
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-1/+0
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-0/+1
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-1/+1
2008-03-26More consts that require no functional change.Steve Bavin1-2/+2
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-1/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-0/+1
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-1/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-0/+1
2008-02-12fix FS#8599 - First Song in Tagcache can't be ratedRobert Kukla1-1/+1
2007-11-22Fix FS#8196 - Gather Runtime Data > User Rating not workingRobert Kukla1-2/+2
2007-10-25Remove unused struct membersNils Wallménius1-6/+0
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-2/+2
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-0/+1
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-0/+2
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen1-0/+2
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman1-0/+1
2007-06-28FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #defineNicolas Pennequin1-1/+3
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman1-0/+1
2007-05-30Revert changes to id3.h, removing those members from the struct made binsize ...Nils Wallménius1-4/+6
2007-05-30Remove unused struct members and ifdef some for SWCODECNils Wallménius1-6/+4
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla1-0/+1
2007-03-02remove numerical genre and use genre_string consistently:Robert Kukla1-2/+1
2007-02-17FS#6651 - Improved id3 comment extraction.Miika Pekkarinen1-1/+1
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin1-0/+3
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin1-0/+1
2007-02-11FS #6646 from Ben Keroack - move the recently added AFMT_SPEEX to the end of ...Dave Chapman1-1/+4
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen1-0/+2
2007-02-09Remove accidental inclusion of album art patch fragment.Dan Everton1-11/+0
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton1-0/+12
2007-01-25adding NSF (NES music) codecAdam Gashlin1-0/+1
2006-11-24Recording, SWCODEC: Put config value string in the wrong order.Michael Sevakis1-1/+1
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis1-1/+2
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-24/+67
2006-10-25FS#6216 Update so MP3 files are only opened once. With corrections andMiika Pekkarinen1-0/+1
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod1-0/+1
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-2/+40
2006-08-26Runtime stats for WPS.Miika Pekkarinen1-2/+0
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman1-0/+1
2006-04-17Add copy and adjust helper for mp3entry struct as it is 1) not copy safe and ...Brandon Low1-0/+2
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman1-0/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-1/+1
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman1-0/+1
2005-10-31Add AAC audio typeDave Chapman1-0/+1
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman1-0/+1
2005-10-22Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman1-0/+3
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-20/+18
2005-09-06Changed WPS enum conditional functionality, displaying the last part in the l...Linus Nielsen Feltzing1-0/+2