<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-streamdev/libdvbmpeg, branch v0_4</title>
<subtitle>VDR Streamdev Plug-in
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/'/>
<entry>
<title>- added namespace to remuxers</title>
<updated>2009-06-29T06:25:27+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2009-06-29T06:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=412c6982b6deba6089cc729704bebab784ef3313'/>
<id>412c6982b6deba6089cc729704bebab784ef3313</id>
<content type='text'>
- increased WRITERBUFSIZE - buffer was too small for high bandwidth content
- removed cStreamdevStreamer::m_Running
- eliminated potential busy waits in remuxers
- updated cTSRemux static helpers to code of their VDR 1.6.0 counterparts
- use a copy of VDR 1.6.0's cRemux for TS to PES remuxing.
- make sure that only complete TS packets are written to ringbuffers
- use signaling instead of sleeps when writing to ringbuffers
- optimized cStreamdevPatFilter PAT packet initialization
- fixed cStreamdevPatFilter not processing PATs with length &gt; TS_SIZE - 5
- use a small ringbuffer for cStreamdevPatFilter instead of writing to
  cStreamdevStreamers SendBuffer as two threads mustn't write to the same
  ringbuffer
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile streamdev-server.c
	libdvbmpeg/transform.h remux/extern.c remux/extern.h
	remux/ts2es.c remux/ts2es.h remux/ts2ps.c remux/ts2ps.h
	remux/tsremux.c remux/tsremux.h server/livestreamer.c
	server/livestreamer.h server/streamer.c server/streamer.h
Added Files:
 Tag: v0_4
	remux/ts2pes.c remux/ts2pes.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- increased WRITERBUFSIZE - buffer was too small for high bandwidth content
- removed cStreamdevStreamer::m_Running
- eliminated potential busy waits in remuxers
- updated cTSRemux static helpers to code of their VDR 1.6.0 counterparts
- use a copy of VDR 1.6.0's cRemux for TS to PES remuxing.
- make sure that only complete TS packets are written to ringbuffers
- use signaling instead of sleeps when writing to ringbuffers
- optimized cStreamdevPatFilter PAT packet initialization
- fixed cStreamdevPatFilter not processing PATs with length &gt; TS_SIZE - 5
- use a small ringbuffer for cStreamdevPatFilter instead of writing to
  cStreamdevStreamers SendBuffer as two threads mustn't write to the same
  ringbuffer
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile streamdev-server.c
	libdvbmpeg/transform.h remux/extern.c remux/extern.h
	remux/ts2es.c remux/ts2es.h remux/ts2ps.c remux/ts2ps.h
	remux/tsremux.c remux/tsremux.h server/livestreamer.c
	server/livestreamer.h server/streamer.c server/streamer.h
Added Files:
 Tag: v0_4
	remux/ts2pes.c remux/ts2pes.h
</pre>
</div>
</content>
</entry>
<entry>
<title>- resurrected clients "Suspend Server" menu item as its mainmenu entry</title>
<updated>2008-04-07T14:40:39+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2008-04-07T14:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=89735cbd95ea82c309be3c2faf939d03cc8aa6eb'/>
<id>89735cbd95ea82c309be3c2faf939d03cc8aa6eb</id>
<content type='text'>
- dropped unused code for remote timers/recordings on client side
- dropped unused files client/{assembler,menu,remote}.[hc]
- dropped unused files in libdvbmpeg (reported by tobi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- dropped unused code for remote timers/recordings on client side
- dropped unused files client/{assembler,menu,remote}.[hc]
- dropped unused files in libdvbmpeg (reported by tobi)
</pre>
</div>
</content>
</entry>
<entry>
<title>FreeBSD compatibility (#435)</title>
<updated>2008-03-12T09:36:27+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2008-03-12T09:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=efeac825cc071e01b203eda2af3a28f5020c9f3e'/>
<id>efeac825cc071e01b203eda2af3a28f5020c9f3e</id>
<content type='text'>
Modified Files:
	Makefile common.h libdvbmpeg/ctools.c server/connectionVTP.c
	tools/socket.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified Files:
	Makefile common.h libdvbmpeg/ctools.c server/connectionVTP.c
	tools/socket.c
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes for some new warnings from gcc 4.3.0</title>
<updated>2007-09-21T11:55:56+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2007-09-21T11:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=d0385f5252ba5f5463028b848b7036413626cf42'/>
<id>d0385f5252ba5f5463028b848b7036413626cf42</id>
<content type='text'>
- array subscript is above array bounds (real bug - might overwrite other var)
- deprecated conversion from string constant to 'char*'
- suggest explicit braces to avoid ambiguous 'else'

Thanks to Petri Hintukainen (#354)
Modified Files:
	common.c libdvbmpeg/cpptools.cc libdvbmpeg/remux.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- array subscript is above array bounds (real bug - might overwrite other var)
- deprecated conversion from string constant to 'char*'
- suggest explicit braces to avoid ambiguous 'else'

Thanks to Petri Hintukainen (#354)
Modified Files:
	common.c libdvbmpeg/cpptools.cc libdvbmpeg/remux.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence warnings caused by implicit casts between uint8_t and char.</title>
<updated>2007-03-19T12:05:25+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2007-03-19T12:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=87e24499e3857b8cea36d9ec9f38fdb9443fd92a'/>
<id>87e24499e3857b8cea36d9ec9f38fdb9443fd92a</id>
<content type='text'>
In most places casting was easy to avoid as the variables have been
casted forth and back between both data types. Anyway - the affected
functions are never used by streamdev.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In most places casting was easy to avoid as the variables have been
casted forth and back between both data types. Anyway - the affected
functions are never used by streamdev.
</pre>
</div>
</content>
</entry>
<entry>
<title>- transfer</title>
<updated>2005-02-08T15:21:19+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2005-02-08T15:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=916ed238bca58539835c4ee769ce8ddd9f5456d7'/>
<id>916ed238bca58539835c4ee769ce8ddd9f5456d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2004-12-30T22:43:55+00:00</updated>
<author>
<name>lordjaxom</name>
<email>lordjaxom</email>
</author>
<published>2004-12-30T22:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=302fa2e67276bd0674e81e2a9a01b9e91dd45d8c'/>
<id>302fa2e67276bd0674e81e2a9a01b9e91dd45d8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
