Commit Graph

1206 Commits

Author SHA1 Message Date
Jacek Jendrzej
5a2865d01c use enum for setAVInput 2018-05-19 19:21:22 +02:00
Jacek Jendrzej
f182216d94 add av input switch in deep/standby 2018-05-19 18:34:26 +02:00
Jacek Jendrzej
cfbec0b292 use SetCECState in deepstandby 2018-05-18 12:50:12 +02:00
Jacek Jendrzej
8bd666f27e Revert "this break play video ->try to fix set blank video"
This reverts commit c1049db9c6.
2018-05-18 11:45:08 +02:00
Jacek Jendrzej
c1049db9c6 try to fix set blank video -> http://dbox2world.net/thread/12965-hdmi-ausgang-im-standby-richtig-abschalten/ 2018-05-17 18:51:02 +02:00
Thilo Graf
3cf039c72b update to version 1.0.4-mpx v1.0.4-mpx 2018-04-27 08:35:49 +02:00
GetAway
eaf3e5c4b0 fix possible segfault
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-27 08:16:36 +02:00
GetAway
c7e6effcdf fix HD51 mix-up letterbox<->panscan
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-27 08:16:34 +02:00
max_10
110ad775e6 fix-compiler-warnings 2018-04-20 20:21:01 +02:00
samsamsam
f9b108577c Fix typo
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-20 20:20:13 +02:00
samsamsam
55ced53561 Fix typo
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-20 20:19:57 +02:00
samsamsam
0783d816b0 Add buffering for SH4
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-20 20:19:19 +02:00
max_10
b35e8af698 bugfix-last-commits 2018-04-12 02:26:59 +02:00
samsamsam
193a2d305c Fix wrong playback file name
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-12 02:26:56 +02:00
samsamsam
f380103bfc Add possibility to provide moov atom data as separate file.
This will allow playback of MP4 files which are under download and
moov atom is located at the end of file.

Signed-off-by: max_10 <max_10@gmx.de>
2018-04-12 02:25:49 +02:00
Thilo Graf
449438e144 generic-pc/dmx.cpp: fix possible compile error
Unused variable
2018-04-10 22:55:07 +02:00
TangoCash
cc09186911 fix generic compile 2018-04-10 22:35:39 +02:00
max_10
704bcc5a21 libeplayer3-arm: insert original blank lines from exteplayer3.git, for better merge 2018-04-10 22:19:03 +02:00
samsamsam
d00c87b361 Improve STOP command in the buffering mode
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-10 22:18:55 +02:00
samsamsam
923698bbe1 Linux DVB output - workaround for BUG? in the DVB drivers
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-10 22:18:51 +02:00
samsamsam
98195bba11 Replace the AAC Main object type to the AAC LC in the ADTS header - workaround for no audio on some TS'streams
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-10 22:18:47 +02:00
samsamsam
93f61a89f6 Linux DVB output for STBs based on Broadcom - replace active pooling by select (ready to write)
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-10 22:18:38 +02:00
samsamsam
2878ec69bc Add buffering for Linux DVB outputs
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-10 22:18:34 +02:00
samsamsam
b0e666e1cb Do not wait in the FFMPEG thread.
Signed-off-by: max_10 <max_10@gmx.de>
2018-04-10 22:18:28 +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
max_10
f4ad480fc0 armbox: fix video policy again
Conflicts:
	libarmbox/video.cpp
2018-03-23 10:05:26 +01:00
Thilo Graf
1d210b8de7 libeplayer3-arm/container/container_ffmpeg.c: add missing code parts
fix some pick errors
2018-03-22 17:51:00 +01:00
Thilo Graf
19a166bf93 libeplayer3-arm/playback/playback.c: add missing parts for backward play 2018-03-22 17:50:53 +01:00
max_10
ad45a46137 container_ffmpeg: fix Write from incompatible pointer type 2018-03-22 17:50:47 +01:00
samsamsam
c150fe7bd6 Set discard flag to all not active streams, do not process packets from discarded streams
Conflicts:
	libeplayer3-arm/container/container_ffmpeg.c
2018-03-22 17:50:35 +01:00
Jacek Jendrzej
8aa8152d09 fix commit 06f9a1b694 2018-03-22 13:38:29 +01:00
Thilo Graf
06f9a1b694 libarmbox/video.cpp: fix possible compile error
error: unused variable 'r' [-Werror=unused-variable]
2018-03-14 10:02:14 +01:00
samsamsam
c5920200b6 h264 writer - Revert not intended test change 2018-03-13 22:10:28 +01:00
samsamsam
8267a8c76d h264 writer - do not inject prive codec data if the Sequence Parameter Set (SPS) and the Picture Parameter Set (PPS) are available in the bitstreamThis should fix playback of stream http://www.djing.com/tv/live.m3u8 2018-03-13 22:10:25 +01:00
svenhoefer
828b4b439a - introduce caps.has_button_timer
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-03-13 22:10:02 +01:00
BPanther
8095d83353 missing brightness added for ufs922, hdbox, octagon1008, mini2, av7500 2018-03-13 22:06:06 +01:00
max_10
cb275626b1 libeplayer3-arm: cleanup types, use Context_t in commands 2018-03-13 22:05:50 +01:00
max_10
71905680a6 libeplayer3-arm: reduce compiler warnings 2018-03-13 22:00:16 +01:00
Jacek Jendrzej
0285b4e898 add screenshot for hd51 2018-02-26 18:10:20 +01:00
Jacek Jendrzej
f43dc68b5c supplement to b232a8f225, fix segfault with only audio stream 2018-02-11 12:01:19 +01:00
Jacek Jendrzej
e570611a8d remove isContainerRunning, this break next file play aufter eof stop 2018-02-10 20:41:24 +01:00
Jacek Jendrzej
b232a8f225 fix OUTPUT_PLAY error handling 2018-02-10 20:34:01 +01:00
max_10
e5d24ce4ed libeplayer3-arm: reduce compiler warnings 2018-02-09 15:15:39 +01:00
Frankenstone
0bd3f48ff2 arm different tuner authorization (thx DboxOldie) 2018-02-02 18:17:24 +01:00
Thilo Graf
ac95d67e89 update to version 1.0.3-mpx v1.0.3-mpx 2018-01-21 15:25:59 +01:00
Thilo Graf
9395b18f89 libarmbox/video.cpp: add missing lines in setBlank()
Fix lost lines in pick 'add armbox'
2018-01-21 14:37:33 +01:00
Thilo Graf
a8c886d166 libarmbox/hardware_caps.c: add missing init for caps.display_can_deepstandby 2018-01-21 14:37:31 +01:00
Thilo Graf
4ecbe7733b libarmbox/playback_gst.cpp: minor format changes 2018-01-21 14:37:29 +01:00
Thilo Graf
0ad071c97b libarmbox/playback_gst.cpp: small format changes 2018-01-21 14:37:26 +01:00