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
2017-03-20Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5'Clément Bœsch
2016-09-07iir_filter: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-21Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego 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-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-20mips: Optimization of IIR filter functionBojan Zivkovic
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04iirfilter: add fate testMans Rullgard
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07iirfilter: fix biquad filter coefficients.Justin Ruggles
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-18Fix compilation of iirfilter-test.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add special case for 2nd-order IIR filter.Justin Ruggles
2011-01-28Add special case for 2nd-order IIR filter.Justin Ruggles
2011-01-2310l: reverse the biquad coefficients.Justin Ruggles
2011-01-23iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles
2011-01-2210l: reverse the biquad coefficients.Justin Ruggles
2011-01-22iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles
2011-01-21iir: change filter type if/else to a switch.Justin Ruggles
2011-01-21Add biquad high-pass and low-pass IIR filters.Justin Ruggles
2011-01-21Split out Butterworth filter coeff init to a separate function.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-21cosmetics: wrap long lineJustin Ruggles
2011-01-21Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles
2011-01-21Fix use of sstep/dstep in ff_iir_filter().Justin Ruggles
2011-01-21iir: change filter type if/else to a switch.Justin Ruggles
2011-01-21Add biquad high-pass and low-pass IIR filters.Justin Ruggles
2011-01-20Split out Butterworth filter coeff init to a separate function.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-20cosmetics: wrap long lineJustin Ruggles
2011-01-20Add function ff_iir_filter_flt() to accept floating-point input and output.Justin Ruggles
2011-01-19Fix use of sstep/dstep in ff_iir_filter().Justin Ruggles
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-07-17IIR filter test program.Alex Converse
2009-07-11Mark iir filter init and free functions av_cold.Alex Converse
2009-07-11Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse
2009-07-11Eliminate use of complex.h from iirfilter.cAlex Converse
2009-07-09Fix declarations of complex numbersMåns Rullgård