summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/vorbisfile.c (follow)
Commit message (Expand)AuthorAge
* Codec lib directories renamed, except for demac.Björn Stenberg2008-11-05
* Clean out unused codeNils Wallménius2007-07-15
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2006-11-09
* Remove all references to errno, it's unnecessary since the codec doesn't dire...Jens Arnold2006-03-01
* Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...Magnus Holmgren2005-12-28
* fix gcc4 (un)signed warningsDaniel Stenberg2005-12-02
* 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
* 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
* Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...Ryan Jackson2005-07-15
* Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson2005-07-15
* Vorbis opts: keep floor1 lookup table in IRAM.Pedro Vasconcelos2005-06-08
* Basic optimizations of the Vorbis decoder for the ihp-1x0.Pedro Vasconcelos2005-05-27
* Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold2005-02-28
* Cosmetic changes to remove compiler warnings and compile cleanly under RockboxDave Chapman2005-02-19
* Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg2005-02-17