summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2009-08-30Further performance optimization of the atrac3 decoder. Rework the internal s...Andree Buschmann4-60/+64
2009-08-29fix redAndree Buschmann1-0/+1
2009-08-29Submit interim version of FS#10565. Performance optimization of atrac3 decode...Andree Buschmann5-146/+343
2009-08-29C code is NOT faster on S3C2440 - tested by AlexP on r22529Dave Hooper1-2/+1
2009-08-29Don't know why svn decided to delete tlsf/src... Maybe due to some aborted te...Magnus Holmgren3-0/+1059
2009-08-29FS#10466: Introduce a real malloc for tremor.Magnus Holmgren12-90/+426
2009-08-29Removed remaining MB usageDave Hooper3-22/+0
2009-08-29Fix condition code clobbers (and one TAB) for inline arm code in lib and libt...Dave Hooper2-37/+21
2009-08-29Rerrange some registers in butterfly_generic to combine some 2-word stores in...Dave Hooper1-61/+69
2009-08-24Add stdint.h to the codeclib when compiled outside of rockbox so that int32_t...Michael Giacomelli1-0/+1
2009-08-17Put ATRAC3Context in IRAM, 2.5% speedup on PP502x, 20% on ColdFire.Mohamed Tarek1-1/+1
2009-08-16revert r22337 for libwma for now since it broke wma playback on ARM due to al...Mohamed Tarek5-2/+1253
2009-08-16Put the lookup tables into iram ; 2% speedup on ColdFire 1% on ARMMohamed Tarek1-7/+7
2009-08-16Make those functions actually inline. Around 20% speedup on coldfire, 10% spe...Jens Arnold3-71/+65
2009-08-16Remove svn:executable on source file and set keywords.Dominik Riebeling1-1/+1
2009-08-16Revert r22339 as it causes immediate stack overflow on target, at least on co...Jens Arnold2-5/+5
2009-08-16Put QMF coefficients into IRAM. Update test program to still compile with IB...Michael Giacomelli2-2/+2
2009-08-16Make the IMDCT temporary working buffer a local variable instead of keeping o...Michael Giacomelli2-5/+5
2009-08-15Fix red.Mohamed Tarek1-1/+0
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek18-2553/+40
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek6-303/+3
2009-08-15Fix handling of unaligned input buffers in libatrac.Mohamed Tarek1-10/+5
2009-08-15Correct the ffmpeg revision of libatrac and write more import details.Mohamed Tarek1-1/+5
2009-08-14Fix yellow.Mohamed Tarek1-1/+1
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek7-11/+214
2009-08-14Revert the asm fixmul stuff for now.Mohamed Tarek1-10/+1
2009-08-14Use the bytestream reading functions form librm and drop bytestream.h and lib...Mohamed Tarek6-716/+26
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek4-49/+57
2009-08-14Move main() outside atrac3.c and create atrac3.hMohamed Tarek4-244/+251
2009-08-14Replace av_log() with DEBUGF and drop some now-useless files.Mohamed Tarek10-4256/+19
2009-08-14Fix a (stupid) mistake in libatrac/atrac3.cMohamed Tarek1-1/+1
2009-08-13Call the asm definitions of fixmul functions when possible.Mohamed Tarek1-1/+11
2009-08-13Remove a forgotten DEBUGF from librm/rm.c - No functional changes.Mohamed Tarek1-1/+0
2009-08-13Remove mallocs from libatrac.Mohamed Tarek1-29/+5
2009-08-13Modify libatrac to use fixed-point arithmetic.Mohamed Tarek10-5756/+324
2009-08-13Modify libcook to use rockbox's mdct library in its standalone test program.Mohamed Tarek5-870/+14
2009-08-13Also modify mdct_lookup.c for compiling outside rockbox.Mohamed Tarek1-1/+4
2009-08-13Modify the mdct library to enable using it outside rockbox - No functional ch...Mohamed Tarek3-0/+9
2009-08-10Import libatrac from ffmpeg and modify librm to support ATRAC3.Mohamed Tarek25-9/+13440
2009-08-08Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The...Boris Gjenero1-1/+2
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken1-1/+1
2009-08-06Add a couple of functions for the rm metadata parser for debugging, and add a...Mohamed Tarek1-0/+1
2009-08-04Fix yellow.Mohamed Tarek1-1/+1
2009-08-04Enhance seeking in a52_rm ; it was a bit choppy, and fix a bug (request_buffe...Mohamed Tarek1-3/+4
2009-08-04Rename codecs/dnet.c to codecs/a52_rm.cMohamed Tarek3-2/+2
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek5-3/+210
2009-08-04Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define Mohamed Tarek3-4/+4
2009-08-03Fix inaccurate time display for 44.1 (and 22.05) kHz MP3 audio tracks. Time w...Magnus Holmgren1-3/+4
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz2-3/+1
2009-07-30Slight whitespace cleanup, add a const qualifier. No functional changesNils Wallménius1-9/+2