index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
iirfilter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '52730e0f867fe77b7d2353d8b44e92edb7079ca5'
Clément Bœsch
2017-03-20
1
-2
/
+4
|
\
|
*
iir_filter: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-07
1
-2
/
+5
*
|
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-32
/
+0
|
\
\
|
|
/
|
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
1
-32
/
+0
*
|
Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'
Derek Buitenhuis
2016-04-21
1
-60
/
+62
|
\
\
|
|
/
|
*
testprogs: K&R formatting cosmetics
Diego Biurrun
2016-03-24
1
-60
/
+62
*
|
avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer
Michael Niedermayer
2014-10-14
1
-3
/
+3
*
|
avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointe...
Michael Niedermayer
2014-10-14
1
-6
/
+7
*
|
Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'
Michael Niedermayer
2013-05-05
1
-7
/
+9
|
\
\
|
|
/
|
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-7
/
+9
*
|
mips: Optimization of IIR filter function
Bojan Zivkovic
2013-03-20
1
-0
/
+7
*
|
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-05
1
-1
/
+0
|
\
\
|
|
/
|
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+1
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-05
1
-8
/
+5
|
\
\
|
|
/
|
*
iirfilter: add fate test
Mans Rullgard
2011-07-04
1
-8
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-08
1
-2
/
+0
|
\
\
|
|
/
|
*
iirfilter: fix biquad filter coefficients.
Justin Ruggles
2011-06-07
1
-2
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-18
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix compilation of iirfilter-test.
Justin Ruggles
2011-05-17
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Add special case for 2nd-order IIR filter.
Justin Ruggles
2011-01-28
1
-2
/
+22
|
*
10l: reverse the biquad coefficients.
Justin Ruggles
2011-01-22
1
-6
/
+6
|
*
iir: Change dst param to float* in ff_iir_filter_flt().
Justin Ruggles
2011-01-21
1
-1
/
+1
|
*
iir: change filter type if/else to a switch.
Justin Ruggles
2011-01-20
1
-12
/
+13
|
*
Add biquad high-pass and low-pass IIR filters.
Justin Ruggles
2011-01-20
1
-0
/
+50
|
*
Split out Butterworth filter coeff init to a separate function.
Justin Ruggles
2011-01-20
1
-18
/
+46
|
*
cosmetics: vertical alignment and line wrap
Justin Ruggles
2011-01-20
1
-3
/
+3
|
*
Add memory allocation failure checks to ff_iir_filter_init_coeffs().
Justin Ruggles
2011-01-20
1
-4
/
+12
|
*
cosmetics: wrap long line
Justin Ruggles
2011-01-20
1
-1
/
+3
|
*
Add function ff_iir_filter_flt() to accept floating-point input and output.
Justin Ruggles
2011-01-20
1
-38
/
+64
|
*
Fix use of sstep/dstep in ff_iir_filter().
Justin Ruggles
2011-01-19
1
-1
/
+1
*
|
Add special case for 2nd-order IIR filter.
Justin Ruggles
2011-01-28
1
-2
/
+22
*
|
10l: reverse the biquad coefficients.
Justin Ruggles
2011-01-23
1
-6
/
+6
*
|
iir: Change dst param to float* in ff_iir_filter_flt().
Justin Ruggles
2011-01-23
1
-1
/
+1
*
|
iir: change filter type if/else to a switch.
Justin Ruggles
2011-01-21
1
-12
/
+13
*
|
Add biquad high-pass and low-pass IIR filters.
Justin Ruggles
2011-01-21
1
-0
/
+50
*
|
Split out Butterworth filter coeff init to a separate function.
Justin Ruggles
2011-01-21
1
-18
/
+46
*
|
cosmetics: vertical alignment and line wrap
Justin Ruggles
2011-01-21
1
-3
/
+3
*
|
Add memory allocation failure checks to ff_iir_filter_init_coeffs().
Justin Ruggles
2011-01-21
1
-4
/
+12
*
|
cosmetics: wrap long line
Justin Ruggles
2011-01-21
1
-1
/
+3
*
|
Add function ff_iir_filter_flt() to accept floating-point input and output.
Justin Ruggles
2011-01-21
1
-38
/
+64
*
|
Fix use of sstep/dstep in ff_iir_filter().
Justin Ruggles
2011-01-21
1
-1
/
+1
|
/
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
IIR filter test program.
Alex Converse
2009-07-16
1
-0
/
+36
*
Mark iir filter init and free functions av_cold.
Alex Converse
2009-07-10
1
-4
/
+4
*
Fix "iirfilter.c:55: warning: unused variable ‘size’"
Alex Converse
2009-07-10
1
-1
/
+1
*
Eliminate use of complex.h from iirfilter.c
Alex Converse
2009-07-10
1
-12
/
+27
*
Fix declarations of complex numbers
Måns Rullgård
2009-07-09
1
-2
/
+2
[next]