summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--TODO6
2 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 321176b..4f90acc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,21 @@
Changelog for MIaV
=======================================
-XXX XX 2005 - MIaV version 0.2.9
+Oct XX 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.
diff --git a/TODO b/TODO
index e27c631..3cb7e13 100644
--- a/TODO
+++ b/TODO
@@ -97,9 +97,9 @@ Camera:
Player:
[x] - Remove ffmpeg code.
[x] - Use libdv for dv decoding
- [ ] - Create library functions for drawing in the decoded videoframes,
+ [x] - Create library functions for drawing in the decoded videoframes,
for use with overlay.
- [ ] - Draw networkstatus, recordingtime, and record indication when
+ [x] - Draw networkstatus, recordingtime, and record indication when
fullscreen.
AboutBox
@@ -132,7 +132,7 @@ MovEncoder:
[ ] - Double check the ISO11172 compliance.
Main:
- [ ] - Save movie signal handling.
+ [x] - Save movie signal handling.
[x] - Read server root folder from config.
[x] - Use correct filenames and paths.
[x] - Check for writabilty before trying to do any writing.