summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 7ef24b28f8518f1eefdf329ceb86ee12a36bf178 (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
166
167
168
169
170
171
172
173
174
-*- Text -*- 
Changelog for MIaV

=======================================
Nov 18 2007 - MIaV version 0.3.4
---------------------------------------
New Features:
 - None

Bug fixes:
 - Removed -Wall -Werror from default config, and put them under a --with-debug flag.
 - Fixed a wrong moc binary path in Makefile
 - Updated the libraw1394 code to work with a more recent version (post 0.9)

=======================================
Jan 10 2006 - MIaV version 0.3.3
---------------------------------------
New Features:
 - CPRListener

Bug fixes:
 - A new start/stop recording icon set (The old one was confusing

=======================================
Nov 16 2005 - MIaV version 0.3.2
---------------------------------------

********
WARNING: Clients of the older versions ( < 0.3.2 ) are not compatible
with this and newer releases, due to a change in the network header.
********

New Features:
 - Mute/Unmute button added to the gui.
 - When muted, the audio signal is overwritten with a lowvolume 440Hz signal.
 - The number of thumbnails shown are now calculated (no longer fixed to 3)
 - Added the mplex2 library as a dependency to the server.
 - Removed  mplex2 library as a dependency to the server!!! (It didn't work as expected)
 - Optimized yuv overlay code a bit... more to come!

Bug Fixes:
 - New audio/video interleave algorithm... should fix sync (blip) problems
 - Font size of name label adjusted in mainwindow.

=======================================
Oct 19 2005 - MIaV version 0.3.1
---------------------------------------
New Features:
 - Savestate are now used to move (or not) the files into the proper folder

Bug Fixes:
 - Overlay on client was not changed correctly
 - The multicast udp packages are now collected in order to send them
   more smoothely.

=======================================
Oct 13 2005 - MIaV version 0.3.0
---------------------------------------
New Features:
 - First test of multicasting

Bug Fixes:
 - The month is now correctly set in the filename.

=======================================
Sep 21 2005 - MIaV version 0.2.8
---------------------------------------
New Features:
 - Seeking in the mpeg stream is now possible.
 - The mpeg stream now plays in vlc
Bug Fixes:
 - A queue in the server grew too fast and eventually caused
   memory use of crashprovoking proportions on slow systems.

=======================================
Sep 18 2005 - MIaV version 0.2.7
---------------------------------------
New Features:
 - Config file parser now reports line numbers when errors occure.
 - Config file parser now destincts bewteen types.
 - Man pages have been written.
 - Added server_image_root and server_movie_root to the config file.
 - Added 'encrypted' filenames for the image files.
 - Added audio encoding and multiplexing to the output file.
   Audio is out of sync though! :-(
 - Added mp3 control parameters to the config file.
 - Added fullscreen view of the videofield (click it to activate/deactivate)
 - Added fullscreen view of the screenshots (click it to activate/deactivate)
 - Added about dialog.
 - Added dvfile fallback, when firewire not available (For testing purposes).
Bug Fixes:
 - Config variables can now contain numbers.

=======================================
Juni 19 2005 - MIaV version 0.2.6
---------------------------------------
New Features:
 - Added a lot of info, warning, and error message code.
 - ImgEncoder now uses the file class for output.
Bug Fixes:
 - Fixed huge memory consumption when 'address in use' error on
   server.
 - Fixed server code which built up a framequeue serverside (I thought
   I already fixed that in last release!)
   The writer must have higher priority than the encoders, otherwise
   it can't follow up on the writing.

=======================================
Juni 16 2005 - MIaV version 0.2.5
---------------------------------------
New Features:
 - Moved clear button, and made it clear cpr as well.
 - Clears images, when changing cpr
Bug Fixes:
 - Removed server code, which built up a framequeue serverside.

=======================================
Juni 15 2005 - MIaV version 0.2.4
---------------------------------------
New Features:
 - Skip every other frame, in player window, in order to save resources.
 - Logging added
 - A brand new filehandler, that wraps files at max filesize and
   removes raceconditions upon openening.
 - Clear button added in the gui (clears images and cpr)
Bug Fixes:
 - Fixed crash, when socket could not connect.

=======================================
May 26 2005 - MIaV version 0.2.3
---------------------------------------
New Features:
 - Mpeg4 encoding option.
Bug Fixes:
 - Made unfreeze close connection, when no recording is done.
 - Made info (error message system) work correctly.
 - Free of NULL input queue removed.
 - Name is overwritten with a message, if non-valid cpr is used.
 - Error messagebox is now model with mainwindow as its parent.
 - Some cleanup in the statusbar.

=======================================
May 22 2005 - MIaV version 0.2.2
---------------------------------------
New Features:
 - Added multithread encoding to the server.
Bug Fixes:
 - None

=======================================
May 17 2005 - MIaV version 0.2.1
---------------------------------------
Fixed some bugs and added some time code to the gui.. 	
		
=======================================
May 9 2005 - MIaV version 0.2.0
---------------------------------------
Wiped all the ffmpeg code out of there. 	
		
=======================================
May 3 2005 - MIaV version 0.1.3
---------------------------------------
First really functional release (hence the version jump). 	
		
=======================================
Oct 31 2004 - MIaV version 0.0.2
---------------------------------------
Second release, still very beta. 	
		
=======================================
Aug 23 2004 - MIaV version 0.0.1
---------------------------------------
The very first (very beta) release of MIaV.