summaryrefslogtreecommitdiff
path: root/apps/codecs/libatrac (follow)
Commit message (Expand)AuthorAge
* 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
* Put the lookup tables into iram ; 2% speedup on ColdFire 1% on ARMMohamed Tarek2009-08-16
* Make those functions actually inline. Around 20% speedup on coldfire, 10% spe...Jens Arnold2009-08-16
* 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
* Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek2009-08-15
* remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek2009-08-15
* Fix handling of unaligned input buffers in libatrac.Mohamed Tarek2009-08-15
* Correct the ffmpeg revision of libatrac and write more import details.Mohamed Tarek2009-08-15
* Fix yellow.Mohamed Tarek2009-08-14
* Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek2009-08-14
* Revert the asm fixmul stuff for now.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
* Call the asm definitions of fixmul functions when possible.Mohamed Tarek2009-08-13
* 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