mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
* remove ilclient * use a decoder implementation similar to pidvbip instead, see https://github.com/linuxstb/pidvbip * video is decoded in hardware (videocore) * audio is decoded by libavcodec * add a AVDec wrapper class for both audio and video decoders * very raw, needs more polishing. But decodes audio and video :-) * only tested with h264
The ilclient library files are taken from raspberrypi firmware git at https://github.com/raspberrypi/firmware.git, commit 01c78fe3452 License is 3-Clause BSD and thus GPLv2 compatible. Reworked slightly to silence compiler warnings when compiled against c++ code.