<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enigma2.git/lib/dvb/pmt.h, branch 3.0.0</title>
<subtitle>Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources</subtitle>
<id>https://git.cweiske.de/enigma2.git/atom?h=3.0.0</id>
<link rel='self' href='https://git.cweiske.de/enigma2.git/atom?h=3.0.0'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/'/>
<updated>2009-12-13T11:37:15Z</updated>
<entry>
<title>add preStart event and use it to load the cutlist</title>
<updated>2009-12-13T11:37:15Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-12-13T11:37:15Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=94b346a792a343858948de8c6db1301592af5986'/>
<id>urn:sha1:94b346a792a343858948de8c6db1301592af5986</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add support for rds data on own pids (i.e. hitradio ffh, harmony fm)</title>
<updated>2009-08-11T17:28:32Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-08-11T17:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=5d70fb1fa8db9464b4721f1beeb9f7e421b8308d'/>
<id>urn:sha1:5d70fb1fa8db9464b4721f1beeb9f7e421b8308d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add support for blueray PMT streamtypes for LPCM, AC3, DTS, add more registration descriptors</title>
<updated>2009-05-25T13:53:17Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-05-25T13:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=dd593ab0ef5b0d15c79b7e8eb909ed79f070cd97'/>
<id>urn:sha1:dd593ab0ef5b0d15c79b7e8eb909ed79f070cd97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow service to be overridden for pvr services</title>
<updated>2009-02-13T13:45:13Z</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2009-02-13T13:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=d043db1c05a2d5c66b6faddd6f18d18a5a832515'/>
<id>urn:sha1:d043db1c05a2d5c66b6faddd6f18d18a5a832515</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support much more audio/video codecs encapsulated in TS files (not all stb hardware can handle all codecs!!!)</title>
<updated>2009-01-20T22:39:33Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-01-20T22:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=a0f0f0b446b7b0fd941194299fa4840b609df1f0'/>
<id>urn:sha1:a0f0f0b446b7b0fd941194299fa4840b609df1f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>working on possibility to receive reply messages from softcam via camd.socket (not finished yet)</title>
<updated>2008-11-08T00:03:20Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2008-11-08T00:03:20Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=008552809692c70b231d58032408790e578a6306'/>
<id>urn:sha1:008552809692c70b231d58032408790e578a6306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>small refcounting fixes, add private operator delete to iObject</title>
<updated>2008-10-30T00:14:17Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2008-10-30T00:14:17Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=978b06eb1a31471ebda868ddf526cb40a38fe652'/>
<id>urn:sha1:978b06eb1a31471ebda868ddf526cb40a38fe652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>also use refcounting for eTimers</title>
<updated>2008-10-29T22:44:53Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2008-10-29T22:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=0c59a4279f93f08fe95fca5f2e55f3e025f0cceb'/>
<id>urn:sha1:0c59a4279f93f08fe95fca5f2e55f3e025f0cceb</id>
<content type='text'>
its now no more possible directly to call new eTimer .. or to embedded
eTimer.
to create a eTimer now eTimer::create must be used... to delete you must
call -&gt;AddRef() after timer creation and -&gt;Release when the timer is no more
needed. Or use ePtr&lt;eTimer&gt; to store the timer reference.. then its enough
to set the ePtr&lt;eTimer&gt; object to 0 when the timer is no more needed
</content>
</entry>
<entry>
<title>better solution to add possibility to delete eSocketNotifiers,</title>
<updated>2008-10-29T19:46:57Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2008-10-29T19:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=10e7e45ae92d4fe06f70126ed256b87896dbc432'/>
<id>urn:sha1:10e7e45ae92d4fe06f70126ed256b87896dbc432</id>
<content type='text'>
eConsoleAppContainers in callback funktions without crash
</content>
</entry>
<entry>
<title>add code to simulate recordings (with faked frontends)</title>
<updated>2008-10-03T11:41:25Z</updated>
<author>
<name>Andreas Monzner</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2008-10-03T11:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=6696994da0d59a3b483eda65d1dc8b1a9df67cc0'/>
<id>urn:sha1:6696994da0d59a3b483eda65d1dc8b1a9df67cc0</id>
<content type='text'>
now its more easy to build a timer overlap detection or similar
</content>
</entry>
</feed>
