summaryrefslogtreecommitdiffstats
path: root/gst/effectv
Commit message (Expand)AuthorAgeFilesLines
* effectv: Fix compilation with gcc 3Peter Kjellerstedt2009-08-317-80/+66
* effectv: Don't allow caps changes for some effectv filtersSebastian Dröge2009-07-249-0/+26
* warptv: Make the sine table global instead of having it in every instanceSebastian Dröge2009-07-242-7/+8
* effectv: Chain up finalize to the parent class in warptvSebastian Dröge2009-07-161-0/+2
* effectv: Add rippletv elementSebastian Dröge2009-07-164-2/+701
* effectv: Add streaktv effect filter elementSebastian Dröge2009-07-164-2/+354
* effectv: Fix processing on big endian architecturesSebastian Dröge2009-07-168-18/+76
* effectv: Add radioactv effect filterSebastian Dröge2009-07-164-2/+701
* effectv: Make the optv threshold property an uintSebastian Dröge2009-07-162-5/+5
* effect: Add optv effect filter from the effectv projectSebastian Dröge2009-07-164-2/+495
* effectv: Add basic documentation for the effectv elementsSebastian Dröge2009-06-1616-0/+130
* effectv: Define the fast PRNG function at a central placeSebastian Dröge2009-06-165-33/+12
* effectv: Move type definitions into separate headersSebastian Dröge2009-06-1619-302/+639
* effectv: Remove get_unit_size implementationsSebastian Dröge2009-06-168-185/+0
* warptv: Clean up warptv element and fix some minor bugs and leaksSebastian Dröge2009-06-151-47/+36
* vertigotv: Clean up vertigotv element and fix some minor bugs and leaksSebastian Dröge2009-06-151-80/+54
* dicetv: Use guint8 instead of char (which can be signed or unsigned)Sebastian Dröge2009-06-151-3/+2
* shagadelictv: Use guint8/gint8 instead of char (which can be signed or unsigned)Sebastian Dröge2009-06-151-11/+11
* shagadelictv: Clean up element and free all memory in finalizeSebastian Dröge2009-06-151-55/+34
* revtv: Clean up revtv elementSebastian Dröge2009-06-151-84/+34
* quarktv: Simplify some codeSebastian Dröge2009-06-151-26/+23
* quarktv: Use the input data if a NULL buffer is chosen instead of the value 0Sebastian Dröge2009-06-151-2/+4
* quarktv: Fix setting the planes property of quarktvSebastian Dröge2009-06-151-9/+12
* quarktv: Clean up the quarktv elementSebastian Dröge2009-06-151-79/+32
* effectv: Make elements list constantSebastian Dröge2009-06-151-2/+2
* edgetv: Clean up edgetv element and fix memory leakSebastian Dröge2009-06-151-62/+47
* dicetv: Clean up dicetv element and fix some smaller issuesSebastian Dröge2009-06-151-69/+50
* agingtv: Actually use GstController for syncing the properties to timestampsSebastian Dröge2009-06-152-2/+18
* agingtv: Export some more agingtv properties via GObject propertiesSebastian Dröge2009-06-151-6/+59
* agingtv: General cleanup and updating of copyrightSebastian Dröge2009-06-151-59/+76
* agingtv: Store and update state inside the instance structSebastian Dröge2009-06-151-25/+34
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-2/+1
* Remove unused variables in _class_initEdward Hervey2009-04-187-22/+0
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Fix build against core CVS.Tim-Philipp Müller2007-07-118-8/+8
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-241-1/+2
* gst/effectv/gstquark.c: Add some NULL pointer checks (possibly related to #38...Tim-Philipp Müller2006-12-141-0/+6
* More G_OBJECT macro fixing.Stefan Kost2006-09-168-8/+8
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-258-8/+9
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-0/+4
* better/unified long descriptionsWim Taymans2006-03-307-7/+13
* expand tabsThomas Vander Stichele2005-12-061-1/+1
* gst/: update for symbols changeThomas Vander Stichele2005-11-308-34/+34
* remove the videofilter library and link to the one in baseThomas Vander Stichele2005-11-299-11/+10
* gst/effectv/gstquark.c: Flush the planes list on reverse caps negotiation. Th...Julien Moutte2005-11-241-9/+18
* VideoFilter inherits fromJulien Moutte2005-11-2311-1217/+1101
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-5/+12
* All plugins updated for element state changes.Andy Wingo2005-09-021-7/+8
* do proper cleanup/creation, fixes state changesThomas Vander Stichele2005-08-261-3/+7