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-01-11 21:02:06 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-01-11 21:02:06 +0400
commit4c35e2f9ccf64f665042af6a7e840e38fe7169f8 (patch)
treea766e1705a263526420a47e9d779d9a4a770cadf
parentde663ea8a7d8b8c273df291b65dac2e2894713ed (diff)
Update changelog and version0.55.1
-rw-r--r--CHANGELOG.txt14
-rw-r--r--common/includes/version.h2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 81ae25f2..dce6064b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,19 @@
LAV DirectShow Filters Changelog
===================================
+0.55.1 - 2013/01/11
+General
+- Clicking the Tray Icon with a Property Page already active brings it back to the front
+
+LAV Splitter
+- Added an option to disable quality-based audio stream selection (selects the first stream matching the language preferences)
+- Removed Bitrate from audio quality criterias, because its too unreliable at this point.
+
+LAV Video
+- Fixed YADIF deinterlacing (broken after a ffmpeg update on 0.55)
+
+LAV Audio
+- Switched to Triangular Dithering for 16-bit Integer conversions
+
0.55.0 - 2013/01/09
General
- All Filters now have an optional tray icon which can open the property sheet when clicked (disabled by default)
diff --git a/common/includes/version.h b/common/includes/version.h
index f73de576..68b8cec5 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -2,7 +2,7 @@
#define LAV_VERSION_MAJOR 0
#define LAV_VERSION_MINOR 55
-#define LAV_VERSION_REVISION 0
+#define LAV_VERSION_REVISION 1
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_VIDEO "LAV Video Decoder"