rockbox/apps/codecs
Michael Sevakis 3b7d703329 Encoders: Mixdown to mono should round towards zero not -infinity.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11634 a1c6a512-1295-4272-9138-f99709370657
2006-12-01 00:39:37 +00:00
..
dumb Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
lib FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
liba52 Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :)) 2006-10-30 18:14:12 +00:00
libalac Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
libfaad Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
libffmpegFLAC Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
libFLAC Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
libm4a Improve support for long MP4 files. Twice as long files can now play, and for those that still are too long, exit with a codec failure rather than freeze Rockbox. 2006-11-08 19:54:08 +00:00
libmad Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
libmusepack Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
libwavpack Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
Tremor FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder. 2006-11-26 20:56:26 +00:00
a52.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
aac.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
adx.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
aiff.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
aiff_enc.c Encoders: Mixdown to mono should round towards zero not -infinity. 2006-12-01 00:39:37 +00:00
alac.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +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 FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
Makefile FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
mp3_enc.c Encoders: Mixdown to mono should round towards zero not -infinity. 2006-12-01 00:39:37 +00:00
mpa.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
mpc.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
shorten.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
sid.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
SOURCES Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. 2006-11-24 19:49:04 +00:00
vorbis.c FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder. 2006-11-26 20:56:26 +00:00
wav.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
wav_enc.c Encoders: Mixdown to mono should round towards zero not -infinity. 2006-12-01 00:39:37 +00:00
wavpack.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
wavpack_enc.c Encoders: Mixdown to mono should round towards zero not -infinity. 2006-12-01 00:39:37 +00:00