Commit Graph

37 Commits

Author SHA1 Message Date
Stefan Seyfried
54189f271a Merge remote-tracking branch 'tuxbox/master'
* needs compile fixes
* needs additional tests, of course :-)


Origin commit data
------------------
Commit: 13ab1ebc8a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-10-22 (Sat, 22 Oct 2016)
2016-10-22 11:37:40 +02:00
Jacek Jendrzej
53976b2ece src/eitd/xmlutil.cpp fix possible segfault
Origin commit data
------------------
Commit: b4fccb307c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-17 (Sun, 17 Apr 2016)
2016-04-17 20:04:15 +02:00
Stefan Seyfried
17880c4125 Merge remote-tracking branch 'uncool/cst-next'
This need buildfixes and some functional updates...


Origin commit data
------------------
Commit: eeee5bacab
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)
2015-12-13 17:41:55 +01:00
[CST] Focus
04a3004ae5 eitd/xmlutil.cpp: add support to read epg from directory without index.xml
Origin commit data
------------------
Commit: fc52af49da
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-01 (Mon, 01 Jun 2015)
2015-06-02 12:26:49 +03:00
[CST] Focus
40fba37907 eitd/xmlutil.cpp: split read events code
Origin commit data
------------------
Commit: 36cec7d41f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-01 (Mon, 01 Jun 2015)
2015-06-02 12:26:17 +03:00
[CST] Focus
a5670e1fdc eitd/xmlutil.cpp: change event file name to match channel id order
Origin commit data
------------------
Commit: 37a2fc42d7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-05-26 (Tue, 26 May 2015)
2015-05-26 13:27:42 +03:00
Jacek Jendrzej
787fc5ebda add pugixml
Origin commit data
------------------
Commit: 422c91d117
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-28 10:12:23 +02:00
Jacek Jendrzej
83d85cb567 change check dir to check with jffs2 (mtd)
Origin commit data
------------------
Commit: 2c3ecf6183
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-31 (Tue, 31 Mar 2015)
2015-03-31 12:12:14 +02:00
Jacek Jendrzej
89422c761a chhecking if epgdir directory exists for frequently save
Origin commit data
------------------
Commit: 22399f73e2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-24 (Tue, 24 Mar 2015)
2015-03-24 21:00:44 +01:00
Jacek Jendrzej
3f53a4b636 xmlinterface use const char instand char
Origin commit data
------------------
Commit: 8227a01592
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-20 (Fri, 20 Mar 2015)
2015-03-20 12:05:22 +01:00
Jacek Jendrzej
c5bd495ac6 prevent possible segfault std::string if value NULL
Origin commit data
------------------
Commit: 40fe7fae34
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-20 (Fri, 20 Mar 2015)
2015-03-20 11:57:12 +01:00
Stefan Seyfried
be57772407 remove useless sync() calls
unless we had serious kernel bugs, those sync() calls
serve no useful purpose


Origin commit data
------------------
Commit: ae21edb141
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-25 (Wed, 25 Feb 2015)
2015-02-25 21:43:41 +01:00
[CST] Focus
52f78319c6 eitd/xmlutil.cpp: add sync() after epg save is done
Origin commit data
------------------
Commit: 839f78b9e5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-02-22 (Sun, 22 Feb 2015)
2015-02-22 19:01:42 +03:00
[CST] Focus
22210b9fdc eitd: ignore neutrino epg filter, if filter was configured from xml
Origin commit data
------------------
Commit: 5d9e7a814d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-02-15 (Sun, 15 Feb 2015)
2015-02-15 12:57:29 +03:00
[CST] Focus
96c523a0c2 eitd: as long as neutrino using only first content classification,
reduce content classification caching (leaving old code with ifdef)


Origin commit data
------------------
Commit: e8700de2b7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)
2015-01-30 19:47:30 +03:00
[CST] Focus
0032c56bac eitd: add API to configure white EPG filter
Origin commit data
------------------
Commit: 486d3692a6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-22 (Thu, 22 Jan 2015)
2015-01-22 18:58:53 +03:00
Jacek Jendrzej
ac5daf2dd9 eitd: use check empty() instead of size() or length()
Origin commit data
------------------
Commit: 8e4af0b619
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-01 (Thu, 01 Jan 2015)
2015-01-01 19:02:41 +01:00
martii
0973d86ff9 eitd: Reduce sectionsd memory requirements:
* Various EPG related strings (language- and country keys, audio descriptions) come with a pretty low variance. Cache them, and use an index instead of allocating redundant strings for each and every SIevent.
* Storing content classifications in native format instead of std::string removes quite some memory overhead, too.

This saves about 250 bytes of RAM for every event cached, resulting in a considerably reduced sectionsd memory footprint.

Conflicts:
	src/eitd/xmlutil.cpp


Origin commit data
------------------
Commit: 0bcff8b930
Author: martii <m4rtii@gmx.de>
Date: 2014-09-14 (Sun, 14 Sep 2014)
2014-09-15 10:16:30 +04:00
[CST] Focus
e15f1c4c72 Merge branch 'dvbsi++' into next
Conflicts:
	src/neutrino.cpp
	src/zapit/src/femanager.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/transponder.cpp


Origin commit data
------------------
Commit: 026592e8fe
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
2013-02-28 16:39:34 +04:00
Stefan Seyfried
80a87017f3 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


Origin commit data
------------------
Commit: 4dbeb3a31e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)
2013-02-21 15:47:18 +01:00
Stefan Seyfried
a69579fc17 sectionsd: on-disk epg data has lower priority than on-air data
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 0a366a4ae4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-05 (Tue, 05 Feb 2013)
2013-02-20 21:19:05 +01:00
[CST] Bas
953831c2c3 neutrino: fix file locations. use the predetermined CONFIGDIR instead of hardcoding paths.
Origin commit data
------------------
Commit: 8dfa226920
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
2013-01-25 10:33:40 +08:00
[CST] Focus
e35305d1cf eitd/xmlutil.cpp: fix crash, if epg data saved with older image -
item/item_description can be present and break parsing


Origin commit data
------------------
Commit: 1f65f1bc80
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
2012-11-15 19:13:13 +04:00
[CST] Focus
7b46b91767 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Commit: 0a0e92c0fa
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 16:52:50 +04:00
[CST] Focus
73f52b61f1 eitd/SIevents.cpp: change SIcomponents and SIparentalRatings from set to vector -
no need to sort them, this decrease SIevent size


Origin commit data
------------------
Commit: 01f50bba06
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 16:32:07 +04:00
[CST] Focus
2c7970d895 eitd: ifdef unused item/itemDescription, comment unused vps in SIevent
Origin commit data
------------------
Commit: 1cc3219c89
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
2012-05-29 13:12:35 +04:00
vanhofen
10df16b673 eitd: fix possible buffer overflow while writing egp-data (patch by FlatTV)
Origin commit data
------------------
Commit: 4eeca53fd6
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-05-24 (Thu, 24 May 2012)

Origin message was:
------------------
- eitd: fix possible buffer overflow while writing egp-data (patch by FlatTV)
2012-05-24 21:06:28 +02:00
Jacek Jendrzej
c8fc5e641d eitd: -fix read/write epg collision
Origin commit data
------------------
Commit: 520cf0e150
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)
2012-05-08 13:55:47 +02:00
Jacek Jendrzej
0036e10dec xmlutil.cpp: add deleteOldfileEvents
Origin commit data
------------------
Commit: 4d620569b4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)
2012-05-06 21:47:36 +02:00
Jacek Jendrzej
e2bdb6a058 xmlutil.cpp:use rename instead of cp
Origin commit data
------------------
Commit: aa2f00bcea
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
2012-05-03 19:49:54 +02:00
[CST] Focus
e0cfac62a6 rename CREATE_CHANNEL_ID_FROM_SERVICE_ORIGINALNETWORK_TRANSPORTSTREAM_ID to CREATE_CHANNEL_ID
Origin commit data
------------------
Commit: b072232956
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-10 (Tue, 10 Apr 2012)
2012-04-10 14:35:09 +04:00
[CST] Bas
c34c05a354 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


Origin commit data
------------------
Commit: ce9eb10ed0
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-08 (Thu, 08 Mar 2012)
2012-03-08 12:17:03 +08:00
[CST] Focus
7c8700315c eitd: unify copyright header
Origin commit data
------------------
Commit: 9e1ba71ae8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-07 (Wed, 07 Mar 2012)
2012-03-07 16:43:21 +04:00
[CST] Bas
673ff673f4 eitd: Fix files according to the new includes branch.
Origin commit data
------------------
Commit: 96e7c51cff
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-06 (Tue, 06 Mar 2012)
2012-03-06 14:50:02 +08:00
[CST] Focus
0ac115af1d eitd: save table id to xml and restore it
Origin commit data
------------------
Commit: 9ed6224258
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-27 (Mon, 27 Feb 2012)
2012-02-27 13:39:28 +04:00
[CST] Focus
e6dab5d1fb eitd: move epg filters to xmlutil.cpp
Origin commit data
------------------
Commit: cc36b982d9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-14 (Tue, 14 Feb 2012)
2012-02-14 13:25:27 +04:00
[CST] Focus
49a3c1af82 eitd: rename savexml.cpp to xmlutil.cpp
Origin commit data
------------------
Commit: 266349e36e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-14 (Tue, 14 Feb 2012)
2012-02-14 13:00:06 +04:00