summaryrefslogtreecommitdiff
path: root/gst/effectv
AgeCommit message (Expand)AuthorFilesLines
2009-08-31effectv: Fix compilation with gcc 3Peter Kjellerstedt7-80/+66
2009-07-24effectv: Don't allow caps changes for some effectv filtersSebastian Dröge9-0/+26
2009-07-24warptv: Make the sine table global instead of having it in every instanceSebastian Dröge2-7/+8
2009-07-16effectv: Chain up finalize to the parent class in warptvSebastian Dröge1-0/+2
2009-07-16effectv: Add rippletv elementSebastian Dröge4-2/+701
2009-07-16effectv: Add streaktv effect filter elementSebastian Dröge4-2/+354
2009-07-16effectv: Fix processing on big endian architecturesSebastian Dröge8-18/+76
2009-07-16effectv: Add radioactv effect filterSebastian Dröge4-2/+701
2009-07-16effectv: Make the optv threshold property an uintSebastian Dröge2-5/+5
2009-07-16effect: Add optv effect filter from the effectv projectSebastian Dröge4-2/+495
2009-06-16effectv: Add basic documentation for the effectv elementsSebastian Dröge16-0/+130
2009-06-16effectv: Define the fast PRNG function at a central placeSebastian Dröge5-33/+12
2009-06-16effectv: Move type definitions into separate headersSebastian Dröge19-302/+639
2009-06-16effectv: Remove get_unit_size implementationsSebastian Dröge8-185/+0
2009-06-15warptv: Clean up warptv element and fix some minor bugs and leaksSebastian Dröge1-47/+36
2009-06-15vertigotv: Clean up vertigotv element and fix some minor bugs and leaksSebastian Dröge1-80/+54
2009-06-15dicetv: Use guint8 instead of char (which can be signed or unsigned)Sebastian Dröge1-3/+2
2009-06-15shagadelictv: Use guint8/gint8 instead of char (which can be signed or unsigned)Sebastian Dröge1-11/+11
2009-06-15shagadelictv: Clean up element and free all memory in finalizeSebastian Dröge1-55/+34
2009-06-15revtv: Clean up revtv elementSebastian Dröge1-84/+34
2009-06-15quarktv: Simplify some codeSebastian Dröge1-26/+23
2009-06-15quarktv: Use the input data if a NULL buffer is chosen instead of the value 0Sebastian Dröge1-2/+4
2009-06-15quarktv: Fix setting the planes property of quarktvSebastian Dröge1-9/+12
2009-06-15quarktv: Clean up the quarktv elementSebastian Dröge1-79/+32
2009-06-15effectv: Make elements list constantSebastian Dröge1-2/+2
2009-06-15edgetv: Clean up edgetv element and fix memory leakSebastian Dröge1-62/+47
2009-06-15dicetv: Clean up dicetv element and fix some smaller issuesSebastian Dröge1-69/+50
2009-06-15agingtv: Actually use GstController for syncing the properties to timestampsSebastian Dröge2-2/+18
2009-06-15agingtv: Export some more agingtv properties via GObject propertiesSebastian Dröge1-6/+59
2009-06-15agingtv: General cleanup and updating of copyrightSebastian Dröge1-59/+76
2009-06-15agingtv: Store and update state inside the instance structSebastian Dröge1-25/+34
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-2/+1
2009-04-18Remove unused variables in _class_initEdward Hervey7-22/+0
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