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>2012-02-24 17:47:14 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-02-24 17:47:14 +0400
commit92d953a066cf28c8cb9c433ec316b0a35d1c02a7 (patch)
tree302c2fd1460cc6a29a0be2504649fa5b6e679e3f
parentb1308e278159230e5579f6a0e812c4b7af9ca34b (diff)
Update version and changelog0.48
-rw-r--r--CHANGELOG.txt7
-rw-r--r--common/includes/version.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d6c8f7e2..adf4c950 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,12 @@
LAV DirectShow Filters Changelog
===================================
+0.48 - 2012/02/24
+LAV Splitter
+- Improved Video/Audio stream detection in some MPEG-TS files
+
+LAV Video
+- Fixed a potential crash with native DXVA2 when the software fallback was used
+
0.47 - 2012/02/20
LAV Audio
- Fixed seeking in COOK audio with the MPC-HC RealMedia splitter
diff --git a/common/includes/version.h b/common/includes/version.h
index cce7a02e..6c33dc84 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 47
+#define LAV_VERSION_MINOR 48
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_VIDEO "LAV Video Decoder"