Commit Graph

462 Commits (c4b81b644c233bc0945567a13738b9dff9f5376a)

Author SHA1 Message Date
Richard Fuchs c4b81b644c MT#55283 add option `allow no codec media`
7 months ago
Richard Fuchs 39069a7457 MT#55283 remove unused return value
7 months ago
Donat Zenichev 424cdf2a8c MT#60476 Fix dead code in `print_sdp_media_section()`
7 months ago
Richard Fuchs 201c15489c MT#55283 initialise str objects with macros
7 months ago
Richard Fuchs dd91961aeb MT#55283 add STR_PTR macro
7 months ago
Richard Fuchs 6ab036c4e5 MT#55283 modernise SDP parsing
7 months ago
Donat Zenichev e7fe8c2475 MT#60476 Add handling of `end-of-candidates`
7 months ago
Richard Fuchs ed05e4c04b MT#60476 store full attribute type in `sdp_attr`
7 months ago
Richard Fuchs bb326e91bf MT#60476 refactor ATTR_OTHER handling
7 months ago
Richard Fuchs 8b26bf2761 MT#55283 switch o= strings to `str`
7 months ago
Donat Zenichev 72416e074a MT#60476 print_sdp_media_section: refactor inactive streams
7 months ago
Donat Zenichev 1969ac61c8 MT#60476 For non-accepted medias print `c=` before all
7 months ago
Donat Zenichev 5ec175c062 MT#60476 Remove all mentions of chopper in code commentaries
7 months ago
Donat Zenichev d6a1940735 MT#60476 Deprecate the sdp_manipulations remove/subst
7 months ago
Donat Zenichev 65c96da6ae MT#60476 Deprecate chopper related functionality
7 months ago
Donat Zenichev 78f659a5ae MT#60476 Deprecate `print_sdp_session_section()`
7 months ago
Donat Zenichev c6b214cda1 MT#60476 print_sdp_media_section: return void
7 months ago
Donat Zenichev bc1285356a MT#60476 `handle_sdp_media_attributes()` -> `print_sdp_media_section()`
7 months ago
Donat Zenichev 14165741ea MT#60476 print_sdp_media_section: deprecate `is_active` bool
7 months ago
Donat Zenichev 814177119c MT#60476 print_sdp_media_section: remove force_end_of_ice
7 months ago
Donat Zenichev 83e406aa51 MT#60476 print_sdp_media_section: remove sdp_create bool
7 months ago
Donat Zenichev e13a096a3f MT#60476 Rework `sdp_version_check()`
7 months ago
Donat Zenichev 8e9e8b520a MT#60476 Discontinue `process_*_attributes()`
7 months ago
Donat Zenichev 9273cc897a MT#60476 Discontinue `replace_sdp_media_section()`
7 months ago
Donat Zenichev e45c351b9c MT#60476 Discontinue sdp_replace
7 months ago
Donat Zenichev 508ce684d7 MT#60476 sdp_create: properly detect `session_last_sdp_orig`
7 months ago
Donat Zenichev 9f09680c8f MT#60476 sdp_create: add `sdp_manipulations_add()` support
7 months ago
Donat Zenichev 3d97bd89f7 MT#60476 Move `sdp_manipulations_add()` to Gstring
7 months ago
Donat Zenichev 463da03bf3 MT#60476 Deprecate ATTR_LABEL parsing
7 months ago
Donat Zenichev 6760760c4f MT#60476 Add rtcp-db (all type) attributes via generics
7 months ago
Richard Fuchs 65738a4882 MT#55283 use sockaddr_print_gstring
7 months ago
Donat Zenichev c87e6e7c57 MT#60476 sdp_create: detect pass through via protocol
7 months ago
Donat Zenichev 90f76f0706 MT#60476 sdp_create: func to print original attributes
7 months ago
Donat Zenichev 2757a71dac MT#60476 sdp_create: fix crash on zero stream
7 months ago
Donat Zenichev 1fc50a3188 MT#60476 sdp_create: handle rejection of first m=
7 months ago
Donat Zenichev 8933c04be5 MT#60476 sdp_create: properly detect usable ps for session
7 months ago
Richard Fuchs 5b69e419d5 MT#55283 allow rejection of first m=
7 months ago
Richard Fuchs 09cb85f32a MT#55283 streamline call_stream_address
7 months ago
Richard Fuchs 725f72e20f MT#55283 remove dead code
7 months ago
Richard Fuchs 6b19d98ddd MT#55283 remove parsed_media_address
7 months ago
Richard Fuchs 082505a7c2 MT#60476 remove dependency on sdp_media
7 months ago
Richard Fuchs 5115fe000f MT#55283 use call memory arena for SDP attributes
7 months ago
Richard Fuchs 67e1b9979a MT#55283 simplify call_str_dup family
7 months ago
Richard Fuchs 3ba101bc17 MT#60476 remove print_rtcp's depend'y on sdp_media
7 months ago
Richard Fuchs 0f9dd5def2 MT#60476 Fix ice force relay handling
7 months ago
Donat Zenichev bca2569a3b MT#55283 Fix coverity scan defect 9903b413c5
7 months ago
Richard Fuchs 33da0186de MT#55283 add `all_attributes` lists
7 months ago
Richard Fuchs 9903b413c5 MT#55283 split up sdp_attr_append_other()
7 months ago
Richard Fuchs 5fc8af25fb MT#55283 rename to `generic_attributes`
7 months ago
Donat Zenichev 29b60da2d4 MT#60476 sdp_out_add_other: refactor to use attr manipulations
7 months ago