diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-01-07 16:31:12 +0100 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-01-07 16:31:12 +0100 |
commit | 9512123c95324f1679d748993662bd9f08f6f763 (patch) | |
tree | d532e2af4d30847eeaaf69faf427c6f77fc5afb8 /HISTORY | |
parent | 66cb725c2146b4fdeeed1dd201dd58be42104bab (diff) | |
download | vdr-plugin-rpihddevice-0.0.4.tar.gz vdr-plugin-rpihddevice-0.0.4.tar.bz2 |
2013-10-14: Version 0.0.40.0.4
-------------------------
- new:
- changed to libav for audio decoding
- added support multi-channel audio codecs
- added audio format/output options
- fixed:
- removed drawing of black box in front of console which lead to malfunction
due to memory bandwidth problem. console blank out will be handled with
video format/output options in future versions.
- missing
- trick modes
- deinterlacer
- video format/output options
- much more...
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,6 +1,22 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- +2013-10-14: Version 0.0.4 +------------------------- +- new: + - changed to libav for audio decoding + - added support multi-channel audio codecs + - added audio format/output options +- fixed: + - removed drawing of black box in front of console which lead to malfunction + due to memory bandwidth problem. console blank out will be handled with + video format/output options in future versions. +- missing + - trick modes + - deinterlacer + - video format/output options + - much more... + 2013-10-02: Version 0.0.3 ------------------------- - new: |