Age | Commit message (Expand) | Author |
2006-11-26 | FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder. | Tomasz Malesinski |
2006-11-09 | Added macros controlling what goes to IRAM on different targets. | Tomasz Malesinski |
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-05 | Recude iram usage for the Vorbis decoder a little. Makes it possible to build... | Magnus Holmgren |
2006-09-05 | A few minor changes to match upstream svn. | Magnus Holmgren |
2006-09-02 | more make magic to heal the broken builds | Daniel Stenberg |
2006-07-25 | Vorbis: Improve ability to decode old files (using floor0). Not enough to be ... | Magnus Holmgren |
2006-04-05 | Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break an... | Magnus Holmgren |
2006-03-01 | Remove all references to errno, it's unnecessary since the codec doesn't dire... | Jens Arnold |
2006-02-24 | prevent rockbox from using the wrong includes | Marcoen Hirschberg |
2006-01-28 | Make Tremor usable on ARM targets. | Thom Johansen |
2006-01-18 | Profiling support, tools and documentation. | Brandon Low |
2006-01-03 | iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so t... | Dave Chapman |
2005-12-28 | Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo... | Magnus Holmgren |
2005-12-21 | Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most us... | Magnus Holmgren |
2005-12-05 | Codec makefile cleanup: remove redundant things, don't generate dependency fi... | Magnus Holmgren |
2005-12-02 | fix gcc4 (un)signed warnings | Daniel Stenberg |
2005-11-26 | iRiver: Reduced stack usage in the Vorbis decoder, so files created by old ve... | Magnus Holmgren |
2005-11-13 | iPod: Work around a problem with one Tremor function not being happy in IRAM ... | Dave Chapman |
2005-10-27 | Support for a colon-separated path in APPEXTRA | Linus Nielsen Feltzing |
2005-10-27 | Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries. | Thom Johansen |
2005-10-17 | iriver: more codec library cleanup: remove codec_alloca and a some extraneous... | Magnus Holmgren |
2005-10-10 | iRiver/Vorbis: And don't specify -O2 twice... | Magnus Holmgren |
2005-10-10 | iRiver/Vorbis: Actually use the rule in the makefile. | Magnus Holmgren |
2005-09-21 | Avoid EMAC stall in MULT31_SHIFT15. | Thom Johansen |
2005-09-07 | Adapted codecs and DSP system to having MACSR saved in thread context. | Thom Johansen |
2005-07-30 | Fixed MAC initialization problem with mpa codec and removed workaround | Miika Pekkarinen |
2005-07-28 | Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ... | Magnus Holmgren |
2005-07-24 | ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. | Magnus Holmgren |
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-15 | Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t... | Ryan Jackson |
2005-07-15 | Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ... | Ryan Jackson |
2005-07-15 | Changed assembly optimizations to re-init the MAC each time they're called. F... | Ryan Jackson |
2005-07-12 | I find it weird that there is a private copy of this file here, but I'm | Daniel Stenberg |
2005-07-07 | Fix possible use of uninitialized variable | Daniel Stenberg |
2005-06-21 | Use asm optimised memset() in vorbis_apply_window. | Pedro Vasconcelos |
2005-06-12 | Enabled minor Tremor opt. | Thom Johansen |
2005-06-10 | A little improvement on Vorbis block synthesis. | Pedro Vasconcelos |
2005-06-08 | Kill warning. I suck. | Thom Johansen |
2005-06-08 | Oops. | Thom Johansen |
2005-06-08 | We clear our accumulators after we're done with them on Coldfire. No need to ... | Thom Johansen |
2005-06-08 | Vorbis opts: keep floor1 lookup table in IRAM. | Pedro Vasconcelos |
2005-06-06 | Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying. | Pedro Vasconcelos |
2005-05-27 | Basic optimizations of the Vorbis decoder for the ihp-1x0. | Pedro Vasconcelos |
2005-05-07 | Fixed makefiles for autoconf.g include. | Daniel Stenberg |
2005-03-06 | Use the new generic SRC build "macro" in tools/makesrc.inc to process the | Daniel Stenberg |
2005-03-03 | Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles | Linus Nielsen Feltzing |
2005-03-02 | Handle .S files in the codec Makefiles | Linus Nielsen Feltzing |