]> git.sesse.net Git - ffmpeg/history - libavcodec/iirfilter.h
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / iirfilter.h
2016-09-07 Diego Biurruniir_filter: Change type of array stride parameters...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
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...