summaryrefslogtreecommitdiff
path: root/apps/metadata.c (follow)
Commit message (Expand)AuthorAge
* Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen2006-03-26
* Musepack files are always VBR.Thom Johansen2006-03-05
* Patch #1421483 - AIFF codec by Jvo StuderDave Chapman2006-02-01
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* Set appropriate codec type for .m4a files (ALAC or AAC) inside get_metadata()...Dave Chapman2005-12-01
* iRiver: Fixed several problems with playback on track skipping & loading:Miika Pekkarinen2005-12-01
* Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman2005-11-13
* Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman2005-11-11
* Added ID3v2 skipping for Musepack files. Switched ReplayGain strings to use t...Thom Johansen2005-11-05
* Added proper metadata parsing for musepack files, including ReplayGain.Thom Johansen2005-11-04
* Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman2005-11-02
* Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman2005-10-31
* Skip ID3v2 tags at the start of a FLAC file.Dave Chapman2005-10-30
* Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman2005-10-22
* Not finding an APE tag for a Musepack file isn't fatal.Thom Johansen2005-10-10
* Added support for APE tags in Musepack files.Thom Johansen2005-10-10
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06
* Fix the read_uint32be function - it was overwriting before saving parts of th...Jonas Häggqvist2005-09-27
* Deal with new "edts" tag in iTunes 5 encoded files - this fixes metadata read...Dave Chapman2005-09-24
* Fix bug in read_uint32be causing simulator warningDave Chapman2005-09-22
* First version of ALAC (Apple Lossless) decoderDave Chapman2005-09-22
* iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapt...Magnus Holmgren2005-09-22
* iriver: Metadata code cleanup: 1) Remove 4k static buffer. 2) Generalized tag...Magnus Holmgren2005-09-22
* Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold2005-09-01
* Fixed the WPS codec type conditional, and removed unsupported formats from th...Linus Nielsen Feltzing2005-09-01
* And fix that red build too...Magnus Holmgren2005-07-28
* Fixed a bug that prevented the last tag in a flac file from being read.Ryan Jackson2005-07-28
* Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson2005-07-28
* Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren2005-07-27
* Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant2005-07-25
* ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2005-07-24
* Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson2005-07-15
* (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...Christi Scarborough2005-07-05
* Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen2005-07-05
* Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing2005-07-05
* Allow WavPack to use new sampling rate converterDave Bryant2005-06-27
* Added code to handle APEv2 tags for WavPack files, although this should beDave Bryant2005-06-19
* Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman2005-06-18
* Proper MPEG layer 1 support.Jens Arnold2005-06-18
* Add A52/AC3 metadata parsing (samplerate, bitrate, track length)Dave Chapman2005-06-14
* Move metadata parsing code from playback.c into metadata.cDave Chapman2005-06-14