-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
180 lines (106 loc) · 4.08 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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
2011-08-19 22:40 mrumpf
* ., src, src/m3player.c: Fixed location where XML files are loaded
from
2011-08-19 22:33 mrumpf
* README: Describe the difference between MediaRenderer V1 and V2
specs.
2011-08-19 22:19 mrumpf
* src/m3player.c, src/run.sh: #4 Copy the files and do a filtering
upon startup
2011-08-19 20:54 mrumpf
* src/MediaRendererV1.xml, src/MediaRendererV2.xml,
src/avtransport.c, src/connectionmanager.c,
src/connectionmanager.h, src/gstreamer.c, src/gstreamer.h,
src/last_change.c, src/last_change.h, src/presets.c,
src/presets.h, src/renderingcontrol.c, src/renderingcontrol.h:
#19 Changed copyright to jCoderZ.org
2011-08-17 21:19 mrumpf
* src/AVTransportV1.xml, src/AVTransportV2.xml,
src/MediaRendererV1.xml, src/MediaRendererV2.xml, src/m3player.c:
#6 Switching is done by the name of the root file. When the root
filename contains V1 then the devices with :1 are configured
2011-08-11 23:38 mrumpf
* src/m3player.c: #10 Added parameter to specify the network
interface
2011-08-11 19:34 mrumpf
* src/m3player.c, src/run.sh: #3 Cleanup of the daemon code
2011-08-10 23:19 mrumpf
* src/m3player.c: #3: cleanup
2011-08-10 22:46 mrumpf
* src/m3player.c, src/run.sh: #3: Started daemonizing the plyer
2011-07-31 23:44 mrumpf
* src/Makefile.am: Fixed config dir
2011-07-31 23:24 mrumpf
* src/buttons, src/m3player.c: Fixed buttons script
2011-07-31 22:52 mrumpf
* ChangeLog, TODO.tasks, src/Makefile.am, src/buttons,
src/m3player.c: Fixed XML structure
2011-07-31 20:17 mrumpf
* src/avtransport.c, src/gstreamer.c, src/m3player.c: Use the 3
GStreamer plugins instead of the playbin: souphttpsrc, mad,
alsasink
2011-07-30 22:55 mrumpf
* src/m3player.c: Added more debug output
2011-07-30 21:57 mrumpf
* src/presets.c: Fixed segfaults
2011-07-30 21:51 mrumpf
* src/preset.last, src/presets.list: Removed old files
2011-07-30 21:50 mrumpf
* src/MediaRendererV1.xml, src/MediaRendererV2.xml,
src/avtransport.c, src/avtransport.h, src/m3player.c,
src/preset.last: Various fixes
2011-07-30 12:05 mrumpf
* src/Makefile.am: Include the m3player.ini file in the
distribution
2011-07-30 11:26 mrumpf
* src/m3player.c: Fixed compile error
2011-07-30 11:19 mrumpf
* src/MediaRendererV1.xml, src/MediaRendererV2.xml, src/m3player.c,
src/m3player.ini, src/preset.last, src/presets.c, src/presets.h:
Added command line parameter handling
2011-07-29 23:38 mrumpf
* src/Makefile.am: Do not use the var folder
2011-07-29 23:21 mrumpf
* src/AVTransportV1.xml, src/AVTransportV2.xml,
src/ConnectionManagerV1.xml, src/ConnectionManagerV2.xml,
src/MediaRendererV1.xml, src/MediaRendererV2.xml,
src/RenderingControlV1.xml, src/RenderingControlV2.xml,
src/description1.xml, src/description2.xml: Renamed XML files
2011-07-29 22:50 mrumpf
* src/m3ddity-player.c, src/m3player.c: renamed main file
2011-07-27 19:30 mrumpf
* Makefile.am, configure.ac, src/Makefile.am, src/presets.c: Fixed
Makefile.am
2011-07-26 22:05 mrumpf
* Makefile.am, configure.ac, src/AVTransport,
src/ConnectionManager, src/Makefile.am, src/RenderingControl:
cleanup of Makefile
2011-07-25 22:50 mrumpf
* TODO.tasks: Added items
2011-07-24 22:05 mrumpf
* src/last_change.c, src/last_change.h: Fixed compile error under
OpenWRT
2011-07-24 21:54 mrumpf
* src/m3ddity-player.c: Added include to make the code compile
under OpenWRT
2011-07-24 13:15 mrumpf
* Makefile.am, src/Makefile.am, src/Makefile.in: Make the program
installable
2011-07-24 12:49 mrumpf
* gupnp-audio-renderer.anjuta, m3ddity-player.anjuta: Fixed name
2011-07-24 12:49 mrumpf
* src/Makefile.in, src/audio-renderer.c, src/m3ddity-player.c:
Fixed name
2011-07-24 12:48 mrumpf
* configure.ac, src/Makefile.am, src/audio-renderer.c, src/run.sh:
Fixed name
2011-07-24 09:15 mrumpf
* .: Renamed player project
2011-07-17 16:26 mrumpf
* Ignore generated files
2011-07-17 16:00 mrumpf
*
2011-07-17 16:00 mrumpf
* Moved stuff, accidentally imported into the wrong folder.
2011-07-17 15:58 mrumpf
* Added project folder