summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-01-21 20:50:20 +0100
committerThomas Reufer <thomas@reufer.ch>2015-01-21 20:50:20 +0100
commit8e2fa20663aaea55ceec303d5f11a27a2e7e4df8 (patch)
tree4753603b982fe33c5e731ec12bb7418564f81bb2
parentd0924443ed4eef68f9cac6ac7cbda8fc4d63b31e (diff)
downloadvdr-plugin-rpihddevice-8e2fa20663aaea55ceec303d5f11a27a2e7e4df8.tar.gz
vdr-plugin-rpihddevice-8e2fa20663aaea55ceec303d5f11a27a2e7e4df8.tar.bz2
new version 0.0.110.0.11
-rw-r--r--.gitignore11
-rw-r--r--HISTORY2
-rw-r--r--rpihddevice.c2
3 files changed, 14 insertions, 1 deletions
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