| .. |
|
demac
|
Fix standalone demac tool build.
|
2011-02-06 23:18:30 +00:00 |
|
lib
|
Having a default weak codec_main symbol doesn't seem to be working out for compiling the sim under cygwin in at least some cases. Just implement it explicitly in all cases.
|
2011-04-27 12:52:11 +00:00 |
|
liba52
|
FS#11454 Tuning of codec compiler options
|
2010-07-18 19:05:53 +00:00 |
|
libalac
|
Fix yellow.
|
2011-04-16 19:26:07 +00:00 |
|
libasap
|
update the asap codec to version 2.1.2
|
2010-11-08 20:25:14 +00:00 |
|
libasf
|
Correct the check for the requested vs returned sizes in libasf.
|
2010-08-14 09:49:09 +00:00 |
|
libatrac
|
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
|
2011-01-12 22:28:43 +00:00 |
|
libcook
|
Make codeclib_misc.h include the asm headers to simplify inclusion magic.
|
2010-07-29 12:52:04 +00:00 |
|
libfaad
|
Submit FS#12081. Check validity of channel configuration, comment unneeded code that is too inflexible to work with MAX_CHANNELS = 2. Fixes compiler warnings with GCC 4.6.0.
|
2011-04-26 21:30:51 +00:00 |
|
libffmpegFLAC
|
Use __builtin_constant_p() to select the best byteswapping method: constant or target optimized. Same macro can then be used for constant values and inits as well as non-constant.
|
2011-01-30 00:58:45 +00:00 |
|
libm4a
|
Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.
|
2011-04-27 17:59:49 +00:00 |
|
libmad
|
Redo r28026 so that all .S files get the __ASSEMBLER__ define.
|
2010-12-27 17:27:59 +00:00 |
|
libmusepack
|
Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.
|
2011-04-27 17:59:49 +00:00 |
|
libpcm
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
|
librm
|
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
|
2010-05-06 21:04:40 +00:00 |
|
libspc
|
SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and echo.
|
2011-01-19 10:05:01 +00:00 |
|
libspeex
|
Redo r28026 so that all .S files get the __ASSEMBLER__ define.
|
2010-12-27 17:27:59 +00:00 |
|
libtremor
|
Revert tab police as it makes merging upstream changes more annoying and messed up indentation in some places.
|
2010-12-12 17:59:05 +00:00 |
|
libtta
|
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
|
2011-01-12 22:28:43 +00:00 |
|
libwavpack
|
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
|
2011-01-12 22:28:43 +00:00 |
|
libwma
|
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
|
2011-01-12 22:28:43 +00:00 |
|
libwmapro
|
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
|
2011-01-12 22:28:43 +00:00 |
|
libwmavoice
|
Update libwmavoice's README.
|
2010-08-13 13:28:40 +00:00 |
|
a52.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
a52_rm.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
aac.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
adx.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
aiff.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
aiff_enc.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
alac.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
ape.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
asap.c
|
Having a default weak codec_main symbol doesn't seem to be working out for compiling the sim under cygwin in at least some cases. Just implement it explicitly in all cases.
|
2011-04-27 12:52:11 +00:00 |
|
atrac3_oma.c
|
Having a default weak codec_main symbol doesn't seem to be working out for compiling the sim under cygwin in at least some cases. Just implement it explicitly in all cases.
|
2011-04-27 12:52:11 +00:00 |
|
atrac3_rm.c
|
Having a default weak codec_main symbol doesn't seem to be working out for compiling the sim under cygwin in at least some cases. Just implement it explicitly in all cases.
|
2011-04-27 12:52:11 +00:00 |
|
au.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
codec_crt0.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
codecs.make
|
Redo r28026 so that all .S files get the __ASSEMBLER__ define.
|
2010-12-27 17:27:59 +00:00 |
|
cook.c
|
Having a default weak codec_main symbol doesn't seem to be working out for compiling the sim under cygwin in at least some cases. Just implement it explicitly in all cases.
|
2011-04-27 12:52:11 +00:00 |
|
flac.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
mod.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
mp3_enc.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
mpa.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
mpc.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
nsf.c
|
Get the NSF internal playlists working again. Fix a few wrongdoings in the metadata parser. Use the larger of track or playlist count to determine 'duration' so that the repeat-one switching to access the raw tracks works.
|
2011-04-28 02:56:28 +00:00 |
|
raac.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
shorten.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
sid.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
smaf.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
SOURCES
|
Enable wmapro compilation for lowmem targets by excluding multichannel buffers for them.
|
2010-07-28 14:01:10 +00:00 |
|
spc.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
speex.c
|
Having a default weak codec_main symbol doesn't seem to be working out for compiling the sim under cygwin in at least some cases. Just implement it explicitly in all cases.
|
2011-04-27 12:52:11 +00:00 |
|
tta.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
vorbis.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
vox.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
wav.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
wav64.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
wav_enc.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
wavpack.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
wavpack_enc.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
wma.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
wmapro.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |
|
wmavoice.c
|
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
|
2011-04-27 03:08:23 +00:00 |