- 932b20e Vorbis: Apply various bugfixes from upstream Tremor. by Magnus Holmgren · 18 years ago
- a85793f Build Tremor with -O3 for coldfire targets, gives a slight increase in speed, remember to make clean. by Nils Wallménius · 18 years ago
- f02cba8 Code cleaning - remove some unnecessary defined(SIMULATOR) checks by Dave Chapman · 18 years ago
- 7d9ff93 FS #6848 - optimizations of Huffman decoding in Tremor. by Tomasz Malesinski · 18 years ago
- 25046aa FS #6848 - fast vector operations for ARM in Tremor. by Tomasz Malesinski · 18 years ago
- c306b2a should never have been committed by Robert Kukla · 18 years ago
- 0bed2be FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder. by Tomasz Malesinski · 18 years ago
- 5c54ba4 Added macros controlling what goes to IRAM on different targets. by Tomasz Malesinski · 18 years ago
- a796260 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. by Jens Arnold · 18 years ago
- d1ce4e7 Consistent style of 'make' messages. Always use ranlib after ar. by Jens Arnold · 19 years ago
- 93e4127 Recude iram usage for the Vorbis decoder a little. Makes it possible to build with gcc 4.0.3. by Magnus Holmgren · 19 years ago
- 9eba0d7 A few minor changes to match upstream svn. by Magnus Holmgren · 19 years ago
- 55a3018 more make magic to heal the broken builds by Daniel Stenberg · 19 years ago
- e0d64b9 Vorbis: Improve ability to decode old files (using floor0). Not enough to be able to decode one test file though... by Magnus Holmgren · 19 years ago
- 9613b91 Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break any other files. :) by Magnus Holmgren · 19 years ago
- 3e85689 Remove all references to errno, it's unnecessary since the codec doesn't directly access files. Should really fix the TLS issues with errno this time... by Jens Arnold · 19 years ago
- f16c1f3 prevent rockbox from using the wrong includes by Marcoen Hirschberg · 19 years ago
- 5947e49 Make Tremor usable on ARM targets. by Thom Johansen · 19 years ago
- 05dccc3 Profiling support, tools and documentation. by Brandon Low · 19 years ago
- 88f4c11 iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so temporarily disable ICODE_ATTR to fix the broken builds. This needs reviewing anyway when the time comes to optimise Tremor for the iPod. by Dave Chapman · 19 years ago
- 41cea75 Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu boost ratio on a test track by about 6 percentage points. Also fixes broken simulator playback caused by my previous Tremor commit. by Magnus Holmgren · 19 years ago
- 085f2f4 Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most used part of oggpack_look. Reduces CPU boost on a test track (208 kbps) by 2-3 percentage points. by Magnus Holmgren · 19 years ago
- 1b0d1da Codec makefile cleanup: remove redundant things, don't generate dependency files when cleaning. by Magnus Holmgren · 19 years ago
- 76667e2 fix gcc4 (un)signed warnings by Daniel Stenberg · 19 years ago
- 265b16e iRiver: Reduced stack usage in the Vorbis decoder, so files created by old versions of the encoder can be played. Also moved some small floor0-related arrays to IRAM. by Magnus Holmgren · 19 years ago
- 18dff12 iPod: Work around a problem with one Tremor function not being happy in IRAM (relocation truncated to fit linker error) by Dave Chapman · 19 years ago
- dc9e201 Support for a colon-separated path in APPEXTRA by Linus Nielsen Feltzing · 19 years ago
- 292e4e9 Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries. by Thom Johansen · 19 years ago
- 3701125 iriver: more codec library cleanup: remove codec_alloca and a some extraneous defines. by Magnus Holmgren · 20 years ago
- f273f35 iRiver/Vorbis: And don't specify -O2 twice... by Magnus Holmgren · 20 years ago
- 07e375c iRiver/Vorbis: Actually use the rule in the makefile. by Magnus Holmgren · 20 years ago
- 1b79209 Avoid EMAC stall in MULT31_SHIFT15. by Thom Johansen · 20 years ago
- 735208a Adapted codecs and DSP system to having MACSR saved in thread context. by Thom Johansen · 20 years ago
- 6b807b2 Fixed MAC initialization problem with mpa codec and removed workaround by Miika Pekkarinen · 20 years ago
- 7e33f16 Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a couple of test files. by Magnus Holmgren · 20 years ago
- 4a53787 ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. by Magnus Holmgren · 20 years ago
- 6753fb5 oops... should compile without warnings now by Christian Gmeiner · 20 years ago
- c6ff1f5 Added CPU_COLDFIRE define - one step closer to iAudio-port by Christian Gmeiner · 20 years ago
- a20f127 Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed tag corruption bug and allowed non-numeric characters in year and tracknum tags. Added support for composer tag by Ryan Jackson · 20 years ago
- b5b8f05 Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ov_read(). by Ryan Jackson · 20 years ago
- f580941 Changed assembly optimizations to re-init the MAC each time they're called. Fixes resampling problems with Ogg Vorbis. by Ryan Jackson · 20 years ago
- 2d8fd9c I find it weird that there is a private copy of this file here, but I'm by Daniel Stenberg · 20 years ago
- 28bd327 Fix possible use of uninitialized variable by Daniel Stenberg · 20 years ago
- 1b3622d Use asm optimised memset() in vorbis_apply_window. by Pedro Vasconcelos · 20 years ago
- ca19564 Enabled minor Tremor opt. by Thom Johansen · 20 years ago
- 6b9350b A little improvement on Vorbis block synthesis. by Pedro Vasconcelos · 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
- 024db0a Basic optimizations of the Vorbis decoder for the ihp-1x0. by Pedro Vasconcelos · 20 years ago
- b8a23f9e Fixed makefiles for autoconf.g include. by Daniel Stenberg · 20 years ago
- 8ebff81 Use the new generic SRC build "macro" in tools/makesrc.inc to process the by Daniel Stenberg · 20 years ago
- f513da2 Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles by Linus Nielsen Feltzing · 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
- 52356d8 Show compiled source files by Jens Arnold · 20 years ago
- 191b8ba Compile Tremor with _LOW_ACCURACY_ to increase speed by Marcoen Hirschberg · 20 years ago
- 52e43cb Cosmetic changes to remove compiler warnings and compile cleanly under Rockbox by Dave Chapman · 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