From 00c15c0c15c369fcce2ab751692ccff0c7a8126d Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 1 Mar 2012 20:34:01 +0100 Subject: New version 0.1.3 --- HISTORY | 7 +++++++ version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index b804c24..80c3c33 100644 --- a/HISTORY +++ b/HISTORY @@ -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") diff --git a/version.h b/version.h index cf5172d..c384d5f 100644 --- a/version.h +++ b/version.h @@ -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 -- cgit v1.2.3