.. |
a52.c
|
Add stdio.h include for SEEK_SET define to various files.
|
2010-12-25 18:43:34 +00:00 |
adx.c
|
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps.
|
2008-10-15 06:38:51 +00:00 |
aiff.c
|
aiff metadata: fix format string (%zd for size_t)
|
2010-07-26 09:04:38 +00:00 |
ape.c
|
Unify fourcc macro and some style changes
|
2009-11-18 17:30:42 +00:00 |
asap.c
|
Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api.
|
2010-11-26 18:02:50 +00:00 |
asf.c
|
WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's.
|
2010-08-07 17:55:02 +00:00 |
au.c
|
reduce firmware and sun audio codec.
|
2010-03-13 05:19:40 +00:00 |
flac.c
|
Commit FS#7831. Corrects our flac decoder to not reject files that have samplecount set to 0.
|
2010-07-02 18:39:11 +00:00 |
id3tags.c
|
Fix red. Not all targets have album art support.
|
2011-02-09 20:22:55 +00:00 |
metadata_common.c
|
Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/NoDo
|
2010-05-15 21:57:17 +00:00 |
metadata_common.h
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
metadata_parsers.h
|
Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api.
|
2010-11-26 18:02:50 +00:00 |
mod.c
|
FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. Based on MikMod.
|
2011-01-21 20:09:22 +00:00 |
monkeys.c
|
Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api.
|
2010-11-26 18:02:50 +00:00 |
mp3.c
|
Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api.
|
2010-11-26 18:02:50 +00:00 |
mp4.c
|
Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac must read from their dedicated metadata atom. Otherwise there might be wrong settings used. This patch also adds (commented) code which enables parsing for an alac metadata atom if neccessary. I have several sample files which require such parsing to find the metadata atom. Fixes FS#11719.
|
2011-02-03 09:23:04 +00:00 |
mpc.c
|
Submit FS#11918: Add 2 more codec types to be able to differentiate between AAC / AAC-HE and MPC SV7 / SV8. Additionally handle ATARI soundfiles in get_codec_base_type() as intended.
|
2011-02-03 08:28:23 +00:00 |
nsf.c
|
Logic was backwards on the check for NSF file format. Fix that and save one memcmp.
|
2009-08-30 03:52:11 +00:00 |
ogg.c
|
Improved Vorbis comment reader. The tags no longer need to fit in the first Ogg page to be fully read (album art can make the tags not fit).
|
2009-05-30 14:24:16 +00:00 |
oma.c
|
Add stdio.h include for SEEK_SET define to various files.
|
2010-12-25 18:43:34 +00:00 |
rm.c
|
Fix FS#11858 which was introduced with r28937. Several *.rm were not played because the parser aborted with error for several files.
|
2011-01-09 21:19:16 +00:00 |
sid.c
|
Unify fourcc macro and some style changes
|
2009-11-18 17:30:42 +00:00 |
smaf.c
|
Add stdio.h include for SEEK_SET define to various files.
|
2010-12-25 18:43:34 +00:00 |
spc.c
|
Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api.
|
2010-11-26 18:02:50 +00:00 |
tta.c
|
add True Audio (TTA) codec
|
2010-05-13 12:40:09 +00:00 |
vorbis.c
|
Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by Jeffrey Goode, taken from FS#10366.
|
2009-06-22 18:40:49 +00:00 |
vox.c
|
fix bug: WAV file playback does not resume (FS#11077)
|
2010-03-22 10:02:05 +00:00 |
wave.c
|
chunksize decreases 4 bytes regardless wave/wave64.
|
2010-05-10 11:13:17 +00:00 |
wavpack.c
|
remove a little redundant code from the WavPack metadata module to partially make up for the code just added
|
2010-12-05 22:01:28 +00:00 |