summaryrefslogtreecommitdiffstats
path: root/apps/metadata.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-20Fix bug 4916: Short Vorbis files won't play.Magnus Holmgren1-1/+2
2006-05-01Applied patch 2917: Fix retrieval of total sample count in get_vorbis_metadata.Magnus Holmgren1-9/+16
2006-04-11Minor fix to metadata fetching, the track-info.filesize is not populated at t...Brandon Low1-2/+2
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-1/+10
2006-03-05Musepack files are always VBR.Thom Johansen1-0/+1
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman1-1/+80
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-80/+0
2005-12-01Set appropriate codec type for .m4a files (ALAC or AAC) inside get_metadata()...Dave Chapman1-18/+17
2005-12-01iRiver: Fixed several problems with playback on track skipping & loading:Miika Pekkarinen1-0/+3
2005-11-13Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman1-0/+10
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman1-0/+1
2005-11-05Added ID3v2 skipping for Musepack files. Switched ReplayGain strings to use t...Thom Johansen1-30/+41
2005-11-04Added proper metadata parsing for musepack files, including ReplayGain.Thom Johansen1-0/+66
2005-11-02Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman1-1/+2
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman1-4/+13
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman1-0/+20
2005-10-22Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman1-5/+4
2005-10-10Not finding an APE tag for a Musepack file isn't fatal.Thom Johansen1-4/+1
2005-10-10Added support for APE tags in Musepack files.Thom Johansen1-0/+6
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman1-2/+2
2005-09-27Fix the read_uint32be function - it was overwriting before saving parts of th...Jonas Häggqvist1-2/+3
2005-09-24Deal with new "edts" tag in iTunes 5 encoded files - this fixes metadata read...Dave Chapman1-1/+8
2005-09-22Fix bug in read_uint32be causing simulator warningDave Chapman1-1/+1
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman1-0/+338
2005-09-22iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapt...Magnus Holmgren1-40/+90
2005-09-22iriver: Metadata code cleanup: 1) Remove 4k static buffer. 2) Generalized tag...Magnus Holmgren1-777/+866
2005-09-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold1-2/+1
2005-09-01Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing1-8/+0
2005-07-28And fix that red build too...Magnus Holmgren1-1/+1
2005-07-28Fixed a bug that prevented the last tag in a flac file from being read.Ryan Jackson1-8/+18
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson1-62/+65
2005-07-27Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren1-31/+7
2005-07-25Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant1-5/+28
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren1-6/+36
2005-07-15Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson1-32/+9
2005-07-05(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...Christi Scarborough1-44/+44
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen1-5/+0
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing1-2/+221
2005-06-27Allow WavPack to use new sampling rate converterDave Bryant1-2/+11
2005-06-19Added code to handle APEv2 tags for WavPack files, although this should beDave Bryant1-0/+292
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman1-1/+1
2005-06-18Proper MPEG layer 1 support.Jens Arnold1-0/+1
2005-06-14Add A52/AC3 metadata parsing (samplerate, bitrate, track length)Dave Chapman1-0/+70
2005-06-14Move metadata parsing code from playback.c into metadata.cDave Chapman1-0/+342