summaryrefslogtreecommitdiff
path: root/apps/codecs/libatrac
AgeCommit message (Expand)Author
2010-11-22Use MEM_ALIGN_ATTR in libatrac3.Andree Buschmann
2010-11-22Fix bug in libatrac which lead to playback errors and/or distortions with som...Andree Buschmann
2010-11-21Remove tabs.Andree Buschmann
2010-11-10Remove some benchmarking code accidentally included in the previous commit.Michael Giacomelli
2010-11-10Commit FS#11709 by me. Introduces ARMv5E optimized iQMF for atrac3 based on ...Michael Giacomelli
2010-11-10Introduce macros to ARM asm atrac3 filterbank for better readability.Andree Buschmann
2010-11-07set mode argument for open() where O_CREAT flag is/can be set.Teruaki Kawashima
2010-07-28Submit FS#11502. Minor optimization to Coldfire assembler in libatrac's fixmu...Andree Buschmann
2010-07-26libatrac: Coldfire asm for atrac3_iqmf_dewindowing, speeds up decoding of my ...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-15Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...Nils Wallménius
2010-06-17Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré
2010-05-29Small changes to asm for better readability.Andree Buschmann
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-03-12Fix comment on interpolation macro.Andree Buschmann
2010-03-12Fix playback of atrac3 joint stereo encoded files. Define the interpolation m...Andree Buschmann
2010-02-20Reinstate ICONST_ATTR for matrixCoeffs_fix ; remove (silly) gain_tab1 and re...Dave Hooper
2010-02-20Remove ICONST_ATTR from some tables, to fit into PP5020 iram (now that mdct i...Dave Hooper
2010-02-17Fix yellow (bad function declaration)Dave Hooper
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2010-02-16Add the Rockbox GNU header to some files in libatrac.Mohamed Tarek
2010-02-16Fix yellow.Mohamed Tarek
2010-02-16"Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek
2010-02-15Major optimization of atrac3 codec for Coldfire targets. Moving several numbe...Andree Buschmann
2010-02-15Minor atrac3 codec optimization. Refacturate requantization of spectral lines...Andree Buschmann
2010-02-15Further optimization of atrac3 codec. Refacturate gainCompensateAndOverlap(),...Andree Buschmann
2010-02-15Minor speed up of atrac3 codec. Applying 2 bits fract part to scalefactors in...Andree Buschmann
2010-02-15Work on atrac Joint Stereo mode. Correct calculation in getChannelWeights(), ...Andree Buschmann
2010-02-15revert last commit (r24660). There was a mistake in the location of the Mohamed Tarek
2010-02-14Fold a 2-bit shift into decodeSpectrum(), saves 1MHz on ARM, +2% Mohamed Tarek
2010-02-14Further optimization and minor clean up of atrac codec: Unroll iqmf_dewindowi...Andree Buschmann
2010-02-14Make deceodeSpectrum() store the spectral coefficients of odd bands in revers...Mohamed Tarek
2010-02-13Speed up atrac codec for ARM through simple loop unrolling. Saves 9 MHz on PP...Andree Buschmann
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken
2009-08-30Further performance optimization of the atrac3 decoder. Rework the internal s...Andree Buschmann
2009-08-29fix redAndree Buschmann
2009-08-29Submit interim version of FS#10565. Performance optimization of atrac3 decode...Andree Buschmann
2009-08-16Put the lookup tables into iram ; 2% speedup on ColdFire 1% on ARMMohamed Tarek
2009-08-16Make those functions actually inline. Around 20% speedup on coldfire, 10% spe...Jens Arnold
2009-08-16Revert r22339 as it causes immediate stack overflow on target, at least on co...Jens Arnold
2009-08-16Put QMF coefficients into IRAM. Update test program to still compile with IB...Michael Giacomelli
2009-08-16Make the IMDCT temporary working buffer a local variable instead of keeping o...Michael Giacomelli
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek
2009-08-15Fix handling of unaligned input buffers in libatrac.Mohamed Tarek
2009-08-15Correct the ffmpeg revision of libatrac and write more import details.Mohamed Tarek
2009-08-14Fix yellow.Mohamed Tarek
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek