aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec_efr.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-31libosmogapk: introduce the internal root talloc contextVadim Yanitskiy1-1/+3
2017-12-31libosmogapk: fix memory leak in both AMR and EFR codecsVadim Yanitskiy1-0/+2
2017-12-31libosmogapk: use talloc for memory managementVadim Yanitskiy1-2/+2
2017-12-31benchmark: move benchmark impl to a private headerVadim Yanitskiy1-0/+1
2017-12-31Add an 'osmo_gapk' prefix to the exposed symbolsVadim Yanitskiy1-1/+1
2017-12-31Install GAPK headers to '${includedir}/osmocom/gapk/'Vadim Yanitskiy1-2/+2
2017-05-28EFR codec fixup.Harald Welte1-2/+2
2017-05-28prepare gapk for dealing with variable-length framesHarald Welte1-4/+10
2017-05-28introduce #defines for canonical length + use themHarald Welte1-1/+1
2014-05-08Add cycle benchmarking supportHarald Welte1-0/+5
2012-12-08codec: Fix opencore nb include pathSylvain Munaut1-2/+2
2010-11-12codec: Fix EFR codec encoder function. Return value is #bytesSylvain Munaut1-1/+1
2010-11-11codec/efr: Add support for encoding/decoding using OpenCore AMR NBSylvain Munaut1-0/+86
2010-10-29codec: Add preliminary codecs definitions for HR/FR/EFRSylvain Munaut1-0/+27