]> git.sesse.net Git - ffmpeg/history - libavcodec/iirfilter.c
Add memory allocation failure checks to ff_iir_filter_init_coeffs().
[ffmpeg] / libavcodec / iirfilter.c
2011-01-20 Justin RugglesAdd memory allocation failure checks to ff_iir_filter_i...
2011-01-20 Justin Rugglescosmetics: wrap long line
2011-01-20 Justin RugglesAdd function ff_iir_filter_flt() to accept floating...
2011-01-19 Justin RugglesFix use of sstep/dstep in ff_iir_filter().
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-07-16 Alex ConverseIIR filter test program.
2009-07-10 Alex ConverseMark iir filter init and free functions av_cold.
2009-07-10 Alex ConverseFix "iirfilter.c:55: warning: unused variable ‘size’"
2009-07-10 Alex ConverseEliminate use of complex.h from iirfilter.c
2009-07-09 Måns RullgårdFix declarations of complex numbers
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-28 Kostya ShishkovAdd generic IIR filter interface with Butterworth lowpa...