Commit Graph

345 Commits

Author SHA1 Message Date
Jacek Jendrzej
be48a9db33 fix, supplement to fb13b064fb 2021-10-27 14:11:08 +02:00
Jacek Jendrzej
2453d8a030 ffmpeg compil versions warnnings 2021-10-27 12:31:48 +02:00
BPanther
c461d83c5f pip variables renamed 2021-10-15 20:41:25 +02:00
BPanther
a489111a1a DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same 2021-10-03 15:43:01 +02:00
svenhoefer
5d10ee9095 - hw_caps: simplify and unify initialized handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:32:47 +02:00
TangoCash
94909d2085 introduce can_pip 2021-05-30 16:32:44 +02:00
BPanther
63ac56864c sh4 boxarch changed 2021-05-30 16:32:24 +02:00
svenhoefer
7e5b1fc5d2 - formatting code using astyle
Conflicts:
	libarmbox/dmx.cpp
	libgeneric-pc/video_lib.h
	libspark/dmx.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:31:13 +02:00
Frankenstone
8ead7f9805 unnecessary brackets removed
- distinction ffmpeg versions
2021-05-30 14:49:51 +02:00
BPanther
7036db1ba8 fix debug again 2021-05-11 09:20:24 +02:00
BPanther
caa7d8b23e small fix 2021-05-11 09:20:24 +02:00
BPanther
dbad7ef37a vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added 2021-05-11 09:20:24 +02:00
Frankenstone
1e12a166cd add ShowPig libspark 2021-05-11 09:20:24 +02:00
GetAway
3bb361a089 activate umlauts for hd51 2021-05-08 13:52:25 +02:00
Frankenstone
94004b69f9 libspark, libduckbox: rework audio_bypass 2021-02-01 17:12:33 +01:00
svenhoefer
ecb34f1cd1 - introduce can_cpufreq to control the cpu frequency
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-01 16:58:33 +02:00
DboxOldie
65aee42473 enable limit macros 2020-09-01 16:54:12 +02:00
GetAway
87b90f25ff introduce caps.display_has_colon 2020-07-16 14:44:13 +02:00
DboxOldie
67110fb054 sh4 eplayer prevent segfaults caused audio rework 2020-02-18 18:54:56 +01:00
BPanther
83437c3656 patch for sh4 and actual ffmpeg versions (thx DBoxOldie) 2020-02-07 17:44:15 +01:00
BPanther
fd8cc781dd dmx.cpp: fix debug 2020-01-14 12:31:56 +01:00
Thilo Graf
ed84d0ac6e libspark: fix pick error 2020-01-05 21:11:50 +01:00
GetAway
4f15222d9c ShowPicture: return boolean expression 2019-01-12 11:47:33 +01:00
svenhoefer
038d2288cc - unify defines in header files
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:50:45 +01:00
svenhoefer
77d5cafd32 - init: align init/exit function names
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:50:39 +01:00
svenhoefer
3da91b1463 - rename lt_debug => hal_debug; it's not only libtriple debugging
Signed-off-by: Thilo Graf <dbt@novatux.de>

- debuglevel fixed
2019-01-01 15:50:37 +01:00
svenhoefer
89000ffda3 - rename init_td.h => init.h
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:50:28 +01:00
svenhoefer
2ad621326b - align includes and Makefiles to directory changes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:50:14 +01:00
GetAway
eaf3e5c4b0 fix possible segfault
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-27 08:16:36 +02:00
max_10
5ccc49af32 all: clean up pwrmngr header file 2018-03-23 10:06:05 +01:00
max_10
6a3abc86d8 all: clean up cDemux headers 2018-03-23 10:05:55 +01:00
TangoCash
6af94cc719 porting av converter to sh4 2017-11-21 09:52:58 +01:00
vanhofen
70cdad0db1 - add display_has_statusline member
Signed-off-by: Jacek Jendrzej <satbaby@kawaii.com>
2017-11-14 09:43:22 +01:00
svenhoefer
5bbfc8fa6d - rename can_set_display_brightness => display_can_set_brightness
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-02 17:23:37 +01:00
svenhoefer
3b7613b778 - add display_can_deepstandby member
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-02 17:22:56 +01:00
TangoCash
b443fa07ac fixup gstreamer tags 2017-10-28 19:56:28 +02:00
Stefan Seyfried
3f6cee32f4 spark: remove dead code from cDemux 2017-10-07 20:25:44 +02:00
Stefan Seyfried
9f1c5a6c59 spark: remove videodecoder hack from dmx destructor 2017-10-07 20:25:26 +02:00
Stefan Seyfried
b67a0a7e44 spark: fix race condition in cDemux
cDemux destructor was racing with Read() which did lead to all
sorts of nasty crashes because after poll returned, the dmx object
could be gone and its memory replaced with totally different things.
2017-10-07 20:25:11 +02:00
Stefan Seyfried
4285d9449d libspark: implement cVideo::GetVideoSystemFormatName() 2017-10-07 20:24:23 +02:00
Stefan Seyfried
1093c2b217 libspark: implement cVideo::GetVideoSystem() 2017-10-07 20:24:02 +02:00
max_10
6b2e3594fa Revert "implement GetVideoSystem"
This reverts commit 23afdef65c.
2017-10-07 20:23:32 +02:00
max_10
5ce57d6f57 Revert "align videomodes"
This reverts commit b66a63553b.
2017-10-07 20:23:15 +02:00
max_10
18f3fbd8b9 Revert "align videomodes"
This reverts commit 7f9a31d29c.
2017-10-07 20:22:40 +02:00
Stefan Seyfried
d57ac2cbdd spark/video: add missing O_CLOEXEC to memory fd 2017-10-07 20:20:44 +02:00
Stefan Seyfried
ba7a351f59 spark/video: implicitly do StopPicture() on CVideo::Start()
This seems to be what the coolstream code does.
TODO: look out for side effects (in radio mode etc...)
2017-10-07 20:19:53 +02:00
Stefan Seyfried
0d30ab013e spark: use proc_tools 2017-10-07 20:19:18 +02:00
max_10
814f92096b cs_api.h: add missing cs_get_chip_type() dummy 2017-09-15 14:29:29 +02:00
TangoCash
217a92f9ab Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next 2017-06-18 12:02:05 +02:00
TangoCash
d83f6dbfe4 re-enabled Display Brightness (thx dbo) 2017-06-17 21:02:05 +02:00