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-06-10
C optimisations to the predictor decoding - create a single function for deco...
Dave Chapman
2007-06-09
Define and use a local APE_MAX function to make the standalone demac decoder ...
Dave Chapman
2007-06-08
Build Tremor with -O3 for coldfire targets, gives a slight increase in speed,...
Nils Wallménius
2007-06-08
Seeking and resume support for Monkey's Audio
Dave Chapman
2007-06-06
Make v3.97 APE files work in Rockbox
Dave Chapman
2007-06-06
Correct a comment (thanks to Markun for spotting)
Dave Chapman
2007-06-05
Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...
Dave Chapman
2007-05-22
Fix prototypes and warning in ARM version of libspeex filter.h
Dan Everton
2007-05-22
Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfi...
Dan Everton
2007-05-14
Accept FS#6934 by Akio Idehara to fix an unresolved dependency on apps/codecs...
Nils Wallménius
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-05-07
Clean up the codec API - remove all unused (and in many cases inappropriate) ...
Dave Chapman
2007-05-07
Code police - codecs shouldn't call GUI functions
Dave Chapman
2007-04-25
Make recording complain about every little file I/O problem (error on close()...
Michael Sevakis
2007-04-23
AIFF COMM chunks might be larger than 18 bytes.
Jens Arnold
2007-04-13
Build libmad separately for mpegplayer. This provides flexibility to adjust ...
Dave Chapman
2007-04-06
Support resume for Musepack
Adam Boot
2007-03-29
Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...
Michael Sevakis
2007-03-24
FS #6848 - optimizations of Huffman decoding in Tremor.
Tomasz Malesinski
2007-03-24
FS #6848 - fast vector operations for ARM in Tremor.
Tomasz Malesinski
2007-03-20
More logf fixes. speex.c wants to format 64bit args so I didn't change that o...
Michael Sevakis
2007-03-19
Further simplification of constraints in libspeex arm asm.
Jens Arnold
2007-03-18
Fix several printf-style warnings in logf builds.
Magnus Holmgren
2007-03-17
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
Jens Arnold
2007-03-17
Fix simulator builds, and some debugf() format strings.
Jens Arnold
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-13
Get rid of the arm4 libspeex warnings.
Jens Arnold
2007-03-13
turn on ARM optimizations
Marcoen Hirschberg
2007-03-13
rename config.h to config-speex.h
Marcoen Hirschberg
2007-03-12
* Clean up speex.c a little.
Dan Everton
2007-03-10
Fix build warnings. A better fix might be to define HAVE_LIMITS_H, but someon...
Barry Wardell
2007-03-04
should never have been committed
Robert Kukla
2007-03-04
SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly...
Michael Sevakis
2007-03-03
Set svn:keywords property where missing.
Jens Arnold
2007-03-03
Add get_metadata() and year & comment tag support for SPC.
Adam Boot
2007-03-03
Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experim...
Michael Sevakis
2007-03-03
SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P Ki...
Michael Sevakis
2007-03-03
Fix a comment that sounded a bit odd.
Michael Sevakis
2007-03-03
SPC codec on Coldfire: Move movclrs into the light and out of the long dark s...
Michael Sevakis
2007-02-26
SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...
Michael Sevakis
2007-02-24
Woops, that was an experimental change that shouldn't have been included.
Michael Sevakis
2007-02-24
SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...
Michael Sevakis
2007-02-23
SPC Codec: Fix an overflow issue in echo with left shifting by 9 that showed ...
Michael Sevakis
2007-02-21
SPC Codec: Now that output clipping is left to the core DSP, some especially ...
Michael Sevakis
2007-02-20
Fix a mistake in wrapping the echo buffer.
Michael Sevakis
2007-02-20
SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizatio...
Michael Sevakis
2007-02-18
Fix silly cut an pasting of comments.
Paul Louden
2007-02-18
Fix Gigabeat SPC warnings.
Paul Louden
2007-02-17
#if => #ifdef
Daniel Stenberg
2007-02-17
build with -Wundef to make sure we have spelled the defines right in #if lines
Daniel Stenberg
[next]