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-06 00:22:38 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-04-06 00:22:38 +0400
commit78390dd1528ea7dc19306b6002176ff9116a5e13 (patch)
tree12944c0d4b8a36daf0527e324674c6779ba7e13e
parent1df73db316767793f88dd9c60d43b3be0ea87d8e (diff)
Update changelog and readme.0.20
-rw-r--r--CHANGELOG.txt8
-rw-r--r--README.txt10
2 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 35355281..4fc9349f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,13 @@
LAV DirectShow Filters Changelog
===================================
+0.20 - 2011/04/05
+LAV Splitter
+- Added first BluRay support (see Release Notes or README for more details)
+
+LAV Audio
+- Removed static jitter check which caused corruptions in some audio streams
+- Improved error resilience - broken streams should now play in many more cases
+
0.19 - 2011/03/19
General
- Version Information has been added to the filter .ax files, as well as shown on the property pages.
diff --git a/README.txt b/README.txt
index 3f40003c..96ca66e0 100644
--- a/README.txt
+++ b/README.txt
@@ -32,6 +32,16 @@ The Audio Decoder will register with a relatively high merit, which should make
it the preferred decoder by default. Most players offer a way to choose the preferred
decoder however.
+BluRay Support
+=============================
+To play a BluRay, simply open the index.bdmv file in the BDMV folder on the BluRay disc.
+LAV Splitter will then automatically detect the longest track on the disc (usually the main movie),
+and start playing.
+Alternatively you can also open a playlist file (*.mpls, located in BDMV/PLAYLIST), and LAV Splitter
+will then play that specific title.
+
+In future versions you'll be able to choose the title from within the player, as well.
+
Compiling
=============================
Compiling is pretty straight forward using VC++2010 (included project files).