summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2010-05-10Revert r25929. Test have shown that the assembler code is more than 50% faste...Jens Arnold
2010-05-10flac: remove ARM assemblyRafaël Carré
2010-05-10wmafixed.h: remove double declarationRafaël Carré
2010-05-09Fix ffmpeg revision number in libwmapro/README.rockboxMohamed Tarek
2010-05-09nomsgMohamed Tarek
2010-05-07Unroll mpc's requantization loops for some (minor) speed up.Andree Buschmann
2010-05-07Refactor mpc's requantization to use identical macros for each subframe.Andree Buschmann
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-02missed a commentMohamed Tarek
2010-05-02Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek
2010-05-02Remove residual tabs in codec directory.Andree Buschmann
2010-05-02Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek
2010-05-02Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek
2010-05-02Fix a bug introduced with r25777.Andree Buschmann
2010-05-02Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek
2010-05-02Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann
2010-05-02Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realti...Michael Sevakis
2010-04-30Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile t...Mohamed Tarek
2010-04-30Add libwmapro to apps/codecs. These files comprise a set of unmodified files ...Mohamed Tarek
2010-04-29Revert r25739 which added libwmapro to apps/codecs, in preparation to commit ...Mohamed Tarek
2010-04-27Add libwmapro to trunk.Mohamed Tarek
2010-04-18Clean up libmusepack: move declarations to internal.h and set svn properties.Bertrik Sikken
2010-03-22fix yellowYoshihisa Uchida
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida
2010-03-19Fix FS#11127. r25165 introduced a bug to the aac codec, which lead to not res...Andree Buschmann
2010-03-16Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...Michael Giacomelli
2010-03-14Implement resume for alac codec.Andree Buschmann
2010-03-14Make resume handling in the AAC codec less confusing. No functional change.Magnus Holmgren
2010-03-14Fix FS#11103. Resuming musepack files was handled wrong since ages. This chan...Andree Buschmann
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida
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-03-12Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann
2010-03-12Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann
2010-03-12libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida
2010-03-11Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann
2010-03-11Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann
2010-03-10Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes abo...Jens Arnold
2010-03-09Simplify makefileNils Wallménius
2010-03-09Use bx lr unconditionally in setjmp_arm.SRafaël Carré
2010-03-07Use more IRAM for musepack on S5L870X CPUs.Andree Buschmann
2010-03-07Use larger IRAM for M5/X5 in vorbis.Andree Buschmann
2010-03-07Fix red.Andree Buschmann
2010-03-07Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann
2010-03-07ima adpcm/swf adpcm: corrects the problem the noise occurs after the play ends.Yoshihisa Uchida