aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdp_msg
AgeCommit message (Expand)AuthorFilesLines
2023-06-22sdp_msg_test: fix dereference after null checkOliver Smith1-4/+7
2023-03-28coverity: sdp_msg_test.c: check rc of sdp_msg_from_sdp_str()Neels Hofmeyr1-1/+1
2023-03-11tests: use -no-install libtool flag to avoid ./lt-* scriptsVadim Yanitskiy1-0/+5
2022-12-23sdp_msg.c: parse send/recv modeNeels Hofmeyr2-0/+4
2022-07-25sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_Neels Hofmeyr1-1/+1
2022-07-25in sdp logging: add payload type number like 'AMR#111'Neels Hofmeyr1-12/+12
2022-07-25sdp_msg: s/_name_/_to_str_/gNeels Hofmeyr2-53/+53
2022-04-13tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy1-1/+1
2019-11-28add sdp_msg API: SDP parsing/compositionNeels Hofmeyr4-0/+1191