From d53295917e190c5576d805e36da7b05a5326a476 Mon Sep 17 00:00:00 2001 From: Sascha-L Date: Fri, 19 Jun 2015 16:10:39 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5128ee..3655829 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# WPF-MediaKit +# WPF MediaKit + +Official new home of WPF MediaKit! + +What's changed in version 2.0? +- EVR Presenter uses DXVA2 hardware acceleration (thanks to Siegfried Krüger!) +- EVR Presenter doesn't require the DirectX March 2009 Runtimes anymore (thanks to Siegfried Krüger!) +- DirectShow graph will be built manually to have full control +- Options to set the desired Video, Audio and Splitter Codecs + +Many thanks to Jeremiah Morrill who originally created and developed this awesome control! + +**There is still a lot to do! So please feel free to help, if you are an advanced developer! :-)** From 428ae512c3a5728941ea013d6fa71503938f6341 Mon Sep 17 00:00:00 2001 From: Sascha-L Date: Fri, 19 Jun 2015 16:14:21 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3655829..74a9aa9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WPF MediaKit -Official new home of WPF MediaKit! +Official new home of WPF MediaKit (https://wpfmediakit.codeplex.com/)! What's changed in version 2.0? - EVR Presenter uses DXVA2 hardware acceleration (thanks to Siegfried Krüger!)