aboutsummaryrefslogtreecommitdiffstats
path: root/src/libosmo-mgcp/mgcp_codec.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19mgw: do not fail MGCP on codec mismatchNeels Hofmeyr1-1/+11
2024-02-06mgcp_codec_decide: remove redundant lookupNeels Hofmeyr1-8/+7
2023-05-31mgcp_codec: be sensitive about IuFP when checking codecsPhilipp Maier1-0/+10
2023-05-22mgcp_codec: fix codec decisionPhilipp Maier1-69/+67
2023-05-22mgcp_codec: move mgcp_codec_decide downPhilipp Maier1-81/+81
2023-03-27mgcp_codec: cosmetic: remove line break in api-docPhilipp Maier1-2/+1
2023-03-27mgcp_codec: refactor payload type converstionPhilipp Maier1-36/+38
2023-03-27mgcp_codec: fix oa/bwe comparison in mgcp_codec_pt_translate()Philipp Maier1-7/+46
2023-03-22Revert "mgcp_codec: do not differentiate between oa and bwe when comparing co...Philipp Maier1-4/+4
2022-10-25Rename and move func checking if amr mode is explicitly configuredPau Espin Pedrol1-0/+12
2022-02-16mgcp_codec: do not differentiate between oa and bwe when comparing codecPhilipp Maier1-4/+4
2022-01-18Make function amr_is_octet_aligned publicly availablePau Espin Pedrol1-2/+2
2022-01-03cosmetic: mgcp_codec.c: Fix typo in commentPau Espin Pedrol1-1/+1
2021-10-21libosmo-mgcp: use OSMO_STRLCPY_ARRAY in mgcp_codec_add()Vadim Yanitskiy1-1/+1
2021-09-13libosmo-mgcp: cleanup audio codex allocEric1-19/+15
2020-08-10get rid of mgcp_internal.hPhilipp Maier1-1/+5
2020-07-21refactor: use msgb to receive, pass and send RTP packetsNeels Hofmeyr1-0/+25
2020-06-12mgcp_trunk: remove audio_name and audio_payloadPhilipp Maier1-23/+3
2020-06-12osmo-mgw: refactor endpoint and trunk handlingPhilipp Maier1-0/+1
2020-06-02osmo-mgw: rename struct mgcp_trunk_config and symbol tcfgPhilipp Maier1-4/+4
2019-08-28mgcp_codec_add: fix audio_name size checkNeels Hofmeyr1-1/+1
2019-08-28mgcp_codec: codec_set(): log about all possible errorsNeels Hofmeyr1-9/+25
2019-08-28ptmap: implicitly match '/8000' and '/8000/1'Neels Hofmeyr1-2/+0
2019-08-28differentiate AMR octet-aligned=0 vs =1Neels Hofmeyr1-0/+23
2019-08-27fix memleak: actually free strings in mgcp_codec_reset_all()Neels Hofmeyr1-1/+3
2019-08-27mgcp_codec: split codec_free() off of codec_init()Neels Hofmeyr1-39/+35
2019-08-09mgcp_codec: constify 'param' argNeels Hofmeyr1-2/+2
2019-08-09rename codecs_cmp() to codecs_same()Neels Hofmeyr1-2/+2
2019-07-03mgw: Support receiving lowercase LCO codecPau Espin Pedrol1-2/+2
2019-04-24Introduce log fmt helpers LOGPENDP and LOGPCONNPau Espin Pedrol1-4/+4
2019-03-12AMR: Add function to convert between bw-effient and octet aligned modePhilipp Maier1-4/+12
2018-07-31mgcp_network: translate payload type numbers in RTP packetsPhilipp Maier1-0/+67
2018-06-23mgw: clean up codec negotiation (sdp)Philipp Maier1-0/+343