Commit Graph

15618 Commits

Author SHA1 Message Date
BPanther
a862167d32 fix unused variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b2b66592c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-19 22:35:24 +02:00
vanhofen
c256e1d3b9 hourglass: minor formatations
Origin commit data
------------------
Branch: ni/coolstream
Commit: d05a48c270
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-19 (Tue, 19 Oct 2021)

Origin message was:
------------------
- hourglass: minor formatations

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

------------------
This commit was generated by Migit
2021-10-19 22:35:24 +02:00
GetAway
175a1b0f7b zapit.cpp: (pip) delete pointer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 829e0ae4a0
Author: GetAway <get-away@t-online.de>
Date: 2021-10-19 (Tue, 19 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-19 22:35:24 +02:00
Thilo Graf
a51c52ccf2 hourglass.cpp: Avoid division by zero if no images are available.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 12a7e32e85
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-19 (Tue, 19 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-19 22:35:24 +02:00
Jacek Jendrzej
b046532ff7 better place for ClearChannelList, supplement to fix reloadchannels segfault commit
Origin commit data
------------------
Branch: ni/coolstream
Commit: ff31638768
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)

Origin message was:
------------------
better place for ClearChannelList, supplement to fix reloadchannels segfault commit

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

------------------
This commit was generated by Migit
2021-10-19 22:35:24 +02:00
Jacek Jendrzej
61b1240435 supplement to cf8c0acb305c4d8e33403d5e15c41f19895452db
Origin commit data
------------------
Branch: ni/coolstream
Commit: 461d252c8d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-19 22:35:24 +02:00
Jacek Jendrzej
a3dea33d06 third time try to fix reloadchannels segfault with alternate_logos
Origin commit data
------------------
Branch: ni/coolstream
Commit: db2a11b76e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-19 22:35:24 +02:00
Jacek Jendrzej
d83f790226 zapit:use avoid unaligned hack only with sh4 hw; this segfault on not sh4 hw
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9474591afe
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-19 22:35:24 +02:00
GetAway
f9b328aaf7 zapit.cpp: remove trailing spaces
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2dcf61f131
Author: GetAway <get-away@t-online.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-18 22:30:57 +02:00
vanhofen
154003129d videosettings: small changes to debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf29956548
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)

Origin message was:
------------------
- videosettings: small changes to debug output

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

------------------
This commit was generated by Migit
2021-10-18 22:30:57 +02:00
Thilo Graf
b334d96039 videosettings.cpp: use neutrino debug output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0333f98d3e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-18 22:30:57 +02:00
GetAway
f0cfbcd60b zapit.cpp: fix pip for CST
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc1cdf4650
Author: GetAway <get-away@t-online.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-18 18:27:54 +02:00
Stefan Seyfried
c3253eea0d zapit: avoid unaligned access in parseBouquetsXml()
SH4 kernels are complaining about unaligned accesses when bouquets.xml
with urls are parsed. Even though this should be fixed in the XML
parsing library, this seems not easy, so let's add a simple workaround
to avoid the messages in the kernel log.


Origin commit data
------------------
Branch: ni/coolstream
Commit: cdb83748f1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)



------------------
This commit was generated by Migit
2021-10-18 18:25:57 +02:00
Stefan Seyfried
0a56377f94 fb_accel_sti: avoid additional BPA2 buffer
by increasing the framebuffer memory slightly, the additional BPA2
memory buffer can be avoided, which leads to less memory fragmentation
and the possibility to configure more memory for general system use.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2da6d13e25
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)



------------------
This commit was generated by Migit
2021-10-18 18:25:57 +02:00
Stefan Seyfried
c8e80b2cb3 channellist::zapToChannel: speed up playback
on channels without EPG on pre-locked bouquets, playback was delayed
until EPG times out (about 10seconds), even if parental control is
globally disabled. Check for parentallock global setting and start video
always if enabled.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e30d00c4c0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)



------------------
This commit was generated by Migit
2021-10-18 18:25:57 +02:00
Stefan Seyfried
44a945295b fb_accel_sti: remove harmful blit() call
this actually causes flickering by ensuring that big (background)
fill operations are immediately committed to the screen


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0eeb8191fb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2021-10-18 (Mon, 18 Oct 2021)



------------------
This commit was generated by Migit
2021-10-18 18:25:57 +02:00
BPanther
bfe8bd4e3b small fix (thx vanhofen)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6d608708ff
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-17 (Sun, 17 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-18 00:09:05 +02:00
vanhofen
40dc9a2a52 move quadpip-setup to videosettings
Origin commit data
------------------
Branch: ni/coolstream
Commit: bee7b69920
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-17 (Sun, 17 Oct 2021)

Origin message was:
------------------
- move quadpip-setup to videosettings

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

------------------
This commit was generated by Migit
2021-10-17 21:38:28 +02:00
vanhofen
eccec1a092 quadpip-setup: formatting code using astyle
Origin commit data
------------------
Branch: ni/coolstream
Commit: d5092e9874
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-17 (Sun, 17 Oct 2021)

Origin message was:
------------------
- quadpip-setup: formatting code using astyle

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

------------------
This commit was generated by Migit
2021-10-17 21:02:31 +02:00
vanhofen
a930348aba quadpip-setup: fix compiler warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: b839fac95f
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-17 (Sun, 17 Oct 2021)

Origin message was:
------------------
- quadpip-setup: fix compiler warnings

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

------------------
This commit was generated by Migit
2021-10-17 21:02:31 +02:00
BPanther
492ce524f6 Experimental for testing - not complete working (audio problem at window change): QuadPiP added for VU+ Solo 4K, VU+ Duo 4k, VU+ Duo 4K SE, VU+ Ultimo 4K, VU+ Uno 4K SE and VU+ Uno 4K. Use --enable-pip and --enable-quadpip for these devices. BUT: VU+ Solo 4K has only support for 3 real video devices.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8fe96a8c70
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-17 (Sun, 17 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-17 21:02:31 +02:00
vanhofen
f0d6245a69 icons: rename color buttons; avoid german names
Origin commit data
------------------
Branch: ni/coolstream
Commit: 77968aaf4a
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- icons: rename color buttons; avoid german names

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

------------------
This commit was generated by Migit
2021-10-16 23:45:21 +02:00
vanhofen
11c0e55dc9 icons: install and use icon_blue.png
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3327ae8dcd
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- icons: install and use icon_blue.png

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

------------------
This commit was generated by Migit
2021-10-16 23:45:21 +02:00
vanhofen
1655c6646c icons: rename icon_movieplayer.png and icon_ytplay.png
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9bb94fb7e5
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- icons: rename icon_movieplayer.png and icon_ytplay.png

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

------------------
This commit was generated by Migit
2021-10-16 23:45:21 +02:00
vanhofen
fef25aade1 icons: rename radiotext icons
Origin commit data
------------------
Branch: ni/coolstream
Commit: 363512dac2
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- icons: rename radiotext icons

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

------------------
This commit was generated by Migit
2021-10-16 22:23:14 +02:00
vanhofen
45f54feb2d icons: rename NEUTRINO_ICON_SCRAMBLED2 => NEUTRINO_ICON_SCRAMBLED
Origin commit data
------------------
Branch: ni/coolstream
Commit: da9d58fddf
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- icons: rename NEUTRINO_ICON_SCRAMBLED2 => NEUTRINO_ICON_SCRAMBLED

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

------------------
This commit was generated by Migit
2021-10-16 22:15:33 +02:00
vanhofen
4de9f5c45c configure: depending --enable-quadpip on --enable-pip
* unify ENABLE_PIP defines
* simplify ENABLE_QUADPIP defines


Origin commit data
------------------
Branch: ni/coolstream
Commit: 866ababb79
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- configure: depending --enable-quadpip on --enable-pip

* unify ENABLE_PIP defines
* simplify ENABLE_QUADPIP defines


------------------
This commit was generated by Migit
2021-10-16 22:08:35 +02:00
vanhofen
e8b137a5b4 data/zapit: fix 26e3c73dc1
Origin commit data
------------------
Branch: ni/coolstream
Commit: 44b9271f95
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- data/zapit: fix 26e3c73dc1

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

------------------
This commit was generated by Migit
2021-10-16 20:27:21 +02:00
vanhofen
26e3c73dc1 data/zapit: disable exmples in epgmap.xml and myservices.xml
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c04744089
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- data/zapit: disable exmples in epgmap.xml and myservices.xml

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

------------------
This commit was generated by Migit
2021-10-16 19:59:41 +02:00
Jacek Jendrzej
303c0558ea fix compil without PIP
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1ff55f90e0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-16 (Sat, 16 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-16 19:59:41 +02:00
TangoCash
1ce0dbdff9 fix compile
Origin commit data
------------------
Branch: ni/coolstream
Commit: eba0bf2d69
Author: TangoCash <eric@loxat.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-16 19:59:41 +02:00
vanhofen
661c18ad74 rename libcoolstream-mt => libcoolstream
Origin commit data
------------------
Branch: ni/coolstream
Commit: a3c1221434
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-15 (Fri, 15 Oct 2021)

Origin message was:
------------------
- rename libcoolstream-mt => libcoolstream

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

------------------
This commit was generated by Migit
2021-10-15 18:08:58 +02:00
vanhofen
6e054a6aa4 zapit: fix cst compile
Origin commit data
------------------
Branch: ni/coolstream
Commit: 818cf55d85
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-15 (Fri, 15 Oct 2021)

Origin message was:
------------------
- zapit: fix cst compile

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

------------------
This commit was generated by Migit
2021-10-15 18:06:20 +02:00
BPanther
1e84c0a471 more pip changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: a09d3250aa
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:58:38 +02:00
BPanther
cff53d4a8b more pip changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0239f805f3
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:58:38 +02:00
vanhofen
f70226b803 zapit: fix cst compile
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2d424639ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-15 (Fri, 15 Oct 2021)

Origin message was:
------------------
- zapit: fix cst compile

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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
vanhofen
6556c6da3f configure: fix compile
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab483964fd
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-15 (Fri, 15 Oct 2021)

Origin message was:
------------------
- configure: fix compile

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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
ce0e2941a8 more pip changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: b02c34ce96
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
a6a0e3a3ac more pip changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1357c3ec56
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
df11308db3 more pip changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 019fadbe29
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
aaf0f76a6f more pip changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: ed3f2ad83f
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
19a292bf28 some pip changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: da1d703877
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
1d7168d776 pip variables renamed
Origin commit data
------------------
Branch: ni/coolstream
Commit: d276e32778
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
36b050e1b9 add some more quidpip stuff (still NOT working)
Origin commit data
------------------
Branch: ni/coolstream
Commit: ce9dd00d45
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
fa0e52a893 fix variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6be5ef866f
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
2aa39b1397 fix unused variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: efbfbc50bf
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
55a7c67a97 more QuadPiP stuff (still NOT ready!)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f11a004b7
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
BPanther
f6140492b6 move pipsetup to ENABLE_PIP and add --enable-quadpip, only for vusolo4k, vuduo4k, vuduo4kse, vuultimo4k, vuuno4k, vuuno4kse (not yet ready, don't use!)
Origin commit data
------------------
Branch: ni/coolstream
Commit: b7b6dba4c9
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-15 14:55:29 +02:00
Jacek Jendrzej
b87c2cd2fc zapit: supplement to last commit
Origin commit data
------------------
Branch: ni/coolstream
Commit: bca3a8fbd5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-14 21:32:21 +02:00
Jacek Jendrzej
06c3b6858a zapit: try to fix ait segfault
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0396bd7436
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)


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

------------------
This commit was generated by Migit
2021-10-14 21:32:21 +02:00