summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-09-21sdlvideosink: Fix function prototype for touchy compilersEdward Hervey1-1/+1
2010-09-21sdl: Port to new XOverlay APIEdward Hervey1-4/+5
2010-09-21spc: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-1/+2
2010-09-21mplex: Don't use GST_FLOW_IS_SUCCESS()Sebastian Dröge1-1/+1
2010-09-21timidity: Don't post an error message on the bus for UNEXPECTEDSebastian Dröge1-1/+8
2010-09-21wildmidi: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-14/+12
2010-09-21gme: Post an error message on the bus for fatal errorsSebastian Dröge1-1/+7
2010-09-21sfsink: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-7/+6
2010-09-18basevideodecoder: add capture pattern handlingDavid Schleef1-33/+3
2010-09-18basevideo: Move deadline to frame structureDavid Schleef2-5/+6
2010-09-17cog: Allow compilation without orcSebastian Dröge4-3/+16
2010-09-15metadata: remove metadata pluginStefan Kost35-12744/+0
2010-09-14jack: added translatable text for server not found errorTristan Matthews3-5/+15
2010-09-13celtenc: Change bitrate to bits/secOlivier Crête1-11/+9
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 Santos2-1/+9
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
2010-09-08Apply Stefan's faceblur fixes to facedetectMike Sheldon1-2/+5
2010-09-08Add simple text overlay pluginSreerenj Balachandran5-4/+453
2010-09-08faceblur: fix handling of profile property.Stefan Kost1-2/+5
2010-09-08Fix includes in template matching elementMike Sheldon1-2/+2
2010-09-08Bring code in to line with general Gstreamer standardsMike Sheldon11-400/+404
2010-09-08Fix segfault in template match element if no template has been setMike Sheldon1-5/+4
2010-09-08Add a plugin for automatically blurring faces in videos and imagesMike Sheldon5-1/+431
2010-09-08Added control for changing methodNoam2-9/+33
2010-09-08Added templatematch elementNoam5-4/+499