summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Enabled minor Tremor opt.Thom Johansen2005-06-12
* Small Musepack optimisation.Thom Johansen2005-06-12
* Big performance improvement for liba52. A couple of small ASM opts, and lots ...Thom Johansen2005-06-11
* Replaced critical loop with assembler. A bit closer to realtime now. This cod...Thom Johansen2005-06-11
* A little improvement on Vorbis block synthesis.Pedro Vasconcelos2005-06-10
* Typo.Thom Johansen2005-06-09
* Full precision synth_full and dct32. Replaced all multiplications with proper...Thom Johansen2005-06-09
* WavPack optimisation by David Bryant.Thom Johansen2005-06-09
* Kill warning. I suck.Thom Johansen2005-06-08
* Oops.Thom Johansen2005-06-08
* We clear our accumulators after we're done with them on Coldfire. No need to ...Thom Johansen2005-06-08
* Vorbis opts: keep floor1 lookup table in IRAM.Pedro Vasconcelos2005-06-08
* Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying.Pedro Vasconcelos2005-06-06
* ASM optimisation by David Bryant.Thom Johansen2005-05-31
* Added -O2 to libmad GCC flags. Gives a nice boost.Thom Johansen2005-05-27
* Basic optimizations of the Vorbis decoder for the ihp-1x0.Pedro Vasconcelos2005-05-27
* Aligns in the middle of code is unnecessary.Thom Johansen2005-05-25
* Patch #1203309 by David Bryant - WavPack codec fix and performance enhancementLinus Nielsen Feltzing2005-05-17
* Fixed makefiles for autoconf.g include.Daniel Stenberg2005-05-07
* fix warningsDaniel Stenberg2005-05-07
* fix a couple of warnings, still have numerous for signed <=> unsigned mixedDaniel Stenberg2005-05-07
* Hush up warnings by defining away functions/macros. This should be fixed ifDaniel Stenberg2005-05-07
* nicer lookDaniel Stenberg2005-05-07
* Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some da...Thom Johansen2005-04-13
* Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen2005-04-12
* Smaller code size due to use of post-increment addressing. Move code out of i...Thom Johansen2005-04-01
* Fixed dumb cleaning, libmad.a cleaning.Michiel Van Der Kolk2005-03-20
* We never use the windows shell, we use *nix or cygwinLinus Nielsen Feltzing2005-03-18
* Initial check in dumb 0.9.2 - has a few usages of floating point that shouldMichiel Van Der Kolk2005-03-17
* note to self: never commit a fix in a hurry.Jean-Philippe Bernardy2005-03-10
* oops, 1I^2 = 1...Jean-Philippe Bernardy2005-03-10
* Compile the simulators without special code & data sections. Fixes intermitte...Jens Arnold2005-03-10
* oops, silent compilation back inJean-Philippe Bernardy2005-03-09
* GMini: libmad compiledJean-Philippe Bernardy2005-03-09
* fix proto and function to kill two simulator warningsDaniel Stenberg2005-03-08
* kill a warningDaniel Stenberg2005-03-08
* Added asm optimized short block IMDCT and windowing.Thom Johansen2005-03-06
* Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg2005-03-06
* Inserted optimized synth_full and put some vital data in IRAM.Thom Johansen2005-03-04
* Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing2005-03-03
* Broke H100 sim. I suck.Thom Johansen2005-03-03
* Duplicate line and four space wide tabs, sorry about that.Thom Johansen2005-03-03
* Added new coldfire assembly LPC decoder routine to libFLAC.Thom Johansen2005-03-03
* Handle .S files in the codec MakefilesLinus Nielsen Feltzing2005-03-02
* Correct dependencies for codec buildsLinus Nielsen Feltzing2005-03-01
* Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold2005-02-28
* Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.hJens Arnold2005-02-28
* CleanupJens Arnold2005-02-26
* Renamed config.h to config-a52.h to avoid name clash with rockbox' config.hJens Arnold2005-02-26
* Show compiled source filesJens Arnold2005-02-26