]> git.sesse.net Git - ffmpeg/history - libavcodec/iirfilter.h
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
[ffmpeg] / libavcodec / iirfilter.h
2011-01-21 Justin Rugglesiir: Change dst param to float* in ff_iir_filter_flt().
2011-01-20 Justin RugglesAdd biquad high-pass and low-pass IIR filters.
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 RugglesAdd function ff_iir_filter_flt() to accept floating...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-28 Kostya ShishkovAdd generic IIR filter interface with Butterworth lowpa...