Commit Graph

2200 Commits

Author SHA1 Message Date
Stefan Seyfried
2d915ee6fe scan: blit() after channel updates
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4ed9fd2c3b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-30 (Mon, 30 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-30 19:25:36 +02:00
Stefan Seyfried
5b5c4603e0 hintboxext: center vertically on screen
the previous algorithm was 'slightly above center', but now
it is too high on the screen -> simply center it


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3c70411d5a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-30 (Mon, 30 Jul 2012)



------------------
This commit was generated by Migit
2012-07-30 19:25:14 +02:00
Stefan Seyfried
ba93d76483 neutrino: hintboxext and messagebox fixes
* CHintBoxExt created the FB window with slightly wrong size
* CMessageBox adds a buttonbar below the hintbox, this could
 draw outside the screen if the screen area was too small
* max height of CHintBoxExt was hardcoded
The fix is not ideal since the init() of CHintBoxExt is now
called a second time after calculating the size of the button
bar. Feel free to submit a better patch :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: afef14377a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-30 (Mon, 30 Jul 2012)

Origin message was:
------------------
neutrino: hintboxext and messagebox fixes

* CHintBoxExt created the FB window with slightly wrong size
* CMessageBox adds a buttonbar below the hintbox, this could
 draw outside the screen if the screen area was too small
* max height of CHintBoxExt was hardcoded
The fix is not ideal since the init() of CHintBoxExt is now
called a second time after calculating the size of the button
bar. Feel free to submit a better patch :-)


------------------
This commit was generated by Migit
2012-07-30 01:48:13 +02:00
Stefan Seyfried
6188182b7d neutrino: fix menu position for right or bottom aligned
Origin commit data
------------------
Branch: ni/coolstream
Commit: c6ff06736a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-28 (Sat, 28 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-28 23:50:03 +02:00
Stefan Seyfried
cda2c8d91c framebuffer_spark: more sanity checks in blitRect()
If code is triggering blitRect() with invalid values (x > xRes
for example), the drivers get unhappy. So let's check for invalid
input values.


Origin commit data
------------------
Branch: ni/coolstream
Commit: dc7d568d8a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-28 (Sat, 28 Jul 2012)



------------------
This commit was generated by Migit
2012-07-28 23:47:48 +02:00
Stefan Seyfried
2da175a159 hintboxext: fix for too long lines
text offset was calculated wrong if lines too long to fit on the
screen were present, leading to all sorts of graphics corruptions
(e.g. visible with the simple test.sh script from tuxbox wiki)


Origin commit data
------------------
Branch: ni/coolstream
Commit: b04ab099b2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-18 (Wed, 18 Jul 2012)



------------------
This commit was generated by Migit
2012-07-18 21:01:34 +02:00
Stefan Seyfried
69937ae8fd zapit: return 0 in CFrontend::getBitErrorRate for broken drivers
Origin commit data
------------------
Branch: ni/coolstream
Commit: d9d451dfb5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-15 13:29:14 +02:00
Stefan Seyfried
0c4d2246da tuxtxt: avoid spurious deadlocks on startup
Origin commit data
------------------
Branch: ni/coolstream
Commit: ad7c88379a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-15 13:28:17 +02:00
Stefan Seyfried
cedf551967 tuxtxt: make sure that startpage is initialized
when enabling tuxtxt caching, saving settings and then
starting tuxtxt, the start page was not initialized


Origin commit data
------------------
Branch: ni/coolstream
Commit: cb36c6e712
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)



------------------
This commit was generated by Migit
2012-07-15 13:23:52 +02:00
Stefan Seyfried
a26cfc3edc tuxtxt: fix race condition in tuxtxt_clear_cache()
tuxtxt_cache_lock does not prevent from calling tuxtxt_clear_cache
while the cache thread is in the middle of inserting pages, thus
leading to a hard-to-reproduce crash when trying to start up tuxtxt.
The simplest fix is to use an additional "big hammer" lock arond
the whole critical area. Since tuxtxt_clear_cache is only called
very seldom, there should be no lock contention problem.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9af56e1852
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)



------------------
This commit was generated by Migit
2012-07-15 13:19:44 +02:00
Stefan Seyfried
c7540ae552 neutrino: only coolstream needs a fan
Origin commit data
------------------
Branch: ni/coolstream
Commit: 56b6f274c9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-15 12:10:27 +02:00
Stefan Seyfried
2e8a236d50 framebuffer: add sanity check in paintPixel
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5abc54f429
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-14 (Sat, 14 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-14 21:43:36 +02:00
Stefan Seyfried
2afbf5bd01 zapit: fix endianness problem in PMT parsing
...and as a side effect avoid unaligned accesses on SH4.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4783b1a66c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-10 (Tue, 10 Jul 2012)



------------------
This commit was generated by Migit
2012-07-10 20:07:37 +02:00
Stefan Seyfried
bd09205220 fix english unicable.lnb locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: 621670356f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-08 22:16:00 +02:00
Stefan Seyfried
3280ac4f9e zapit: retry tune for unicable also during scan
It could still happen that after a collision we are actually tuned
to the wrong transponder and cannot notice this (during scan, we
don't know which PIDs to expect), no solution for this problem yet.


Origin commit data
------------------
Branch: ni/coolstream
Commit: fa26cede1c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)



------------------
This commit was generated by Migit
2012-07-08 19:25:48 +02:00
Stefan Seyfried
18022ed34d zapit/unicable: retry tuning on failure
Origin commit data
------------------
Branch: ni/coolstream
Commit: 249452a4be
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-08 16:11:50 +02:00
Stefan Seyfried
0341b8a71a scan_setup: add unicable setup to the GUI
Origin commit data
------------------
Branch: ni/coolstream
Commit: c36a5d6e94
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-08 16:09:34 +02:00
Stefan Seyfried
f788d472b2 zapit: improve unicable support
* support the LNB input parameter (bank)
* save config per position in sat.conf


Origin commit data
------------------
Branch: ni/coolstream
Commit: ab3ac9a4c3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)



------------------
This commit was generated by Migit
2012-07-08 16:05:15 +02:00
Stefan Seyfried
5beeae6a32 scan_setup: apply diseq menu options initially
Origin commit data
------------------
Branch: ni/coolstream
Commit: b23b15b796
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-08 15:03:18 +02:00
Stefan Seyfried
219f1d1ee4 scan_setup: allow diseqc-repeats for non-advanced setup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e64b23f30
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-08 15:02:47 +02:00
Stefan Seyfried
7313f3f1d7 simple_display: use VFDSETTIME2 ioctl on spark
Origin commit data
------------------
Branch: ni/coolstream
Commit: 71a6d325bd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-07 (Sat, 07 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-07 19:59:21 +02:00
Stefan Seyfried
bfdcc9f800 fix capmt refcounting if switching to unlocked channel
CRemoteControl::startvideo() and stopvideo() did trigger a resend
of the capmt, which lead to refcounting issues. Fix this by adding
parameters to lock/unlockPlayback to disable the sending of capmt
and set this in start/stopvideo.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e52cc57efb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-07 (Sat, 07 Jul 2012)



------------------
This commit was generated by Migit
2012-07-07 19:50:59 +02:00
Stefan Seyfried
a904e1032a framebuffer_spark: implement setBlendLevel()
Origin commit data
------------------
Branch: ni/coolstream
Commit: d3920eb21d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-07 (Sat, 07 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-07 19:37:50 +02:00
Stefan Seyfried
641215f77b simple_display: fix array size
Origin commit data
------------------
Branch: ni/coolstream
Commit: 770ab77eac
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-07 (Sat, 07 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-07-07 13:46:03 +02:00
Stefan Seyfried
9dd22306e1 check_dir: fix typo in warning message
Origin commit data
------------------
Branch: ni/coolstream
Commit: d7d00c7ddf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-27 21:18:19 +02:00
Stefan Seyfried
f592e35e75 framebuffer: add missing blit() calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: bcec8033b0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-27 21:18:19 +02:00
Stefan Seyfried
bd7c2a5a04 implement shutdown handling for azbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2be328ade2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-23 (Sat, 23 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-27 21:18:19 +02:00
Stefan Seyfried
33e3769bd7 simple_display: implement azbox me VFD support
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9266b8ffbe
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-23 (Sat, 23 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-27 21:18:19 +02:00
Stefan Seyfried
78dc002a47 driver: rename spark_led to simple_display
this code can actually drive all simple one-line displays
with minor changes, so rename the source file.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a3a783d144
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-23 (Sat, 23 Jun 2012)



------------------
This commit was generated by Migit
2012-06-27 21:18:19 +02:00
Stefan Seyfried
21359893fc neutrino: first preliminary support for AZbox ME
this is very experimental and depends on more fixes in
libstb-hal, but audio / video / OSD are basically working


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2541edc918
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-18 (Mon, 18 Jun 2012)



------------------
This commit was generated by Migit
2012-06-27 21:18:19 +02:00
Stefan Seyfried
e6a54f4ba7 spark: enable dolby via HDMI
Note: this will only work if dolby via SPDIF is also enabled.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c32efda8a6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)



------------------
This commit was generated by Migit
2012-06-08 22:36:18 +02:00
Stefan Seyfried
8876c1c724 sectionsd: remove invalid debug printf
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7e3618cdde
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-08 (Fri, 08 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-08 19:04:47 +02:00
Stefan Seyfried
209e900f6e sectionsd: renice thread that reads saved EPG
Origin commit data
------------------
Branch: ni/coolstream
Commit: 97cdb169e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-03 (Sun, 03 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-03 12:56:43 +02:00
Stefan Seyfried
e341bd4f21 neutrino: fix exit code for deepstandby
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d1028a2b2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-03 (Sun, 03 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-03 11:28:37 +02:00
Stefan Seyfried
13512f4c88 spark: try to fix framebuffer artifact problems
Apparently there is a problem on some machines / firmware
versions with the "blit only the used area" approach in
framebuffer_spark. In order to work around / fix those,
always blit the whole screen (guarded by #ifdef).


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a72d0389a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-05-21 (Mon, 21 May 2012)



------------------
This commit was generated by Migit
2012-05-21 21:13:06 +02:00
Stefan Seyfried
1ea15c91e8 movieplayer: set display mode MODE_MOVIE on spark
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d3a3f2e13
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-05-01 (Tue, 01 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-01 20:22:16 +02:00
Stefan Seyfried
3aa78b905a neutrino: allow power button repeat on SPARK
Origin commit data
------------------
Branch: ni/coolstream
Commit: 81702dd86d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-05-01 (Tue, 01 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-01 20:20:05 +02:00
Stefan Seyfried
e617b2032e neturino: add energy settings menu on spark
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae3bb2bddf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-05-01 (Tue, 01 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-01 19:43:50 +02:00
Stefan Seyfried
11e56d4db3 neutrino: 'standby after inactivity' *only* on Tripledragon
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3041a680b5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-05-01 (Tue, 01 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-01 19:42:43 +02:00
Stefan Seyfried
650e90dc85 spark_led: use ShowIcon() instead of querying neutrino
Origin commit data
------------------
Branch: ni/coolstream
Commit: c230016e17
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-22 (Sun, 22 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-01 19:39:58 +02:00
Stefan Seyfried
cdacc14339 timermanager: fix FD leak
Origin commit data
------------------
Branch: ni/coolstream
Commit: f06731810e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-22 (Sun, 22 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-22 21:08:16 +02:00
Stefan Seyfried
0bb2590bbc neutrino: add deep-standby support on SPARK
Origin commit data
------------------
Branch: ni/coolstream
Commit: ec83c10c6b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-22 (Sun, 22 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-22 21:08:16 +02:00
Stefan Seyfried
7170a10c92 CVolume: avoid possible memleaks, add fb->blit() calls
also, check for global objects which might get created later


Origin commit data
------------------
Branch: ni/coolstream
Commit: b29c608594
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-15 (Sun, 15 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 20:29:30 +02:00
Stefan Seyfried
f4c6b0b9a8 use crosscompile-friendly AC_PATH_TOOL to find pkg-config
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5634ee39f0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-15 (Sun, 15 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-17 19:34:00 +02:00
Stefan Seyfried
fe6e793623 rcinput: reopen mandatory input devices
this allows e.g. to restart lircd on spark without restarting neutrino


Origin commit data
------------------
Branch: ni/coolstream
Commit: fb39dc71e0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:34:00 +02:00
Stefan Seyfried
70a237252b CPINInput: add missing framebuffer->blit() calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d959d393a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-17 19:34:00 +02:00
Stefan Seyfried
0a891bba0b CVolume: fix multiplatform build issue
Origin commit data
------------------
Branch: ni/coolstream
Commit: d7dbdabb11
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-17 19:34:00 +02:00
Stefan Seyfried
8d37b53646 nhttpd/controlapi: don't build incompatibly licensed code
Origin commit data
------------------
Branch: ni/coolstream
Commit: dce95336a3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
aed1b55dff framebuffer_spark: implement svn revisions 2082 2152 2155
Origin commit data
------------------
Branch: ni/coolstream
Commit: c769089fa0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
4f76cc5fd5 neutrino: add 1080p50 mode on spark
Origin commit data
------------------
Branch: ni/coolstream
Commit: e4081f44a6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00