vdr-plugin-streamdev/server
schmirl 412c6982b6 - added namespace to remuxers
- 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 > 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
2009-06-29 06:25:27 +00:00
..
component.c Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
component.h Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
componentHTTP.c - added TS compatibility mode 2005-05-09 20:22:29 +00:00
componentHTTP.h - added TS compatibility mode 2005-05-09 20:22:29 +00:00
componentIGMP.c Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
componentIGMP.h Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
componentVTP.c - added TS compatibility mode 2005-05-09 20:22:29 +00:00
componentVTP.h - added TS compatibility mode 2005-05-09 20:22:29 +00:00
connection.c Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
connection.h Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
connectionHTTP.c ignore trailing blank lines in HTTP requests 2009-02-13 07:02:25 +00:00
connectionHTTP.h - added HTTP authentication (#475) 2008-10-14 11:05:57 +00:00
connectionIGMP.c Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
connectionIGMP.h Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
connectionVTP.c - removed legacy code for pre VDR 1.4 2008-04-07 14:27:27 +00:00
connectionVTP.h - added preprocessor directive for ancient gcc 2008-07-16 05:59:45 +00:00
livefilter.c added comments to indicate that the VTP filter stream is proprietary forma 2009-02-13 13:02:33 +00:00
livefilter.h - removed legacy code for pre VDR 1.4 2008-04-07 14:27:27 +00:00
livestreamer.c - added namespace to remuxers 2009-06-29 06:25:27 +00:00
livestreamer.h - added namespace to remuxers 2009-06-29 06:25:27 +00:00
menuHTTP.c added Network Media Tank browser support to HTML pages (#494) 2008-12-08 11:37:36 +00:00
menuHTTP.h Missing files 2008-03-28 15:13:11 +00:00
server.c Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
server.h - use cThread::Running()/Active() instead of private members 2008-10-22 11:59:35 +00:00
setup.c Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
setup.h Added IGMP Multicast server 2009-02-13 10:39:40 +00:00
streamer.c - added namespace to remuxers 2009-06-29 06:25:27 +00:00
streamer.h - added namespace to remuxers 2009-06-29 06:25:27 +00:00
suspend.c - use cThread::Running()/Active() instead of private members 2008-10-22 11:59:35 +00:00
suspend.dat Initial revision 2004-12-30 22:43:55 +00:00
suspend.h - use cThread::Running()/Active() instead of private members 2008-10-22 11:59:35 +00:00