diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-01-07 16:40:32 +0100 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-01-07 16:40:32 +0100 |
commit | 88f137d194b1768344e954a1b1d35fb1fce03df9 (patch) | |
tree | b2b3a5293fe02ba30fe57f39ef3edc42d7ec7a04 /HISTORY | |
parent | 4e710fc5c2bf2e2e33518eb3c537b7022085bda9 (diff) | |
download | vdr-plugin-rpihddevice-0.0.7.tar.gz vdr-plugin-rpihddevice-0.0.7.tar.bz2 |
2013-12-30: Version 0.0.70.0.7
-------------------------
- new:
- support audio sampling rates other than 48kHz
- changed setting of trick speed with APIVERSNUM >= 20103
- added deinterlacer
- fixed:
- improved audio parser
- fixed still image for H264 video
- mute audio render if volume is set to zero
- missing:
- image grabbing
- video format/output options
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,6 +1,25 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- +2013-12-30: Version 0.0.7 +------------------------- +- new: + - support audio sampling rates other than 48kHz + - changed setting of trick speed with APIVERSNUM >= 20103 + - added deinterlacer +- fixed: + - improved audio parser + - fixed still image for H264 video + - mute audio render if volume is set to zero +- missing: + - image grabbing + - video format/output options + +2013-12-16: Version 0.0.6a +-------------------------- +- fixed: + - removed OMX mutex + 2013-12-15: Version 0.0.6 ------------------------- - new: |