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-07-09 18:21:07 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-07-09 18:21:07 +0400
commitfa364dbb6bbd2be0cc7ae4573d44059c2203e727 (patch)
treeb5ddd55bfaacecf9ddf56f77cb6dd486da266dcb /CHANGELOG.txt
parent1fd321543daa411f89b6ae041c1e2bdc9140f240 (diff)
Update changelog and version
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 39e71931..a18326e6 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,28 @@
LAV DirectShow Filters Changelog
===================================
+0.51.0 - 2012/07/09
+LAV Splitter
+- Increased IO responsiveness on high-latency network connections
+- Improved timestamp handling for MPEG-PS (.mpg/.vob/.evo)
+- Improved support for H264 streams in SSIF MPEG-TS files
+- Added an option to control the priority of audio streams for the hearing/visually impaired
+- Added new flags to the advanced subtitle selection
+ - "h" for hearing impaired
+ - "n" for normal streams (no flags)
+ - "!" NOT operator for inverting the meaning of the flags
+
+LAV Video
+- Improved DXVA2 Native to software fallback in some situations
+- Support for YCgCo to RGB conversion
+- Added a new smart Stream Aspect Ratio mode
+ - Will only use Stream AR when the container does not provide a realiable AR
+
+LAV Audio
+- Improved decoding performance of MP4 ALS and a few other formats
+- Fixed playback of COOK with the MPC-HC RM Splitter
+- Auto A/V Sync is now automatically disabled on pure-audio files to avoid potential conflicts
+- Audio Down-Mixing support
+
0.50.5 - 2012/05/12
LAV Video
- Fixed a crash in DXVA2-Native decoding (introduced in 0.50.4)