summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2010-08-07Add missing files from ffmpeg, write a README.rockbox and a makefile.Mohamed Tarek
2010-08-07Mistakenly committed a modification. The files in libwmavoice currently are e...Mohamed Tarek
2010-08-07Initial commit for a WMA Voice decoder; Import a minimal set of files for lib...Mohamed Tarek
2010-08-05Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in...Andree Buschmann
2010-08-05Minor of libwmapro on ARM. Swap operands for fixmul31, is 1% faster.Andree Buschmann
2010-08-05Remove the comment about Coldfire asm. The current code (using fixmul16 macro...Mohamed Tarek
2010-08-05libwmapro: remove coldfire fixmul24 as it is both incorrect and unused, fix f...Nils Wallménius
2010-08-05update wmapro's README.Mohamed Tarek
2010-08-05Fix reds. Mohamed Tarek
2010-08-05oops ! shouldn't have removed mdct_tables.Mohamed Tarek
2010-08-05Drop the the mdct files from libwmapro since they are no longer needed.Mohamed Tarek
2010-08-04Increase wmapro decoder output sample depth to 24 bits, makes the mean error ...Mohamed Tarek
2010-08-04Fix red by removing sine_512 from iram (2KB). minor slowdown for PP5024 (~0.0...Mohamed Tarek
2010-08-04Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be sca...Mohamed Tarek
2010-08-03Fix the sample count in wma pro.Mohamed Tarek
2010-08-03faad: move inline function in headerRafaël Carré
2010-08-03wma: move inline functions into .h fileRafaël Carré
2010-08-03flac: error out if max blocksize is larger than we can handle.Nils Wallménius
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz
2010-08-01Use higher precision for libwmapro's quant_tab[].Andree Buschmann
2010-08-01mpa: remove bad enum comparison spotted by gcc 4.5.1Rafaël Carré
2010-07-31Housekeeping for libwmapro. Define some multiple used constants, use more pre...Andree Buschmann
2010-07-30libwmapro: fix comment for coldfire fixmul31.Nils Wallménius
2010-07-29Maintenance and minor speedup of libwmapro. Comment unused arrays, fix commen...Andree Buschmann
2010-07-29Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius
2010-07-29libmwapro: use codeclib asm macros for XNPROD31, speeds up decoding of a 55kb...Nils Wallménius
2010-07-28libwmapro: coldfire asm for vector_fixmul_scalar, 1% speedupNils Wallménius
2010-07-28Refactor asm macros in libwmapro's vector_fixmul_() functions. No change to o...Andree Buschmann
2010-07-28Add ARM assembler to libwmapro vector_fixmul_scalar(). Speeds up decoding by ...Andree Buschmann
2010-07-28Refinement of initial lowmem handling for libwmapro (r27593). Set maximum sup...Andree Buschmann
2010-07-28Correct the scaling of the coeffs to 17bits.Mohamed Tarek
2010-07-28Submit FS#11502. Minor optimization to Coldfire assembler in libatrac's fixmu...Andree Buschmann
2010-07-28Submit next part of FS#11498. Unroll loop for minor speedup of libwmapro on A...Andree Buschmann
2010-07-28Enable wmapro compilation for lowmem targets by excluding multichannel buffer...Mohamed Tarek
2010-07-28Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek
2010-07-27libwmapro: build with -O2 for coldfire, 5% speedup.Nils Wallménius
2010-07-27libwmapro: tiny tweak fo coldfire fixmul24 for a very slight speedup.Nils Wallménius
2010-07-26libwmapro: slightly shorter and faster inline asm fixed point multiplication ...Nils Wallménius
2010-07-26Modify the wma pro decoder to produce non-interleaved samples, and work direc...Mohamed Tarek
2010-07-26Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi...Andree Buschmann
2010-07-26libatrac: Coldfire asm for atrac3_iqmf_dewindowing, speeds up decoding of my ...Nils Wallménius
2010-07-26libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr...Nils Wallménius
2010-07-26aiff codec: small clean upRafaël Carré
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius
2010-07-23libatrac: Set the emac mode on coldfire, fixes whitenoise output if playing a...Nils Wallménius
2010-07-23Introduce macros for identical multiply-add blocks.Andree Buschmann
2010-07-23libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu...Nils Wallménius
2010-07-22Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to...Andree Buschmann
2010-07-20Convert inline coldfire assembler to a 'real' assembler function, with tweaks...Nils Wallménius
2010-07-20Shorten: tweak some inline asm, use local lables to not cause problems when t...Nils Wallménius