summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* APE codec: Further optimised filtering yields 3..4% speedup for -c2000 (now 1...Jens Arnold2007-10-19
* APE codec: Assembler optimised vector math routines for coldfire. -c2000 is n...Jens Arnold2007-10-18
* Oversight in syncing on my end, sorry.Thom Johansen2007-10-18
* Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ...Thom Johansen2007-10-18
* Woops, movem.l needs other order.Thom Johansen2007-10-18
* Add Coldfire assembler for window and add function, yielding a nice speedup. ...Thom Johansen2007-10-18
* Make a fix for the WMA seek to start bug that actually works...Thom Johansen2007-10-17
* Fix FS #7973. Hack a way to make skip to start of track work for WMA until we...Thom Johansen2007-10-17
* Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye2007-10-10
* move structures around in the header filesMarcoen Hirschberg2007-10-01
* disable the ARM optimized MDCT for the Gigabeat for now as it creates a data ...Marcoen Hirschberg2007-10-01
* Make AC3 codec use Rockbox' native bitswap routines.Thom Johansen2007-09-28
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* FS #7833: Optimizations to the Vorbis codec:Tomasz Malesinski2007-09-27
* Fix playback of HE-AACv2 (aka SBR+PS) files.Magnus Holmgren2007-09-21
* reuse the largest sin and cos tables for smaller sizesMarcoen Hirschberg2007-09-20
* fix a warning for coldfireMarcoen Hirschberg2007-09-20
* get rid of warningsMarcoen Hirschberg2007-09-20
* remove unused struct member and variableMarcoen Hirschberg2007-09-20
* move (i)MDCT and FFT code to separate filesMarcoen Hirschberg2007-09-20
* small cleanupsMarcoen Hirschberg2007-09-20
* Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...Dave Chapman2007-09-15
* Stop libmad from crashing on 64 bit simulators.Jens Arnold2007-09-07
* Fix warning.Jens Arnold2007-09-02
* Apparently, negative exponents are possible when decoding exponential VLC. S...Michael Giacomelli2007-09-02
* FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen2007-08-30
* Clean up iMDCT coefficient calculations.Michael Giacomelli2007-08-24
* Faster Q1.31 multiply for ARM. Add some ARM asm windowing code. Simply repl...Michael Giacomelli2007-08-16
* Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant2007-08-12
* use the full resolution we get from the WMA decoder and let the DSP code do t...Marcoen Hirschberg2007-08-06
* Fix warning.Michael Giacomelli2007-08-06
* Clean up VLC functions.Michael Giacomelli2007-08-06
* Flush-out cleared sections on dual core targets when loading plugins and codecs.Michael Sevakis2007-08-04
* Cosmetic changes - TAB and whitespace policing.Dave Chapman2007-08-02
* Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli2007-08-02
* Revert r14050 (apart from the non-related whitespace changes) and fix the S3C...Dave Chapman2007-07-29
* Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone actuall...Michael Giacomelli2007-07-29
* FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified sligh...Dave Chapman2007-07-28
* fixes bug that prevented playback of WavPack files containing over 1000 bytes...Dave Bryant2007-07-27
* Fix overflow in noise coding. Greatly improves sound quality of some low bit...Michael Giacomelli2007-07-25
* Fix decoding of misc sample rates that no one ever usesMichael Giacomelli2007-07-21
* Add incomplete support for files using noise coding but not LSP. In practice...Michael Giacomelli2007-07-20
* Fix nasty bug that causes low bitrate files to crash because of an incorrect ...Michael Giacomelli2007-07-20
* Cosmetic changes - update a comment and add more info to a DEBUGFDave Chapman2007-07-18
* simplified the codec specification part in configureDaniel Stenberg2007-07-16
* Forgot to add a file as usual.Michael Sevakis2007-07-16
* Make the SPC codec run like it used to on Coldfire before -Os crushed it. Bui...Michael Sevakis2007-07-16
* Clean out unused codeNils Wallménius2007-07-15
* Fix warnings.Michael Giacomelli2007-07-13
* WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use...Jens Arnold2007-07-12