Commit Graph

124 Commits

Author SHA1 Message Date
max_10
65a67f7919 test 2018-01-21 01:02:38 +01:00
Jacek Jendrzej
d275525164 Revert "return false in decoder have no time"
This reverts commit 6f006f1ce9.
2018-01-21 01:02:35 +01:00
Jacek Jendrzej
5f230f4d38 return false in decoder have no time 2018-01-21 01:02:34 +01:00
max_10
f41378c492 libarmbox: fix resolution icon in infoviewer 2018-01-21 01:02:32 +01:00
max_10
8f242002a9 armbox: Cosmetics replace spaces with tabs and delete unnecessary tabs 2018-01-21 01:02:31 +01:00
max_10
fbad9e1bc4 libarmbox/video: Workaround Channel Change No Black Picture when Show Picture was active. 2018-01-20 22:38:32 +01:00
max_10
f793f03267 libeplayer3-arm: fixes segfault on internet streams (thx DboxOldie) 2018-01-20 22:36:06 +01:00
TangoCash
3e166e6123 armbox eplayer: fix init jump 2018-01-11 19:51:05 +01:00
svenhoefer
c88157d559 - add some missing members for ARM_HARDWARE; mostly dummy functions
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-02 14:01:01 +01:00
max_10
9b48c84176 libarmbox: Code formatting playback_libeplayer3 2017-12-28 19:53:05 +01:00
TangoCash
3d8987513d eplayer armbox: fix webtv (thx dbo) 2017-12-28 19:52:12 +01:00
TangoCash
ef4260b6b2 armbox eplayer: reactivate audio, subtitle and chapters 2017-12-21 10:43:24 +01:00
TangoCash
2a7f1bb1fa armbox eplayer: add chapters 2017-12-21 10:43:13 +01:00
TangoCash
f5c1ff725f armbox eplayer: align to last commits 2017-12-21 10:43:06 +01:00
TangoCash
6bc9d6a949 armbox eplayer: small fix TTX 2017-12-21 10:42:37 +01:00
max_10
011f009ece fix video policy 2017-12-21 10:41:26 +01:00
TangoCash
fea27b6160 gstreamer: increase seek accuracy 2017-12-21 10:36:54 +01:00
max_10
b75f8393c2 add libeplayer3-arm test 2017-12-18 19:47:06 +01:00
max_10
c0ef130e8e armbox: fix write value hex
Signed-off-by: Thilo Graf <dbt@novatux.de>

ax needs hex
2017-12-04 10:39:12 +01:00
Jacek Jendrzej
f5e07c5704 fix max apids 2017-11-23 09:29:40 +01:00
Jacek Jendrzej
3ac8fa2080 write m2v direct to device 2017-11-22 10:10:01 +01:00
TangoCash
8a3ba60e14 align gststreamer findallpids to eplayers logic 2017-11-21 09:52:58 +01:00
Jacek Jendrzej
03446f4122 fix possible memleak 2017-11-17 16:20:42 +01:00
Jacek Jendrzej
6649d6250a convert pix fmt 2017-11-17 15:29:20 +01:00
Jacek Jendrzej
545fb415b2 fix logic and possible memleak 2017-11-17 06:34:13 +01:00
Jacek Jendrzej
e0effa50e2 fix last commit 2017-11-16 19:10:40 +01:00
Jacek Jendrzej
702b8d6085 check alloc AVFormatContext 2017-11-16 19:09:16 +01:00
Jacek Jendrzej
193fcf4ea1 fix close fp 2017-11-16 18:58:13 +01:00
Jacek Jendrzej
e86301004a convert jpg to m2v with libavcodec, need --enable-demuxer=image2 2017-11-16 18:51:01 +01:00
TangoCash
afa6b14f46 cleanup 2017-11-16 15:06:43 +01:00
Jacek Jendrzej
32a72a7357 sync with oher repo 2017-11-14 15:24:03 +01:00
Jacek Jendrzej
0b9575ff7f fix merge error 2017-11-14 15:13:13 +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
Jacek Jendrzej
64828627ac try to fix possible race condition 2017-11-13 09:44:47 +01:00
Jacek Jendrzej
fc5d505995 init mpegts 2017-11-12 08:58:18 +01:00
Jacek Jendrzej
dcce5347b1 Revert "return false in decoder have no time"
This reverts commit 6f006f1ce9.
2017-11-12 08:57:41 +01:00
Jacek Jendrzej
b67c8b39b5 fix last commit, broken check logic 2017-11-11 17:08:51 +01:00
Jacek Jendrzej
50904a1825 check if tag is gst list 2017-11-11 16:55:02 +01:00
Jacek Jendrzej
6f006f1ce9 return false in decoder have no time 2017-11-11 16:52:38 +01:00
Jacek Jendrzej
2864b81fe2 try to fix freeze with subtitle file , use gst_element_get_state only if need 2017-11-11 16:29:28 +01:00
Jacek Jendrzej
2bbb8a9044 move gchar * sourceName = gst_object_get_name(source); 2017-11-10 16:17:40 +01:00
Jacek Jendrzej
be5bf56314 check m_stream_tags if not NULL 2017-11-10 12:50:15 +01:00
Jacek Jendrzej
d9b7971e30 add check if children not NULL 2017-11-10 12:37:46 +01:00
Jacek Jendrzej
b75667176b fix memleak, init and compil 2017-11-10 12:25:58 +01:00
TangoCash
1e8e9bcc4d gstreamer playback: fix possible race condition 2017-11-10 12:20:28 +01:00
TangoCash
54341f0c48 gstreamer playback: fix possible segfault 2017-11-10 12:20:28 +01:00
TangoCash
31a73a2bd5 gstreamer playback: remove subtitles until fully supported 2017-11-08 10:18:15 +01:00
TangoCash
a811b733d4 gstreamer playback: fix possible segfaults 2017-11-08 10:18:15 +01:00
Thilo Graf
0040c0d0af Merge branch 'master' of https://github.com/TangoCash/libstb-hal-cst-next.git into mpx
update version 1.0.1

 Conflicts:
	include/hardware_caps.h
	libarmbox/hardware_caps.c
	libduckbox/hardware_caps.c
	libspark/hardware_caps.c
2017-11-06 15:22:18 +01:00
max_10
8886015bac armbox: add dvbci (thx DboxOldie) 2017-11-05 16:02:44 +01:00