diff options
-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 |