summaryrefslogtreecommitdiffstats
path: root/apps/metadata.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-14Make get_metadata act on a struct mp3entry rather than a struct track_info.Nicolas Pennequin1-43/+42
2007-08-12Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant1-58/+1
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman1-0/+7
2007-06-16split up the metadata parserMarcoen Hirschberg1-2148/+6
2007-06-16AAC: Add support for iTunes-style gapless playback.Magnus Holmgren1-0/+50
2007-06-08Correct the parsing of v3.97 Monkey's Audio files.Dave Chapman1-3/+3
2007-06-06Make v3.97 APE files work in RockboxDave Chapman1-11/+34
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman1-0/+58
2007-06-01Fixed bug in the WAV metadata parser: A long has 4 bytes...Jens Arnold1-2/+2
2007-05-28Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...Nicolas Pennequin1-1/+1
2007-05-06Fix metadata reading for 64 bit sims. Closes FS#6690Nils Wallménius1-3/+3
2007-04-26AAC: More adjustments to how the frequency is read. Still not perfect, but th...Magnus Holmgren1-2/+13
2007-04-24AAC: Improve SBR detection, to fix incorrect frequency on some files (and hop...Magnus Holmgren1-14/+53
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-2/+2
2007-03-13Fix an off-by-one bug when dealing with genres in MP4 files.Magnus Holmgren1-1/+1
2007-03-05Remove unnecessary dependence, it doesn't make sense to check settings here.Adam Boot1-4/+1
2007-03-05Try and parse Ogg 'date' tags. Will only work if your date tags start with th...Dan Everton1-6/+8
2007-03-04Allow compiling database tool again.Miika Pekkarinen1-1/+5
2007-03-03Clean up some left over junk.Adam Boot1-3/+1
2007-03-03Add get_metadata() and year & comment tag support for SPC.Adam Boot1-2/+106
2007-03-02remove numerical genre and use genre_string consistently:Robert Kukla1-7/+2
2007-02-28correct commentRobert Kukla1-1/+1
2007-02-28FS#5720 — improved meta data extraction from SID filesRobert Kukla1-6/+15
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon1-8/+8
2007-02-15Fixed the incorrect APE header format define cause parsing to fail.Miika Pekkarinen1-1/+1
2007-02-14Start using the new endian conversion system outside tagcache also to simplif...Miika Pekkarinen1-76/+14
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin1-0/+6
2007-02-14Cleaned indents, added Shay Green (blargg) to credits.Adam Gashlin1-3/+3
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin1-1/+4
2007-02-12Fix signedness warning (only visible when building tools/database.c)Dave Chapman1-2/+2
2007-02-12Make the database PC tool compile again.Miika Pekkarinen1-1/+0
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen1-0/+16
2007-02-10Minor whitespace and formatting fixes.Dan Everton1-9/+13
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton1-2/+209
2007-01-25adding NSF (NES music) codecAdam Gashlin1-0/+11
2007-01-08Update libwavpack with latest changes from the tiny_encoder. This allowsDave Bryant1-4/+4
2006-12-29Some minor code cleanup.Magnus Holmgren1-50/+29
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold1-39/+12
2006-12-07AAC/ALAC: Fix display of ReplayGain values (e.g., in the ID3 Info screen).Magnus Holmgren1-3/+8
2006-12-07AAC codec: accept M4B files.Magnus Holmgren1-2/+3
2006-11-25Fixed header parsing in AIFF. The minimum header size is 54 bytes for an audi...Michael Sevakis1-35/+35
2006-11-23Read frequency in MP4/AAC files from a different place, if available. Should ...Magnus Holmgren1-1/+158
2006-11-10Made the PSID metadata parser a little less trusting of its input.Daniel Stenberg1-6/+13
2006-11-10Enable all Rockbox supported formats for the database command lineMiika Pekkarinen1-13/+13
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-34/+14
2006-10-29Moved the Ogg zero-length check to a better place. Also fixed so that really ...Magnus Holmgren1-7/+30
2006-10-29Fixed division by zero in ogg metadata parser and crash when buildingMiika Pekkarinen1-0/+6
2006-10-25FS#6216 Update so MP3 files are only opened once. With corrections andMiika Pekkarinen1-4/+5
2006-10-11More flexible MP4 file metadata parser.Magnus Holmgren1-296/+427
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod1-0/+121