diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-11-02 19:41:44 +0100 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-11-14 23:16:59 +0100 |
commit | 363d528ad8acf2f8f28b5a4043a96befe380eabe (patch) | |
tree | 732baa2334f61a95a7d8b23c83e5a344d3cf4c06 | |
parent | dfd3a619c4821da65c3bb84dccc0f6843371f63c (diff) | |
download | vdr-plugin-rpihddevice-363d528ad8acf2f8f28b5a4043a96befe380eabe.tar.gz vdr-plugin-rpihddevice-363d528ad8acf2f8f28b5a4043a96befe380eabe.tar.bz2 |
new version 0.0.10
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | rpihddevice.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |