<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/doppio/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 15 Aug 2015 22:22:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/doppio/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -68,9 +68,9 @@
 -rewinding with picture preview in all above mentioned use cases
 -internal database storing and query metadata of a media
 -handle many media streams independently of each other
--spectrum analysing with time and frequency representation
+-spectrum analyzing with time and frequency representation
 -equalizing
--fullscreen (Media Applet)
+-full screen (Media Applet)
 -selectable video scaling algorithm (Media Applet)
 -dual monitor support (Media Applet)
 -plugging various media formats
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Sat, 15 Aug 2015 22:22:56 -0000</pubDate><guid>https://sourceforge.neta7aa84f862d722d01f71a781d1f28d25af51245f</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -28,7 +28,7 @@
 -----------------

 -Eliminating all media player related security issues and also security updates:
-According to http://j00ru.vexillium.org/?p=2211 exploitable security bugs in today's media frameworks are very common.
+According to http://j00ru.vexillium.org/?p=2211 and https://en.wikipedia.org/wiki/Stagefright_(bug) exploitable security bugs in today's media frameworks are very common.
 Google is working hard to solve the problem, but improves only one (forked) single part of a media framework library and states:

 "Hopefully, one day we will be able to declare both project “fuzz clean” against most publicly available samples and simple mutation algorithms. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Wed, 05 Aug 2015 19:10:09 -0000</pubDate><guid>https://sourceforge.neta669146df9074cc16147ed2c49cd167ac42289b2</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -1,7 +1,7 @@
 WHAT IT IS
 ----------

-This is Doppio, a programming language independent lightweight media framework which is currently implemented as a Java and a J# version named Lightweight Java/.NET Media Framework (LJMF).
+This is Doppio Media, a programming language independent lightweight media framework which is currently implemented as a Java and a J# version named Lightweight Java/.NET Media Framework (LJMF).
 There's also a C# version in development.

 Extended documentation
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Thu, 09 Jul 2015 13:34:41 -0000</pubDate><guid>https://sourceforge.net3815c5667648ae643c2fc58cb5d1adce5f78eab7</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -146,7 +146,7 @@
 Compiling J#:
 -Install .NET SDK, J# SDK and DirectSound SDK 
 -Delete folder src/org/ljmf/audio/java
--Execute the J# compiler: e.g. C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ngen doppio.dll
+-Execute the J# compiler: e.g. C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vjc.exe /o /r:"C:\WINDOWS\Microsoft.NET\Managed DirectX\v9.03.91\Microsoft.DirectX.DirectSound.dll" /t:library /out:doppio.dll /recurse:org\*.java

 Compiling C#
 -Install .NET SDK and DirectSound SDK
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Fri, 12 Jun 2015 10:57:10 -0000</pubDate><guid>https://sourceforge.net74ec47f255c0f88387ccd5df82b84c463ae2e4c3</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -64,11 +64,8 @@
 --------
 Doppio supports currently decoding (playback) with following features:

--playing media from local files 
--streaming media from internet sources
--progressive downloading media from internet sources
--downloading media from internet sources and then playing
--rewinding with picture preview in all above mentioned playback cases
+-Non progressive, progressive download or full streaming from local or internet sources
+-rewinding with picture preview in all above mentioned use cases
 -internal database storing and query metadata of a media
 -handle many media streams independently of each other
 -spectrum analysing with time and frequency representation
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Fri, 12 Jun 2015 10:56:26 -0000</pubDate><guid>https://sourceforge.net08e5d6bda9d302f5bd42ec181101df6b160a36d0</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -16,7 +16,7 @@

 [Decoder programming interface (Information)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.Information.html)
 [Decoder programming interface (FormatReaderWrapper)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.media.plugin.FormatReaderWrapper.html)
-[Decoder programming interface (Decoder)](http://www.ljmf.org/shared/jdoc/dpi/org.ljmf.audio.codec.decoder.Decoder.html)
+[Decoder programming interface (Decoder)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.audio.codec.decoder.Decoder.html)
 [Decoder programming interface (Demultiplexer)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.video.codec.decoder.Demultiplexer.html)
 [Decoder programming interface (FormatReader-Audio)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.audio.codec.decoder.FormatReader.html)
 [Decoder programming interface (FormatReader-Video)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.video.codec.decoder.FormatReader.html)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Sun, 26 Apr 2015 12:35:27 -0000</pubDate><guid>https://sourceforge.net22b9bd5b74a2090674a5e7f239c54ce3d1e2aa3d</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -12,17 +12,17 @@
 Souce code examples
 -------------------

-[Application programming interface](http://www.ljmf.org/shared/jdocs/api/org.ljmf.Player.html)
-
-[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.Information.html)
-[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.media.plugin.FormatReaderWrapper.html)
-[Decoder programming interface](http://www.ljmf.org/shared/jdoc/dpi/org.ljmf.audio.codec.decoder.Decoder.html)
-[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.video.codec.decoder.Demultiplexer.html)
-[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.audio.codec.decoder.FormatReader.html)
-[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.video.codec.decoder.FormatReader.html)
-
-[Tag programming interface](http://www.ljmf.org/shared/jdocs/tpi/org.ljmf.Information.html)
-[Tag programming interface](http://www.ljmf.org/shared/jdocs/tpi/org.ljmf.audio.codec.tag.Tag.html)
+[Application programming interface (Player)](http://www.ljmf.org/shared/jdocs/api/org.ljmf.Player.html)
+
+[Decoder programming interface (Information)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.Information.html)
+[Decoder programming interface (FormatReaderWrapper)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.media.plugin.FormatReaderWrapper.html)
+[Decoder programming interface (Decoder)](http://www.ljmf.org/shared/jdoc/dpi/org.ljmf.audio.codec.decoder.Decoder.html)
+[Decoder programming interface (Demultiplexer)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.video.codec.decoder.Demultiplexer.html)
+[Decoder programming interface (FormatReader-Audio)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.audio.codec.decoder.FormatReader.html)
+[Decoder programming interface (FormatReader-Video)](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.video.codec.decoder.FormatReader.html)
+
+[Tag programming interface (Information)](http://www.ljmf.org/shared/jdocs/tpi/org.ljmf.Information.html)
+[Tag programming interface (Tag)](http://www.ljmf.org/shared/jdocs/tpi/org.ljmf.audio.codec.tag.Tag.html)

 Development goals
 -----------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Sat, 25 Apr 2015 12:37:22 -0000</pubDate><guid>https://sourceforge.net75c097ada514fed381718cc745fc27b715ad324d</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -7,7 +7,22 @@
 Extended documentation
 ----------------------

-An extended documentation can be found [here](http://www.ljmf.org/home_e.shtml). Further API documentation can be browsed for the [Application programming interface](http://www.ljmf.org/shared/jdocs/api/packages.html), for the [Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/packages.html), and the [Tag programming interface](http://www.ljmf.org/shared/jdocs/tpi/packages.html)
+An extended documentation can be found [here](http://www.ljmf.org/home_e.shtml). Further API documentation can be browsed for the [Application programming interface](http://www.ljmf.org/shared/jdocs/api/packages.html), for the [Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/packages.html), and the [Tag programming interface](http://www.ljmf.org/shared/jdocs/tpi/packages.html).
+
+Souce code examples
+-------------------
+
+[Application programming interface](http://www.ljmf.org/shared/jdocs/api/org.ljmf.Player.html)
+
+[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.Information.html)
+[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.media.plugin.FormatReaderWrapper.html)
+[Decoder programming interface](http://www.ljmf.org/shared/jdoc/dpi/org.ljmf.audio.codec.decoder.Decoder.html)
+[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.video.codec.decoder.Demultiplexer.html)
+[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.audio.codec.decoder.FormatReader.html)
+[Decoder programming interface](http://www.ljmf.org/shared/jdocs/dpi/org.ljmf.video.codec.decoder.FormatReader.html)
+
+[Tag programming interface](http://www.ljmf.org/shared/jdocs/tpi/org.ljmf.Information.html)
+[Tag programming interface](http://www.ljmf.org/shared/jdocs/tpi/org.ljmf.audio.codec.tag.Tag.html)

 Development goals
 -----------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Sat, 25 Apr 2015 12:35:04 -0000</pubDate><guid>https://sourceforge.nete1651827d6db0941290f8f57dda7794ae3e01892</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -36,15 +36,13 @@
 See http://ngvb.net/wp-content/uploads/2014/11/hudelist_knt.pdf

 -Support of open codecs:
-Open codecs like Ogg are not well supported and maintained in open source players and from open codec organisations.
-Doppio shows that Ogg is even better than other media container systems in case of usability and video navigation.
+Open codecs like Ogg are not well supported and maintained in open source players and from open codec organisations. Doppio shows that Ogg is even better than other media container systems in case of usability and video navigation.

 -Click to ready installation for end users
 Because Doppio doesn't rely on other computer libraries which must be installed with the correct version, there are no installation issues for end users.

 -Easy to use for software developers
-Doppio runs with Java 1.1 VM and with .NET 1.0 or above. 
-Therefore this system can be used from any programming languages supported from the .NET and Java runtime system on any platforms (Develop once run everywhere).
+Doppio runs with Java 1.1 VM and with .NET 1.0 or above. Therefore this system can be used from any programming languages supported from the .NET and Java runtime system on any platforms (Develop once run everywhere).

 Features
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Fri, 24 Apr 2015 16:12:23 -0000</pubDate><guid>https://sourceforge.netbe50b1dfe2d5696e937f2d934b8f6ad61f076e11</guid></item><item><title>Home modified by M. Scheerer</title><link>https://sourceforge.net/p/doppio/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -23,10 +23,7 @@
 Doppio offers a complete 100% solution now - not once a day. To solve the problem two techniques called sandboxing and virtualization are used. So thousands of security bugs cannot be exist any more in media frameworks.

 -Performance:
-A complete media framework solution should require less memory during long working sessions and less CPU amount. 
-This is accomplished through parallel computing, that means using several CPU's at once, 
-using high performance algorithms in the decoders and a reliable memory management. 
-Later is a big issue in today's media framework.
+A complete media framework solution should require less memory during long working sessions and less CPU amount. This is accomplished through parallel computing, that means using several CPU's at once, using high performance algorithms in the decoders and a reliable memory management. Later is a big issue in today's media framework.

 -Reliability
 A media player must be play any valid media source without any issues if the media format is supported. The Xamp player contains the only decoder(system) be able to pass the official Ogg test suite on: https://wiki.xiph.org/TheoraTestsuite
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">M. Scheerer</dc:creator><pubDate>Fri, 24 Apr 2015 16:11:40 -0000</pubDate><guid>https://sourceforge.net5e41375b9be715e141dbbb14c91f4b38e7f0201c</guid></item></channel></rss>