Files
libstb-hal/raspi
Stefan Seyfried 45576494e5 raspi: fix audio decoding with newer libavcodec
Current libavcodec does no longer always return S16 sample format, but
the conversion needs to be done explicitly. Use libswscale for that.
Not tested on raspbian, only on yocto/ffmpeg.
2014-05-03 21:01:38 +02:00
..
2013-10-22 01:14:58 +02:00
2013-11-02 14:27:47 +01:00
2013-10-09 23:50:50 +02:00

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.