summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when ...Nils Wallménius2010-05-14
* Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->1...Michael Giacomelli2010-05-13
* add True Audio (TTA) codecYoshihisa Uchida2010-05-13
* Two tiny tweaks to some arm asmNils Wallménius2010-05-13
* Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHzNils Wallménius2010-05-13
* Simplify special case function, speedup of about 0.2MHz on both coldfire and ...Nils Wallménius2010-05-12
* Revert r25929. Test have shown that the assembler code is more than 50% faste...Jens Arnold2010-05-10
* flac: remove ARM assemblyRafaël Carré2010-05-10
* wmafixed.h: remove double declarationRafaël Carré2010-05-10
* Fix ffmpeg revision number in libwmapro/README.rockboxMohamed Tarek2010-05-09
* nomsgMohamed Tarek2010-05-09
* Unroll mpc's requantization loops for some (minor) speed up.Andree Buschmann2010-05-07
* Refactor mpc's requantization to use identical macros for each subframe.Andree Buschmann2010-05-07
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* missed a commentMohamed Tarek2010-05-02
* Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek2010-05-02
* Remove residual tabs in codec directory.Andree Buschmann2010-05-02
* Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann2010-05-02
* - Modify metadata/asf.c to use libasf.Mohamed Tarek2010-05-02
* Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek2010-05-02
* - Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek2010-05-02
* Fix a bug introduced with r25777.Andree Buschmann2010-05-02
* Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek2010-05-02
* Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann2010-05-02
* Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realti...Michael Sevakis2010-05-02
* Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile t...Mohamed Tarek2010-04-30
* Add libwmapro to apps/codecs. These files comprise a set of unmodified files ...Mohamed Tarek2010-04-30
* Revert r25739 which added libwmapro to apps/codecs, in preparation to commit ...Mohamed Tarek2010-04-29
* Add libwmapro to trunk.Mohamed Tarek2010-04-27
* Clean up libmusepack: move declarations to internal.h and set svn properties.Bertrik Sikken2010-04-18
* fix yellowYoshihisa Uchida2010-03-22
* fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida2010-03-22
* Fix FS#11127. r25165 introduced a bug to the aac codec, which lead to not res...Andree Buschmann2010-03-19
* Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...Michael Giacomelli2010-03-16
* Implement resume for alac codec.Andree Buschmann2010-03-14
* Make resume handling in the AAC codec less confusing. No functional change.Magnus Holmgren2010-03-14
* Fix FS#11103. Resuming musepack files was handled wrong since ages. This chan...Andree Buschmann2010-03-14
* corrects the smaf parser the following.Yoshihisa Uchida2010-03-13
* reduce firmware and sun audio codec.Yoshihisa Uchida2010-03-13
* 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
* Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann2010-03-12
* Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann2010-03-12
* libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida2010-03-12
* Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann2010-03-11
* Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann2010-03-11
* Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes abo...Jens Arnold2010-03-10
* Simplify makefileNils Wallménius2010-03-09
* Use bx lr unconditionally in setjmp_arm.SRafaël Carré2010-03-09