summaryrefslogtreecommitdiffstats
path: root/apps/codecs/speex.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-30FS#10122 - Fix wrong format type of logf functions in speex.cTomer Shalev1-6/+6
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2008-08-12Made local functions static for vorbis and speex codecsBertrik Sikken1-4/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-11-29Stop writing to the metadata struct in the codec, it's not nice. These fields...Thom Johansen1-2/+0
2007-11-14Throw away the first samples to come out of the decoder to account for encode...Thom Johansen1-1/+8
2007-11-14New Speex stereo code in libspeex and speex.c, stereo should be more robust n...Thom Johansen1-18/+9
2007-11-10Remove C++ style comment.Thom Johansen1-1/+1
2007-11-10Strip out a large unneeded portion of the Speex stereo decoding function, and...Thom Johansen1-11/+9
2007-11-01Make Speex read its input directly from the Ogg packet, which makes for less ...Thom Johansen1-8/+3
2007-05-07Code police - codecs shouldn't call GUI functionsDave Chapman1-2/+0
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-1/+1
2007-03-12* Clean up speex.c a little.Dan Everton1-100/+88
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis1-6/+6
2007-02-10Fix problems building Speex when building the simulator on Cygwin.Magnus Holmgren1-1/+1
2007-02-10* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).Dan Everton1-1/+2
2007-02-10Fix stereo Speex file decoding.Dan Everton1-15/+13
2007-02-10Fixed 64 bit warning.Jens Arnold1-1/+1
2007-02-09Whitespace is nice, let's use some. No functional changes.Dave Chapman1-229/+316
2007-02-09Fix a warning in Speex codec_main declaration.Dan Everton1-1/+1
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton1-0/+520