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>2014-06-11 20:19:37 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-06-11 20:22:42 +0400
commitfa8b5478d55a23de30807520d9b08865dbb0e577 (patch)
treedbbb64f0112e7878d1bbba69d18fd4bf153154a3 /CHANGELOG.txt
parent142fe4622dc93bca21fbce81ed3c6ca05f76a26c (diff)
Update changelog
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 90f481e8..80c70530 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,10 +1,19 @@
LAV DirectShow Filters Changelog
===================================
-0.62.0 - 2014/xx/xx
+0.62.0 - 2014/06/11
+LAV Splitter
+- Fixed: The filtered Forced Subtitles stream did not properly send all related subtitle data in some cases
+
LAV Video
- NEW: Implemented a WMV9 MFT decoder to replace the old DMO decoder for VC-1/WMV3 on Windows 7 and above
- NEW: Support for VP7 video
+- Fixed: Multi-threaded video decoding could result in a handle leak on some systems
+- Fixed: Video processing was slow on Windows XP due to inefficient memcpy use
+- Fixed: DVD subtitles could overlap on some discs
+
+LAV Audio
+- Fixed: Dynamic format switching to an audio stream with a different sample rate did not work in some cases
0.61.2 - 2014/04/08
General