summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2007-06-16AAC: Add support for iTunes-style gapless playback.Magnus Holmgren1-2/+52
2007-06-14Remove some unused codeDave Chapman3-57/+1
2007-06-13Oops, forgot to set keywords propDave Chapman1-1/+1
2007-06-13ARM assembler predictor decoding function. This increases my -c1000 test tra...Dave Chapman4-2/+520
2007-06-10C optimisations to the predictor decoding - create a single function for deco...Dave Chapman4-130/+203
2007-06-09Define and use a local APE_MAX function to make the standalone demac decoder ...Dave Chapman1-2/+7
2007-06-08Build Tremor with -O3 for coldfire targets, gives a slight increase in speed,...Nils Wallménius1-1/+7
2007-06-08Seeking and resume support for Monkey's AudioDave Chapman6-18/+201
2007-06-06Make v3.97 APE files work in RockboxDave Chapman1-29/+61
2007-06-06Correct a comment (thanks to Markun for spotting)Dave Chapman1-4/+3
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman31-4/+3330
2007-05-22Fix prototypes and warning in ARM version of libspeex filter.hDan Everton1-2/+1
2007-05-22Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfi...Dan Everton36-302/+626
2007-05-14Accept FS#6934 by Akio Idehara to fix an unresolved dependency on apps/codecs...Nils Wallménius1-20/+20
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman17-33/+33
2007-05-07Clean up the codec API - remove all unused (and in many cases inappropriate) ...Dave Chapman2-6/+0
2007-05-07Code police - codecs shouldn't call GUI functionsDave Chapman1-2/+0
2007-04-25Make recording complain about every little file I/O problem (error on close()...Michael Sevakis4-12/+7
2007-04-23AIFF COMM chunks might be larger than 18 bytes.Jens Arnold1-2/+2
2007-04-13Build libmad separately for mpegplayer. This provides flexibility to adjust ...Dave Chapman1-0/+5
2007-04-06Support resume for MusepackAdam Boot1-1/+16
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis3-87/+87
2007-03-24FS #6848 - optimizations of Huffman decoding in Tremor.Tomasz Malesinski2-12/+101
2007-03-24FS #6848 - fast vector operations for ARM in Tremor.Tomasz Malesinski5-59/+168
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis1-1/+1
2007-03-19Further simplification of constraints in libspeex arm asm.Jens Arnold1-9/+9
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren3-3/+3
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold6-22/+33
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold5-16/+16
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2-2/+2
2007-03-13Get rid of the arm4 libspeex warnings.Jens Arnold1-3/+2
2007-03-13turn on ARM optimizationsMarcoen Hirschberg4-6/+2
2007-03-13rename config.h to config-speex.hMarcoen Hirschberg38-38/+39
2007-03-12* Clean up speex.c a little.Dan Everton21-558/+1299
2007-03-10Fix build warnings. A better fix might be to define HAVE_LIMITS_H, but someon...Barry Wardell3-0/+3
2007-03-04should never have been committedRobert Kukla1-88/+0
2007-03-04SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly...Michael Sevakis4-9/+9
2007-03-03Set svn:keywords property where missing.Jens Arnold5-5/+5
2007-03-03Add get_metadata() and year & comment tag support for SPC.Adam Boot1-4/+23
2007-03-03Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experim...Michael Sevakis1-2/+1
2007-03-03SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P Ki...Michael Sevakis1-6/+40
2007-03-03Fix a comment that sounded a bit odd.Michael Sevakis1-1/+2
2007-03-03SPC codec on Coldfire: Move movclrs into the light and out of the long dark s...Michael Sevakis1-31/+62
2007-02-26SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...Michael Sevakis8-1/+16
2007-02-24Woops, that was an experimental change that shouldn't have been included.Michael Sevakis1-2/+1
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis3-5/+2
2007-02-23SPC Codec: Fix an overflow issue in echo with left shifting by 9 that showed ...Michael Sevakis1-13/+11
2007-02-21SPC Codec: Now that output clipping is left to the core DSP, some especially ...Michael Sevakis1-2/+10
2007-02-20Fix a mistake in wrapping the echo buffer.Michael Sevakis1-5/+7
2007-02-20SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizatio...Michael Sevakis2-31/+191