index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
metadata.c
Age
Commit message (
Expand
)
Author
2007-01-25
adding NSF (NES music) codec
Adam Gashlin
2007-01-08
Update libwavpack with latest changes from the tiny_encoder. This allows
Dave Bryant
2006-12-29
Some minor code cleanup.
Magnus Holmgren
2006-12-12
More static'ing, and a few fixes resulting from that.
Jens Arnold
2006-12-07
AAC/ALAC: Fix display of ReplayGain values (e.g., in the ID3 Info screen).
Magnus Holmgren
2006-12-07
AAC codec: accept M4B files.
Magnus Holmgren
2006-11-25
Fixed header parsing in AIFF. The minimum header size is 54 bytes for an audi...
Michael Sevakis
2006-11-23
Read frequency in MP4/AAC files from a different place, if available. Should ...
Magnus Holmgren
2006-11-10
Made the PSID metadata parser a little less trusting of its input.
Daniel Stenberg
2006-11-10
Enable all Rockbox supported formats for the database command line
Miika Pekkarinen
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-10-29
Moved the Ogg zero-length check to a better place. Also fixed so that really ...
Magnus Holmgren
2006-10-29
Fixed division by zero in ogg metadata parser and crash when building
Miika Pekkarinen
2006-10-25
FS#6216 Update so MP3 files are only opened once. With corrections and
Miika Pekkarinen
2006-10-11
More flexible MP4 file metadata parser.
Magnus Holmgren
2006-09-25
Accepted FS#6023 - ADX codec (some kind of ADPCM).
Rani Hod
2006-09-01
Fixed metadata parser to allow playback of self-extracting WavPack files and
Dave Bryant
2006-09-01
Support for Musepack SV4-6 stream files. Patch by Andrew Cupper.
Thom Johansen
2006-08-26
Prevent an endless loop in some m4a files (looks like a crash when
Miika Pekkarinen
2006-07-18
Oops - get_sid_metadata() isn't needed for hwcodec (fix warning).
Dave Chapman
2006-07-18
Patch #5157 by Rainer Sinsch - SID codec
Dave Chapman
2006-06-27
Fix for wav files where the fmt chunk is not close to the start of the file
Adam Boot
2006-05-20
Fix bug 4916: Short Vorbis files won't play.
Magnus Holmgren
2006-05-01
Applied patch 2917: Fix retrieval of total sample count in get_vorbis_metadata.
Magnus Holmgren
2006-04-11
Minor fix to metadata fetching, the track-info.filesize is not populated at t...
Brandon Low
2006-03-26
Initial version of tagcache! There are still some bugs in the engine
Miika Pekkarinen
2006-03-05
Musepack files are always VBR.
Thom Johansen
2006-02-01
Patch #1421483 - AIFF codec by Jvo Studer
Dave Chapman
2005-12-06
waiting is over: initial unicode commit
Marcoen Hirschberg
2005-12-01
Set appropriate codec type for .m4a files (ALAC or AAC) inside get_metadata()...
Dave Chapman
2005-12-01
iRiver: Fixed several problems with playback on track skipping & loading:
Miika Pekkarinen
2005-11-13
Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...
Dave Chapman
2005-11-11
Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...
Dave Chapman
2005-11-05
Added ID3v2 skipping for Musepack files. Switched ReplayGain strings to use t...
Thom Johansen
2005-11-04
Added proper metadata parsing for musepack files, including ReplayGain.
Thom Johansen
2005-11-02
Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...
Dave Chapman
2005-10-31
Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...
Dave Chapman
2005-10-30
Skip ID3v2 tags at the start of a FLAC file.
Dave Chapman
2005-10-22
Seeking support for AC3/A52 files. We assume they are always CBR.
Dave Chapman
2005-10-10
Not finding an APE tag for a Musepack file isn't fatal.
Thom Johansen
2005-10-10
Added support for APE tags in Musepack files.
Thom Johansen
2005-10-06
Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...
Dave Chapman
2005-09-27
Fix the read_uint32be function - it was overwriting before saving parts of th...
Jonas Häggqvist
2005-09-24
Deal with new "edts" tag in iTunes 5 encoded files - this fixes metadata read...
Dave Chapman
2005-09-22
Fix bug in read_uint32be causing simulator warning
Dave Chapman
2005-09-22
First version of ALAC (Apple Lossless) decoder
Dave Chapman
2005-09-22
iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapt...
Magnus Holmgren
2005-09-22
iriver: Metadata code cleanup: 1) Remove 4k static buffer. 2) Generalized tag...
Magnus Holmgren
2005-09-01
Restructured codec type handling a bit. Reduced code size, esp. on archos.
Jens Arnold
2005-09-01
Fixed the WPS codec type conditional, and removed unsupported formats from th...
Linus Nielsen Feltzing
[next]