Commit Graph

73 Commits

Author SHA1 Message Date
Jacek Jendrzej
c4e474a48e libarmbox/video.cpp: image_to_mpeg2 fix memleak 2020-01-05 17:45:32 +01:00
svenhoefer
1b89f9241f - fix indentation
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-04-28 20:07:36 +02:00
Jacek Jendrzej
973e8c3a7a try to fix unmap error,automatically unmapped don't work ? 2019-04-28 20:07:35 +02:00
Jacek Jendrzej
4c5b13c4a4 fix check mmap error, avoid possible segment fault 2019-04-28 20:07:33 +02:00
Frankenstone
a618e70a3e armhardware reduce ffmpeg warnings part 2
- thx DbO

 Conflicts:
	libarmbox/video.cpp
2019-03-04 12:59:05 +01:00
Frankenstone
3dec38599a fix possible segfault arm hardware, thx DboxOldie 2019-03-01 22:22:30 +01:00
Frankenstone
84c333354e armhardware reduce ffmpeg warnings part 1
- thx DbO
2019-03-01 21:35:03 +01:00
GetAway
06f46400c2 arm: fix black screen in channel swiching
this fixes wrong commit e20d1913
2019-02-26 18:28:43 +01:00
Jacek Jendrzej
97db720210 try to fix unmap error,automatically unmapped don't work ? 2019-01-14 10:44:13 +01:00
Jacek Jendrzej
cf1884f1fc fix check mmap error, avoid possible segment fault 2019-01-13 20:13:55 +01:00
GetAway
4f15222d9c ShowPicture: return boolean expression 2019-01-12 11:47:33 +01:00
redblue-pkt
e20d19138e arm: add black screen in channel swiching 2019-01-01 15:50:59 +01:00
svenhoefer
3da91b1463 - rename lt_debug => hal_debug; it's not only libtriple debugging
Signed-off-by: Thilo Graf <dbt@novatux.de>

- debuglevel fixed
2019-01-01 15:50:37 +01:00
TangoCash
0621626119 libarmbox: move hdmi_cec to own class, add basic cec-remote support
cec-remote will print received commands in log for now

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-10-10 09:14:56 +02:00
max_10
84fe2aa10c Revert "update video streamtype"
This reverts commit d6b32edaa7d0cd1eb035e3404a12dee2359037ea.
2018-10-06 20:32:38 +02:00
redblue-pkt
4806fe87b0 update SetColorFormat() 2018-10-05 13:58:22 +02:00
Thilo Graf
2a5d3d23f2 libarmbox/video.cpp: fix possible broken build
possible error:

"error: '0' flag ignored with precision and '%X' gnu_printf format [-Werror=format=]"
2018-10-05 13:58:11 +02:00
redblue-pkt
1e674880f3 update SetControl() 2018-10-04 23:39:48 +02:00
redblue-pkt
a6614a7cdd update video streamtype 2018-10-04 23:39:46 +02:00
Jacek Jendrzej
e77090de83 fix framerate 29970 signalisatiom (by bazi98) 2018-05-31 13:55:54 +02:00
Jacek Jendrzej
626ed6a31b fix signalisation bitrate 599940 (by bazi98) 2018-05-30 10:40:58 +02:00
Jacek Jendrzej
511f0a5011 fix getAspectRatio for movieplayer 2018-05-29 18:37:58 +02:00
Jacek Jendrzej
148a6298da fix framerate for movieplayer 2018-05-29 18:06:21 +02:00
Jacek Jendrzej
6739acbdd4 set av input on start 2018-05-29 16:32:47 +02:00
Jacek Jendrzej
1d7e6dc1dc fix CEC TV ON after deepstandby 2018-05-25 17:05:09 +02:00
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
GetAway
eaf3e5c4b0 fix possible segfault
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-27 08:16:36 +02: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
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
Jacek Jendrzej
0285b4e898 add screenshot for hd51 2018-02-26 18:10:20 +01:00
max_10
e5d24ce4ed libeplayer3-arm: reduce compiler warnings 2018-02-09 15:15:39 +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
max_10
f41378c492 libarmbox: fix resolution icon in infoviewer 2018-01-21 01:02:32 +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
max_10
011f009ece fix video policy 2017-12-21 10:41:26 +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
3ac8fa2080 write m2v direct to device 2017-11-22 10:10:01 +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