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>2011-10-06 09:58:57 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-10-06 09:58:57 +0400
commit0940a6b5f0637169e25e858dbdf20e8fe89c3d38 (patch)
treed38b5c706508207ba0c3ab81d2e8b5cd09a46512
parent794c74dcbbfaccd2fe55f728c88cae2dceb776a2 (diff)
Update version and changelog0.37
-rw-r--r--CHANGELOG.txt19
-rw-r--r--LAVFilters.iss2
-rw-r--r--common/includes/version.h2
3 files changed, 21 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ff99da50..99e620d3 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,24 @@
LAV DirectShow Filters Changelog
===================================
+0.37 - 2011/10/06
+LAV Splitter
+- Improved handling of failures on the output pins
+- Improved VC-1 in EVO timestamps
+
+LAV Audio
+- Added support for dynamic channel count changes in AAC
+- Implemented support for sample format conversions
+- Implemented Audio Delay options
+- Disabled the WMA codecs by default
+- Improved Bitstreaming data flow
+
+LAV Video
+- Fixed cropping of VP6 video
+- New SSE2 YUV420 -> YUV422 converter
+- Performance enhancements in the CUVID decoder on some systems
+- Fixed playback with the XP Overlay Mixer
+- Fixed a crash when decoding RGB video (Fraps, etc)
+
0.36 - 2011/09/29
LAV Splitter
- Improved support for ADTS AAC
diff --git a/LAVFilters.iss b/LAVFilters.iss
index 174660f1..326a8126 100644
--- a/LAVFilters.iss
+++ b/LAVFilters.iss
@@ -1,5 +1,5 @@
#define version_major = 0
-#define version_minor = 36
+#define version_minor = 37
; ToDo
; - Maybe create custom page for the format selection. That for example allows using two columns to use space more effectively.
diff --git a/common/includes/version.h b/common/includes/version.h
index 0d12b332..49a22bea 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -20,7 +20,7 @@
#pragma once
#define LAV_VERSION_MAJOR 0
-#define LAV_VERSION_MINOR 36
+#define LAV_VERSION_MINOR 37
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_VIDEO "LAV Video Decoder"