Commit Graph

65 Commits

Author SHA1 Message Date
Frankenstone
2820170776 arm hardware: fast forward, mute audio when passthrough AC3 / DTS
-thx DboxOldie

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-10-10 09:14:56 +02:00
TangoCash
c58e9b9eb7 arm another fix fastforward
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-10-06 20:44:38 +02:00
redblue-pkt
2cc698c3ec fix fastforward 2018-10-04 23:39:37 +02:00
redblue-pkt
e5724161b0 fix segfault in backward 2018-10-04 23:39:33 +02:00
redblue-pkt
87ffb80f3d fix backward 2018-10-04 22:50:24 +02:00
max_10
83f8661c7b [libarmbox] libeplayer3-arm code format 2018-10-04 22:29:43 +02:00
max_10
6886c61e10 [libarmbox] libeplayer3-arm code format 2018-10-04 22:29:40 +02:00
max_10
f8e5b9a4a0 [libarmbox] add libeplayer3-arm --enable-flv2mpeg4 2018-10-04 22:29:34 +02:00
max_10
9c5221298b [libarmbox] Change Makefile.am 2018-10-04 22:29:27 +02:00
Frankenstone
8e37565740 fix CEC TV ON after deepstandby
- init 4 / init 3
2018-10-03 19:23:28 +02:00
Jacek Jendrzej
1219df131d reset seek position at the end of playback 2018-09-01 12:59:15 +02:00
Jacek Jendrzej
eaca615348 fix possible segfault 2018-07-28 14:24:12 +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
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
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
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
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
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
ee18fd5c8a libeplayer3-arm: fix fast forward (thx DboxOldie) 2018-01-21 01:03:01 +01:00
max_10
8fe7fd7a3c libeplayer3-arm: Code formatting 2018-01-21 01:02:57 +01:00
max_10
5ccdc663b2 libeplayer3-arm: eliminate some warnings 2018-01-21 01:02:46 +01:00
max_10
c5dc767b64 adding SLOWMOTION, FASTBACKWARD and FASTFORWARD are not working properly yet. 2018-01-21 01:02:44 +01:00
max_10
15b4162b58 armbox eplayer: fix playing files with subtitles
Signed-off-by: Thilo Graf <dbt@novatux.de>

Conflicts:
	libeplayer3-arm/manager/subtitle.c

additional format fixes, solved conflicts and clean up
2018-01-20 22:55:34 +01:00
max_10
5930dca63f libeplayer3-arm: audio.c delete newline 2018-01-20 22:42:18 +01:00
Frankenstone
fc5c510334 libeplayer3-arm: fix fast forward (thx DboxOldie)
Conflicts:
	libeplayer3-arm/playback/playback.c

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-20 22:34:41 +01:00
max_10
1ac7e9202c libeplayer3-arm: update Makefile.am 2018-01-11 13:13:27 +01:00
max_10
32f64c474d libeplayer3-arm: eliminate some warnings 2018-01-11 13:03:18 +01:00
max_10
f72e8edc2e libeplayer3-arm: Code formatting 2018-01-11 13:02:22 +01:00
max_10
e6c29f2545 armbox eplayer: remove writeReverseData (unused) 2018-01-07 19:30:15 +01:00
Jacek Jendrzej
d2bb71dcab remove double AV_CODEC_ID_EAC3 2018-01-03 19:33:40 +01:00