summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-03-01 20:34:01 +0100
committerJochen Dolze <vdr@dolze.de>2012-03-01 20:34:01 +0100
commit00c15c0c15c369fcce2ab751692ccff0c7a8126d (patch)
treeb801213d5646a68c9ee7e7f633cf8a1de6c6ef36
parent2aa84ceccf88c4a613a36cde10e48b439ce28e00 (diff)
downloadvdr-plugin-markad-00c15c0c15c369fcce2ab751692ccff0c7a8126d.tar.gz
vdr-plugin-markad-00c15c0c15c369fcce2ab751692ccff0c7a8126d.tar.bz2
New version 0.1.3v0.1.3
-rw-r--r--HISTORY7
-rw-r--r--version.h2
2 files changed, 8 insertions, 1 deletions
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