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
/
celp_filters.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...
Mohamed Naufal Basheer
2011-09-29
1
-2
/
+2
*
Fix various unused variable warnings
Clément Bœsch
2011-05-30
1
-2
/
+1
*
Fix spelling in comment
Vitor Sessak
2010-03-01
1
-1
/
+1
*
Add commented-out unoptimized code to improve readability
Vitor Sessak
2010-03-01
1
-0
/
+8
*
Cosmetics: make celp_filters.* formatting more consistent with the rest of
Vitor Sessak
2009-12-16
1
-18
/
+9
*
Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.
Vitor Sessak
2009-12-16
1
-1
/
+96
*
And on the sixth day, God gave us the <= operand, which makes the loop
Ronald S. Bultje
2009-11-09
1
-12
/
+3
*
Add ff_celp_circ_addf() function to be used for sparse vector circular
Colin McQuillan
2009-08-12
1
-0
/
+10
*
Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()
Colin McQuillan
2009-08-03
1
-1
/
+1
*
cosmetics: K&R coding style
Diego Biurrun
2009-08-02
1
-43
/
+33
*
Add LP zero synthesis filter. Patch by Kenan Gillet.
Kenan Gillet
2009-04-18
1
-0
/
+20
*
[COSMETIC] Correct a minor nit. Should be clearer now.
Reynaldo H. Verdejo Pinochet
2009-04-15
1
-2
/
+2
*
Fix possibly harmful outbound addressing. Patch by Kenan Gillet.
Kenan Gillet
2009-04-15
1
-6
/
+4
*
Change sign in ff_celp_lp_synthesis_filterf(). This makes this function
Kenan Gillet
2009-02-23
1
-1
/
+1
*
Add a LPC filter
Kenan Gillet
2008-10-30
1
-0
/
+21
*
Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.
Kenan Gillet
2008-10-24
1
-0
/
+86