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
|
-*- Text -*-
Changelog for MIaV
=======================================
XXXX XX 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.
|