Commit Graph

37 Commits

Author SHA1 Message Date
Stefan Seyfried
25e6f0e820 replace __FILE__ with __file__ 2016-01-10 19:34:31 +01:00
Stefan Seyfried
eeee5bacab Merge remote-tracking branch 'uncool/cst-next'
This need buildfixes and some functional updates...
2015-12-13 17:41:55 +01:00
Jacek Jendrzej
06ab9d186b eitd: add and move viasat to extra switch 2015-08-09 17:54:31 +02:00
TangoCash
eb81369965 add VIASAT EPG based on martii 2015-05-15 03:46:50 +02:00
Stefan Seyfried
fd666960c1 sectionsd: disable debug messages 2015-02-22 00:47:41 +01:00
Stefan Seyfried
d37b3c0f9a Merge remote-tracking branch 'check/cst-next'
Conflicts:
	src/daemonc/remotecontrol.cpp
	src/gui/luainstance.cpp
	src/gui/movieplayer.cpp
	src/gui/videosettings.cpp
	src/neutrino.cpp
	src/system/setting_helpers.cpp
	src/zapit/src/zapit.cpp
2014-12-28 12:32:12 +01:00
Stefan Seyfried
69c4dbbdba Merge remote-tracking branch 'check/cst-next'
needs build- and functional fixes

Conflicts:
	configure.ac
	data/icons/shutdown.jpg
	data/icons/start.jpg
	data/locale/deutsch.locale
	data/locale/english.locale
	lib/libmd5sum/md5.c
	src/driver/scanepg.cpp
	src/driver/streamts.cpp
	src/driver/vfd.cpp
	src/driver/vfd.h
	src/driver/volume.cpp
	src/eitd/dmx.cpp
	src/eitd/xmlutil.cpp
	src/gui/Makefile.am
	src/gui/audiomute.cpp
	src/gui/channellist.cpp
	src/gui/dboxinfo.cpp
	src/gui/epgview.cpp
	src/gui/eventlist.cpp
	src/gui/filebrowser.cpp
	src/gui/hdd_menu.cpp
	src/gui/infoviewer.cpp
	src/gui/infoviewer_bb.cpp
	src/gui/infoviewer_bb.h
	src/gui/keybind_setup.cpp
	src/gui/luainstance.cpp
	src/gui/luainstance.h
	src/gui/miscsettings_menu.cpp
	src/gui/moviebrowser.cpp
	src/gui/movieplayer.cpp
	src/gui/osd_progressbar_setup.cpp
	src/gui/osd_progressbar_setup.h
	src/gui/osd_setup.cpp
	src/gui/osdlang_setup.cpp
	src/gui/personalize.cpp
	src/gui/plugins.cpp
	src/gui/plugins.h
	src/gui/scan.cpp
	src/gui/scan_setup.cpp
	src/gui/update_settings.cpp
	src/gui/user_menue.cpp
	src/gui/user_menue_setup.cpp
	src/gui/videosettings.cpp
	src/gui/widget/buttons.cpp
	src/gui/widget/menue.cpp
	src/gui/widget/menue.h
	src/gui/widget/progresswindow.cpp
	src/neutrino.cpp
	src/neutrino_menue.cpp
	src/nhttpd/yhttpd.cpp
	src/system/helpers.cpp
	src/system/locals.h
	src/system/locals_intern.h
	src/system/setting_helpers.cpp
	src/zapit/lib/zapitclient.cpp
	src/zapit/src/fastscan.cpp
	src/zapit/src/frontend.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/scan.cpp
	src/zapit/src/scannit.cpp
	src/zapit/src/scanpmt.cpp
	src/zapit/src/transponder.cpp
	src/zapit/src/zapit.cpp
2014-12-25 18:03:08 +01:00
[CST] Focus
f816efadc6 eitd/sectionsd.cpp: try to fix filter restart on service stop 2014-12-23 19:08:01 +03:00
[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
Stefan Seyfried
1be995af05 sectionsd/dmx: add hack for TripleDragon 2013-08-04 21:25:26 +02: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