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-25 18:57:18 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-01-25 18:57:18 +0400
commitb92b5ab6f881f2d08d2ceaaac845e9fde57cd788 (patch)
tree007f4c83ebcaab768e9bdc6915058b143984c50a
parent0da1db106d8342ca6efa30d0f7dd37fcf36f9076 (diff)
Update changelog and version0.55.2
-rw-r--r--CHANGELOG.txt15
-rw-r--r--common/includes/version.h2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index dce6064b..facf9f74 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,20 @@
LAV DirectShow Filters Changelog
===================================
+0.55.2 - 2013/01/25
+LAV Splitter
+- Improved support for MP4-style H.264 in AVI
+- Further improvements for AAC in MPEG-TS
+- Small improvements to handling Blu-rays with odd stream configurations
+- Improved handling of Ogg Vorbis streams
+
+LAV Video
+- Basic support for playing DVDs in different playback rates
+- Fixed DXVA2 resource cleanup which may have caused a crash in some situations with DXVA2-Native
+- Fixed A/V Sync when using the WMV9 DMO decoder (especially noticable after seeking)
+
+LAV Audio
+- Improved AC3 decoding quality (thanks to madshi for the patch in ffmpeg)
+
0.55.1 - 2013/01/11
General
- Clicking the Tray Icon with a Property Page already active brings it back to the front
diff --git a/common/includes/version.h b/common/includes/version.h
index 68b8cec5..df621170 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 1
+#define LAV_VERSION_REVISION 2
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_VIDEO "LAV Video Decoder"