summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/resample
AgeCommit message (Expand)AuthorFilesLines
2005-03-01gst/: Stop sucking.Ronald S. Bultje1-4/+4
2005-02-09Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...Tim-Philipp Müller2-0/+10
2005-01-05gst-libs/gst/resample/resample.c: Fix invalid memory access (#159211).Ronald S. Bultje1-2/+6
2004-12-16gst/: Fix memleak (#159215).Ronald S. Bultje2-5/+20
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+156
2004-05-24gst-libs/gst/resample/private.h: don't use optimizations that are #if 0'edBenjamin Otte1-4/+9
2004-05-19gst-libs/gst/resample/resample.c: Remove use of static temporary buffer. Thi...David Schleef2-5/+29
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-49/+50
2004-03-15*.h: Revert indentingJohan Dahlin2-95/+90
2004-03-14gst-indentThomas Vander Stichele7-1386/+1442
2004-02-23ext/xine/xineinput.c: call parent dispose.Benjamin Otte3-71/+71
2004-01-12Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef1-1/+3
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje4-1/+9
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy...Benjamin Otte1-5/+10
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-17/+1
2003-06-14gcc 3.3 and ppc fixesBenjamin Otte1-1/+2
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron1-1/+1
2002-12-11merge back from release branchThomas Vander Stichele1-3/+3
2002-12-08parallel install fixesThomas Vander Stichele1-4/+4
2002-09-15Add config.h, since we use HAVE_CPU_PPCDavid Schleef1-0/+1
2002-06-29Fix buffer allocation problem.David Schleef1-1/+2
2002-06-22header relocationThomas Vander Stichele1-1/+1
2002-05-29add float support to resampling lib clean up header fileAndy Wingo6-113/+567
2002-03-24added plugin_desc structures to libs, which makes their locations cached in t...Andy Wingo1-0/+15
2002-03-19removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo5-69/+69
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variable...Andy Wingo1-1/+1
2002-01-31- plugins are built without versioning infoWrobell1-0/+1
2001-12-23dvdread added more fixes for libs stuffThomas Vander Stichele1-2/+2
2001-12-23made changes everywhere to accomodate for the headers being in <gst/(lib)/......Thomas Vander Stichele1-5/+5
2001-12-23adding resample libThomas Vander Stichele7-0/+1641