summaryrefslogtreecommitdiffstats
path: root/apps/codecs/Tremor
AgeCommit message (Expand)AuthorFilesLines
2008-04-03Remove obsolete commentNils Wallménius1-3/+0
2008-01-25Vorbis codec: Only try to put the ARM assembler optimised MDCT in IRAM if the...Jens Arnold2-0/+9
2007-11-08Change oggmalloc.c to use size_t and kill a warning about type-punning. Align...Michael Sevakis1-6/+10
2007-10-01disable the ARM optimized MDCT for the Gigabeat for now as it creates a data ...Marcoen Hirschberg1-1/+1
2007-09-27FS #7833: Optimizations to the Vorbis codec:Tomasz Malesinski6-10/+502
2007-07-15Clean out unused codeNils Wallménius8-547/+0
2007-07-01Vorbis: Apply various bugfixes from upstream Tremor.Magnus Holmgren6-259/+289
2007-06-08Build Tremor with -O3 for coldfire targets, gives a slight increase in speed,...Nils Wallménius1-1/+7
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman3-3/+3
2007-03-24FS #6848 - optimizations of Huffman decoding in Tremor.Tomasz Malesinski2-12/+101
2007-03-24FS #6848 - fast vector operations for ARM in Tremor.Tomasz Malesinski5-59/+168
2007-03-04should never have been committedRobert Kukla1-88/+0
2006-11-26FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.Tomasz Malesinski4-43/+97
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski10-22/+34
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-09-05Recude iram usage for the Vorbis decoder a little. Makes it possible to build...Magnus Holmgren3-2/+1
2006-09-05A few minor changes to match upstream svn.Magnus Holmgren2-3/+3
2006-09-02more make magic to heal the broken buildsDaniel Stenberg1-2/+2
2006-07-25Vorbis: Improve ability to decode old files (using floor0). Not enough to be ...Magnus Holmgren1-5/+10
2006-04-05Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break an...Magnus Holmgren1-4/+18
2006-03-01Remove all references to errno, it's unnecessary since the codec doesn't dire...Jens Arnold1-2/+0
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-01-28Make Tremor usable on ARM targets.Thom Johansen3-16/+17
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2006-01-03iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so t...Dave Chapman1-0/+7
2005-12-28Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...Magnus Holmgren13-39/+67
2005-12-21Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most us...Magnus Holmgren2-59/+70
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-7/+3
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg1-2/+2
2005-11-26iRiver: Reduced stack usage in the Vorbis decoder, so files created by old ve...Magnus Holmgren2-8/+23
2005-11-13iPod: Work around a problem with one Tremor function not being happy in IRAM ...Dave Chapman1-0/+4
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen5-8/+8
2005-10-17iriver: more codec library cleanup: remove codec_alloca and a some extraneous...Magnus Holmgren1-1/+0
2005-10-10iRiver/Vorbis: And don't specify -O2 twice...Magnus Holmgren1-1/+1
2005-10-10iRiver/Vorbis: Actually use the rule in the makefile.Magnus Holmgren1-2/+2
2005-09-21Avoid EMAC stall in MULT31_SHIFT15.Thom Johansen1-1/+1
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-12/+7
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen2-4/+1
2005-07-28Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...Magnus Holmgren5-9/+13
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2-0/+46
2005-07-18oops... should compile without warnings nowChristian Gmeiner2-3/+3
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner4-10/+10
2005-07-15Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson1-0/+4
2005-07-15Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...Ryan Jackson2-10/+4
2005-07-15Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson2-4/+13
2005-07-12I find it weird that there is a private copy of this file here, but I'mDaniel Stenberg1-22/+1
2005-07-07Fix possible use of uninitialized variableDaniel Stenberg1-2/+2
2005-06-21Use asm optimised memset() in vorbis_apply_window.Pedro Vasconcelos2-7/+10