Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2013-04-13 15:17:50 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-04-13 15:17:50 +0400
commit28661f722cce8b885e8d3ae793f5a3221da4d694 (patch)
treeed38d1b8db90c64686cac794cb2f25d246cc124a
parente8e062dde77ee91dc7b5a7f20557c5bf3f38c385 (diff)
Update changelog and version0.56.1
-rw-r--r--CHANGELOG.txt10
-rw-r--r--common/includes/version.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 1a47ee3f..63435898 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,15 @@
LAV DirectShow Filters Changelog
===================================
+0.56.1 - 2013/04/13
+LAV Splitter
+- Fixed various crashes with ordered chapter MKVs
+- Fixed a crash when playing an MKV with a disabled subtitle track
+- Fixed switching between video streams with different codecs (ie. H264 -> MPEG2)
+
+LAV Video
+- Fixed a crash on close with DXVA2 Native
+- Re-tuned YADIF for smooth playback instead of benchmarking
+
0.56.0 - 2013/04/10
General
- Major ffmpeg update, the DLLs have had their version number increased
diff --git a/common/includes/version.h b/common/includes/version.h
index 9c15fabe..2cea8d8b 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -2,7 +2,7 @@
#define LAV_VERSION_MAJOR 0
#define LAV_VERSION_MINOR 56
-#define LAV_VERSION_REVISION 0
+#define LAV_VERSION_REVISION 1
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_VIDEO "LAV Video Decoder"