summaryrefslogtreecommitdiff
path: root/apps/codecs/libatrac/atrac3.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* FS#12140 by Sean Bartell, Make various codec stuff static.Nils Wallménius2011-06-01
* FS#12117: Use more IRAM for atrac3. Speeds up decoding from 1-2% (PP5022, PP5...Andree Buschmann2011-05-16
* Use MEM_ALIGN_ATTR in libatrac3.Andree Buschmann2010-11-22
* Fix bug in libatrac which lead to playback errors and/or distortions with som...Andree Buschmann2010-11-22
* Remove tabs.Andree Buschmann2010-11-21
* Remove some benchmarking code accidentally included in the previous commit.Michael Giacomelli2010-11-10
* Commit FS#11709 by me. Introduces ARMv5E optimized iQMF for atrac3 based on ...Michael Giacomelli2010-11-10
* libatrac: Coldfire asm for atrac3_iqmf_dewindowing, speeds up decoding of my ...Nils Wallménius2010-07-26
* 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
* Fix comment on interpolation macro.Andree Buschmann2010-03-12
* Fix playback of atrac3 joint stereo encoded files. Define the interpolation m...Andree Buschmann2010-03-12
* Reinstate ICONST_ATTR for matrixCoeffs_fix ; remove (silly) gain_tab1 and re...Dave Hooper2010-02-20
* Fix yellow (bad function declaration)Dave Hooper2010-02-17
* Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper2010-02-17
* Fix yellow.Mohamed Tarek2010-02-16
* "Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek2010-02-16
* Major optimization of atrac3 codec for Coldfire targets. Moving several numbe...Andree Buschmann2010-02-15
* Minor atrac3 codec optimization. Refacturate requantization of spectral lines...Andree Buschmann2010-02-15
* Further optimization of atrac3 codec. Refacturate gainCompensateAndOverlap(),...Andree Buschmann2010-02-15
* Minor speed up of atrac3 codec. Applying 2 bits fract part to scalefactors in...Andree Buschmann2010-02-15
* Work on atrac Joint Stereo mode. Correct calculation in getChannelWeights(), ...Andree Buschmann2010-02-15
* revert last commit (r24660). There was a mistake in the location of the Mohamed Tarek2010-02-15
* Fold a 2-bit shift into decodeSpectrum(), saves 1MHz on ARM, +2% Mohamed Tarek2010-02-14
* Further optimization and minor clean up of atrac codec: Unroll iqmf_dewindowi...Andree Buschmann2010-02-14
* Make deceodeSpectrum() store the spectral coefficients of odd bands in revers...Mohamed Tarek2010-02-14
* Further performance optimization of the atrac3 decoder. Rework the internal s...Andree Buschmann2009-08-30
* fix redAndree Buschmann2009-08-29
* Submit interim version of FS#10565. Performance optimization of atrac3 decode...Andree Buschmann2009-08-29
* Revert r22339 as it causes immediate stack overflow on target, at least on co...Jens Arnold2009-08-16
* Put QMF coefficients into IRAM. Update test program to still compile with IB...Michael Giacomelli2009-08-16
* Make the IMDCT temporary working buffer a local variable instead of keeping o...Michael Giacomelli2009-08-16
* Fix handling of unaligned input buffers in libatrac.Mohamed Tarek2009-08-15
* Fix yellow.Mohamed Tarek2009-08-14
* Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek2009-08-14
* Use the bytestream reading functions form librm and drop bytestream.h and lib...Mohamed Tarek2009-08-14
* Move main() outside atrac3.c and create atrac3.hMohamed Tarek2009-08-14
* Replace av_log() with DEBUGF and drop some now-useless files.Mohamed Tarek2009-08-14
* Fix a (stupid) mistake in libatrac/atrac3.cMohamed Tarek2009-08-14
* Remove mallocs from libatrac.Mohamed Tarek2009-08-13
* Modify libatrac to use fixed-point arithmetic.Mohamed Tarek2009-08-13
* Import libatrac from ffmpeg and modify librm to support ATRAC3.Mohamed Tarek2009-08-10