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-04-06 20:55:00 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-04-06 20:56:34 +0400
commit39cc540c4127061b9e02a3ca493d1dc493e1049c (patch)
tree4ebd23f264755593a46f50fff27dd36c7c747a0f /CHANGELOG.txt
parenta38da904f6320c1e2abbdc6a2cbcb240ea8905c8 (diff)
Update changelog
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cba5bda7..d7ac5902 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,24 @@
LAV DirectShow Filters Changelog
===================================
+0.61.2 - 2014/04/xx
+General
+- Installer: The installer does now backup DirectShow registry settings before overwriting them, allowing uninstall to restore them
+
+LAV Splitter
+- NEW: Support for ProRes in MKV
+- Fixed: Opening AviSynth scripts with LAV Splitter which used DirectShowSource to load LAV Splitter again caused a deadlock
+- Fixed: Cue Sheets with directives with empty parameters could cause a crash
+
+LAV Video
+- Fixed: AVC1 video streams without SPS/PPS in the configuration record did not decode properly
+- Fixed: Decoding H.264 streams with a resolution change using the DXVA2 Copy-Back decoder could crash
+- Fixed: YUV->RGB conversion produced the wrong output for the last line of odd-height 4:2:2 or 4:4:4 files
+
+LAV Audio
+- Fixed: Decoding AC3 audio with corrupted audio frames could cause unnecessary format changes to occur and disrupt playback
+- Fixed: Decoding DTS audio on a CPU without SSE2 support could crash on some streams
+
0.61.1 - 2014/03/07
LAV Splitter
- NEW: Support for opening "icyx://" stream URLs