Thilo Graf
ed8e3743d5
version_hal.cpp/h: add methodes to get package data
2019-01-01 16:03:12 +01:00
Jacek Jendrzej
a47c399a19
fix generic build
2017-11-03 18:27:35 +01:00
Stefan Seyfried
d22660a4a1
add video_cs.h header to reduce number of #ifdefs needed
2015-12-25 16:28:06 +01:00
Stefan Seyfried
64f4702691
includes: remove *_td.h, we use is *_hal.h now
2015-02-13 18:13:10 +01:00
Stefan Seyfried
d71950c4a2
start versioning libstb-hal
2014-02-23 15:13:15 +01:00
Stefan Seyfried
ecab8ca7c0
install library headers
2013-11-03 01:28:07 +01: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
e5e05ffa09
fix library declarations for libtool
2013-06-01 12:25:52 +02:00
Stefan Seyfried
569a1495f7
generic-pc/glfb: add some sort of A/V synchronization
2013-05-04 15:15:21 +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
8a6f1dea9d
add hardware_caps header
...
First version of a "hardware capabilites information" struct.
This is intended to help clean up the mess in the neutrino GUI.
Surely needs some more work and ongoing changes
2012-09-15 11:49:51 +02:00
Stefan Seyfried
47941bd849
create common proc_tools
...
proc_put, proc_get and proc_get_hex are used in many files.
Avoid duplication by moving them to common/proc_tools.c.
Convert azbox's cVideo to use proc_tools.h
2012-06-24 12:26:03 +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
c50c2888ce
move dummy cCA implementation to commmon/ directory
2012-06-18 11:13:33 +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
e6e07fb496
build static libeplayer3 and link eplayer3 and meta against it
2012-02-18 12:05:11 +01:00
Stefan Seyfried
4e3773c568
spark: use libeplayer3 for playback
2012-02-15 00:25:36 +01:00
Stefan Seyfried
54592dc88b
spark: build libeplayer3 statically into libstb-hal
2012-02-15 00:17:38 +01:00
Stefan Seyfried
74c58d82aa
spark: rename lt_dfbinput to lirmp_input
2012-02-12 20:49:20 +01:00
Stefan Seyfried
57176344f4
spark: DirectFB is not used
2012-02-12 10:43:26 +01:00
Stefan Seyfried
2e80e46c7b
add a trivial test application for libstb-hal
2012-02-12 10:43:26 +01:00
Stefan Seyfried
8ae65760bc
libspark: add remaining misc stuff
...
Now the standalone lib can be built :-)
2012-02-12 10:43:26 +01:00
Stefan Seyfried
6045601ce3
libspark: make init.cpp build
2012-02-12 10:43:26 +01:00
Stefan Seyfried
99fad7b7d7
libspark: use IRMP for converting /dev/lirc to input device
2012-02-12 10:43:26 +01:00
Stefan Seyfried
026a6df70d
libspark: add IRMP infrared decoder
...
This is based on git://gitorious.org/arduino-addons/irmp-arduino.git
2012-02-12 10:43:26 +01:00
Stefan Seyfried
9e3c6b445a
libspark: make cDemux build
...
This might actually even work, but is untested.
2012-02-12 10:43:26 +01:00
Stefan Seyfried
edbfbdecf6
libspark: make cPlayback build... by disabling playback ;)
2012-02-12 10:43:26 +01:00
Stefan Seyfried
7d80781154
libspark: make cVideo build
...
Again, make it build -- not work. Lots of stuff simply stubbed out.
2012-02-12 10:43:26 +01:00
Stefan Seyfried
66e1d198a9
libspark: make cAudio build
...
This does just build, it probably does not yet work.
2012-02-12 10:24:17 +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