aboutsummaryrefslogtreecommitdiffstats
path: root/tests/amr/amr_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19amr: Support all SID and NO_DATA amr formatsPau Espin Pedrol1-1/+2
2022-12-19tests/amr: Add test case for unused FT=14Pau Espin Pedrol1-1/+2
2022-07-13tests/amr: fix less-than-zero comparison of an unsigned valueVadim Yanitskiy1-1/+1
2022-02-17amr_test: increase test coverage for oa / bwe conversation2022q1Philipp Maier1-1/+12
2022-01-05amr: Fix length check in bwe<->iuup convertersPau Espin Pedrol1-1/+1
2022-01-05amr: Fix FormatType from parsing BWE AMR headerPau Espin Pedrol1-1/+2
2022-01-04amr: Introduce APIs to convert BE to IuUP/IuFP formatAlexander Couzens1-0/+59
2020-05-25amr: fix off-by-one in osmo_amr_bwe_to_oa()Philipp Maier1-1/+1
2020-05-16amr: Fix OA<->BWE conversion.Alexander Chemeris1-13/+20
2020-05-14Revert "amr: Fix OA<->BWE conversion."neels1-12/+10
2020-05-14amr: Fix OA<->BWE conversion.Alexander Chemeris1-10/+12
2019-03-07AMR: add functions to convert between bw-efficient and octet-alignedpmaier/amrmanglePhilipp Maier1-0/+239