Commit Graph

28 Commits

Author SHA1 Message Date
[CST] Focus
c4a8d40853 eitd/sectionsd.cpp: fix busywait loop after service stop 2014-12-05 14:44:48 +03:00
[CST] Focus
3513f9830a neutrino: stop EIT read before zap 2014-09-02 12:59:21 +04:00
[CST] Focus
8bedb877dd eitd/dmx.cpp: delete demux instead of stop in closefd,
add helper to set demux number
2013-06-12 18:46:34 +04:00
Stefan Seyfried
4dbeb3a31e neutrino: fix 32<->64bit format string warnings
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
2013-02-21 15:47:18 +01:00
[CST] Focus
0fbad6b69a eitd/dmx.cpp: revert dmx Open/Close to use Stop - prevent crash,
if one thread use change() while other try to read (time thread)
2012-06-05 16:34:47 +04:00
satbaby
2b76702c7a initialize volues 2012-05-08 21:44:25 +02:00
[CST] Focus
b0b28f31b9 eitd/dmx.cpp: try to stop debug spam on bad sections read 2012-04-27 17:30:06 +04:00
[CST] Focus
45a9601fcd eitd/dmx.cpp: fix dtor, enable debug 2012-04-07 13:05:52 +04:00
[CST] Focus
bd0aae4cec eitd/dmx.cpp: remove dmxapi.h again :) 2012-03-08 11:22:14 +04:00
[CST] Bas
ce9eb10ed0 Merge branch 'dvbsi++' of c00lstreamtech.de:cst-private-neutrino into includecleanup
Conflicts:
	src/eitd/SIlanguage.cpp
	src/eitd/SIsections.cpp
	src/eitd/dmx.cpp
	src/eitd/dmxapi.cpp
2012-03-08 12:17:03 +08:00
[CST] Focus
20b329d402 eitd/dmx.cpp: remove dmxapi.h 2012-03-07 18:29:09 +04:00
[CST] Focus
f4ba558155 eitd: little cleanup 2012-03-07 16:44:35 +04:00
[CST] Bas
96e7c51cff eitd: Fix files according to the new includes branch. 2012-03-06 14:50:02 +08:00
[CST] Focus
dec2ed2588 eitd/dmx.cpp: unify code to open/close demux so ifdefs not needed 2012-03-05 16:47:45 +04:00
[CST] Focus
0a6177a4d9 eitd/dmx.cpp: use MAX_SECTION_LENGTH as read size 2012-03-02 19:30:20 +04:00
[CST] Focus
cb3b4f96f6 eitd/dmx.cpp: lock whole DMX::getSection 2012-02-27 20:39:18 +04:00
[CST] Focus
68edbc0a2a eitd/dmx.cpp: WIP 2012-02-25 17:36:58 +04:00
[CST] Focus
1930809471 eitd/dmx.cpp: change cache_section name to check_complete; add debug defines 2012-02-22 16:51:24 +04:00
[CST] Focus
2942a55854 eitd/dmx.cpp: comment request_pause/unpause;
move global myDMXOrderUniqueKey to DMX class;
remove wakeup from dropCachedSectionIDs;
add seen_section flag to prevent change filter on timeouts - until skipped loop or complete;
enable check complete for CN thread
2012-02-21 19:56:45 +04:00
[CST] Focus
a791fcc62c eitd/dmx.cpp: move get_eit_version, get_current_service to header;
change current_service type to t_channel_id
2012-02-18 15:53:31 +04:00
[CST] Focus
e5c8718955 eitd/dmx.cpp: experimental. check for complete totally changed 2012-02-17 20:10:56 +04:00
[CST] Focus
2a7908ae27 eitd/dmx.cpp: add next_filter() 2012-02-16 20:40:21 +04:00
[CST] Focus
5a0fce7700 eitd/dmx: remove unused pauselock; add default constructor 2012-02-10 20:16:19 +04:00
[CST] Focus
240ec1838f eitd/dmx.cpp: remove buffer casting to unsigned char 2012-02-07 15:10:10 +04:00
[CST] Focus
c68321c68a eitd DMX::getSection: change char* to uint8_t 2012-02-07 15:08:34 +04:00
[CST] Focus
8c647182c5 eitd/dmx.cpp: simplify getSection, use libdvbsi++ 2012-02-07 14:07:03 +04:00
[CST] Focus
de2140ec78 eitd: remove most of code under #if 0 2012-02-01 18:38:30 +04:00
[CST] Focus
3ea0c375ea Copy sectionsd code to new eitd directory, to cleanup and leave original code for reference 2012-02-01 16:09:49 +04:00