summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* faad: move inline function in headerRafaël Carré2010-08-03
* wma: move inline functions into .h fileRafaël Carré2010-08-03
* flac: error out if max blocksize is larger than we can handle.Nils Wallménius2010-08-03
* Rockbox as an application: Commit current Android port progress.Thomas Martitz2010-08-02
* Use higher precision for libwmapro's quant_tab[].Andree Buschmann2010-08-01
* mpa: remove bad enum comparison spotted by gcc 4.5.1Rafaël Carré2010-08-01
* Housekeeping for libwmapro. Define some multiple used constants, use more pre...Andree Buschmann2010-07-31
* libwmapro: fix comment for coldfire fixmul31.Nils Wallménius2010-07-30
* Maintenance and minor speedup of libwmapro. Comment unused arrays, fix commen...Andree Buschmann2010-07-29
* Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius2010-07-29
* libmwapro: use codeclib asm macros for XNPROD31, speeds up decoding of a 55kb...Nils Wallménius2010-07-29
* libwmapro: coldfire asm for vector_fixmul_scalar, 1% speedupNils Wallménius2010-07-28
* Refactor asm macros in libwmapro's vector_fixmul_() functions. No change to o...Andree Buschmann2010-07-28
* Add ARM assembler to libwmapro vector_fixmul_scalar(). Speeds up decoding by ...Andree Buschmann2010-07-28
* Refinement of initial lowmem handling for libwmapro (r27593). Set maximum sup...Andree Buschmann2010-07-28
* Correct the scaling of the coeffs to 17bits.Mohamed Tarek2010-07-28
* Submit FS#11502. Minor optimization to Coldfire assembler in libatrac's fixmu...Andree Buschmann2010-07-28
* Submit next part of FS#11498. Unroll loop for minor speedup of libwmapro on A...Andree Buschmann2010-07-28
* Enable wmapro compilation for lowmem targets by excluding multichannel buffer...Mohamed Tarek2010-07-28
* Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek2010-07-28
* libwmapro: build with -O2 for coldfire, 5% speedup.Nils Wallménius2010-07-27
* libwmapro: tiny tweak fo coldfire fixmul24 for a very slight speedup.Nils Wallménius2010-07-27
* libwmapro: slightly shorter and faster inline asm fixed point multiplication ...Nils Wallménius2010-07-26
* Modify the wma pro decoder to produce non-interleaved samples, and work direc...Mohamed Tarek2010-07-26
* Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi...Andree Buschmann2010-07-26
* libatrac: Coldfire asm for atrac3_iqmf_dewindowing, speeds up decoding of my ...Nils Wallménius2010-07-26
* libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr...Nils Wallménius2010-07-26
* aiff codec: small clean upRafaël Carré2010-07-26
* codecs: mark some local variables with 'static'Nils Wallménius2010-07-25
* libatrac: Set the emac mode on coldfire, fixes whitenoise output if playing a...Nils Wallménius2010-07-23
* Introduce macros for identical multiply-add blocks.Andree Buschmann2010-07-23
* libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu...Nils Wallménius2010-07-23
* Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to...Andree Buschmann2010-07-22
* Convert inline coldfire assembler to a 'real' assembler function, with tweaks...Nils Wallménius2010-07-20
* Shorten: tweak some inline asm, use local lables to not cause problems when t...Nils Wallménius2010-07-20
* Make libdemac compile again on OSX x86 and x86_64 by replacing .rept with fan...Jens Arnold2010-07-19
* FS#11454 Tuning of codec compiler optionsNils Wallménius2010-07-18
* Oops, revert unintentional commitNils Wallménius2010-07-17
* Delete unused headerNils Wallménius2010-07-17
* libwma: void pointer voodoo to get rid ov strict aliasing warningsNils Wallménius2010-07-17
* libwma: Reuse a static buffer that was unused while decoding lsp files for so...Nils Wallménius2010-07-17
* Check for errors from decode_packet in wmapro.cMohamed Tarek2010-07-17
* Increase the size of quant table in libwmapro to accomodate more values for e...Mohamed Tarek2010-07-17
* libwma: Reduce size of runtab and levtab buffers, only one set can get the wo...Nils Wallménius2010-07-17
* Remove unused 2kB buffer and some dead code.Nils Wallménius2010-07-17
* Begin shoehorning wma into the clip codec buffer again. Reduce the static buf...Nils Wallménius2010-07-17
* libwmapro no longer needs libm in the sim; update the makefile and README.roc...Mohamed Tarek2010-07-17
* libwmapro : remove dead/unneeded code from wma.[ch]Mohamed Tarek2010-07-17
* libwmapro : Rename all FIXED occurrances to int32_t and remove types.hMohamed Tarek2010-07-17
* More cleaning for libwmapro; use codeclib's bitstream functions and drop thos...Mohamed Tarek2010-07-17