diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2015-01-21 20:50:20 +0100 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2015-01-21 20:50:20 +0100 |
| commit | 8e2fa20663aaea55ceec303d5f11a27a2e7e4df8 (patch) | |
| tree | 4753603b982fe33c5e731ec12bb7418564f81bb2 | |
| parent | d0924443ed4eef68f9cac6ac7cbda8fc4d63b31e (diff) | |
| download | vdr-plugin-rpihddevice-8e2fa20663aaea55ceec303d5f11a27a2e7e4df8.tar.gz vdr-plugin-rpihddevice-8e2fa20663aaea55ceec303d5f11a27a2e7e4df8.tar.bz2 | |
new version 0.0.110.0.11
| -rw-r--r-- | .gitignore | 11 | ||||
| -rw-r--r-- | HISTORY | 2 | ||||
| -rw-r--r-- | rpihddevice.c | 2 |
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 + @@ -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 |
