<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-live/pages, branch feature_recimages</title>
<subtitle>VDR Live Plug-in
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/'/>
<entry>
<title>Corrected formatting</title>
<updated>2017-06-23T23:45:13+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-14T23:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=a45e095b45ff231133f624fc84b6826f9ef76146'/>
<id>a45e095b45ff231133f624fc84b6826f9ef76146</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patched with recimagesv5.diff</title>
<updated>2017-06-23T23:45:13+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-14T22:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=e89af9ea82f1891924abae838ed3b33394f81239'/>
<id>e89af9ea82f1891924abae838ed3b33394f81239</id>
<content type='text'>
- Got the patch from:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293371-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293371
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Got the patch from:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293371-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293371
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed lock order in remote.ecpp</title>
<updated>2017-06-23T23:41:56+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-23T23:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=203895d72ea0d5858685e324faeafb3050b2c177'/>
<id>203895d72ea0d5858685e324faeafb3050b2c177</id>
<content type='text'>
- Move the top LOCK_CHANNELS_READ into the blocks and use several
  lock statements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move the top LOCK_CHANNELS_READ into the blocks and use several
  lock statements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Column 'Searchtimer' in view timer will now wrap</title>
<updated>2017-06-19T18:09:05+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-19T18:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=5cb665d2718b0e5f950b5796c70d92aaffa60b9f'/>
<id>5cb665d2718b0e5f950b5796c70d92aaffa60b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect stored timers in SortedTimers list</title>
<updated>2017-06-18T00:22:24+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-18T00:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=914fc339749a5d625bc0aa6367cb1c950df7702b'/>
<id>914fc339749a5d625bc0aa6367cb1c950df7702b</id>
<content type='text'>
- SortedTimers::GetByTimerId will now return "const cTimer *" to be sure the
  timer is never modified within live. Modifying or more worse deleting such
  a timer can lead to a segfault. This is no longer the case, but using const
  may protect future mistakes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- SortedTimers::GetByTimerId will now return "const cTimer *" to be sure the
  timer is never modified within live. Modifying or more worse deleting such
  a timer can lead to a segfault. This is no longer the case, but using const
  may protect future mistakes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a memory leak when creating a new timer</title>
<updated>2017-06-17T23:53:40+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-17T23:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=18d3b23cf039ce1d1efb2898d4a8bd812a023f11'/>
<id>18d3b23cf039ce1d1efb2898d4a8bd812a023f11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed useless debug printing</title>
<updated>2017-06-17T22:24:57+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-17T22:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=67eeba15de29fdcde013c871fe507c8f82b2ce4a'/>
<id>67eeba15de29fdcde013c871fe507c8f82b2ce4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added column 'Searchtimer' to the timer views</title>
<updated>2017-06-17T20:35:15+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-17T01:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=9bebbad537dfedc7d143b35d1d01dc9cc7b68b5f'/>
<id>9bebbad537dfedc7d143b35d1d01dc9cc7b68b5f</id>
<content type='text'>
- This implements the change request from ludi:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
  He requested to see the name of the serach timer, which has created a timer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This implements the change request from ludi:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
  He requested to see the name of the serach timer, which has created a timer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added "Current Maintainer" to about box.</title>
<updated>2017-06-16T22:39:27+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-16T22:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=51bc4fd8e06feb0585f25e5b00ea62fbd36a5947'/>
<id>51bc4fd8e06feb0585f25e5b00ea62fbd36a5947</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show searchtimer options also for deactivated timers</title>
<updated>2017-06-16T22:17:22+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-16T22:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=2dc9c6d06e51693455eb95a0615321a8ba4b378a'/>
<id>2dc9c6d06e51693455eb95a0615321a8ba4b378a</id>
<content type='text'>
- This implements a change request from ludi:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This implements a change request from ludi:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
</pre>
</div>
</content>
</entry>
</feed>
