summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2010-06-09Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give reason...Andree Buschmann1-0/+12
2010-06-05Some asm code beautification in the mpc decoder.Andree Buschmann1-58/+44
2010-06-04SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM ...Michael Sevakis1-17/+9
2010-06-02tta codec: optimize for arm target. pp502x: ~1% speed up.Yoshihisa Uchida1-37/+32
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré1-1/+1
2010-05-29Correction to clobber lists of several codec's inline assembly.Andree Buschmann9-66/+78
2010-05-29Small changes to asm for better readability.Andree Buschmann2-46/+49
2010-05-21Rename seek() to asf_seek()Mohamed Tarek3-3/+3
2010-05-21Move seek() from wma.c to libasf since it's really ASF-specific.Mohamed Tarek3-55/+56
2010-05-16fix redNils Wallménius1-1/+1
2010-05-16Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip ...Nils Wallménius1-2/+2
2010-05-15Fix logf lines in codecs (type mismatches)Jeffrey Goode5-6/+7
2010-05-14Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the ...Andree Buschmann1-18/+27
2010-05-14updates the README document.Yoshihisa Uchida1-4/+3
2010-05-14Set up EMAC mode in cook, fixing whitenois when transitioning from a codec us...Nils Wallménius1-3/+5
2010-05-14fix: The second playback time is not correct in playing TTA musics continuously.Yoshihisa Uchida1-8/+4
2010-05-14Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when ...Nils Wallménius1-0/+5
2010-05-13Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->1...Michael Giacomelli1-1/+1
2010-05-13add True Audio (TTA) codecYoshihisa Uchida12-0/+1549
2010-05-13Two tiny tweaks to some arm asmNils Wallménius2-17/+16
2010-05-13Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHzNils Wallménius1-2/+53
2010-05-12Simplify special case function, speedup of about 0.2MHz on both coldfire and ...Nils Wallménius1-15/+16
2010-05-10Revert r25929. Test have shown that the assembler code is more than 50% faste...Jens Arnold4-0/+287
2010-05-10flac: remove ARM assemblyRafaël Carré4-287/+0
2010-05-10wmafixed.h: remove double declarationRafaël Carré1-4/+1
2010-05-09Fix ffmpeg revision number in libwmapro/README.rockboxMohamed Tarek1-1/+1
2010-05-09nomsgMohamed Tarek4-2/+38
2010-05-07Unroll mpc's requantization loops for some (minor) speed up.Andree Buschmann1-19/+60
2010-05-07Refactor mpc's requantization to use identical macros for each subframe.Andree Buschmann1-101/+76
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz19-27/+37
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz8-8/+8
2010-05-02missed a commentMohamed Tarek1-2/+0
2010-05-02Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek3-10/+10
2010-05-02Remove residual tabs in codec directory.Andree Buschmann2-47/+47
2010-05-02Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann2-16/+16
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek4-28/+8
2010-05-02Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek2-4/+24
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek6-370/+429
2010-05-02Fix a bug introduced with r25777.Andree Buschmann1-1/+1
2010-05-02Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek1-2/+2
2010-05-02Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann2-242/+30
2010-05-02Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realti...Michael Sevakis2-90/+452
2010-04-30Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile t...Mohamed Tarek18-52/+123
2010-04-30Add libwmapro to apps/codecs. These files comprise a set of unmodified files ...Mohamed Tarek29-0/+16866
2010-04-29Revert r25739 which added libwmapro to apps/codecs, in preparation to commit ...Mohamed Tarek30-16068/+0
2010-04-27Add libwmapro to trunk.Mohamed Tarek30-0/+16068
2010-04-18Clean up libmusepack: move declarations to internal.h and set svn properties.Bertrik Sikken14-14/+17
2010-03-22fix yellowYoshihisa Uchida2-2/+2
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida16-69/+187
2010-03-19Fix FS#11127. r25165 introduced a bug to the aac codec, which lead to not res...Andree Buschmann1-0/+2