summaryrefslogtreecommitdiffstats
path: root/gst/filter
AgeCommit message (Collapse)AuthorFilesLines
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson1-6/+6
Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje4-19/+10
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte3-3/+12
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-01-10PadConnect -> PadLinkThomas Vander Stichele3-9/+9
Original commit message from CVS: PadConnect -> PadLink
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele3-6/+6
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-09-29add licenseAndy Wingo2-0/+2
Original commit message from CVS: add license
2002-09-18plugins part of license field patchChristian Schaller1-0/+2
Original commit message from CVS: plugins part of license field patch
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje3-14/+17
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-08-30copy_on_writeThomas Vander Stichele2-0/+6
Original commit message from CVS: copy_on_write
2002-08-30get a writable bufferThomas Vander Stichele1-1/+4
Original commit message from CVS: get a writable buffer
2002-06-27windowed sinc bandpass filterThomas Vander Stichele5-63/+435
Original commit message from CVS: windowed sinc bandpass filter
2002-06-27highly unoptimized windowed sinc filterThomas Vander Stichele5-2/+317
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 Stichele6-0/+762
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