TangoCash
6dcf797dba
armbox: fix gst seeking
2017-10-15 15:10:18 +02:00
TangoCash
baf59692c6
fix last commit
2017-10-15 12:26:54 +02:00
TangoCash
8ad83136ce
fix last commit
2017-10-15 12:25:20 +02:00
TangoCash
ba0766f0c0
fix gst playback
2017-10-15 12:23:46 +02:00
TangoCash
efc486301f
armbox: enable DTS passthrough
2017-10-11 20:42:05 +02:00
TangoCash
a2fc1d51ee
Revert "libeplayer3: switch off the teletext sub"
...
This reverts commit 1356d700be
.
2017-10-08 13:14:30 +02:00
TangoCash
e465f24ead
Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next
2017-10-08 12:53:06 +02:00
TangoCash
8a5b174917
Merge pull request #3 from MaxWiesel/master
...
:)
2017-10-08 12:44:07 +02:00
max_10
b0f09fd723
armbox: modification GetVideoSystem
2017-10-08 01:08:53 +02:00
max_10
03ca73f8f5
Merge remote-tracking branch 'tangocash/master'
2017-10-07 23:32:49 +02:00
TangoCash
c4d16f29c7
HMDI ac3 passthrough/downmix
2017-10-07 23:20:07 +02:00
TangoCash
0fc12438db
armbox: remove audiomixers
2017-10-07 23:02:24 +02:00
max_10
5c0741a8e3
armbox: delete parts of sh4 code
2017-10-07 21:53:16 +02:00
max_10
86244ea952
armbox: remove dead code from cDemux
2017-10-07 21:04:31 +02:00
max_10
a5ee425996
armbox: remove videodecoder hack from dmx destructor
2017-10-07 21:02:27 +02:00
max_10
be07c1a1b7
armbox: use proc_tools
2017-10-07 21:00:08 +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
max_10
70d7730f82
fix cherry-pick
2017-10-07 20:24:51 +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
6f914f7a45
add video_cs.h header to reduce number of #ifdefs needed
2017-10-07 19:41:49 +02:00
Stefan Seyfried
ceeb9a4f06
spark: remove dead code from cDemux
2017-10-07 18:10:20 +02:00
Stefan Seyfried
72f78ba5b7
spark: remove videodecoder hack from dmx destructor
2017-10-07 18:08:53 +02:00
Stefan Seyfried
c8f8e457f6
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 18:06:26 +02:00
max_10
394e72444d
fix cherry-pick
2017-10-07 17:49:09 +02:00
max_10
70863f46d9
acinclude: remove unused TUXBOX_APPS_* stuff
2017-10-07 17:31:46 +02:00
max_10
b26e5ee586
acinclude: remove unused boxtypes
2017-10-07 17:29:36 +02:00
Stefan Seyfried
57f9165852
libspark: implement cVideo::GetVideoSystemFormatName()
2017-10-07 17:17:11 +02:00
Stefan Seyfried
86b43b40e4
libspark: implement cVideo::GetVideoSystem()
2017-10-07 17:09:40 +02:00
max_10
ff94afb0c2
Revert "implement GetVideoSystem"
...
This reverts commit 23afdef65c
.
2017-10-07 17:08:50 +02:00
max_10
1bd610e6e8
Revert "align videomodes"
...
This reverts commit b66a63553b
.
2017-10-07 17:08:29 +02:00
max_10
196cbf0021
Revert "align videomodes"
...
This reverts commit 7f9a31d29c
.
2017-10-07 17:08:04 +02:00
Stefan Seyfried
d1f2e0d286
spark/video: add missing O_CLOEXEC to memory fd
2017-10-07 17:05:13 +02:00
Stefan Seyfried
e66e7c34e9
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 17:03:27 +02:00
Stefan Seyfried
f798ff9d71
spark: use proc_tools
2017-10-07 17:02:26 +02:00
max_10
754e529714
Merge remote-tracking branch 'tangocash/master'
2017-10-06 22:38:51 +02:00
TangoCash
6367dfc13f
armbox: make open/close device public
2017-10-06 21:57:04 +02:00
max_10
730b2dfb3f
Merge remote-tracking branch 'tangocash/master'
2017-10-05 19:26:50 +02:00
TangoCash
36e2ff6d68
re-arrange gstreamer code
2017-10-05 15:27:01 +02:00
TangoCash
cb74eae85b
fix audio/video devices
2017-10-05 15:26:25 +02:00
TangoCash
63c02d0f24
fix armbox realname
2017-10-05 15:23:39 +02:00
TangoCash
3ece63839e
adding 4k video settings for armbox
2017-10-01 13:35:40 +02:00