.. |
demac
|
Remove some unused code
|
2007-06-14 22:35:01 +00:00 |
lib
|
Clean up the codec API - remove all unused (and in many cases inappropriate) functions, move functions used only by encoders into the HAVE_RECORDING part of the API and document the reasons for the more unexpected functions being present.
|
2007-05-07 11:09:45 +00:00 |
liba52
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
libalac
|
|
|
libfaad
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
libffmpegFLAC
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
libm4a
|
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
|
2007-03-17 10:50:58 +00:00 |
libmad
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
libmusepack
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
libspeex
|
ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Coldfire (200% to 220% realtime). Almost certainly not the best use of IRAM, but it works now.
|
2007-07-09 11:18:10 +00:00 |
libwavpack
|
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
|
2007-05-10 13:16:08 +00:00 |
libwma
|
Ancient ffmpeg bug fix that should never have been missed. Prevents floating point value from truncating downward. My files are byte for byte identical with this fix, but the ffmpeg mailing list claims its important.
|
2007-07-11 01:20:31 +00:00 |
spc
|
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
|
2007-03-17 10:50:58 +00:00 |
Tremor
|
Vorbis: Apply various bugfixes from upstream Tremor.
|
2007-07-01 17:58:49 +00:00 |
a52.c
|
SWCODEC: Fix the problem of replaygain not being applied unless the menu is entered. Make all codecs set the replay gain or else formats that do not have replaygain will not set the gain back to default if a file with gain applied proceeded them.
|
2007-02-26 17:15:04 +00:00 |
aac.c
|
AAC: Add support for iTunes-style gapless playback.
|
2007-06-16 13:00:52 +00:00 |
adx.c
|
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
|
2007-03-17 10:50:58 +00:00 |
aiff.c
|
AIFF COMM chunks might be larger than 18 bytes.
|
2007-04-23 23:11:33 +00:00 |
aiff_enc.c
|
Make recording complain about every little file I/O problem (error on close() failure and fsync() failure). Why? I guess we will find out the disk is full about 1/2 sector sooner on average when the file APIs actually detect this correctly. :/
|
2007-04-25 19:53:34 +00:00 |
alac.c
|
Fix several printf-style warnings in logf builds.
|
2007-03-18 09:50:53 +00:00 |
ape.c
|
Seeking and resume support for Monkey's Audio
|
2007-06-08 22:35:26 +00:00 |
codec.h
|
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
|
2006-11-26 18:31:41 +00:00 |
codec_crt0.c
|
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
|
2006-11-26 18:31:41 +00:00 |
flac.c
|
Fix several printf-style warnings in logf builds.
|
2007-03-18 09:50:53 +00:00 |
Makefile
|
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire.
|
2007-07-03 09:25:36 +00:00 |
mp3_enc.c
|
Make recording complain about every little file I/O problem (error on close() failure and fsync() failure). Why? I guess we will find out the disk is full about 1/2 sector sooner on average when the file APIs actually detect this correctly. :/
|
2007-04-25 19:53:34 +00:00 |
mpa.c
|
SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update.
|
2007-02-24 17:06:36 +00:00 |
mpc.c
|
Support resume for Musepack
|
2007-04-06 21:48:17 +00:00 |
nsf.c
|
SWCODEC: Fix the problem of replaygain not being applied unless the menu is entered. Make all codecs set the replay gain or else formats that do not have replaygain will not set the gain back to default if a file with gain applied proceeded them.
|
2007-02-26 17:15:04 +00:00 |
shorten.c
|
Fix several printf-style warnings in logf builds.
|
2007-03-18 09:50:53 +00:00 |
sid.c
|
SWCODEC: Fix the problem of replaygain not being applied unless the menu is entered. Make all codecs set the replay gain or else formats that do not have replaygain will not set the gain back to default if a file with gain applied proceeded them.
|
2007-02-26 17:15:04 +00:00 |
SOURCES
|
Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire.
|
2007-07-03 09:25:36 +00:00 |
spc.c
|
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
|
2007-03-17 10:50:58 +00:00 |
speex.c
|
Code police - codecs shouldn't call GUI functions
|
2007-05-07 10:34:10 +00:00 |
vorbis.c
|
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
|
2007-03-16 21:56:08 +00:00 |
wav.c
|
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
|
2007-03-17 10:50:58 +00:00 |
wav_enc.c
|
Make recording complain about every little file I/O problem (error on close() failure and fsync() failure). Why? I guess we will find out the disk is full about 1/2 sector sooner on average when the file APIs actually detect this correctly. :/
|
2007-04-25 19:53:34 +00:00 |
wavpack.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
wavpack_enc.c
|
Make recording complain about every little file I/O problem (error on close() failure and fsync() failure). Why? I guess we will find out the disk is full about 1/2 sector sooner on average when the file APIs actually detect this correctly. :/
|
2007-04-25 19:53:34 +00:00 |
wma.c
|
ASF parser improvements - it now correctly handles files containing multiple payloads. i.e. files where the audio packets are split into multiple payloads, and streams where audio/video payloads are mixed within the same packet.
|
2007-07-10 13:37:16 +00:00 |