<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-rpihddevice/po, branch 0.0.9</title>
<subtitle>VDR Raspberry Pi HD-Device Plugin
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-rpihddevice/'/>
<entry>
<title>update Finnish translations</title>
<updated>2014-04-24T06:28:11+00:00</updated>
<author>
<name>Thomas Reufer</name>
<email>thomas@reufer.ch</email>
</author>
<published>2014-04-24T06:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-rpihddevice/commit/?id=fc42859da7ce1642f8b8496a9958d51ca1ebd8fd'/>
<id>fc42859da7ce1642f8b8496a9958d51ca1ebd8fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add setup option to ignore HDMI audio EDID</title>
<updated>2014-04-22T19:46:07+00:00</updated>
<author>
<name>Thomas Reufer</name>
<email>thomas@reufer.ch</email>
</author>
<published>2014-04-22T19:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-rpihddevice/commit/?id=6c9ac4a738357a3ded8f528df8bdbe5085dbc591'/>
<id>6c9ac4a738357a3ded8f528df8bdbe5085dbc591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added Finnish translations (thanks to Rolf Ahrenberg)</title>
<updated>2014-03-24T20:42:55+00:00</updated>
<author>
<name>Thomas Reufer</name>
<email>thomas@reufer.ch</email>
</author>
<published>2014-03-24T20:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-rpihddevice/commit/?id=bdb03849d1e553ea6bc14643f3a135c75079b2f3'/>
<id>bdb03849d1e553ea6bc14643f3a135c75079b2f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2014-02-10: Version 0.0.8</title>
<updated>2014-02-10T20:53:25+00:00</updated>
<author>
<name>Thomas Reufer</name>
<email>thomas@reufer.ch</email>
</author>
<published>2014-02-10T20:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-rpihddevice/commit/?id=0094472cda6eefa9b5363ad844daf0fcfd00c326'/>
<id>0094472cda6eefa9b5363ad844daf0fcfd00c326</id>
<content type='text'>
-------------------------
- new:
  - image grabbing
  - implemented proper handling in case of buffer stall
  - reporting video size
  - support letter box and center cut out set by VDR
  - support video scaling
- fixed:
  - increased number of audio buffer to fix replay issues with PES recordings
  - return correct number of audio bytes written from PlayAudio()
  - fixed start up in audio only mode
  - fixed still image with deinterlacer
  - fixed crash during deinitialization
  - fixed crash when copying 5.1 PCM audio
  - use cThread::mutex for locking
  - implement cOvgOsd::SetAreas() and cOvgOsd::SetActive()
  - audio codec clean up, drop AAC-LATM and rename ADTS to AAC
  - audio decoding thread clean up
- known issues
  - StillImage() will cause buffer stall
  - artifacts with StillImage() and PES recordings
  - speed to fast when fast replaying audio only recordings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-------------------------
- new:
  - image grabbing
  - implemented proper handling in case of buffer stall
  - reporting video size
  - support letter box and center cut out set by VDR
  - support video scaling
- fixed:
  - increased number of audio buffer to fix replay issues with PES recordings
  - return correct number of audio bytes written from PlayAudio()
  - fixed start up in audio only mode
  - fixed still image with deinterlacer
  - fixed crash during deinitialization
  - fixed crash when copying 5.1 PCM audio
  - use cThread::mutex for locking
  - implement cOvgOsd::SetAreas() and cOvgOsd::SetActive()
  - audio codec clean up, drop AAC-LATM and rename ADTS to AAC
  - audio decoding thread clean up
- known issues
  - StillImage() will cause buffer stall
  - artifacts with StillImage() and PES recordings
  - speed to fast when fast replaying audio only recordings
</pre>
</div>
</content>
</entry>
<entry>
<title>2013-12-15: Version 0.0.6</title>
<updated>2014-01-07T15:34:03+00:00</updated>
<author>
<name>Thomas Reufer</name>
<email>thomas@reufer.ch</email>
</author>
<published>2014-01-07T15:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-rpihddevice/commit/?id=2741f31236bfbe2087095af7320183cf863ae02e'/>
<id>2741f31236bfbe2087095af7320183cf863ae02e</id>
<content type='text'>
-------------------------
- new:
  - still picture
  - trick speeds
- fixed:
  - reworked audio detection and decoding, fixed several issues
  - reworked stream starting behavior, fixed audio-/video-only play back
  - fixed several issues with unsupported video codec (e.g. without MPEG2 key)
  - improved fast forward/reverse mode
  - several minor bugfixes
- missing:
  - deinterlacer
  - image grabbing
  - video format/output options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-------------------------
- new:
  - still picture
  - trick speeds
- fixed:
  - reworked audio detection and decoding, fixed several issues
  - reworked stream starting behavior, fixed audio-/video-only play back
  - fixed several issues with unsupported video codec (e.g. without MPEG2 key)
  - improved fast forward/reverse mode
  - several minor bugfixes
- missing:
  - deinterlacer
  - image grabbing
  - video format/output options
</pre>
</div>
</content>
</entry>
<entry>
<title>2013-10-14: Version 0.0.4</title>
<updated>2014-01-07T15:31:12+00:00</updated>
<author>
<name>Thomas Reufer</name>
<email>thomas@reufer.ch</email>
</author>
<published>2014-01-07T15:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-rpihddevice/commit/?id=9512123c95324f1679d748993662bd9f08f6f763'/>
<id>9512123c95324f1679d748993662bd9f08f6f763</id>
<content type='text'>
-------------------------
- new:
  - changed to libav for audio decoding
  - added support multi-channel audio codecs
  - added audio format/output options
- fixed:
  - removed drawing of black box in front of console which lead to malfunction
    due to memory bandwidth problem. console blank out will be handled with
    video format/output options in future versions.
- missing
  - trick modes
  - deinterlacer
  - video format/output options
  - much more...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-------------------------
- new:
  - changed to libav for audio decoding
  - added support multi-channel audio codecs
  - added audio format/output options
- fixed:
  - removed drawing of black box in front of console which lead to malfunction
    due to memory bandwidth problem. console blank out will be handled with
    video format/output options in future versions.
- missing
  - trick modes
  - deinterlacer
  - video format/output options
  - much more...
</pre>
</div>
</content>
</entry>
</feed>
