diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-03-01 20:34:01 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-03-01 20:34:01 +0100 |
commit | 00c15c0c15c369fcce2ab751692ccff0c7a8126d (patch) | |
tree | b801213d5646a68c9ee7e7f633cf8a1de6c6ef36 | |
parent | 2aa84ceccf88c4a613a36cde10e48b439ce28e00 (diff) | |
download | vdr-plugin-markad-00c15c0c15c369fcce2ab751692ccff0c7a8126d.tar.gz vdr-plugin-markad-00c15c0c15c369fcce2ab751692ccff0c7a8126d.tar.bz2 |
New version 0.1.3v0.1.3
-rw-r--r-- | HISTORY | 7 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ VDR Plugin 'markad' Revision History ---------------------------------- +2012-03-01: Version 0.1.3 + +- Changed H264 stream frame/field processing +- Added support for ffmpeg >= 0.8 +- Disabled pre-/post timer on live recordings +- Fixed a bug in the PAT/PMT seekder + 2011-04-03: Version 0.1.2 - Fixed another bug in handling ts files ("demux error") @@ -8,6 +8,6 @@ #ifndef __version_h_ #define __version_h_ -static const char *VERSION = "0.1.3pre"; +static const char *VERSION = "0.1.3"; #endif |