From 363d528ad8acf2f8f28b5a4043a96befe380eabe Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Sun, 2 Nov 2014 19:41:44 +0100 Subject: new version 0.0.10 --- HISTORY | 4 ++++ rpihddevice.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index eb6e204..c1f1d48 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- +2014-11-02: Version 0.0.10 +-------------------------- - new: - added DTS audio codec support - add setup options to control video mode and its behaviour on stream changes @@ -24,6 +26,8 @@ VDR Plugin 'rpihddevice' Revision History - play multiple video PES packets sequentially in StillPicture() - updated parameter when setting clock latency target according omxplayer - code clean up based on cppcheck's results (thanks to Rolf Ahrenberg) +- known issues: + - direct switching from fast forward to fast rewind will freeze replay 2014-04-24: Version 0.0.9 ------------------------- diff --git a/rpihddevice.c b/rpihddevice.c index 664757c..c4296e9 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -13,7 +13,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "0.0.9"; +static const char *VERSION = "0.0.10"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin -- cgit v1.2.3