summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/vorbisfile.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-12-21libtremor: fix memory corruption bug introduced in r30728 that could cause cr...Nils Wallménius
2011-10-08libtremor: hack to work around huge allocations for the comment packet in fil...Nils Wallménius
2010-12-12Revert tab police as it makes merging upstream changes more annoying and mess...Nils Wallménius
2010-12-12Tab police.Andree Buschmann
2010-12-08libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546,...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ...Nils Wallménius
2010-12-06libtremor:Nils Wallménius
2010-12-04libtremor: merge upstream revision 17374 and some inline/icode tweaks to main...Nils Wallménius
2009-10-04Add STATICIRAM_NOT_MDCT as a workaround for the gcc bug where static function...Dave Chapman
2009-07-14Remove a function accidentally added back in r21841.Magnus Holmgren
2009-07-13Import Vorbis seeking improvements from Tremor SVN.Magnus Holmgren
2008-11-05Codec lib directories renamed, except for demac.Björn Stenberg
2007-07-15Clean out unused codeNils Wallménius
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski
2006-03-01Remove all references to errno, it's unnecessary since the codec doesn't dire...Jens Arnold
2005-12-28Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...Magnus Holmgren
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren
2005-07-18oops... should compile without warnings nowChristian Gmeiner
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-15Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson
2005-07-15Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...Ryan Jackson
2005-07-15Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson
2005-06-08Vorbis opts: keep floor1 lookup table in IRAM.Pedro Vasconcelos
2005-05-27Basic optimizations of the Vorbis decoder for the ihp-1x0.Pedro Vasconcelos
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-19Cosmetic changes to remove compiler warnings and compile cleanly under RockboxDave Chapman
2005-02-17Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg