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
/
adx.c
Age
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-11-29
Rockbox does not support encrypted ADX. Clearly state this in the manual and ...
Andree Buschmann
2011-08-30
Submit parts of FS#12189 regarding codec API. Replaces access to global setti...
Andree Buschmann
2011-08-28
Commit work started in FS#12153 to put timing/position information in PCM
Michael Sevakis
2011-05-26
Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes ...
Michael Giacomelli
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-02-20
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
2010-07-25
codecs: mark some local variables with 'static'
Nils Wallménius
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-07
Remove more tabs
Andree Buschmann
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
2009-07-04
Revert "Consolidate all fixed point math routines in one library (FS#10400) b...
Maurus Cuelenaere
2009-07-04
Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...
Maurus Cuelenaere
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-02-25
clear up some sim warnings
Adam Gashlin
2008-02-25
Fix ADX decoder, old constant coefficients were for 44.1khz only, they
Adam Gashlin
2007-11-09
Sorry, switching back again to the "better behaved" ADX codec of r15494.
Adam Gashlin
2007-11-07
Revert to old ADX codec, works around broken bacwards seek
Adam Gashlin
2007-11-06
Better behaved buffering.
Adam Gashlin
2007-11-05
Remove conf_filechunk, it should never have been a setting and its implementa...
Brandon Low
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-02-26
SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...
Michael Sevakis
2007-02-10
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...
Michael Sevakis
2007-02-07
Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...
Michael Sevakis
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
2006-11-26
SWCODEC: Stop clicks between tracks when resampler is active by only switchin...
Michael Sevakis
2006-10-27
Re-enable the currently unused and broken dithering and noise shaping code al...
Thom Johansen
2006-09-25
oops, forgot to 'cvs add' it [thanks for reminding me, linuxstb]
Rani Hod