<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enigma2.git/lib/service, branch 2.7.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=2.7.0</id>
<link rel='self' href='https://git.cweiske.de/enigma2.git/atom?h=2.7.0'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/'/>
<updated>2010-01-05T17:50:21Z</updated>
<entry>
<title>servicedvb.cpp: fix handling for single IN cut (needed when only the start of a movie is cutted away)</title>
<updated>2010-01-05T17:50:21Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2010-01-05T17:50:00Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=8c0e6b4a527f5666195683b7cc28c278a636da0d'/>
<id>urn:sha1:8c0e6b4a527f5666195683b7cc28c278a636da0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>servicedvb.cpp: small cleanup</title>
<updated>2010-01-02T11:31:52Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-12-21T19:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=c9fe35f9b262f930740fe08ff82de53e486cd910'/>
<id>urn:sha1:c9fe35f9b262f930740fe08ff82de53e486cd910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed evSeekableStateChanged handling</title>
<updated>2010-01-02T11:11:57Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2010-01-02T11:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=734c3316b09f9dab14338d66ea2400dd734a0080'/>
<id>urn:sha1:734c3316b09f9dab14338d66ea2400dd734a0080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote branch 'origin/bug_306_sort_by_date'</title>
<updated>2010-01-02T10:03:28Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2010-01-02T10:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=a8d991ca3b2f7cd9b85bd54ea4eaa661c06a3d71'/>
<id>urn:sha1:a8d991ca3b2f7cd9b85bd54ea4eaa661c06a3d71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'bug_274_disable_fast_winding_for_non_ts'</title>
<updated>2010-01-02T09:54:57Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2010-01-02T09:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=54e5f0d7d4e983b448b9cf387ed62291595cc5a5'/>
<id>urn:sha1:54e5f0d7d4e983b448b9cf387ed62291595cc5a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>servicedvb.cpp: also disable fast winding for only audio ts files</title>
<updated>2009-12-26T11:35:13Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-12-26T11:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=3769dd67c3385fada6ab53b21ded2b9b5f79426a'/>
<id>urn:sha1:3769dd67c3385fada6ab53b21ded2b9b5f79426a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'bug_352_fix_some_cutlist_bugs'</title>
<updated>2009-12-23T15:21:59Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-12-23T15:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=b209ca0ac28a2e1ddc1f27642b0dec0f376b0ad2'/>
<id>urn:sha1:b209ca0ac28a2e1ddc1f27642b0dec0f376b0ad2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch by Moritz Venn:</title>
<updated>2009-12-23T11:57:45Z</updated>
<author>
<name>Felix Domke</name>
<email>felix.domke@multimedia-labs.de</email>
</author>
<published>2009-12-23T11:57:45Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=2026a6353de4bb4f8586b47963282b8eb14114b1'/>
<id>urn:sha1:2026a6353de4bb4f8586b47963282b8eb14114b1</id>
<content type='text'>
"I've been annoyed by the incomplete "sort by date" for a long time - it only works for recorded movies.
Not much to say, I added a simple stat call in service.cpp and return the mtime for sTimeCreate so the list is as properly sorted as the dreambox can ;-)"

Minor changes so that it is implemented in servicemp3.cpp, since a service reference "path" is specific to the actual service.
</content>
</entry>
<entry>
<title>Merge branch 'bug_271_ac3pcm_delay_servicemp3'</title>
<updated>2009-12-22T15:08:24Z</updated>
<author>
<name>ghost</name>
<email>andreas.monzner@multimedia-labs.de</email>
</author>
<published>2009-12-22T15:08:24Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/enigma2.git/commit/?id=864bab84ceacbaa2cf2814aa74f1379a0b9c8426'/>
<id>urn:sha1:864bab84ceacbaa2cf2814aa74f1379a0b9c8426</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
