summaryrefslogtreecommitdiff
path: root/gst/effectv
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2007-07-11Fix build against core CVS.Tim-Philipp Müller8-8/+8
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier1-1/+2
2006-12-14gst/effectv/gstquark.c: Add some NULL pointer checks (possibly related to #38...Tim-Philipp Müller1-0/+6
2006-09-16More G_OBJECT macro fixing.Stefan Kost8-8/+8
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost8-8/+9
2006-03-30ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte1-0/+4
2006-03-30better/unified long descriptionsWim Taymans7-7/+13
2005-12-06expand tabsThomas Vander Stichele1-1/+1
2005-11-30gst/: update for symbols changeThomas Vander Stichele8-34/+34
2005-11-29remove the videofilter library and link to the one in baseThomas Vander Stichele9-11/+10
2005-11-24gst/effectv/gstquark.c: Flush the planes list on reverse caps negotiation. Th...Julien Moutte1-9/+18
2005-11-23VideoFilter inherits fromJulien Moutte11-1217/+1101
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-5/+12
2005-09-02All plugins updated for element state changes.Andy Wingo1-7/+8
2005-08-26do proper cleanup/creation, fixes state changesThomas Vander Stichele1-3/+7
2005-08-13Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9Tim-Philipp Müller1-1/+1
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo8-16/+0
2005-07-01Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*Jan Schmidt1-2/+2
2005-06-29configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo2-4/+4
2005-06-02gst/: Bufferalloc changes.Wim Taymans1-4/+14
2005-05-13add rtsp and esd files to spec and fix some disting issuesChristian Schaller1-1/+1
2005-05-11Fixed the effectv build again.Zeeshan Ali1-3/+3
2005-05-11gst/: Turn videofilter into a library (private for now)Tim-Philipp Müller1-3/+3
2005-05-07Fixed a few things to enable the mad and effectv to be able to find the heade...Zeeshan Ali1-2/+2
2005-05-06make mad and effectv work with gst-registerChristian Schaller2-4/+1
2005-05-06ported mad and effectv pluginsChristian Schaller6-51/+36
2005-01-25gst/effectv/gstquark.c: Memory free'ing location fix (#164708).Ronald S. Bultje1-2/+19
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-1/+1
2004-07-26add more plugins to the build add some definitions needed by plugins fixes fo...Steve Lhomme1-12/+12
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+172
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet8-10/+10
2004-03-24ext/gnomevfs/gstgnomevfssrc.c: don't g_return_if_fail if element is PLAYING, ...Benjamin Otte1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele9-141/+145
2004-03-14gst-indentThomas Vander Stichele9-570/+637
2004-03-12Port all elements that can be ported to videofilter, and fix up the caps.Jan Schmidt9-419/+361
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-1/+1
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2-2/+2
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte1-2/+2
2004-01-11ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() testDavid Schleef1-0/+3
2004-01-10gst/effectv/gstaging.c: Port agingTV to videofilterSteve Baker1-138/+143
2004-01-07Make warpTV a subclass of videofilterDavid Schleef3-162/+173
2003-12-22Merge CAPS branchDavid Schleef10-120/+129
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson8-8/+8
2003-11-02Updated for the new plugin loading codeJan Schmidt10-108/+164
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo8-24/+32