diff options
| -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 |
