tvheadend/dvb
Andreas Öman cb8266e3ea Initial take on making tvheadend multithreaded instead of relying on a
poll/dispatcher framework.

The top reasons for going multithreaded is:

* Take adventage of multicore CPUs
* No need to put slow operations in ugly helper threads now that the entire app is designed for multithreads
* Some of the timing sensetive tasks (IPTV output / RTP / UDP pacing) can run on RT priority.
2008-08-29 15:29:33 +00:00
..
diseqc.c Move DVB subsystem to a directory of its own. 2008-08-25 16:27:32 +00:00
diseqc.h Move diseqc.h into dvb/ too 2008-08-25 17:00:45 +00:00
dvb.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
dvb.h Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
dvb_adapter.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
dvb_dvr.c Move DVB subsystem to a directory of its own. 2008-08-25 16:27:32 +00:00
dvb_dvr.h Move DVB subsystem to a directory of its own. 2008-08-25 16:27:32 +00:00
dvb_fe.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
dvb_multiplex.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
dvb_preconf.c Rename dvb_muxconfig.* into dvb_preconf.* 2008-08-25 16:57:14 +00:00
dvb_preconf.h Rename dvb_muxconfig.* into dvb_preconf.* 2008-08-25 16:57:14 +00:00
dvb_support.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
dvb_support.h Keep DVB multiplex quality in 0-100 range instead of -50 - 0 2008-08-25 19:04:56 +00:00
dvb_tables.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00
dvb_transport.c Initial take on making tvheadend multithreaded instead of relying on a 2008-08-29 15:29:33 +00:00