summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor (follow)
Commit message (Expand)AuthorAge
* 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