.. |
demac
|
Further optimised the filter vector math assembly for coldfire, and added assembly filter vector math for ARM. Both make use of the fact that the first argument of the vector functions is longword aligned. * The ARM version is tailored for ARM7TDMI, and would slow down arm9 or higher. Introduced a new CPU_ macro for ARM7TDMI. Speedup for coldfire: -c3000 104%->109%, -c4000 43%->46%, -c5000 1.7%->2.0%. Speedup for PP502x: -c2000 66%->75%, -c3000 37%->48%, -c4000 11%->18%, -c5000 2.5%->3.7%
|
2007-10-25 18:58:16 +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
|
Make AC3 codec use Rockbox' native bitswap routines.
|
2007-09-28 15:42:09 +00:00 |
libalac
|
Added macros controlling what goes to IRAM on different targets.
|
2006-11-09 21:59:27 +00:00 |
libfaad
|
Fix playback of HE-AACv2 (aka SBR+PS) files.
|
2007-09-21 17:39:24 +00:00 |
libffmpegFLAC
|
Remove some unrequired SIMULATOR checks - the CPU_* family of defines are never defined for the sim.
|
2007-09-15 16:49:28 +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
|
Remove some unrequired SIMULATOR checks - the CPU_* family of defines are never defined for the sim.
|
2007-09-15 16:49:28 +00:00 |
libmusepack
|
FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that all ARM (Ipod/Sansa/Gigabeat) targets will now play back Musepack files with somewhat reduced accuracy. Please get in touch via forums or Flyspray if you've got sample files where this is very apparent. Most users should hear no difference.
|
2007-08-30 11:41:05 +00:00 |
libspeex
|
Negate _after_ output so we don't negate the whole output signal.
|
2007-10-24 23:30:55 +00:00 |
libwavpack
|
Remove some unrequired SIMULATOR checks - the CPU_* family of defines are never defined for the sim.
|
2007-09-15 16:49:28 +00:00 |
libwma
|
Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove some tabs and empty lines.
|
2007-10-19 12:27:38 +00:00 |
spc
|
Forgot to add a file as usual.
|
2007-07-16 21:16:52 +00:00 |
Tremor
|
disable the ARM optimized MDCT for the Gigabeat for now as it creates a data abort
|
2007-10-01 13:42:03 +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
|
Commit a subset of the dual core changes that have to do with cache handling, stacks, firmware startup and thread startup. Tested on e200, H10-20GB, iPod Color and 5.5G. Thread function return implemented for all targets. Some changes to plugins to follow shortly.
|
2007-09-28 10:20:02 +00:00 |
flac.c
|
Fix a fixme in flac and make the usage of the read_filebuf codec api more consistent with its actual contract.
|
2007-10-25 18:58:44 +00:00 |
Makefile
|
simplified the codec specification part in configure
|
2007-07-16 22:25:41 +00:00 |
mp3_enc.c
|
Fix FS #5852 by trying to properly close and update the recorded file, and give the FAT the correct file info. Add filehandle checks to some file functions.
|
2007-10-10 23:26:17 +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
|
FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that all ARM (Ipod/Sansa/Gigabeat) targets will now play back Musepack files with somewhat reduced accuracy. Please get in touch via forums or Flyspray if you've got sample files where this is very apparent. Most users should hear no difference.
|
2007-08-30 11:41:05 +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
|
Fix a fixme in flac and make the usage of the read_filebuf codec api more consistent with its actual contract.
|
2007-10-25 18:58:44 +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
|
Make the SPC codec run like it used to on Coldfire before -Os crushed it. Build as a lib using the old -O option. Should not impact ARM targets.
|
2007-07-16 21:03:25 +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
|
Fix FS #5852 by trying to properly close and update the recorded file, and give the FAT the correct file info. Add filehandle checks to some file functions.
|
2007-10-10 23:26:17 +00:00 |
wavpack.c
|
Move WavPack metadata parsing to its own file and add handling of non-standard sampling rates
|
2007-08-12 06:36:06 +00:00 |
wavpack_enc.c
|
Fix FS #5852 by trying to properly close and update the recorded file, and give the FAT the correct file info. Add filehandle checks to some file functions.
|
2007-10-10 23:26:17 +00:00 |
wma.c
|
Make a fix for the WMA seek to start bug that actually works...
|
2007-10-17 18:19:35 +00:00 |