.. |
demac
|
Implement mono predictor in assembler for coldfire, yielding a ~6% speedup for mono -c1000. Apply ideas gained from it back to the stereo predictor, saving 4 instructions. No speed increase for stereo, probably due to cache aliasing effects. * 80-column police.
|
2008-12-02 02:26:04 +00:00 |
lib
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
liba52
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libalac
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libasap
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libfaad
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libffmpegFLAC
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libm4a
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libmad
|
Restore compiler optimization level for libmad, was lost in the buildsystem rework
|
2008-11-30 14:46:38 +00:00 |
libmusepack
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libspc
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libspeex
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libtremor
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libwavpack
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
libwma
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
a52.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
aac.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
adx.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
aiff.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
aiff_enc.c
|
Recording: Change some encoder code the operation of which was apparantly unclear. It seems clearer now anyway. No functional changes.
|
2008-11-28 07:23:13 +00:00 |
alac.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
ape.c
|
Remove extraneous semicolons, and fix a comment.
|
2008-11-30 11:53:52 +00:00 |
asap.c
|
Codec lib directories renamed, except for demac.
|
2008-11-05 13:30:58 +00:00 |
codec_crt0.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
codecs.make
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
flac.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mod.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mp3_enc.c
|
Recording: Change some encoder code the operation of which was apparantly unclear. It seems clearer now anyway. No functional changes.
|
2008-11-28 07:23:13 +00:00 |
mpa.c
|
Opening function brace style police.
|
2008-09-23 09:23:32 +00:00 |
mpc.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
nsf.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
shorten.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
sid.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
SOURCES
|
Correct version of memory sizes in config-logikdax.h (previous values were just experimental and should not have been committed). We also need to remove two more codecs for this codec buffer size (128KB). The m200 and DAX builds now actually build.
|
2008-09-22 19:38:28 +00:00 |
spc.c
|
Codec lib directories renamed, except for demac.
|
2008-11-05 13:30:58 +00:00 |
speex.c
|
Made local functions static for vorbis and speex codecs
|
2008-08-12 22:01:55 +00:00 |
vorbis.c
|
Codec lib directories renamed, except for demac.
|
2008-11-05 13:30:58 +00:00 |
wav.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
wav_enc.c
|
Recording: Change some encoder code the operation of which was apparantly unclear. It seems clearer now anyway. No functional changes.
|
2008-11-28 07:23:13 +00:00 |
wavpack.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
wavpack_enc.c
|
Recording: Change some encoder code the operation of which was apparantly unclear. It seems clearer now anyway. No functional changes.
|
2008-11-28 07:23:13 +00:00 |
wma.c
|
New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles.
|
2008-11-20 11:27:31 +00:00 |