summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstfilter.c
AgeCommit message (Collapse)AuthorFilesLines
2002-06-27windowed sinc bandpass filterThomas Vander Stichele1-2/+3
Original commit message from CVS: windowed sinc bandpass filter
2002-06-27highly unoptimized windowed sinc filterThomas Vander Stichele1-0/+1
Original commit message from CVS: highly unoptimized windowed sinc filter
2002-06-04new filter subdir for standard audio filters first filter uses code from ↵Thomas Vander Stichele1-0/+120
vorbis to implement an iir filter not optimi... Original commit message from CVS: new filter subdir for standard audio filters first filter uses code from vorbis to implement an iir filter not optimized yet, iir code uses doubles and plugin uses float