summaryrefslogtreecommitdiff
path: root/ext/opencv
Commit message (Expand)AuthorAgeFilesLines
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-1413-13/+13
* ffmpegcolorspace is no moreWim Taymans2012-09-143-3/+3
* rename some caps and elements in examplesWim Taymans2012-09-142-3/+3
* opencv: disable motioncells "date" property for nowTim-Philipp Müller2012-09-091-0/+4
* celt, opencv, wayland, dvbsub, festival, hls: printf format fixesTim-Philipp Müller2012-07-151-1/+1
* opencv: port to 0.11Sreerenj Balachandran2012-07-1417-616/+676
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-298-90/+117
|\
| * facedetect: fix structure leakNicola Murino2012-03-181-1/+2
| * opencv: fix memory leakNicola Murino2012-03-181-0/+2
| * opencv: fix configure check and build with opencv 2.1Tim-Philipp Müller2012-03-175-6/+26
| * facedetect: initialize some arbitrary variable that gcc-4.6 can track properlyStefan Sauer2012-03-161-4/+4
| * opencv: cosmetic code changesStefan Sauer2012-03-161-38/+48
| * opencv: use opencv prefix from pkgconfig to lookup datafilesStefan Sauer2012-03-162-5/+7
| * facedetect: skip detection for unavailable detectorsStefan Sauer2012-03-161-0/+3
| * facedetect: move the detector to an own method to hide the ugly ifdefsStefan Sauer2012-03-151-29/+18
| * facedetect: always send facedetect messageStefan Sauer2012-03-151-53/+46
| * facedetect: don't skip facesStefan Sauer2012-03-151-45/+44
| * opencv: make build with opencv 2.3.1 as in debian sidTim-Philipp Müller2012-03-152-1/+9
* | 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