summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor (follow)
Commit message (Expand)AuthorAge
* Codec lib directories renamed, except for demac.Björn Stenberg2008-11-05
* Codec memory reorganizationNils Wallménius2008-10-19
* Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli2008-09-04
* Made local functions static for vorbis and speex codecsBertrik Sikken2008-08-12
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Remove obsolete commentNils Wallménius2008-04-03
* Vorbis codec: Only try to put the ARM assembler optimised MDCT in IRAM if the...Jens Arnold2008-01-25
* Change oggmalloc.c to use size_t and kill a warning about type-punning. Align...Michael Sevakis2007-11-08
* disable the ARM optimized MDCT for the Gigabeat for now as it creates a data ...Marcoen Hirschberg2007-10-01
* FS #7833: Optimizations to the Vorbis codec:Tomasz Malesinski2007-09-27
* Clean out unused codeNils Wallménius2007-07-15
* Vorbis: Apply various bugfixes from upstream Tremor.Magnus Holmgren2007-07-01
* Build Tremor with -O3 for coldfire targets, gives a slight increase in speed,...Nils Wallménius2007-06-08
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* FS #6848 - optimizations of Huffman decoding in Tremor.Tomasz Malesinski2007-03-24
* FS #6848 - fast vector operations for ARM in Tremor.Tomasz Malesinski2007-03-24
* should never have been committedRobert Kukla2007-03-04
* FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.Tomasz Malesinski2006-11-26
* Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2006-11-09
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Recude iram usage for the Vorbis decoder a little. Makes it possible to build...Magnus Holmgren2006-09-05
* A few minor changes to match upstream svn.Magnus Holmgren2006-09-05
* more make magic to heal the broken buildsDaniel Stenberg2006-09-02
* Vorbis: Improve ability to decode old files (using floor0). Not enough to be ...Magnus Holmgren2006-07-25
* Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break an...Magnus Holmgren2006-04-05
* Remove all references to errno, it's unnecessary since the codec doesn't dire...Jens Arnold2006-03-01
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Make Tremor usable on ARM targets.Thom Johansen2006-01-28
* Profiling support, tools and documentation.Brandon Low2006-01-18
* iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so t...Dave Chapman2006-01-03
* Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...Magnus Holmgren2005-12-28
* Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most us...Magnus Holmgren2005-12-21
* Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren2005-12-05
* fix gcc4 (un)signed warningsDaniel Stenberg2005-12-02
* iRiver: Reduced stack usage in the Vorbis decoder, so files created by old ve...Magnus Holmgren2005-11-26
* iPod: Work around a problem with one Tremor function not being happy in IRAM ...Dave Chapman2005-11-13
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen2005-10-27
* iriver: more codec library cleanup: remove codec_alloca and a some extraneous...Magnus Holmgren2005-10-17
* iRiver/Vorbis: And don't specify -O2 twice...Magnus Holmgren2005-10-10
* iRiver/Vorbis: Actually use the rule in the makefile.Magnus Holmgren2005-10-10
* Avoid EMAC stall in MULT31_SHIFT15.Thom Johansen2005-09-21
* Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2005-09-07
* Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen2005-07-30
* Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...Magnus Holmgren2005-07-28
* ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2005-07-24
* oops... should compile without warnings nowChristian Gmeiner2005-07-18
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson2005-07-15