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