.. |
dumb
|
|
|
lib
|
Correct the prototype for memmove (oops, forgot this file)
|
2005-10-31 20:41:54 +00:00 |
liba52
|
Some more IBSS_ATTR changes.
|
2005-10-31 13:00:14 +00:00 |
libalac
|
Move code into IRAM and explicitly inline some functions (gcc was inlining them anyway, but this way is better)
|
2005-11-03 18:14:37 +00:00 |
libfaad
|
Use direct non-interleaved full precision output data instead of converting to 16 bit interleaved data.
|
2005-11-02 19:43:52 +00:00 |
libffmpegFLAC
|
Unrolled loops up to order 10 plus slight optimisation of default case.
|
2005-11-05 17:54:37 +00:00 |
libFLAC
|
Support for a colon-separated path in APPEXTRA
|
2005-10-27 14:39:00 +00:00 |
libm4a
|
Make the m4a parser happier with Nero-encoded .mp4 files. This still needs more work.
|
2005-11-02 14:01:27 +00:00 |
libmad
|
Support for a colon-separated path in APPEXTRA
|
2005-10-27 14:39:00 +00:00 |
libmusepack
|
Squeezed two very frequently used arrays in IRAM for a very nice performance boost.
|
2005-10-28 20:21:58 +00:00 |
libwavpack
|
Support for a colon-separated path in APPEXTRA
|
2005-10-27 14:39:00 +00:00 |
Tremor
|
Support for a colon-separated path in APPEXTRA
|
2005-10-27 14:39:00 +00:00 |
a52.c
|
Call ci->seek_complete() callback after processing a seek request (an old API change that wasn't implemented in all the codecs)
|
2005-11-02 00:09:42 +00:00 |
aac.c
|
Use direct non-interleaved full precision output data instead of converting to 16 bit interleaved data.
|
2005-11-02 19:43:52 +00:00 |
alac.c
|
Call ci->seek_complete() callback after processing a seek request (an old API change that wasn't implemented in all the codecs)
|
2005-11-02 00:09:42 +00:00 |
codec.h
|
iriver: more codec library cleanup: remove codec_alloca and a some extraneous defines.
|
2005-10-17 18:46:46 +00:00 |
flac.c
|
Enable replaygain for the new FLAC decoder
|
2005-11-02 17:26:47 +00:00 |
Makefile
|
Initial check-in of AAC codec. Currently only recognises the .mp4 extension and is not yet capable of realtime operation
|
2005-10-31 20:56:29 +00:00 |
mpa.c
|
Need to set sample depth before clip limits to avoid having clip limits overridden.
|
2005-11-02 19:15:25 +00:00 |
mpc.c
|
Fixed the halved volume bug, remove ad-hoc metadata loading and add ReplayGain support.
|
2005-11-04 21:35:08 +00:00 |
SOURCES
|
Initial check-in of AAC codec. Currently only recognises the .mp4 extension and is not yet capable of realtime operation
|
2005-10-31 20:56:29 +00:00 |
vorbis.c
|
Cleaned up the messy codec header and library system by merging codec.h, lib/codeclib.[ch] and lib/xxx2wav.[ch] into just codeclib.[ch]. Deleted much of the unused code in the xxx2wav portion. All codecs should now only include codeclib.h, and whatever codec specific headers are needed.
|
2005-10-13 11:32:52 +00:00 |
wav.c
|
Fix simulator builds - DEBUGF explicitly needs rb->
|
2005-11-02 01:53:11 +00:00 |
wavpack.c
|
Call ci->seek_complete() callback after processing a seek request (an old API change that wasn't implemented in all the codecs)
|
2005-11-02 00:09:42 +00:00 |