index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
Age
Commit message (
Expand
)
Author
2007-10-26
Forgot a file. Remove files we don't need to build from SOURCES.
Thom Johansen
2007-10-26
Sync with Speex SVN. Syntactic change in filters_cf.S.
Thom Johansen
2007-10-25
Fix a fixme in flac and make the usage of the read_filebuf codec api more con...
Brandon Low
2007-10-25
Further optimised the filter vector math assembly for coldfire, and added ass...
Jens Arnold
2007-10-25
* Flip argument order for scalarproduct() so that the first argument is alway...
Jens Arnold
2007-10-24
Negate _after_ output so we don't negate the whole output signal.
Thom Johansen
2007-10-24
Coldfire assembler version of inner_prod() for another small speedup.
Thom Johansen
2007-10-24
Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex ...
Thom Johansen
2007-10-22
iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...
Thom Johansen
2007-10-22
Fix ultra-wideband mode. Disable big parts of the encoder stuff for a smaller...
Thom Johansen
2007-10-21
Change decoder struct dynamic array members to static arrays sized based on c...
Thom Johansen
2007-10-19
Shuffle some instructions around for that extra percent of performance. Fix a...
Jens Arnold
2007-10-19
APE codec: Assembler optimised predictor for coldfire. Heavily based on the a...
Jens Arnold
2007-10-19
Squish a warning.
Thom Johansen
2007-10-19
Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...
Thom Johansen
2007-10-19
Remove some Speex distribution test code we won't use.
Thom Johansen
2007-10-19
Move multiply routines into the header. Give Coldfire a fixmul32b(). Remove s...
Thom Johansen
2007-10-19
APE codec: Further optimised filtering yields 3..4% speedup for -c2000 (now 1...
Jens Arnold
2007-10-18
APE codec: Assembler optimised vector math routines for coldfire. -c2000 is n...
Jens Arnold
2007-10-18
Oversight in syncing on my end, sorry.
Thom Johansen
2007-10-18
Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ...
Thom Johansen
2007-10-18
Woops, movem.l needs other order.
Thom Johansen
2007-10-18
Add Coldfire assembler for window and add function, yielding a nice speedup. ...
Thom Johansen
2007-10-17
Make a fix for the WMA seek to start bug that actually works...
Thom Johansen
2007-10-17
Fix FS #7973. Hack a way to make skip to start of track work for WMA until we...
Thom Johansen
2007-10-10
Fix FS #5852 by trying to properly close and update the recorded file, and gi...
Peter D'Hoye
2007-10-01
move structures around in the header files
Marcoen Hirschberg
2007-10-01
disable the ARM optimized MDCT for the Gigabeat for now as it creates a data ...
Marcoen Hirschberg
2007-09-28
Make AC3 codec use Rockbox' native bitswap routines.
Thom Johansen
2007-09-28
Commit a subset of the dual core changes that have to do with cache handling,...
Michael Sevakis
2007-09-27
FS #7833: Optimizations to the Vorbis codec:
Tomasz Malesinski
2007-09-21
Fix playback of HE-AACv2 (aka SBR+PS) files.
Magnus Holmgren
2007-09-20
reuse the largest sin and cos tables for smaller sizes
Marcoen Hirschberg
2007-09-20
fix a warning for coldfire
Marcoen Hirschberg
2007-09-20
get rid of warnings
Marcoen Hirschberg
2007-09-20
remove unused struct member and variable
Marcoen Hirschberg
2007-09-20
move (i)MDCT and FFT code to separate files
Marcoen Hirschberg
2007-09-20
small cleanups
Marcoen Hirschberg
2007-09-15
Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...
Dave Chapman
2007-09-07
Stop libmad from crashing on 64 bit simulators.
Jens Arnold
2007-09-02
Fix warning.
Jens Arnold
2007-09-02
Apparently, negative exponents are possible when decoding exponential VLC. S...
Michael Giacomelli
2007-08-30
FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...
Thom Johansen
2007-08-24
Clean up iMDCT coefficient calculations.
Michael Giacomelli
2007-08-16
Faster Q1.31 multiply for ARM. Add some ARM asm windowing code. Simply repl...
Michael Giacomelli
2007-08-12
Move WavPack metadata parsing to its own file and add handling of non-standar...
Dave Bryant
2007-08-06
use the full resolution we get from the WMA decoder and let the DSP code do t...
Marcoen Hirschberg
2007-08-06
Fix warning.
Michael Giacomelli
2007-08-06
Clean up VLC functions.
Michael Giacomelli
2007-08-04
Flush-out cleared sections on dual core targets when loading plugins and codecs.
Michael Sevakis
[next]