summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: d19bfd1c67d7bd0d74a2947abf99082fc9fb2ea2 (plain)
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
2008-09-10  Stefan Kost  <ensonic@users.sf.net>

	* autogen.sh:
	  better autogen.sh script.

2008-09-10  Stefan Kost  <ensonic@users.sf.net>

	* src/gsttl.in:
	  Fix the libname in wrapper.

2008-09-10  Stefan Kost  <ensonic@users.sf.net>

	* autogen.sh:
	  Don't used version tools. We use what the suer has configured via
	  /etc/alternatives.
	  
	* README:
	* configure.ac:
	* debian/changelog:
	* debian/gstreamer0.10-tracelib.install:
	* src/Makefile.am:
	* src/gsttl.in:
	  Add wrapper for execution that ld-preloads. Install the preload lib
	  into a subdir under lib to make lintian happy.

2008-08-21  Stefan Kost  <ensonic@users.sf.net>

	* debian/gstreamer0.10-tracelib.install:
	* debian/lintian-override:
	* debian/rules:
	  Now succefully override warnings that do not make sense.

2008-08-20  Stefan Kost  <ensonic@users.sf.net>

	* README:
	* debian/control:
	* debian/copyright:
	* debian/gstreamer0.10-tracelib.install:
	* debian/lintian-override:
	* debian/rules:
	* src/Makefile.am:
	* src/gstpl_plot.sh:
	* src/gstpl_splitlog.py:
	* src/gstpreload.c:
	* src/gsttl_plot.sh:
	* src/gsttl_splitlog.py:
	* src/gsttracelib.c:
	  More renaming and changes to please Mr. Lintian to no avail. I am
	  officialy giving up.

2008-08-20  Stefan Kost  <ensonic@users.sf.net>

	* README:
	* debian/control:
	* debian/gstreamer0.10-tracelib.install:
	* src/Makefile.am:
	* src/gstpl_plot.sh:
	* src/gstpl_splitlog.py:
	* src/gstpreload.c:
	* src/gsttl_plot.sh:
	* src/gsttl_splitlog.py:
	* src/gsttracelib.c:
	  More renaming for lintu^Hian.

2008-08-20  Stefan Kost  <ensonic@users.sf.net>

	* README:
	* debian/gstreamer0.10-tracelib.install:
	* debian/changelog:
	* src/Makefile.am:
	* src/plot.sh:
	* src/splitlog.py:
	* src/gstpl_plot.sh:
	* src/gstpl_splitlog.py:
	  Use a name prefix for tools (they are installed to /usr). Install
	  library without version.

2008-08-19  Stefan Kost  <ensonic@users.sf.net>

	* src/gstpreload.c:
	  Fix build errors.

2008-04-23  Stefan Kost  <ensonic@users.sf.net>

	* README:
	* src/gstpreload.c:
	  Hide broken per element cpu usage for now. Show first activity for
	  each element. Works better with playbin(2) now.

2008-04-03  Stefan Kost  <ensonic@users.sf.net>

	* src/gstpreload.c:
	  Try per element cpu usage. Of course gives stupid results :/

2008-04-02  Stefan Kost  <ensonic@users.sf.net>

	* README:
	* TODO:
	* src/gstpreload.c:
	  More statistics. Elements and Pads are sorted in stream order.

2008-04-01  Stefan Kost  <ensonic@users.sf.net>

	* Makefile.am:
	* TODO:
	* src/gstpreload.c:
	  Moved TODO from source into extra file.

2008-03-31  Stefan Kost  <ensonic@users.sf.net>

	* src/gstpreload.c:
	  Slightly better per-thread cpu-load.

2008-03-20  Stefan Kost  <ensonic@users.sf.net>

	* src/gstpreload.c:
	  Cleanup FIXME's and TODO's.

2008-03-20  Stefan Kost  <ensonic@users.sf.net>

	* src/gstpreload.c:
	  Fix proxypad handling.

2008-03-19  Stefan Kost  <ensonic@users.sf.net>

	* src/gstpreload.c:
	  Gather some element stats and print. Still some issues with ghost &
	  proxy pads.

2008-03-19  Stefan Kost  <ensonic@users.sf.net>

	* AUTHORS:
	* README:
	* src/gstpreload.c:
	  New envvar to suppress logging. First attempt to get per thread cpu
	  stats. Cleanups in the README.

2008-03-17  Stefan Kost  <ensonic@users.sf.net>

	* src/gstpreload.c:
	  Added pad stats.

	* src/plot.sh:
	  Improved logging (filter titles in legend).

2008-03-17  Stefan Kost  <ensonic@users.sf.net>

	* README:
	* src/gstpreload.c:
	* src/plot.sh:
	  Fixing the plot script. Tweaking cpuload meassurements.

2008-03-17  Stefan Kost  <ensonic@users.sf.net>

	* AUTHORS:
	* Makefile.am:
	* NEWS:
	* README:
	* configure.ac:
	* src/Makefile.am:
	* src/gstpreload.c:
	* src/plot.sh:
	* src/splitlog.py:
	  Initial commit of gstreamer meassurment preload library.