summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Yet more dead code removalDave Chapman2007-07-04
* Remove some unused codeDave Chapman2007-07-04
* Assemblerised CMUL() for ARM, giving ~20% speedup.Jens Arnold2007-07-04
* Attempt #2Michael Giacomelli2007-07-04
* Opps fix static ASM function on coldfireMichael Giacomelli2007-07-04
* Code clean up: Move fixed point functions into their own files. Move variou...Michael Giacomelli2007-07-04
* Shorten the coldfire fixmul32() by 2 instructions and use one register less. ...Jens Arnold2007-07-04
* Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots ...Thom Johansen2007-07-03
* WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and...Dave Chapman2007-07-03
* Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman2007-07-03
* Vorbis: Apply various bugfixes from upstream Tremor.Magnus Holmgren2007-07-01
* AAC: Add support for iTunes-style gapless playback.Magnus Holmgren2007-06-16
* Remove some unused codeDave Chapman2007-06-14
* Oops, forgot to set keywords propDave Chapman2007-06-13
* ARM assembler predictor decoding function. This increases my -c1000 test tra...Dave Chapman2007-06-13
* C optimisations to the predictor decoding - create a single function for deco...Dave Chapman2007-06-10
* Define and use a local APE_MAX function to make the standalone demac decoder ...Dave Chapman2007-06-09
* Build Tremor with -O3 for coldfire targets, gives a slight increase in speed,...Nils Wallménius2007-06-08
* Seeking and resume support for Monkey's AudioDave Chapman2007-06-08
* Make v3.97 APE files work in RockboxDave Chapman2007-06-06
* Correct a comment (thanks to Markun for spotting)Dave Chapman2007-06-06
* Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman2007-06-05
* Fix prototypes and warning in ARM version of libspeex filter.hDan Everton2007-05-22
* Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfi...Dan Everton2007-05-22
* Accept FS#6934 by Akio Idehara to fix an unresolved dependency on apps/codecs...Nils Wallménius2007-05-14
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Clean up the codec API - remove all unused (and in many cases inappropriate) ...Dave Chapman2007-05-07
* Code police - codecs shouldn't call GUI functionsDave Chapman2007-05-07
* Make recording complain about every little file I/O problem (error on close()...Michael Sevakis2007-04-25
* AIFF COMM chunks might be larger than 18 bytes.Jens Arnold2007-04-23
* Build libmad separately for mpegplayer. This provides flexibility to adjust ...Dave Chapman2007-04-13
* Support resume for MusepackAdam Boot2007-04-06
* Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis2007-03-29
* FS #6848 - optimizations of Huffman decoding in Tremor.Tomasz Malesinski2007-03-24
* FS #6848 - fast vector operations for ARM in Tremor.Tomasz Malesinski2007-03-24
* More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis2007-03-20
* Further simplification of constraints in libspeex arm asm.Jens Arnold2007-03-19
* Fix several printf-style warnings in logf builds.Magnus Holmgren2007-03-18
* Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold2007-03-17
* Fix simulator builds, and some debugf() format strings.Jens Arnold2007-03-17
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Get rid of the arm4 libspeex warnings.Jens Arnold2007-03-13
* turn on ARM optimizationsMarcoen Hirschberg2007-03-13
* rename config.h to config-speex.hMarcoen Hirschberg2007-03-13
* * Clean up speex.c a little.Dan Everton2007-03-12
* Fix build warnings. A better fix might be to define HAVE_LIMITS_H, but someon...Barry Wardell2007-03-10
* should never have been committedRobert Kukla2007-03-04
* SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly...Michael Sevakis2007-03-04
* Set svn:keywords property where missing.Jens Arnold2007-03-03
* Add get_metadata() and year & comment tag support for SPC.Adam Boot2007-03-03