rockbox/apps/metadata
Mohamed Tarek 816fca820c Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in the sim. Neither libwmapro nor wmapro.c have been added to the main build yet, codecs.make should be edited to compile both with rockbox.
current status of the decoder :
- Plays and seeks in the sim
- Still in floating point

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27006 a1c6a512-1295-4272-9138-f99709370657
2010-06-21 10:48:34 +00:00
..
a52.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
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 Wave/Wave64/vox metadata parser: optimize just a little. 2010-03-02 10:59:46 +00:00
ape.c Unify fourcc macro and some style changes 2009-11-18 17:30:42 +00:00
asap.c Unify fourcc macro and some style changes 2009-11-18 17:30:42 +00:00
asf.c Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in the sim. Neither libwmapro nor wmapro.c have been added to the main build yet, codecs.make should be edited to compile both with rockbox. 2010-06-21 10:48:34 +00:00
au.c reduce firmware and sun audio codec. 2010-03-13 05:19:40 +00:00
flac.c Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The watermark depends on the bitrate, and so this also fixes playback pauses on large FLAC files. 2009-08-08 20:27:03 +00:00
id3tags.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.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 add True Audio (TTA) codec 2010-05-13 12:40:09 +00:00
mod.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
monkeys.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
mp3.c Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/NoDo 2010-05-15 21:57:17 +00:00
mp4.c Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in mp4 files. 2010-01-02 21:02:13 +00:00
mpc.c Correction of musepack SV8 replaygain. The album/title peak is saved in a logarithmic representation and needs to be converted to linear fixed point for further processing. 2010-03-14 22:34:09 +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 missing #include in libpcm codecs 2010-02-24 19:02:14 +00:00
rm.c "Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must not be obligatory to initialize the decoder through RMContext. 2010-02-16 01:47:22 +00:00
sid.c Unify fourcc macro and some style changes 2009-11-18 17:30:42 +00:00
smaf.c 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
spc.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
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 Make svn properties consistent and set some missing ones 2009-11-18 16:59:34 +00:00