summaryrefslogtreecommitdiffstats
path: root/gst/effectv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9Tim-Philipp Müller2005-08-131-1/+1
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-058-16/+0
* Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*Jan Schmidt2005-07-011-2/+2
* configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo2005-06-292-4/+4
* gst/: Bufferalloc changes.Wim Taymans2005-06-021-4/+14
* add rtsp and esd files to spec and fix some disting issuesChristian Schaller2005-05-131-1/+1
* Fixed the effectv build again.Zeeshan Ali2005-05-111-3/+3
* gst/: Turn videofilter into a library (private for now)Tim-Philipp Müller2005-05-111-3/+3
* Fixed a few things to enable the mad and effectv to be able to find the heade...Zeeshan Ali2005-05-071-2/+2
* make mad and effectv work with gst-registerChristian Schaller2005-05-062-4/+1