index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libmusepack
Age
Commit message (
Expand
)
Author
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2006-11-09
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
2006-10-30
Update several codec Makefiles so that the codec libs build again on Coldfire...
Magnus Holmgren
2006-10-27
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-23
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-09-01
Put Musepack output data array back in IRAM for faster DSP processing. Patch ...
Thom Johansen
2006-09-01
Support for Musepack SV4-6 stream files. Patch by Andrew Cupper.
Thom Johansen
2006-08-31
FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...
Thom Johansen
2006-04-29
Fix the first-frame memmove from pretending the data is interleaved, which it...
Thom Johansen
2006-04-27
Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...
Thom Johansen
2006-04-25
Use the Rockbox endian swap routine instead of the default one.
Thom Johansen
2006-02-24
prevent rockbox from using the wrong includes
Marcoen Hirschberg
2006-02-20
Add ASM optimised subband filtering loop for ARM targets. Restructure
Thom Johansen
2006-02-13
Start converting codecs to use internal sample format (28 bits + sign,
Thom Johansen
2006-01-30
Fix warning.
Thom Johansen
2006-01-30
Synced libmpcdec to musepack.net SVN.
Thom Johansen
2006-01-29
Make Musepack work on little endian devices.
Thom Johansen
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2006-01-08
I figured out what was *really* causing the MPC track-change noise, so I
Dave Bryant
2006-01-07
Fix generic filtering routine to support non-interleaved audio as well.
Thom Johansen
2005-12-05
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-11-06
Changed output format of libmpcdec to non-interleaved stereo for a slight spe...
Thom Johansen
2005-10-28
Squeezed two very frequently used arrays in IRAM for a very nice performance ...
Thom Johansen
2005-10-27
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
2005-10-27
Didn't mean to commit that...
Thom Johansen
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
Thom Johansen
2005-10-12
Musepack: emacified multiplication routines, gives a nice speed boost.
Jens Arnold
2005-10-06
Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...
Dave Chapman
2005-09-07
Adapted codecs and DSP system to having MACSR saved in thread context.
Thom Johansen
2005-07-18
oops... should compile without warnings now
Christian Gmeiner
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-07-03
Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...
Jens Arnold
2005-06-14
See my message on the mailinglist. This should kill all warnings left in the ...
Tomas Salfischberger
2005-06-14
Another warning fixed (idtag.c:59: warning: implicit declaration of function ...
Tomas Salfischberger
2005-06-12
Small Musepack optimisation.
Thom Johansen
2005-06-11
Replaced critical loop with assembler. A bit closer to realtime now. This cod...
Thom Johansen
2005-05-07
fix warnings
Daniel Stenberg
2005-05-07
fix a couple of warnings, still have numerous for signed <=> unsigned mixed
Daniel Stenberg
2005-04-12
Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...
Thom Johansen