summaryrefslogtreecommitdiff
path: root/ext/opencv
AgeCommit message (Expand)AuthorFilesLines
2012-01-18opencv: fix missing finalize chaining to parent classVincent Penquerc'h1-0/+2
2011-11-30replace propset_mutex with GST_OBJECT_LOCKNicola Murino2-33/+19
2011-11-28various: fix pad template ref leaksVincent Penquerc'h10-40/+20
2011-11-18opencv: use caps constants moreStefan Sauer2-7/+14
2011-11-18opencv: fixup doc blobsStefan Sauer4-5/+5
2011-11-18opencv: fixup gobject naming conventionsStefan Sauer13-274/+274
2011-11-18opencv: remove empty finalize implementationsStefan Sauer4-36/+0
2011-11-16facedetect: detect face featuresStefan Sauer2-56/+288
2011-11-16facedetect: Gstfacedetect -> GstFacedetectStefan Sauer2-17/+17
2011-11-16facedetect: code maintenanceStefan Sauer1-32/+38
2011-11-11mimic, opencv, vp8, acmmp3dec, linsys: Don't build static pluginsMart Raudsepp1-0/+1
2011-08-26fix valgrind warning about Conditional jump or move depends on uninitialised ...Nicola Murino1-0/+2
2011-08-26Move m_pprevFrame free just before the clone of the latest frame for readabilityNicola Murino1-2/+2
2011-08-04motioncells: turn two global vars into static variablesStefan Sauer3-9/+7
2011-08-02Fix some more variable-set-but-not-used compiler warningsTim-Philipp Müller1-2/+0
2011-07-28motioncells: new element to detect areas of motionRobert Jobbagy8-2/+2403
2011-05-14facedetect: Remove dead code and some minor doc changes.Sreerenj Balachandran1-6/+3
2011-05-14edgedetect: Remove dead code and some minor doc changesSreerenj Balachandran1-3/+1
2011-04-22opencv: make work with openCV 2.2Fabrizio Milo6-16/+43
2011-03-28opencv text overlay: rename and docuemntSreerenj Balachandran4-69/+72
2010-11-25opencv: Remove dead assignmentsEdward Hervey12-43/+15
2010-11-22opencv: fix caps issues and extend supported caps for some elementsJosh Doe12-59/+112
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost5-14/+14
2010-09-09opencv: define CV_NO_BACKWARD_COMPATIBILITY to suppress warnings caused by co...Tim-Philipp Müller1-1/+2
2010-09-09opencv: avoid 'unused' compiler warnings with inline functions in opencv headersTim-Philipp Müller1-1/+4
2010-09-09opencv: update plugin source package name and originTim-Philipp Müller1-1/+1
2010-09-08facedetect: Add more parametersThiago Santos2-2/+112
2010-09-08opencv: Refactor files structureThiago Santos35-203/+85
2010-09-08opencv: Adds new plugin opencvThiago Santos1-1/+1
2010-09-08facedetect: Post an useful messageThiago Santos1-0/+42
2010-09-08facedetect: Use GstOpencvVideoFilter as the base classThiago Santos3-57/+57
2010-09-08opencvbasetrans: Use GstVideoFilter as the base classThiago Santos16-175/+160
2010-09-08cvlaplace: adds new cvlaplace elementThiago Santos6-1/+406
2010-09-08Adds new element cvsobelThiago Santos5-5/+382
2010-09-08Adds new element cvequalizehistThiago Santos4-0/+224
2010-09-08Adds new elements cvdilate and cverodeThiago Santos8-2/+750
2010-09-08cvsmooth: Improve parameters docsThiago Santos2-26/+43
2010-09-08cvsmooth: Deactivating blur-no-scaleThiago Santos1-1/+10
2010-09-08cvsmooth: Add support for video/x-raw-grayThiago Santos4-35/+49
2010-09-08Adding gstopencvutilsThiago Santos4-11/+146
2010-09-08cvsmooth: Adds new element cvsmoothThiago Santos4-1/+435
2010-09-08gstopencvbasetrans: Adds this new base classThiago Santos4-5/+403
2010-09-08pyramidsegment: Allocate a new buffer for outputThiago Santos1-3/+13
2010-09-08faceblur: facedetect: templatematch: textwrite: Set buffer to writableThiago Santos4-15/+15
2010-09-08edgedetect: Fix chain buffer handlingThiago Santos1-3/+8
2010-09-08configure: enable -Werror to improve codeThiago Santos6-8/+8
2010-09-08Added the property for setting the RGB colours.Sreerenj Balachandran2-2/+48
2010-09-08Added the property for setting the "thickness" of fontSreerenj Balachandran2-10/+22
2010-09-08Added the property for setting x and y co-ordinatesSreerenj Balachandran2-1/+1
2010-09-08added the propery for setting x and y co-ordinatesSreerenj Balachandran2-1/+30