summaryrefslogtreecommitdiffstats
path: root/libavcodec/sipr16k.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
|
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-4/+4
| | | | This makes the aac decoder and all voice codecs independent of dsputil.
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-3/+4
|
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-3/+0
| | | | | | to the audio conversion routines. Originally committed as revision 22937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the Sipr16k postfilter function write data into the target/output buffer.Ronald S. Bultje2010-04-211-7/+16
| | | | Originally committed as revision 22934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SIPR16k decoderVitor Sessak2010-01-161-0/+274
Originally committed as revision 21234 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud