summaryrefslogtreecommitdiffstats
path: root/libavcodec/acelp_vectors.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/acelp_vectors: Assert that x is within the array in ff_set_fixed_vect...Michael Niedermayer2015-05-151-0/+2
* Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer2013-07-261-2/+2
|\
| * cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-251-2/+2
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-231-3/+3
|\ \ | |/
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-281-3/+3
|\ \ | |/
| * celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-111-0/+8
* | Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2011-12-181-9/+9
* | Fix possible endless loop when decoding amr.Carl Eugen Hoyos2011-12-181-0/+2
* | Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-241-0/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-211-20/+0
|\ \ | |/
| * Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-201-20/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-161-10/+0
|\ \ | |/
| * acelp: Remove unused gray_decode table.Diego Biurrun2011-05-151-10/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-211-3/+3
* Fix spelling.Ronald S. Bultje2010-03-111-2/+2
* Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje2010-01-291-4/+5
* Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje2010-01-281-9/+5
* Add tables used by both AMR-NB and SIPRVitor Sessak2009-12-191-0/+29
* Commit functions used by both AMRNB and SIPRVitor Sessak2009-12-121-0/+54
* Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet2009-11-051-1/+0
* Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet2009-11-041-0/+12
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-271-0/+22
* Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-091-0/+10
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-261-4/+4
* adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov2008-05-231-0/+147
OpenPOWER on IntegriCloud