]> git.sesse.net Git - ffmpeg/history - libavcodec/celp_filters.c
Hap decoder and encoder
[ffmpeg] / libavcodec / celp_filters.c
2014-11-03 Vittorio Giovaracelp_filters: don't use filter lenght as loop bound
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-13 Mans Rullgardcelp: optimise ff_celp_lp_synthesis_filter()
2012-07-22 Mohamed Naufal BasheerAdd a shift parameter to celp_lp_synthesis_filter()
2012-05-04 Alex Conversecelp filters: Do not read earlier than the start of...
2011-06-02 Mans RullgardRemove unused variables
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-01 Vitor SessakFix spelling in comment
2010-03-01 Vitor SessakAdd commented-out unoptimized code to improve readability
2009-12-16 Vitor SessakCosmetics: make celp_filters.* formatting more consiste...
2009-12-16 Vitor SessakOptimize ff_celp_lp_synthesis_filterf(). 50% faster...
2009-11-09 Ronald S. BultjeAnd on the sixth day, God gave us the <= operand, which...
2009-08-12 Colin McQuillanAdd ff_celp_circ_addf() function to be used for sparse...
2009-08-03 Colin McQuillanCorrect the sign of the arithmetic in ff_celp_lp_zero_s...
2009-08-02 Diego Biurruncosmetics: K&R coding style
2009-04-18 Kenan GilletAdd LP zero synthesis filter. Patch by Kenan Gillet.
2009-04-15 Reynaldo H. Verdej... [COSMETIC] Correct a minor nit. Should be clearer now.
2009-04-15 Kenan GilletFix possibly harmful outbound addressing. Patch by...
2009-02-23 Kenan GilletChange sign in ff_celp_lp_synthesis_filterf(). This...
2008-10-30 Kenan GilletAdd a LPC filter
2008-10-24 Kenan GilletSplit off celp_filters.[ch] from acelp_filters.[ch...