.. |
demac
|
Remove unnecessary #include - this fixes compilation of the standalone demac tool
|
2007-10-26 21:17:37 +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
|
|
|
libfaad
|
Fix playback of HE-AACv2 (aka SBR+PS) files.
|
2007-09-21 17:39:24 +00:00 |
libffmpegFLAC
|
from ffmpeg: replace FIR with finite differences.
|
2007-11-08 14:02:42 +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 #8179. Small Musepack speedup for ARM.
|
2007-11-19 16:31:10 +00:00 |
libspeex
|
Move some stuff out of IRAM for the voice decoder.
|
2007-11-24 21:29:46 +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
|
Argh.
|
2007-10-29 23:22:33 +00:00 |
spc
|
Be sure SPC codec runs nicely from the start by using more IRAM when the dual core is done for PP5002. Basically ready, it is.
|
2007-11-26 08:02:18 +00:00 |
Tremor
|
Change oggmalloc.c to use size_t and kill a warning about type-punning. Align the size before checking out-of-mem so no overlap may occur between tmp and alloc.
|
2007-11-08 08:55:01 +00:00 |
a52.c
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +00:00 |
aac.c
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +00:00 |
adx.c
|
Sorry, switching back again to the "better behaved" ADX codec of r15494.
|
2007-11-09 02:42:39 +00:00 |
aiff.c
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +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
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +00:00 |
ape.c
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +00:00 |
codec.h
|
|
|
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
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +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
|
Fix mp3 resume
|
2007-11-05 18:15:52 +00:00 |
mpc.c
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +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
|
Don't if this, it's a good idea for codecs to explicit seek
|
2007-11-05 18:16:13 +00:00 |
sid.c
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +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
|
SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dual-core PortalPlayer targets.
|
2007-11-18 19:03:45 +00:00 |
speex.c
|
Throw away the first samples to come out of the decoder to account for encoder latency.
|
2007-11-14 14:43:32 +00:00 |
vorbis.c
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +00:00 |
wav.c
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +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
|
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
|
2007-11-05 17:48:21 +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
|
Add seeking support for wma. Works quite well on my Sansa, and theres some effort to catch and recover from seeking errors, but theres likely to be problems in some files. Also, add Thom's idea to skip past some errors in wma streams rather then just giving up.
|
2007-11-22 05:32:26 +00:00 |