diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-01-07 16:26:11 +0100 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-01-07 16:26:11 +0100 |
commit | 33e35fef4e186a3f1551bd443495b592f08d923d (patch) | |
tree | 4d128c2f15cae252b39f5c81421920f589209e8a /HISTORY | |
parent | d2ed6de22829288c5cfd3a52b1da090e96d3329d (diff) | |
download | vdr-plugin-rpihddevice-0.0.2.tar.gz vdr-plugin-rpihddevice-0.0.2.tar.bz2 |
2013-09-29: Version 0.0.20.0.2
-------------------------
- new:
- volume control
- H264 support
- fixed:
- added missing includes to Makefile
- PTS/OMX_TICKS conversion
- missing:
- audio only play mode
- buffer handling for proper replay support
- other audio formats
- much more...
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -1,9 +1,23 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- -2013-09-27: Version 0.0.1 +2013-09-29: Version 0.0.2 +------------------------- +- new: + - volume control + - H264 support +- fixed: + - added missing includes to Makefile + - PTS/OMX_TICKS conversion +- missing: + - audio only play mode + - buffer handling for proper replay support + - other audio formats + - much more... -Initial prototype +2013-09-27: Version 0.0.1 +------------------------- +initial prototype - limitations: - video codec hard coded to MPEG2, output on HDMI - audio codec hard coded to MP3, output on phone jack @@ -14,4 +28,3 @@ Initial prototype - dynamic switching between MPEG2 and H264 video codec - trick speeds - much more... - |