- 88a89e0 There is no printf() in rockbox, but DEBUGF() has the intended effect in simulator. by Tomas Salfischberger · 20 years ago
- fe8663c See my message on the mailinglist. This should kill all warnings left in the iriver builds. And the changes will be added to the next musepack minor release. by Tomas Salfischberger · 20 years ago
- 9b9d6e7 Another warning fixed (idtag.c:59: warning: implicit declaration of function `memcmp') by Tomas Salfischberger · 20 years ago
- ca19564 Enabled minor Tremor opt. by Thom Johansen · 20 years ago
- 649acec Small Musepack optimisation. by Thom Johansen · 20 years ago
- 5f12af2 Big performance improvement for liba52. A couple of small ASM opts, and lots IRAM usage. by Thom Johansen · 20 years ago
- c82518c Replaced critical loop with assembler. A bit closer to realtime now. This codec really needs all the 64 bit muls replaced with EMAC equivalents. by Thom Johansen · 20 years ago
- 6b9350b A little improvement on Vorbis block synthesis. by Pedro Vasconcelos · 20 years ago
- 8771bf2 Typo. by Thom Johansen · 20 years ago
- cc518c5 Full precision synth_full and dct32. Replaced all multiplications with proper 64 bit EMAC multiplications, which yields improved sound. by Thom Johansen · 20 years ago
- 614f0a3 WavPack optimisation by David Bryant. by Thom Johansen · 20 years ago
- f6d3ceb Kill warning. I suck. by Thom Johansen · 20 years ago
- 9415629 Oops. by Thom Johansen · 20 years ago
- 668205f We clear our accumulators after we're done with them on Coldfire. No need to clear them on init. by Thom Johansen · 20 years ago
- 0a3f8e0 Vorbis opts: keep floor1 lookup table in IRAM. by Pedro Vasconcelos · 20 years ago
- 0f10e89 Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying. by Pedro Vasconcelos · 20 years ago
- 9985caf ASM optimisation by David Bryant. Placed various important arrays in IRAM. by Thom Johansen · 20 years ago
- 60d9d4b Added -O2 to libmad GCC flags. Gives a nice boost. by Thom Johansen · 20 years ago
- 024db0a Basic optimizations of the Vorbis decoder for the ihp-1x0. by Pedro Vasconcelos · 20 years ago
- ce5119c Aligns in the middle of code is unnecessary. by Thom Johansen · 20 years ago
- 6705a88 Patch #1203309 by David Bryant - WavPack codec fix and performance enhancement by Linus Nielsen Feltzing · 20 years ago
- b8a23f9e Fixed makefiles for autoconf.g include. by Daniel Stenberg · 20 years ago
- d23afcd fix warnings by Daniel Stenberg · 20 years ago
- f34ce79 fix a couple of warnings, still have numerous for signed <=> unsigned mixed by Daniel Stenberg · 20 years ago
- 4cc0b97 Hush up warnings by defining away functions/macros. This should be fixed if by Daniel Stenberg · 20 years ago
- 2505e7b nicer look by Daniel Stenberg · 20 years ago
- b0b013e Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some data to iram. by Thom Johansen · 20 years ago
- ad17fd4 Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. by Thom Johansen · 20 years ago
- 5fb6c64 Smaller code size due to use of post-increment addressing. Move code out of iram. Cosmetic changes. by Thom Johansen · 20 years ago
- 671235e Fixed dumb cleaning, libmad.a cleaning. by Michiel Van Der Kolk · 20 years ago
- 8970ea5 We never use the windows shell, we use *nix or cygwin by Linus Nielsen Feltzing · 20 years ago
- 27be5bc Initial check in dumb 0.9.2 - has a few usages of floating point that should by Michiel Van Der Kolk · 20 years ago
- 6c3a875 note to self: never commit a fix in a hurry. by Jean-Philippe Bernardy · 20 years ago
- a9eda60 oops, 1I^2 = 1... by Jean-Philippe Bernardy · 20 years ago
- 657fdf2 Compile the simulators without special code & data sections. Fixes intermittent hangs/ crashes of mpa2wav. by Jens Arnold · 20 years ago
- 7be0457 oops, silent compilation back in by Jean-Philippe Bernardy · 20 years ago
- a6024fa GMini: libmad compiled by Jean-Philippe Bernardy · 20 years ago
- d748953 fix proto and function to kill two simulator warnings by Daniel Stenberg · 20 years ago
- bc39c8c kill a warning by Daniel Stenberg · 20 years ago
- e78186f Added asm optimized short block IMDCT and windowing. by Thom Johansen · 20 years ago
- 8ebff81 Use the new generic SRC build "macro" in tools/makesrc.inc to process the by Daniel Stenberg · 20 years ago
- ee811a3 Inserted optimized synth_full and put some vital data in IRAM. by Thom Johansen · 20 years ago
- f513da2 Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles by Linus Nielsen Feltzing · 20 years ago
- fdcb5f0 Broke H100 sim. I suck. by Thom Johansen · 20 years ago
- c332553 Duplicate line and four space wide tabs, sorry about that. by Thom Johansen · 20 years ago
- 340d824 Added new coldfire assembly LPC decoder routine to libFLAC. by Thom Johansen · 20 years ago
- 3e1d8e4 Handle .S files in the codec Makefiles by Linus Nielsen Feltzing · 20 years ago
- f0cfd27 Correct dependencies for codec builds by Linus Nielsen Feltzing · 20 years ago
- b363d65 Get malloc() and friends out of the way for the cygwin linker (and maybe others), to make plugins work properly in the simulator. by Jens Arnold · 20 years ago
- 80b786a Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.h by Jens Arnold · 20 years ago
- 101b7e4 Cleanup by Jens Arnold · 20 years ago
- 2ad0dec Renamed config.h to config-a52.h to avoid name clash with rockbox' config.h by Jens Arnold · 20 years ago
- 52356d8 Show compiled source files by Jens Arnold · 20 years ago
- 4d8bbf4 Killed warnings by Jens Arnold · 20 years ago
- fe94a7a no strcpy for codecs by Christian Gmeiner · 20 years ago
- 8cb37d3 no strcpy for codecs by Christian Gmeiner · 20 years ago
- 089c5f7 Correction to clean: rule for libwavpack by Dave Chapman · 20 years ago
- 26601b9 dirty ctype fix by Christian Gmeiner · 20 years ago
- 83387a7 include libwavpack into build system by Christian Gmeiner · 20 years ago
- c3e55c0 changes to compile without warnings by Christian Gmeiner · 20 years ago
- e449d88 Initial import of libwavpack by Christian Gmeiner · 20 years ago
- 191b8ba Compile Tremor with _LOW_ACCURACY_ to increase speed by Marcoen Hirschberg · 20 years ago
- e638ead Temporary solution for code and data in IRAM for iriver codecs by Linus Nielsen Feltzing · 20 years ago
- 32791cf Oops, wrong file committed by Jean-Philippe Bernardy · 20 years ago
- 98e8b8a typo by Jean-Philippe Bernardy · 20 years ago
- e9edc8f Thom Johansen's first EMAC optimisation for the Coldfire - about a 3%-4% speedup by Dave Chapman · 20 years ago
- 1839a95 Add Tremor to the build by Dave Chapman · 20 years ago
- 52e43cb Cosmetic changes to remove compiler warnings and compile cleanly under Rockbox by Dave Chapman · 20 years ago
- 3038abc A temporary solution to build liba52 on the simulators - assume little-endian for simulators, big-endian for targets by Dave Chapman · 20 years ago
- cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
- 0a5b4fd More aggressive inlining for libFLAC by Linus Nielsen Feltzing · 20 years ago
- 48ff82e tremor.a -> libTremor.a by Marcoen Hirschberg · 20 years ago
- 101f0f6 Tremor does not encode by Marcoen Hirschberg · 20 years ago
- 99d2599 Initial commit of the the Ogg Vorbis 'Tremor' integer playback codec by Marcoen Hirschberg · 20 years ago
- 1c6b251 Add libFLAC to the build system by Dave Chapman · 20 years ago
- f729fce Fix some compiler warnings by Dave Chapman · 20 years ago
- 23b3a45 Remove an internal FLAC debug function that uses FILE* by Dave Chapman · 20 years ago
- aa97e4d Initial import of libFLAC from flac-1.1.2.tar.gz by Dave Chapman · 20 years ago
- fd58842 Add liba52 to the codec build. by Dave Chapman · 20 years ago
- 9cba5b6 Trivial changes to avoid compiler warnings. by Dave Chapman · 20 years ago
- 562627c Correct typo - liba52 is in apps/codecs, not apps/plugins by Dave Chapman · 20 years ago
- 5f73673 IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated at run-time as part of the a52_init function - which is time-consuming and requires floating point and libm by Dave Chapman · 20 years ago
- 3bd1677 Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of the Sourceforge CVS repository today. by Dave Chapman · 20 years ago
- d97bd1e Initial Makefile to build the codec code by Dave Chapman · 20 years ago
- 4601ce6 Start to add libmad to the build system by Dave Chapman · 20 years ago
- 1ec83e2 Very minor changes to remove compiler warnings (tested with gcc-3.4.2 under Linux) by Dave Chapman · 20 years ago
- f59bfba Comment out calls to sprintf in mad_timer_string() - sprintf doesn't exist in Rockbox and we probably won't use mad_time_string() anyway. by Dave Chapman · 20 years ago
- 98c4f65 Initial check-in of unmodified libmad code (libmad-0.15.1b) by Dave Chapman · 20 years ago