index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
speex.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Add codecs to librbcodec.
Sean Bartell
2012-04-25
*
Silence build warning
Jeffrey Goode
2011-10-04
*
Commit work started in FS#12153 to put timing/position information in PCM
Michael Sevakis
2011-08-28
*
Fix several 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-05-01
*
Clean up speex a bit after the playback changes in r29785. Haven't found any ...
Michael Sevakis
2011-05-01
*
Having a default weak codec_main symbol doesn't seem to be working out for co...
Michael Sevakis
2011-04-27
*
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-04-27
*
r29348 changes can cause certain codecs to jump to code on early track change...
Michael Sevakis
2011-03-02
*
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
2011-02-20
*
codecs: mark some local variables with 'static'
Nils Wallménius
2010-07-25
*
FS#10122 - Fix wrong format type of logf functions in speex.c
Tomer Shalev
2009-09-30
*
Correct Björn's name in various file headers.
Nicolas Pennequin
2009-03-23
*
Made local functions static for vorbis and speex codecs
Bertrik Sikken
2008-08-12
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Stop writing to the metadata struct in the codec, it's not nice. These fields...
Thom Johansen
2007-11-29
*
Throw away the first samples to come out of the decoder to account for encode...
Thom Johansen
2007-11-14
*
New Speex stereo code in libspeex and speex.c, stereo should be more robust n...
Thom Johansen
2007-11-14
*
Remove C++ style comment.
Thom Johansen
2007-11-10
*
Strip out a large unneeded portion of the Speex stereo decoding function, and...
Thom Johansen
2007-11-10
*
Make Speex read its input directly from the Ogg packet, which makes for less ...
Thom Johansen
2007-11-01
*
Code police - codecs shouldn't call GUI functions
Dave Chapman
2007-05-07
*
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-16
*
* Clean up speex.c a little.
Dan Everton
2007-03-12
*
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...
Michael Sevakis
2007-02-10
*
Fix problems building Speex when building the simulator on Cygwin.
Magnus Holmgren
2007-02-10
*
* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).
Dan Everton
2007-02-10
*
Fix stereo Speex file decoding.
Dan Everton
2007-02-10
*
Fixed 64 bit warning.
Jens Arnold
2007-02-10
*
Whitespace is nice, let's use some. No functional changes.
Dave Chapman
2007-02-09
*
Fix a warning in Speex codec_main declaration.
Dan Everton
2007-02-09
*
Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.
Dan Everton
2007-02-09