-
Notifications
You must be signed in to change notification settings - Fork 15
/
ChangeLog
114 lines (87 loc) · 3.21 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
2010-05-10 Mike Sheldon <[email protected]>
* configure.ac:
Add configure check for highgui.h and cvaux.h
2010-04-14 Mike Sheldon <[email protected]>
* configure.ac:
Add configure check for libswscale (patch from Thiago Santos)
2010-02-28 Mike Sheldon <[email protected]>
* AUTHORS:
Update list of contributors
* src/faceblur/gstfaceblur.c:
* src/facedetect/gstfacedetect.c:
Fix leaks which were crashing gst-inspect (patch from Stefan Kost)
2010-02-28 Sreerenj Balachandran <[email protected]>
* src/textwrite/Makefile.am:
* src/textwrite/gsttextwrite.c:
* src/textwrite/gsttextwrite.h:
* src/gstopencv.c:
* src/Makefile.am:
Add a basic plugin to overlay text on to video streams
2009-12-18 Mike Sheldon <[email protected]>
* src/templatematch/gsttemplatematch.c:
Fix include statements to not include a hard-coded "opencv/" path
2009-05-26 Mike Sheldon <[email protected]>
* AUTHORS:
Add all current contributors to the authors list
* src/edgedetect/gstedgedetect.c:
* src/edgedetect/gstedgedetect.h:
* src/faceblur/gstfaceblur.c:
* src/faceblur/gstfaceblur.h:
* src/facedetect/gstfacedetect.c:
* src/facedetect/gstfacedetect.h:
* src/gstopencv.c:
* src/pyramidsegment/gstpyramidsegment.c:
* src/pyramidsegment/gstpyramidsegment.h:
* src/templatematch/gsttemplatematch.c:
* src/templatematch/gsttemplatematch.h:
Bring code in to line with general gstreamer standards
2009-05-25 Mike Sheldon <[email protected]>
* configure.ac:
* src/Makefile.am:
* src/gstopencv.c:
* src/faceblur/gstfaceblur.c:
* src/faceblur/gstfaceblur.h:
* src/faceblur/Makefile.am:
Add face blurring element
* debian/control:
* debian/changelog:
Fix dependencies and package section for debian package
* src/templatematch/gsttemplatematch.c:
Fix segfault when no template is loaded
Update example launch line to load a template
* examples/python/templatematch.py:
* examples/python/template.jpg:
Add example usage of the template matching element
2009-05-13 Noam Lewis <[email protected]>
* configure.ac:
* src/Makefile.am:
* src/gstopencv.c:
* src/templatematch/gsttemplatematch.c:
* src/templatematch/gsttemplatematch.h:
* src/tempaltematch/Makefile.am:
Add template matching element
2009-05-08 Kapil Agrawal <[email protected]>
* configure.ac:
* src/Makefile.am:
* src/gstopencv.c:
* src/edgedetect/Makefile.am:
* src/edgedetect/gstedgedetect.c:
* src/facedetect/Makefile.am:
* src/facedetect/gstfacedetect.c:
* src/pyramidsegment/Makefile.am:
* src/pyramidsegment/gstpyramidsegment.c:
All elements will register as features of opencv plugin.
2009-05-06 Mike Sheldon <[email protected]>
* src/facedetect/gstfacedetect.c:
Fix "profile" parameter in face detect element to accept a string correctly
(was using char param instead of string param)
* src/edgedetect/gstedgedetect.c:
* src/pyramidsegment/gstpyramidsegment.c:
* src/facedetect/gstfacedetect.c:
Release OpenCV images when finalizing
2009-05-06 Kapil Agrawal <[email protected]>
* configure.ac: Added an error check for opencv.
* src/edgedetect/gstedgedetect.h:
* src/facedetect/gstfacedetect.h:
* src/pyramidsegment/gstpyramidsegment.h: Fixed the included path.
Fixed some compilation errors.