summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..d366286
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,25 @@
+Changelog
+ 2005-04-18: ffnetdev-0.0.1
+ - first version of ffnetdev
+
+ 2005-07-07: ffnetdev-0.0.2
+ - splitted the main worker thread into two threads. One for VNC and one for TS streaming.
+ - fixed busy-wait condition causing a high CPU load
+ - revised the OSD code to support VNC protocol version 3.3 including truecolor mode.
+ - added command line options for OSD(VNC) port, TS port and an option for explicitly enabling
+ the plugin's remote control in VDR
+
+ 2005-07-20: ffnetdev-0.0.3
+ - fixed Makefile so that "make dist" works
+ - fixed a bug in osdworker.c which caused a double action on a single keypress (VNC)
+ - added support for clients with bitsperpixel=8 and depth=8
+ - changed README: changed the required VDR version number to >= 1.3.18 due to changes in cDevice
+ - changed README: added a short description of supported VNC features
+ - added support for the bigEndian flag in VNC SetPixelFormat Message
+ - added support for bitsperpixel=32
+ - cleanup of debug output
+
+ 2005-08-27: ffnetdev-0.0.4
+ - fixed PES2TS remuxer: PES packets shorter than TS payload size(184 bytes) did not have the PUSI
+ (payload unit start indicator) flag set
+ - reworked PES2TS remuxer code and added a mutex to synchronize input ringbuffer access