Commit Graph

48 Commits

Author SHA1 Message Date
Thilo Graf
60f6a1f4be lib cleanup and sync for mips vu support 2020-01-05 21:11:50 +01:00
Thilo Graf
2b32057d88 update version to 1.2.0 mpx
zgemma h7, vuduo4k, vuzero4k added
2019-10-27 11:28:15 +01:00
svenhoefer
170da9756e - configure.ac: add foreign switch to AM_INIT_AUTOMAKE macro
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-04-28 20:07:47 +02:00
svenhoefer
9018804c8a - configure.ac: autoupdate
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-04-28 20:07:46 +02:00
svenhoefer
302737c891 - configure.ac: remove AC_CONFIG_MACRO_DIR macro
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-04-28 20:07:42 +02:00
svenhoefer
5940755332 - configure.ac: completion of "remove obsolete TUXBOX_APPS_DIRECTORY macro"
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-04-28 20:07:40 +02:00
Thilo Graf
21561e233a configure: remove config from separat include dir
Not really needed
2019-01-02 17:19:56 +01:00
Thilo Graf
b693517e3c configure: add missing entry
build was broken
2019-01-01 20:38:43 +01:00
svenhoefer
335dbdd2ea - move libeplayer3-sh4 code to libeplayer3-sh4 directory; ...
rename library to libeplayer3_sh4.la

Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:50:12 +01:00
svenhoefer
635ec1617b - move generic-pc code to libgeneric-pc directory
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:50:07 +01:00
svenhoefer
aba7114188 - move raspi code to libraspi directory
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:50:02 +01:00
svenhoefer
ec28791f79 - move azbox code to libazbox directory
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-01-01 15:49:59 +01:00
Thilo Graf
b87250108c version_hal.cpp/h: add methodes to get package data 2019-01-01 15:46:26 +01:00
Thilo Graf
71197a55d9 configure: add additional config header
config.h was not usable with neutrino.
2019-01-01 15:29:47 +01:00
Stefan Seyfried
c8c7f0c45f generic-pc: add alternative clutter based framebuffer
Add a framebuffer implementation based on clutter instead of "raw"
OpenGL. The performance is slightly worse, but it might bring some
platform abstraction and other benefits for the future.
2018-10-04 22:49:56 +02:00
max_10
1aece863c1 Revert "move libthread to libstb-hal"
This reverts commit 95ee7f9e98.
2018-10-04 22:48:05 +02:00
max_10
4dc1decaf4 [libarmbox] fix last commit 2018-10-04 22:29:37 +02:00
max_10
f8e5b9a4a0 [libarmbox] add libeplayer3-arm --enable-flv2mpeg4 2018-10-04 22:29:34 +02:00
Thilo Graf
ac95d67e89 update to version 1.0.3-mpx 2018-01-21 15:25:59 +01:00
Thilo Graf
ea00f01dcc update version 1.0.2-mpx
eplayer beta
2017-12-21 10:54:07 +01:00
TangoCash
c2a574aa4b fix compile 2017-12-18 19:47:21 +01:00
max_10
b75f8393c2 add libeplayer3-arm test 2017-12-18 19:47:06 +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
Thilo Graf
969377d8b6 version 1.0.0-mpx
hd51 support
2017-11-02 17:31:37 +01:00
max_10
ab0c4a8d47 acinclude: remove unused TUXBOX_APPS_* stuff 2017-09-14 23:37:22 +02:00
TangoCash
d8c3c47b86 adding armbox 2017-09-12 16:10:27 +02:00
TangoCash
a5198e44d2 adding initial support for gstreamer 1.0 2017-05-31 18:18:59 +02:00
Stefan Seyfried
c1076ec35b fix wrong libtool initialization order
allow to build dynamic libraries (but keep static as default)
2015-05-04 11:20:58 +02:00
max10
53926a6650 Revert "AM_SILENT_RULES on"
This reverts commit 8aa0af7e18.
2015-03-20 14:41:39 +01:00
max10
8aa0af7e18 AM_SILENT_RULES on 2015-01-27 22:17:54 +01:00
smogm
95ee7f9e98 move libthread to libstb-hal 2015-01-12 18:15:08 +01:00
TangoCash
410b707f76 implement simple gstreamer_plackback 2015-01-03 19:24:37 +01:00
max10
4dc1171253 add libduckbox 2014-04-27 01:52:05 +02:00
Stefan Seyfried
92edef3e48 add skeleton for Raspberry Pi support
no audio / video decoding, yet :-(
2013-10-05 22:02:13 +02:00
Stefan Seyfried
9338fc6d1f modernize configure.ac and Makefile.am
autoconf-1.13 has new warnings, silence them by updating
the buildsystem
2013-06-16 22:16:12 +02:00
Stefan Seyfried
f4f72f34b9 generic-pc: add audio sample conversion
ffmpeg audiodecoders after version 1.1 deliver audio samples in planar
formats by default instead of packed as before. Additionally, the AC3
decoder delivers now in planar float.
Use libswresample for sample format conversion, this will work with old
(where it hopefully does nothing) and new ffmpeg versions.
Later on, also sample rate and channel layout conversion could be
implemented if desired.
Tested with ffmpeg versions 1.0.6 and 1.2.1.
2013-06-01 13:43:51 +02:00
Stefan Seyfried
7b32a96635 configure: specify the needed ffmpeg versions 2013-05-27 13:51:09 +02:00
Stefan Seyfried
70d964d588 configure: silence automake warnings 2013-05-10 13:18:17 +02:00
Stefan Seyfried
ae9d6fd668 generic-pc: initialize GL framebuffer in init() 2013-05-04 12:30:23 +02:00
Stefan Seyfried
7c46077051 deuglify library build
* build intermediate libraries for each subdirectory
* link those libs in main directory instead of single objects
* ugly hack in configure.ac to disable dynamic lib for now
2012-12-01 13:29:27 +01:00
Stefan Seyfried
9f433f9dfa add implementation for boxtype "generic"
This is mostly a dummy implementation except for the dmx class which
should be working. It is intended for testing on PCs with budget
DVB cards which don't have a decoder anyway.
2012-10-08 20:34:38 +02:00
Stefan Seyfried
0ac7346489 first preliminary AZzbox ME support
TODO: some code is very similar to SPARK (record and pwrmngr
are just symlinked, dmx is almost identical). Reduce duplication
by factoring out DVBAPI code into an extra directory.
* what works: audio, video, demux
* what probably doesn't work or is untested: record
* what very likely doesn't work: playback
Playback is just copied over from aztrino and made to compile.
If you are lucky, it just segfaults :-)
2012-06-18 14:48:52 +02:00
Stefan Seyfried
e91dcc03bc spark: add spark_fp tool
this needs my patched aotom driver to work
2012-04-15 18:53:58 +02:00
Stefan Seyfried
54592dc88b spark: build libeplayer3 statically into libstb-hal 2012-02-15 00:17:38 +01:00
Stefan Seyfried
57176344f4 spark: DirectFB is not used 2012-02-12 10:43:26 +01:00
Stefan Seyfried
08c393bddf move lt_debug to common/ subdirectory 2012-02-11 14:53:26 +01:00
Stefan Seyfried
d5e29f4403 rename to libstb-hal 2012-02-11 14:52:07 +01:00
Stefan Seyfried
245c511981 first try at building "libneutrino-hal" standalone 2012-02-11 11:08:04 +01:00