Commit Graph

26 Commits

Author SHA1 Message Date
Thilo Graf
ca6d4a88b2 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


Origin commit data
------------------
Branch: master
Commit: 0040c0d0af
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-11-06 (Mon, 06 Nov 2017)



------------------
This commit was generated by Migit
2017-11-06 15:22:18 +01:00
Thilo Graf
e016815ff8 version 1.0.0-mpx
hd51 support


Origin commit data
------------------
Branch: master
Commit: 969377d8b6
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-11-02 (Thu, 02 Nov 2017)



------------------
This commit was generated by Migit
2017-11-02 17:31:37 +01:00
max_10
efefdb75b3 acinclude: remove unused TUXBOX_APPS_* stuff
Origin commit data
------------------
Branch: master
Commit: ab0c4a8d47
Author: max_10 <max_10@gmx.de>
Date: 2017-09-14 (Thu, 14 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-09-14 23:37:22 +02:00
TangoCash
5bdef628ae adding armbox
Origin commit data
------------------
Branch: master
Commit: d8c3c47b86
Author: TangoCash <eric@loxat.de>
Date: 2017-09-12 (Tue, 12 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-09-12 16:10:27 +02:00
TangoCash
79e270ecf6 adding initial support for gstreamer 1.0
Origin commit data
------------------
Branch: master
Commit: a5198e44d2
Author: TangoCash <eric@loxat.de>
Date: 2017-05-31 (Wed, 31 May 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-05-31 18:18:59 +02:00
Stefan Seyfried
d8ae9f0a6e fix wrong libtool initialization order
allow to build dynamic libraries (but keep static as default)


Origin commit data
------------------
Branch: master
Commit: c1076ec35b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-10-14 (Mon, 14 Oct 2013)



------------------
This commit was generated by Migit
2015-05-04 11:20:58 +02:00
max_10
4a93a6c9fa Revert "AM_SILENT_RULES on"
This reverts commit 1f651e5487.


Origin commit data
------------------
Branch: master
Commit: 53926a6650
Author: max_10 <max_10@gmx.de>
Date: 2015-03-20 (Fri, 20 Mar 2015)



------------------
This commit was generated by Migit
2015-03-20 14:41:39 +01:00
max_10
1f651e5487 AM_SILENT_RULES on
Origin commit data
------------------
Branch: master
Commit: 8aa0af7e18
Author: max_10 <max_10@gmx.de>
Date: 2015-01-27 (Tue, 27 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-01-27 22:17:54 +01:00
smogm
d5cea508e0 move libthread to libstb-hal
Origin commit data
------------------
Branch: master
Commit: 95ee7f9e98
Author: smogm <smogm@vh0st.me>
Date: 2015-01-12 (Mon, 12 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-01-12 18:15:08 +01:00
TangoCash
d01583ed28 implement simple gstreamer_plackback
Origin commit data
------------------
Branch: master
Commit: 410b707f76
Author: TangoCash <eric@loxat.de>
Date: 2015-01-03 (Sat, 03 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-01-03 19:24:37 +01:00
max_10
3d49692a9f add libduckbox
Origin commit data
------------------
Branch: master
Commit: 4dc1171253
Author: max_10 <max_10@gmx.de>
Date: 2014-04-27 (Sun, 27 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-04-27 01:52:05 +02:00
Stefan Seyfried
5f500b2144 add skeleton for Raspberry Pi support
no audio / video decoding, yet :-(


Origin commit data
------------------
Branch: master
Commit: 92edef3e48
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-10-05 (Sat, 05 Oct 2013)



------------------
This commit was generated by Migit
2013-10-05 22:02:13 +02:00
Stefan Seyfried
d0072cb289 modernize configure.ac and Makefile.am
autoconf-1.13 has new warnings, silence them by updating
the buildsystem


Origin commit data
------------------
Branch: master
Commit: 9338fc6d1f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)



------------------
This commit was generated by Migit
2013-06-16 22:16:12 +02:00
Stefan Seyfried
3d6df50158 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.


Origin commit data
------------------
Branch: master
Commit: f4f72f34b9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-01 (Sat, 01 Jun 2013)



------------------
This commit was generated by Migit
2013-06-01 13:43:51 +02:00
Stefan Seyfried
9db763cac7 configure: specify the needed ffmpeg versions
Origin commit data
------------------
Branch: master
Commit: 7b32a96635
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-27 (Mon, 27 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-05-27 13:51:09 +02:00
Stefan Seyfried
fbb281e681 configure: silence automake warnings
Origin commit data
------------------
Branch: master
Commit: 70d964d588
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-10 (Fri, 10 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-05-10 13:18:17 +02:00
Stefan Seyfried
b4f93b6fd8 generic-pc: initialize GL framebuffer in init()
Origin commit data
------------------
Branch: master
Commit: ae9d6fd668
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-04 (Sat, 04 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-05-04 12:30:23 +02:00
Stefan Seyfried
d01bf34af3 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


Origin commit data
------------------
Branch: master
Commit: 7c46077051
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-12-01 (Sat, 01 Dec 2012)



------------------
This commit was generated by Migit
2012-12-01 13:29:27 +01:00
Stefan Seyfried
db8ca09b97 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.


Origin commit data
------------------
Branch: master
Commit: 9f433f9dfa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-08 (Mon, 08 Oct 2012)



------------------
This commit was generated by Migit
2012-10-08 20:34:38 +02:00
Stefan Seyfried
e6450f7f08 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 :-)


Origin commit data
------------------
Branch: master
Commit: 0ac7346489
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-18 (Mon, 18 Jun 2012)



------------------
This commit was generated by Migit
2012-06-18 14:48:52 +02:00
Stefan Seyfried
236ad74fd5 spark: add spark_fp tool
this needs my patched aotom driver to work


Origin commit data
------------------
Branch: master
Commit: e91dcc03bc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-15 (Sun, 15 Apr 2012)



------------------
This commit was generated by Migit
2012-04-15 18:53:58 +02:00
Stefan Seyfried
b4b3279dbd spark: build libeplayer3 statically into libstb-hal
Origin commit data
------------------
Branch: master
Commit: 54592dc88b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-14 (Tue, 14 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-02-15 00:17:38 +01:00
Stefan Seyfried
cc2720221a spark: DirectFB is not used
Origin commit data
------------------
Branch: master
Commit: 57176344f4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-11 (Sat, 11 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-02-12 10:43:26 +01:00
Stefan Seyfried
eced6b7e63 move lt_debug to common/ subdirectory
Origin commit data
------------------
Branch: master
Commit: 08c393bddf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-11 (Sat, 11 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-02-11 14:53:26 +01:00
Stefan Seyfried
c45e9d90c8 rename to libstb-hal
Origin commit data
------------------
Branch: master
Commit: d5e29f4403
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-11 (Sat, 11 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-02-11 14:52:07 +01:00
Stefan Seyfried
dfdbdf2f48 first try at building "libneutrino-hal" standalone
Origin commit data
------------------
Branch: master
Commit: 245c511981
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-03 (Fri, 03 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-02-11 11:08:04 +01:00