aboutsummaryrefslogtreecommitdiffstats
path: root/src/fmt_rawpcm.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-31Add an 'osmo_gapk' prefix to the exposed symbolsVadim Yanitskiy1-1/+1
To avoid a naming conflict between libosmogapk and other projects during linkage, all the exposed symbols should have an unique prefix. Let's use 'osmo_gapk' for that.
2017-12-31Install GAPK headers to '${includedir}/osmocom/gapk/'Vadim Yanitskiy1-2/+2
To be able to use the library, external applications need to know, which symbols are exposed. This information is provided by header files, which are being installed to a system's ${includedir} since this change.
2017-05-28prepare gapk for dealing with variable-length framesHarald Welte1-5/+10
The existing architecture was modelled around fixed-length codec frame sizes, which of course fails with multi-rate codecs such as AMR.
2017-05-28introduce #defines for canonical length + use themHarald Welte1-1/+1
2010-11-11format: Add support for Raw PCM Signed 16 bits Little EndianSylvain Munaut1-0/+60
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>