OSDN Git Service

avconv: extend -vf syntax
[coroid/libav_saccubus.git] / libavcodec / celp_filters.c
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...