Commit Graph

312 Commits

Author SHA1 Message Date
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
TangoCash
a2a3740c53 Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next 2017-06-09 14:27:50 +02:00
TangoCash
7f9a31d29c align videomodes 2017-06-09 14:03:09 +02:00
TangoCash
b66a63553b align videomodes 2017-06-09 14:01:47 +02:00
TangoCash
23afdef65c implement GetVideoSystem 2017-06-09 13:25:49 +02:00
TangoCash
44832d72fe Merge pull request #1 from Duckbox-Developers/master
adopt hw_caps
2017-03-10 21:39:48 +01:00
TangoCash
ae3cc86f0b adopt hw_caps 2017-03-10 21:38:31 +01:00
TangoCash
04d7e53c2b modify ac3flags 2016-11-18 16:07:44 +01:00
TangoCash
b60543ad6b add support for H265 supplemental #2 2016-07-24 17:47:34 +02:00
TangoCash
fe78a13e05 add support for H265 supplemental 2016-07-24 17:44:27 +02:00
TangoCash
0bed01e919 add support for H265 2016-07-24 17:14:43 +02:00
max10
9173ae1b47 LocalTV and Entertain-TV streaming 2016-06-30 19:14:36 +02:00
max10
2e2b406af5 fix local-tv 2016-06-25 15:16:41 +02:00
max10
0215a673f5 update for spark uinput 2016-06-12 16:53:31 +02:00
max10
182baf4e57 add cookie.patch thx DboxOldie 2016-04-03 00:06:31 +02:00
TangoCash
944c27e51f fix char conversion 2016-03-26 12:19:37 +01:00
TangoCash
e73708b71c fix last commit 2016-03-26 12:09:34 +01:00
TangoCash
fd23101501 fix header 2016-03-26 12:03:13 +01:00
Stefan Seyfried
030f06cee2 libeplayer3: try to fix dynamic linking
Conflicts:
	libeplayer3/Makefile.am
	libspark/Makefile.am

Conflicts:
	libeplayer3/Makefile.am
2015-05-04 11:28:58 +02:00
max10
5154d69a30 fix libspark/playback_libeplayer3: switch to lt_info/lt_debug 2015-05-04 11:22:30 +02:00
Stefan Seyfried
ba133fba30 spark: do not freeze/continue in GetScreenImage() 2015-05-04 11:21:12 +02:00
Stefan Seyfried
240eecde22 spark: implement GetScreenImage for video and audio
Conflicts:
	libspark/video.cpp
2015-05-04 11:20:02 +02:00
Stefan Seyfried
1497949fd5 libspark/playback_libeplayer3: fix EOF signalling
Conflicts:
	libspark/playback_libeplayer3.cpp
2015-05-04 11:19:05 +02:00
Stefan Seyfried
5f134156a9 libspark/playback_libeplayer3: switch to lt_info/lt_debug
Conflicts:
	libspark/playback_libeplayer3.cpp
2015-05-04 11:18:16 +02:00
max10
13740f57b6 spark7162 without evremote2 2015-04-24 22:28:23 +02:00
Stefan Seyfried
c44c3994f7 spark: clear video in StopPicture()
this fixes video playback after audioplayer or upnp browser

Conflicts:
	libspark/video.cpp
2015-03-17 18:41:17 +01:00
max10
f5eca251ce fix libspark 2015-01-13 02:28:42 +01:00
max10
da66fc3db5 fix compiler warning 2014-12-04 19:49:18 +01:00
max10
e05b1f5b85 fix compiler warning 2014-12-04 15:25:12 +01:00
max10
f44923afe0 Revert "Revert "Revert "libspark/record: Implement writer thread. May or may not improve anything."""
This reverts commit a3ba152ccf.
2014-11-05 16:32:33 +01:00
max10
a3ba152ccf Revert "Revert "libspark/record: Implement writer thread. May or may not improve anything.""
This reverts commit 677776e03a.

Conflicts:
	libspark/record.cpp
2014-11-02 17:24:27 +01:00
max10
a20318bad8 record bs_dmx = 2mb / bs = 4mb 2014-10-12 17:46:42 +02:00
TangoCash
18814b385a fix timeshift (thx dbo) 2014-09-21 17:34:30 +02:00
max10
6992b116ca Merge remote-tracking branch 'martiis-libstb-hal/master' 2014-08-31 17:43:47 +02:00