summaryrefslogtreecommitdiff
path: root/ext/opencv
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-0/+2
|\
| * opencv: fix missing finalize chaining to parent classVincent Penquerc'h2012-01-161-0/+2
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-302-33/+19
|\ \ | |/
| * replace propset_mutex with GST_OBJECT_LOCKNicola Murino2011-11-302-33/+19
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-2810-40/+20
* | opencv: port baseclass to 0.11Stefan Sauer2011-11-252-22/+37
|/
* opencv: use caps constants moreStefan Sauer2011-11-182-7/+14
* opencv: fixup doc blobsStefan Sauer2011-11-184-5/+5
* opencv: fixup gobject naming conventionsStefan Sauer2011-11-1813-274/+274
* opencv: remove empty finalize implementationsStefan Sauer2011-11-184-36/+0
* facedetect: detect face featuresStefan Sauer2011-11-162-56/+288
* facedetect: Gstfacedetect -> GstFacedetectStefan Sauer2011-11-162-17/+17
* facedetect: code maintenanceStefan Sauer2011-11-161-32/+38
* mimic, opencv, vp8, acmmp3dec, linsys: Don't build static pluginsMart Raudsepp2011-11-111-0/+1
* fix valgrind warning about Conditional jump or move depends on uninitialised ...Nicola Murino2011-08-261-0/+2
* Move m_pprevFrame free just before the clone of the latest frame for readabilityNicola Murino2011-08-261-2/+2
* motioncells: turn two global vars into static variablesStefan Sauer2011-08-043-9/+7
* Fix some more variable-set-but-not-used compiler warningsTim-Philipp Müller2011-08-021-2/+0
* motioncells: new element to detect areas of motionRobert Jobbagy2011-07-288-2/+2403
* facedetect: Remove dead code and some minor doc changes.Sreerenj Balachandran2011-05-141-6/+3
* edgedetect: Remove dead code and some minor doc changesSreerenj Balachandran2011-05-141-3/+1
* opencv: make work with openCV 2.2Fabrizio Milo2011-04-226-16/+43
* opencv text overlay: rename and docuemntSreerenj Balachandran2011-03-284-69/+72
* opencv: Remove dead assignmentsEdward Hervey2010-11-2512-43/+15
* opencv: fix caps issues and extend supported caps for some elementsJosh Doe2010-11-2212-59/+112
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-195-14/+14
* opencv: define CV_NO_BACKWARD_COMPATIBILITY to suppress warnings caused by co...Tim-Philipp Müller2010-09-091-1/+2
* opencv: avoid 'unused' compiler warnings with inline functions in opencv headersTim-Philipp Müller2010-09-091-1/+4
* opencv: update plugin source package name and originTim-Philipp Müller2010-09-091-1/+1
* facedetect: Add more parametersThiago Santos2010-09-082-2/+112
* opencv: Refactor files structureThiago Santos2010-09-0835-203/+85
* opencv: Adds new plugin opencvThiago Santos2010-09-081-1/+1
* facedetect: Post an useful messageThiago Santos2010-09-081-0/+42
* facedetect: Use GstOpencvVideoFilter as the base classThiago Santos2010-09-083-57/+57
* opencvbasetrans: Use GstVideoFilter as the base classThiago Santos2010-09-0816-175/+160
* cvlaplace: adds new cvlaplace elementThiago Santos2010-09-086-1/+406
* Adds new element cvsobelThiago Santos2010-09-085-5/+382
* Adds new element cvequalizehistThiago Santos2010-09-084-0/+224
* Adds new elements cvdilate and cverodeThiago Santos2010-09-088-2/+750
* cvsmooth: Improve parameters docsThiago Santos2010-09-082-26/+43
* cvsmooth: Deactivating blur-no-scaleThiago Santos2010-09-081-1/+10
* cvsmooth: Add support for video/x-raw-grayThiago Santos2010-09-084-35/+49
* Adding gstopencvutilsThiago Santos2010-09-084-11/+146
* cvsmooth: Adds new element cvsmoothThiago Santos2010-09-084-1/+435
* gstopencvbasetrans: Adds this new base classThiago Santos2010-09-084-5/+403
* pyramidsegment: Allocate a new buffer for outputThiago Santos2010-09-081-3/+13
* faceblur: facedetect: templatematch: textwrite: Set buffer to writableThiago Santos2010-09-084-15/+15
* edgedetect: Fix chain buffer handlingThiago Santos2010-09-081-3/+8
* configure: enable -Werror to improve codeThiago Santos2010-09-086-8/+8
* Added the property for setting the RGB colours.Sreerenj Balachandran2010-09-082-2/+48