]> git.sesse.net Git - ffmpeg/history - libavcodec/iirfilter.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / iirfilter.c
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-07-04 Mans Rullgardiirfilter: add fate test
2011-06-07 Justin Rugglesiirfilter: fix biquad filter coefficients.
2011-05-17 Justin RugglesFix compilation of iirfilter-test.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-28 Justin RugglesAdd special case for 2nd-order IIR filter.
2011-01-22 Justin Ruggles10l: reverse the biquad coefficients.
2011-01-21 Justin Rugglesiir: Change dst param to float* in ff_iir_filter_flt().
2011-01-20 Justin Rugglesiir: change filter type if/else to a switch.
2011-01-20 Justin RugglesAdd biquad high-pass and low-pass IIR filters.
2011-01-20 Justin RugglesSplit out Butterworth filter coeff init to a separate...
2011-01-20 Justin Rugglescosmetics: vertical alignment and line wrap
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...