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:
-rw-r--r--CHANGELOG.txt21
-rw-r--r--common/includes/version.h2
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e3f743e1..0d5e19e6 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,26 @@
LAV DirectShow Filters Changelog
===================================
+0.58.0 - 2013/06/23
+General
+- LAV Filters now includes a manifest file to control DLL loading
+- Fixed the shortcuts to the configuration dialogs created by the installer in the start menu
+
+LAV Splitter
+- Handle the "Default" flag in MKV files with multiple video streams
+- Fixed a regression in VC-1 demuxing which caused some streams to fail decoding with the WMV9 DMO decoder
+- Improved transition between ordered chapters in certain (badly formed) MKV files
+- Improved handling of AVC1 in AVI files
+- Improved accurcy of IAMStreamSelect::get_CurrentMarker
+- Several potential crash fixes and stability improvements
+
+LAV Video
+- YADIF deinterlacing is now multi-threaded, significant performance improvement on multi-core CPUs
+- Improved detection of progressive streams to ensure deinterlacing is disabled, especially when "Aggressive Deinterlacing" is used
+- Restored Fraps constant frame rate output by proper handling of repeated frames
+- Support for the new UtVideo sub-types, and fixed a regression in UtVideo decoding
+- cuvid: fix double-rate deinterlacing on certain streams without timing information
+- Updated the Intel QuickSync Decoder to 0.44
+
0.57.0 - 2013/05/20
LAV Splitter
- Added a Popup Menu to the Tray Icon which allows Stream, Edition and Chapter switching
diff --git a/common/includes/version.h b/common/includes/version.h
index cec0a0b4..db444340 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -1,7 +1,7 @@
#pragma once
#define LAV_VERSION_MAJOR 0
-#define LAV_VERSION_MINOR 57
+#define LAV_VERSION_MINOR 58
#define LAV_VERSION_REVISION 0
#define LAV_AUDIO "LAV Audio Decoder"