<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-osdpip/TODO, branch v0.0.8</title>
<subtitle>VDR OSD-PiP Plug-in
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-osdpip/'/>
<entry>
<title>Release version 0.0.6</title>
<updated>2004-07-31T21:55:00+00:00</updated>
<author>
<name>Andreas Regel</name>
<email>andreas.regel@powarman.de</email>
</author>
<published>2004-07-31T21:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-osdpip/commit/?id=c024446839241af2fa7d618ce49cc8c1e5693f7f'/>
<id>c024446839241af2fa7d618ce49cc8c1e5693f7f</id>
<content type='text'>
- added channel swapping. It is now possible to swap the currently viewed
  channel with the pip channel by pressing the red key. (thanks to Sascha
  Volkenandt)
- added support for other aspect ratios than 4:3. Image is now correctly
  scaled and black border is added when necessary.
- added automatic frame dropping that always takes the last frame from
  the ringbuffer.
- added -D_GNU_SOURCE to DEFINES in Makefile
- fixed a memory leak: missing deletion of frame ringbuffer
- fixed a memory leak: missing frame deletion in case of a full ringbuffer
- small speedup through just putting relevant frames to ringbuffer
- updated finnish translations (thanks to Rolf Ahrenberg)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added channel swapping. It is now possible to swap the currently viewed
  channel with the pip channel by pressing the red key. (thanks to Sascha
  Volkenandt)
- added support for other aspect ratios than 4:3. Image is now correctly
  scaled and black border is added when necessary.
- added automatic frame dropping that always takes the last frame from
  the ringbuffer.
- added -D_GNU_SOURCE to DEFINES in Makefile
- fixed a memory leak: missing deletion of frame ringbuffer
- fixed a memory leak: missing frame deletion in case of a full ringbuffer
- small speedup through just putting relevant frames to ringbuffer
- updated finnish translations (thanks to Rolf Ahrenberg)
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 0.0.5</title>
<updated>2004-06-13T21:00:00+00:00</updated>
<author>
<name>Andreas Regel</name>
<email>andreas.regel@powarman.de</email>
</author>
<published>2004-06-13T21:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-osdpip/commit/?id=1df133b2a0565a35c3b07e043bd04b449869a0cb'/>
<id>1df133b2a0565a35c3b07e043bd04b449869a0cb</id>
<content type='text'>
- added support for VDR version 1.3.7 and later (VDR 1.2.6 is still
  supported, no guarantee for 1.3.0-1.3.6)
- no patching required any longer with 1.3.7 and later
- fixed info window colors if palette patch is not applied (VDR up to 1.3.6,
  index patch must be applied)
- added german translations
- added finnish translations (thanks to Rolf Ahrenberg)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added support for VDR version 1.3.7 and later (VDR 1.2.6 is still
  supported, no guarantee for 1.3.0-1.3.6)
- no patching required any longer with 1.3.7 and later
- fixed info window colors if palette patch is not applied (VDR up to 1.3.6,
  index patch must be applied)
- added german translations
- added finnish translations (thanks to Rolf Ahrenberg)
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 0.0.4</title>
<updated>2004-02-04T20:11:00+00:00</updated>
<author>
<name>Andreas Regel</name>
<email>andreas.regel@powarman.de</email>
</author>
<published>2004-02-04T20:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-osdpip/commit/?id=2e17045cd1b8abe771d136cbc3a815b547d32280'/>
<id>2e17045cd1b8abe771d136cbc3a815b547d32280</id>
<content type='text'>
- a second osd window with some information about the viewed channel and
  event is now shown on screen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- a second osd window with some information about the viewed channel and
  event is now shown on screen
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 0.0.3</title>
<updated>2004-01-28T18:11:00+00:00</updated>
<author>
<name>Andreas Regel</name>
<email>andreas.regel@powarman.de</email>
</author>
<published>2004-01-28T18:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-osdpip/commit/?id=64fe6b70d0a5b34a80ff458fbf1664018d5c0182'/>
<id>64fe6b70d0a5b34a80ff458fbf1664018d5c0182</id>
<content type='text'>
- new TS-&gt;ES remuxer: now using VDR's cRemux for TS-&gt;PES and some own code
  for PES-&gt;ES
- now using libavcodec from ffmpeg instead of mpeg2dec
- frames to decode configurable (I-frames, I-/P-frames, all frames)
- frame dropping configurable
- added new color depths:
 - 128 shades greyscale
 - 128 colors with variable palette using Wu's quantizer (patch needed)
- changed osd size setting to 6 configurable values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- new TS-&gt;ES remuxer: now using VDR's cRemux for TS-&gt;PES and some own code
  for PES-&gt;ES
- now using libavcodec from ffmpeg instead of mpeg2dec
- frames to decode configurable (I-frames, I-/P-frames, all frames)
- frame dropping configurable
- added new color depths:
 - 128 shades greyscale
 - 128 colors with variable palette using Wu's quantizer (patch needed)
- changed osd size setting to 6 configurable values
</pre>
</div>
</content>
</entry>
</feed>
