summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/mapping0.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-09-22libtremor: port over ffmpeg's windowing codeNils Wallménius
2011-09-16libtremor: save a kB or two limiting an array size to the maximum number of c...Nils Wallménius
2011-09-16libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin...Nils Wallménius
2010-12-07libtremor: merge upstream revision 17525 'Commit additional hardening to setu...Nils Wallménius
2010-10-31libtremor: introduce asm optimized version of the channel_couple function for...Nils Wallménius
2010-05-29Correction to clobber lists of several codec's inline assembly.Andree Buschmann
2010-05-13Two tiny tweaks to some arm asmNils Wallménius
2010-03-16Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...Michael Giacomelli
2010-02-21Unroll and optimise channel coupling for arm gives 0.6Mhz speed for vorbis on...Dave Hooper
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2009-12-12Comment var only used by already commented out debug code, delete #if 0'ed bl...Nils Wallménius
2009-04-25Commit FS#9882 - make better use of iram at different quality encodings, remo...Dave Hooper
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-05Codec lib directories renamed, except for demac.Björn Stenberg
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli
2006-09-05Recude iram usage for the Vorbis decoder a little. Makes it possible to build...Magnus Holmgren
2005-12-28Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...Magnus Holmgren
2005-06-10A little improvement on Vorbis block synthesis.Pedro Vasconcelos
2005-06-08Vorbis opts: keep floor1 lookup table in IRAM.Pedro Vasconcelos
2005-06-06Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying.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-17Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg