From 8e2fa20663aaea55ceec303d5f11a27a2e7e4df8 Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Wed, 21 Jan 2015 20:50:20 +0100 Subject: new version 0.0.11 --- .gitignore | 11 +++++++++++ HISTORY | 2 ++ rpihddevice.c | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91f9a15 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.dependencies +*.a +*.o +*.so +*~ +po/*.pot +po/*.mo +.settings +.cproject +.project + diff --git a/HISTORY b/HISTORY index 16048ad..949f2d9 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- +2015-01-21: Version 0.0.11 +-------------------------- - new: - reworked audio decoder, increase buffering of audio samples - reworked omxdevice and improved clock stretching for transfer mode diff --git a/rpihddevice.c b/rpihddevice.c index 51fcca3..19a1f64 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -13,7 +13,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "0.0.10"; +static const char *VERSION = "0.0.11"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin -- cgit v1.2.3