diff options
| author | Jaromil <[email protected]> | 2011-05-13 15:16:51 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2011-05-13 15:16:51 (GMT) |
| commit | f501cbad9b95fd915aac5348b5a55ac367f195b6 (patch) | |
| tree | ca41b3238e4e64f348e91af2f52a7ebf0a86c14a | |
| parent | d4c5f6cf838e947ae1df3f5680a5a7f5ba8a7d35 (diff) | |
documentation updates for 0.5 releasev0.5
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | NEWS | 9 | ||||
| -rw-r--r-- | README | 7 | ||||
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | doc/hdsync_manual.org | 3 |
5 files changed, 22 insertions, 9 deletions
@@ -1,8 +1,14 @@ +13 May 2011 - 0.5 "Friday 13th" + Improved frame precision + Use AVRemote (UPNP AVTransport) + Operates without OSD (kill dmaosd) + Documentation updates + 16 November 2010 - 0.4 "Pixxxel" Simplified configuration Support for Invisible OSD Automatic LAN setup - + 03 September 2010 - 0.3 "Heliocentric" Fix to support more than 2 channels User docs: setup manual @@ -1,4 +1,13 @@ +April 2011 - 0.4 "PiXXXeL" + + Customized by DreamView MultiMedia and used inside a flower + fair to sync 16 40" LCD screens + +September 2010 - 0.3 "Heliocentric" + + Deployed to exibit "Heliocentric" by Semiconductor + 29 June 2010 - 0.2 "Rites" Deployed in gallery Heden (Den Haag) @@ -11,10 +11,11 @@ : MM MM `Mb MM L. I8 VVV MM MM YM. , : .JMML JMML.`Wbmd"MML. M9mmmP' ,V .JMML JMML.YMbmd' : ,V -: OOb' ver. 0.4 +: OOb' ver. 0.5 : : A network based sync-starter for multi-channel HD Video : by Denis Roio aka Jaromil +: : http://nimk.nl/syncstarter The digital video syncstarter software is developed and employed at @@ -42,8 +43,8 @@ can afford for approx 100EUR on the consumer market. This release can synchronise the playback of multiple channels (virtually unlimited) on the same local network: hdsync can automatically handshake and start playing in sync, restoring the sync -at every loop. Empirical tests show an error margin of 10-15 frames, -with further development we aim to achieve frame exact sync. +at every loop. Empirical tests show a current error margin of 1 to 3 +frames, with further development we aim to achieve frame exact sync. ** Documentation diff --git a/configure.ac b/configure.ac index 0349355..fe4f0ea 100644 --- a/configure.ac +++ b/configure.ac @@ -5,13 +5,13 @@ dnl ============================================================== dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) -AC_INIT([wdhdsync],[0.1.0],[[email protected]],[wdhdsync]) +AC_INIT([HDSync],[0.5.0],[[email protected]],[wdhdsync]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST dnl backwards compatibility for autoconf >= 2.64 dnl PACKAGE_URL should be the fifth argument of AC_INIT -m4_define([AC_PACKAGE_URL], [http://nimk.nl/syncstarter]) +m4_define([AC_PACKAGE_URL], [http://nimk.nl/hdsync]) AC_DEFINE(PACKAGE_URL, "AC_PACKAGE_URL", [Package URL]) AC_SUBST(PACKAGE_URL, AC_PACKAGE_URL) diff --git a/doc/hdsync_manual.org b/doc/hdsync_manual.org index d3eaa8e..3533072 100644 --- a/doc/hdsync_manual.org +++ b/doc/hdsync_manual.org @@ -2,9 +2,6 @@ #+AUTHOR: Denis J. Roio <[email protected]> #+DATE: Version 0.5, Apri 2011 -#+OPTIONS ^:nil - - #+LATEX_CLASS_OPTIONS: [a4paper,twocolumn] #+LATEX_HEADER: \usepackage[english]{babel} |

