index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
acelp_pitch_delay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsputil: Split audio operations off into a separate context
Diego Biurrun
2014-06-22
1
-2
/
+3
*
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-2
/
+2
*
celp_math: rename ff_log2 to ff_log2_q15
Mans Rullgard
2012-10-20
1
-1
/
+1
*
build: Restore dependency of acelp_filters.o on celp_math.o
Diego Biurrun
2012-08-27
1
-0
/
+1
*
celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()
Diego Biurrun
2012-08-27
1
-2
/
+1
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
dsputil: remove shift parameter from scalarproduct_int16
Christophe GISQUET
2012-03-07
1
-1
/
+1
*
Remove unused code under G729_BITEXACT #ifdef.
Diego Biurrun
2011-07-20
1
-11
/
+0
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Replace log2f(10) with a constant
Måns Rullgård
2010-02-20
1
-1
/
+1
*
Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.
Vitor Sessak
2009-11-15
1
-0
/
+44
*
Implement AMR gain function that is used by both AMR and SIPR.
Vitor Sessak
2009-10-31
1
-0
/
+21
*
Remove duplicated dot product code. Use dsputil's
Aurelien Jacobs
2008-12-29
1
-2
/
+4
*
Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.
Kenan Gillet
2008-10-24
1
-1
/
+1
*
make sum_of_squares() more generic
Michael Niedermayer
2008-07-03
1
-2
/
+2
*
gain code, gain pitch and pitch delay decoding for ACELP based codecs
Vladimir Voroshilov
2008-06-30
1
-0
/
+119