aboutsummaryrefslogtreecommitdiffstats
path: root/src/amr.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-21amr: osmo_amr_bwe_to_oa(): validate input data is long enoughPau Espin Pedrol1-0/+2
2022-12-21amr: use OSMO_BYTES_FOR_BITS()Pau Espin Pedrol1-3/+3
2022-12-21amr: Clarify size of AMR BWE header and ToCPau Espin Pedrol1-4/+5
2022-12-21amr: use struct bwe_hdr in osmo_amr_bwe_to_oa()Pau Espin Pedrol1-8/+15
2022-12-21amr: constify input buffer in osmo_amr_is_oa()Pau Espin Pedrol1-1/+1
2022-12-19amr: Support all SID and NO_DATA amr formatsPau Espin Pedrol1-28/+39
2022-12-19amr: osmo_amr_bwe_to_oa() define variable as unsignedPau Espin Pedrol1-1/+1
2022-12-19amr: osmo_amr_bwe_to_oa(): Modify loop to allow osmo_amr_bytes()=0 (NO_DATA)Pau Espin Pedrol1-4/+4
2022-11-21amr: Guard against incorrect AMR FT passed to osmo_amr_{bits,bytes}()Pau Espin Pedrol1-0/+4
2022-11-02amr: Document SID frame length from specPau Espin Pedrol1-0/+1
2022-02-15amr: cosmetic: fix grammer in commentPhilipp Maier1-2/+2
2022-01-05amr: Fix length check in bwe<->iuup convertersPau Espin Pedrol1-9/+18
2022-01-05amr: Fix FormatType from parsing BWE AMR headerPau Espin Pedrol1-1/+1
2022-01-04amr: Introduce APIs to convert BE to IuUP/IuFP formatAlexander Couzens1-0/+71
2021-12-31amr: don't rely on pad bits to be zeroAlexander Couzens1-1/+1
2020-05-25amr: fix off-by-one in osmo_amr_bwe_to_oa()Philipp Maier1-1/+1
2020-05-16amr: Whitespace fixAlexander Chemeris1-1/+1
2020-05-16amr: Fix OA<->BWE conversion.Alexander Chemeris1-6/+39
2020-05-14Revert "amr: Fix OA<->BWE conversion."neels1-33/+6
2020-05-14amr: Fix OA<->BWE conversion.Alexander Chemeris1-6/+33
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