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-04-25 21:37:43 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-04-25 21:39:44 +0400
commit728f2a302cb712a1513bf94c0c2147af4b7d380a (patch)
treea5752bb24ad582919705a9154858bd87aa390708
parent1c477e0dac2ff9bc9141aaf3670460548c9bf62d (diff)
Update changelog and version.0.24
-rw-r--r--CHANGELOG.txt17
-rw-r--r--LAVFilters.iss2
-rw-r--r--common/includes/version.h2
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 41c4adce..c42615bd 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,22 @@
LAV DirectShow Filters Changelog
===================================
+0.24 - 2011/04/25
+General
+- Big ffmpeg update! Libraries have been renamed (version increase)
+
+LAV Splitter
+- Obviously wrong frame rates will no longer be reported to the decoder
+- Improved mpeg2 playback
+- Improved dynamic media type changes
+- Fix the first few frames of ASS/SSA subtitles in Matroska
+- Fix an issue with the display of some codec names
+- Add proper subtypes for little-endian PCM
+- Fix subtypes for QT PCM
+
+LAV Audio
+- Support processing of 64-bit double output from the decoders
+- PCM data will be buffered before its send to the renderer/post processor
+
0.23 - 2011/04/21
General
- There is now an installer available in addition to the trusted old .zip files!
diff --git a/LAVFilters.iss b/LAVFilters.iss
index 8e0e676a..610d7bf0 100644
--- a/LAVFilters.iss
+++ b/LAVFilters.iss
@@ -1,5 +1,5 @@
#define version_major = 0
-#define version_minor = 23
+#define version_minor = 24
; 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 2746bfdc..24341e35 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -21,7 +21,7 @@
#pragma once
#define LAV_VERSION_MAJOR 0
-#define LAV_VERSION_MINOR 23
+#define LAV_VERSION_MINOR 24
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_SPLITTER "LAV Splitter"