aboutsummaryrefslogtreecommitdiffstats
path: root/src/amr.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-20amr: use sizeof(struct amr_hdr) when working with amr header lengthPhilipp Maier1-3/+3
2019-03-12amr: be sure result of osmo_amr_bwe_to_oa() fits into int bufPhilipp Maier1-1/+1
2019-03-12amr: cosmetic: correct sourcecode formattingPhilipp Maier1-1/+1
2019-03-07AMR: add functions to convert between bw-efficient and octet-alignedpmaier/amrmanglePhilipp Maier1-0/+112
2019-03-01AMR: add define constants for AMR payload lengthPhilipp Maier1-9/+9
2017-11-13Add SPDX-License-Identifier + Copyright statementsHarald Welte1-0/+2
2013-12-14amr: use AMR_FT_MAX instead of hardcoded numberPablo Neira Ayuso1-1/+1
2013-05-24osmux: further sanity checkings for AMR FTPablo Neira Ayuso1-0/+19
2013-05-24amr: add AMR FT SID definitionPablo Neira Ayuso1-0/+1
2013-02-12osmux: use ft instead of the cmrPablo Neira Ayuso1-11/+11
2012-07-13src: add function to obtain bytes depending on AMR frame codePablo Neira Ayuso1-0/+42