summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor
AgeCommit message (Expand)Author
2010-07-01Factor out sane code list bisection code and use instead of insane code, clea...Nils Wallménius
2010-06-29Clean up a leftover preprocessor symbol and improve the workaround for the 'a...Nils Wallménius
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-17ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gig...Nils Wallménius
2010-06-17Delete some duplicate inline asm macros since they now live in the codeclib.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-05-12Simplify special case function, speedup of about 0.2MHz on both coldfire and ...Nils Wallménius
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-03-16Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...Michael Giacomelli
2010-03-09Simplify makefileNils Wallménius
2010-03-07Use larger IRAM for M5/X5 in vorbis.Andree Buschmann
2010-03-05Fix broken whitespace after r24862Nils Wallménius
2010-03-04Remove leftover unused buffer from the mdctexp branchNils Wallménius
2010-02-22Remove all tabs within codec path.Andree Buschmann
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-23Assembler optimised bitreverse for ARM, again a little bit faster and smaller...Jens Arnold
2009-12-23Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup...Nils Wallménius
2009-12-21Use optimised byteswap function in bitrev for a tiny speedup on coldfire and ...Nils Wallménius
2009-12-12Comment var only used by already commented out debug code, delete #if 0'ed bl...Nils Wallménius
2009-12-10Remove inline asm that hasn't been useful for years, no speed differenceNils Wallménius
2009-11-20Fix warning on new gcc for checking value or truth of undefined _WIN32 and MIPS.Andrew Mahone
2009-11-09Make the codecs use more IRAM on S5L870x, as we have plenty of it.Michael Sparmann
2009-10-04Add STATICIRAM_NOT_MDCT as a workaround for the gcc bug where static function...Dave Chapman
2009-09-07Fix for FS#10492, by Aoyumi: Data abort errors when playing some Vorbis files.Magnus Holmgren
2009-08-29FS#10466: Introduce a real malloc for tremor.Magnus Holmgren
2009-08-29Fix condition code clobbers (and one TAB) for inline arm code in lib and libt...Dave Hooper
2009-07-14Remove a function accidentally added back in r21841.Magnus Holmgren
2009-07-13Import Vorbis seeking improvements from Tremor SVN.Magnus Holmgren
2009-06-30Commit rest of fix in FS#9866. Don't parse Vorbis comments again in libtremo...Michael Giacomelli
2009-05-02Fix for noise after vorbis skipping introduced in r20783 - thanks to Aoyumi a...Dave Hooper
2009-04-25Commit FS#9882 - make better use of iram at different quality encodings, remo...Dave Hooper
2009-03-08Add setjmp/longjmp for ARM and ColdFire to the codec lib, and use it in the V...Magnus Holmgren
2009-03-01Make tremor check for very long ogg tags and truncate them if they're larger ...Michael Giacomelli
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2009-02-17Commit FS#9915 by Sei Aoyumi. Adds hints to help GCC better optimize vorbis ...Michael Giacomelli
2009-01-21Remove floor0 stuff from IRAM. Results in a tiny speed decrease for files en...Michael Giacomelli
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-22Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius
2008-11-20Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
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