Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-08avcodec/iirfilter: Make ff_iir_filter_flt() staticAndreas Rheinhardt
2017-03-20Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5'Clément Bœsch
2016-09-07iir_filter: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2014-10-14avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointerMichael Niedermayer
2014-10-14avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointe...Michael Niedermayer
2013-03-20mips: Optimization of IIR filter functionBojan Zivkovic
2011-01-23iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles
2011-01-21Add biquad high-pass and low-pass IIR filters.Justin Ruggles
2011-01-21cosmetics: vertical alignment and line wrapJustin Ruggles
2011-01-21Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles
2011-01-21Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-28Add generic IIR filter interface with Butterworth lowpass filter implementationKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-22iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles
2011-01-21Add biquad high-pass and low-pass IIR filters.Justin Ruggles
2011-01-20cosmetics: vertical alignment and line wrapJustin Ruggles
2011-01-20Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles
2011-01-20Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles