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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
iir_filter: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-07
1
-3
/
+5
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
iir: Change dst param to float* in ff_iir_filter_flt().
Justin Ruggles
2011-01-21
1
-1
/
+1
*
Add biquad high-pass and low-pass IIR filters.
Justin Ruggles
2011-01-20
1
-0
/
+1
*
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
-1
/
+4
*
Add function ff_iir_filter_flt() to accept floating-point input and output.
Justin Ruggles
2011-01-20
1
-1
/
+16
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
Add generic IIR filter interface with Butterworth lowpass filter implementation
Kostya Shishkov
2008-08-28
1
-0
/
+103