Commit Graph

574 Commits (7f84fe590b29c6658db20b64c4b3edbbb91fdedb)

Author SHA1 Message Date
Richard Fuchs eb9d4edbfd MT#61371 pass `flags` to offer_answer functions
7 months ago
Richard Fuchs 4c00ab0c83 MT#61371 add tag aliases to query output
7 months ago
Richard Fuchs 8f458d0511 MT#61372 add alternative spellings
7 months ago
Richard Fuchs a631e54e7e MT#55283 fix SDP-write-after regression
7 months ago
Donat Zenichev b20a37fccd MT#56465 make sdp manipulations helpers array agnostic
7 months ago
Richard Fuchs c4b81b644c MT#55283 add option `allow no codec media`
7 months ago
Richard Fuchs ec500bdc6b MT#60476 obsolete last_in_sdp(_parsed)
8 months ago
Richard Fuchs dd91961aeb MT#55283 add STR_PTR macro
8 months ago
Richard Fuchs 7167237f50 MT#55283 change scope of ICE fragment storage
8 months ago
Donat Zenichev d5890ee388 MT#60476 Move offer/answer model to sdp_create
8 months ago
Donat Zenichev ac4a1bab38 MT#61140 Fix Coverity Scan defect (to_tag_flag)
8 months ago
Donat Zenichev e22282a98d MT#61140 Deprecate unused func `call_delete_flags()`
8 months ago
Donat Zenichev d31d49370f MT#61140 call_delete_ng: add normal parsing
8 months ago
Richard Fuchs 09cb85f32a MT#55283 streamline call_stream_address
8 months ago
Richard Fuchs 6b19d98ddd MT#55283 remove parsed_media_address
8 months ago
Richard Fuchs 2ab7d4f5d5 MT#55283 delay SDP parsing until we have a call
8 months ago
Richard Fuchs 2b8a510af5 MT#55283 change call_str_cpy etc semantics
8 months ago
Richard Fuchs 67e1b9979a MT#55283 simplify call_str_dup family
8 months ago
Richard Fuchs 33da0186de MT#55283 add `all_attributes` lists
8 months ago
Richard Fuchs 5fc8af25fb MT#55283 rename to `generic_attributes`
8 months ago
Peter Kelly d4a8203b4b MT#55283 Added decoder mix "slots" concept ...
9 months ago
Richard Fuchs 14a1d2e927 MT#55283 fix alphabet order booboo
9 months ago
Richard Fuchs 43d107d849 MT#55283 add metadata to query output
9 months ago
Richard Fuchs c480adc8fd MT#55283 make gcc happy
9 months ago
Richard Fuchs 227a64c760 MT#55283 fix null pointer
9 months ago
Richard Fuchs 7dd2235df1 MT#55283 rework parser framework
9 months ago
Richard Fuchs a56577adb4 MT#55283 rework dict_iter
9 months ago
Richard Fuchs 5aa8e56798 MT#55283 rework parser context passing
9 months ago
Richard Fuchs c271a8321d MT#55283 add support for codec-set + play_media
9 months ago
Richard Fuchs 8c45a444fb MT#55283 fix possible null pointer
9 months ago
Richard Fuchs 2be41a41e8 MT#55283 remove vestiges of bencode-specifics
9 months ago
Richard Fuchs 0cc7f3ba44 MT#55283 extend parser_arg to return types
9 months ago
Richard Fuchs 93653fe562 MT#55283 add .dict_add_dict_dup method
9 months ago
Richard Fuchs 8aba2b3e6f MT#55283 add *list_add_str_dup method
9 months ago
Richard Fuchs 671c163a60 MT#55283 add dict_contains() method
9 months ago
Richard Fuchs baf3cc97f2 MT#55283 extend use of parser_arg
9 months ago
Richard Fuchs b0d22ba770 MT#55283 use list_iter() where appropriate
9 months ago
Richard Fuchs 416f658088 MT#55283 introduce parser_arg union
9 months ago
Richard Fuchs 6c8a5ec99a MT#55283 add extra methods
9 months ago
Richard Fuchs c18904d8db MT#55283 reduce usage of bencode_buffer_destroy_add
9 months ago
Richard Fuchs b1a0aebab5 MT#55283 add abstract .dict_add_str_dup
9 months ago
Richard Fuchs 2f82805f1d MT#55283 add abstract .dict_add_int()
9 months ago
Richard Fuchs 271c646d8d MT#55283 add abstract .list_add_string()
9 months ago
Richard Fuchs a1e01c6025 MT#55283 add abstract .list_add_dict()
9 months ago
Richard Fuchs 5ccdb6c804 MT#55283 add abstract .dict_add_list()
9 months ago
Richard Fuchs af3459b85e MT#55283 add abstract .dict_add_dict()
9 months ago
Richard Fuchs 24fbb4d8c0 MT#55283 add abstract .dict_add_str()
9 months ago
Richard Fuchs dc19d892cd MT#55283 add abstract .dict_add_string()
9 months ago
Richard Fuchs a2c89d64df MT#55283 add abstract dict_get_str()
9 months ago
Richard Fuchs 94cea16603 MT#55283 direct string parsing for received-from=
9 months ago
Richard Fuchs 5f78fbfa02 MT#55283 refactor ng_sdp_attr_manipulations
9 months ago
Richard Fuchs 2f367bf84a MT#55283 add helper_arg to dict_iter
9 months ago
Richard Fuchs 61ed4e6e7d MT#55283 refactor received-from parsing
9 months ago
Richard Fuchs d29368c6ab MT#55283 refactor call_ng_flags_freqs()
9 months ago
Richard Fuchs b826dbddd6 MT#55283 use list iterator for direction=
9 months ago
Richard Fuchs f50d5e7482 MT#55283 add list iteration method
9 months ago
Richard Fuchs 700d172cb2 MT#55283 more deeply pass the parser ctx
9 months ago
Richard Fuchs a91bfc34e3 MT#55283 add abstract string/int parsing methods
9 months ago
Richard Fuchs f0eee2a75e MT#55283 add abstract dictionary iterator
9 months ago
Richard Fuchs 3f8f182119 MT#55283 introduce abstract parsing framework
9 months ago
Donat Zenichev c6b903d519 MT#60476 treat force_inc_sdp_ver independently
10 months ago
Richard Fuchs 1f4c0d875e MT#55283 shortcut list retrieval
10 months ago
Richard Fuchs a0896dfa05 MT#55283 shortcut string fetch
10 months ago
Richard Fuchs 0d2079f511 MT#55283 remove unused _get_alt
10 months ago
Richard Fuchs ec964c3958 MT#55283 modernise str_dup_str()
10 months ago
Richard Fuchs d3596597fc MT#55283 obsolete _add_string_dup
10 months ago
Richard Fuchs 05a983dc14 MT#55283 obsolete bencode_dictionary_add_string_len
10 months ago
Richard Fuchs a2ee38ac44 MT#55283 rename STR_CONST_INIT...
10 months ago
Richard Fuchs a6b28af6f8 MT#55283 modernise STR_INIT and str_init
10 months ago
Richard Fuchs dfbadf004e MT#55283 remove redundant string parsing
10 months ago
Donat Zenichev c98c98374a MT#60476 origin-replace: introduce full and limited replace
10 months ago
Donat Zenichev e40af889d1 MT#60476 Move `call_subscribe_request_ng()` to `sdp_create()`
11 months ago
Donat Zenichev 3eb68c819f MT#60386 sdp_create: don't carry stream_params
11 months ago
Richard Fuchs 560ec9af27 MT#55283 update str_token*() to bool return type
11 months ago
Richard Fuchs 6d4ffb8ceb MT#55283 support seperate from/to-interface=
11 months ago
Richard Fuchs 9f714288fd MT#55283 add convenience alias flag `WebRTC`
11 months ago
Donat Zenichev 2da116cfdb MT#56465 sdp_create(), set the actual media connection
12 months ago
Donat Zenichev 9f8820bd36 MT#56465 Drop support for `replace-session-connection`
1 year ago
Donat Zenichev 0c048071f6 MT#56465 Introduce `call_ng_basic_checks()` function
1 year ago
Donat Zenichev b3e6eaa8bd MT#56465 Refactor `sdp_replace()` in `call_offer_answer_ng()`
1 year ago
Richard Fuchs 216f4f12fd MT#55283 eliminate `config_lock`
1 year ago
Richard Fuchs 7e90f4db2b MT#55283 add last_packet time to stats
1 year ago
Richard Fuchs e20262489a MT#55283 track time of last Redis update per call
1 year ago
Richard Fuchs e8982c3cf9 MT#55283 move SSRC stats into shm
1 year ago
Richard Fuchs 311f5bc31c MT#55283 move last_packet timestamp to shm
1 year ago
Richard Fuchs 8e3e9fdb5a MT#55283 use allocated memory for stream stats
1 year ago
Richard Fuchs 83797790ec MT#55283 add SSRC stats to NG output
1 year ago
Donat Zenichev f695e77064 MT#58535 rtpp_flags: add support for generic 'rtcp-mux-*'
1 year ago
Donat Zenichev 09f129f345 MT#58535 rtpp_flags: refactor default case of flags-flags parsing
1 year ago
Donat Zenichev ceb49c9b54 MT#58535 rtpp_flags: deprecate usage of dict for parsing
1 year ago
Donat Zenichev 97f7098459 MT#58535 rtpp_flags: parse `direction` flag directly
1 year ago
Donat Zenichev 8548e7d67b MT#58535 rtpp_flags: parse `codec-*` flags directly
1 year ago
Donat Zenichev 1e65172b52 MT#58535 rtpp_flags: parse key/val flags directly
1 year ago
Donat Zenichev d1c4b44f79 MT#58535 Fix a defect detected by Coverity Scan
1 year ago
Donat Zenichev d7b8ebbc68 MT#58535 Add an empty statement after `rtpp-flags` parsing
1 year ago
Donat Zenichev 282f57884e MT#58535 Use `call_ng_flags_flags()` for generic flags
1 year ago
Donat Zenichev 15d0867737 MT#58535 rtpp_flags: add directional flag parsing
1 year ago
Donat Zenichev f60139cf0d MT#58535 Add opmode to processing of flags
1 year ago
Donat Zenichev 31641efe06 MT#58535 Be able to detect message type (request/reply)
1 year ago
Donat Zenichev bb52ae4ebc MT#58535 Add support of the rest of opmodes
1 year ago