Sometimes at first start, the cn thread does not fetch the EIT version
and thus automatic updates don't work. The cause of this is not 100%
clear, for now let's add a workaround to try a bit longer fetching it.
Origin commit data
------------------
Commit: 987dffdb87
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)
disable some debug messages, remove unneeded newlines
from other messages
Origin commit data
------------------
Commit: 2f6ad23f78
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)
in order to avoid unnecessary system time jumps, only step time
if the difference is bigger than 120 seconds, else use adjtime
Origin commit data
------------------
Commit: 8a883e7db3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)
The components could over time become quite large,
so it makes more sense, coming features to split into
multiple files and to do it in a separate directory.
Origin commit data
------------------
Commit: f3f347bdb3
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-12 (Tue, 12 Feb 2013)
* for services with duplicate tsid/onid/sid, not all channels were found
(function returned NULL if the first match was not the correct one)
* add compatibility with "wrong" ubouquets.xml for non-sat boxes: the
position parameter was ignored before and is not too useful outside
sat anyway
Origin commit data
------------------
Commit: e2c99cd24b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-31 (Thu, 31 Jan 2013)
Origin message was:
------------------
getservices: fix FindChannelFuzzy()
* for services with duplicate tsid/onid/sid, not all channels were found
(function returned NULL if the first match was not the correct one)
* add compatibility with "wrong" ubouquets.xml for non-sat boxes: the
position parameter was ignored before and is not too useful outside
sat anyway
Services with duplicate tsid/onid/sid like found e.g. on "8W Atlantic
Bird 2", "12.5W Atlantic Bird 1", "4.8E Sirius", "7E Eutelsat" caused
wrong bouquet entries because the satellite position and transponder
frequency was not used to distinguish the channels. Use the new
FindChannelFuzzy() function to fix this.
Origin commit data
------------------
Commit: cd0896a35d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-29 (Tue, 29 Jan 2013)
Origin message was:
------------------
bouquets: fix ubouquet generation for broken services
Services with duplicate tsid/onid/sid like found e.g. on "8W Atlantic
Bird 2", "12.5W Atlantic Bird 1", "4.8E Sirius", "7E Eutelsat" caused
wrong bouquet entries because the satellite position and transponder
frequency was not used to distinguish the channels. Use the new
FindChannelFuzzy() function to fix this.
Add a function that returns a channel if tsid, onid, sid and
satellite position matches and the frequency matches +-2MHz.
(This frequency tolerance allows ubouquets to be used after
updates to satellites.xml)
Origin commit data
------------------
Commit: 4c298ed2d3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-29 (Tue, 29 Jan 2013)
Beware the canonical order of filenames.
Origin commit data
------------------
Commit: 9939fc9197
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-01-13 (Sun, 13 Jan 2013)
this should obsolete framebuffer_spark.cpp
Origin commit data
------------------
Commit: bc062dca05
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-13 (Sun, 13 Jan 2013)
even though there is not much left to do if no frontend is present,
at least the user can be informed about that fact before crashing :-)
Origin commit data
------------------
Commit: aa098a7701
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-13 (Sun, 13 Jan 2013)
Implement fbaccel functionality for most target platforms. Some old
code is just #if 0'ed for now in order to keep the diffs smaller
and to compare the code directly.
Probably needs some wider testing, small graphics problems are likely.
TODO: implement for SPARK, remove unused #if 0 code.
Origin commit data
------------------
Commit: b50c5d5a27
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-13 (Sun, 13 Jan 2013)
Origin commit data
------------------
Commit: 6b9045def9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
Origin message was:
------------------
* yWeb: Because of format changes klack.de temporarily disabled
in order to not clash with upstream all the time, copy the files
over to framebuffer_ng.{cpp,h} and include this from old include file.
Origin commit data
------------------
Commit: 21e27d463f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-05 (Sat, 05 Jan 2013)