Commit Graph

441 Commits (e8982c3cf9f183ae9134db3b8c3cdd5e98b75748)

Author SHA1 Message Date
Richard Fuchs 949c5a9d8e MT#55283 work around gcc <12 being stupid
1 year ago
Richard Fuchs 8f98f69e98 MT#55283 use typed G* for subscriptions
2 years ago
Richard Fuchs 7b2ba5339a MT#55283 use typed G* for call members
2 years ago
Richard Fuchs c9ac6ecc73 MT#55283 convert struct rtp_payload_time to typedef
2 years ago
Richard Fuchs 5bd94a1cc2 MT#55283 use obj_release macro
2 years ago
Richard Fuchs c6b907017d MT#55283 use g_auto for call_t
2 years ago
Richard Fuchs 2975b2131d MT#55283 convert struct call to typedef
2 years ago
Richard Fuchs 5fec35e819 MT#55283 use typed GPtrArray for medias
2 years ago
Richard Fuchs 610238d5e3 MT#55283 use typed GHashTable for labels
2 years ago
Richard Fuchs 57598e1255 MT#55283 use typed GQueue for stream/handlers
2 years ago
Richard Fuchs e5ccca36fc MT#55283 use typed GHashTable for SDP rem/subst
2 years ago
Richard Fuchs 7c6f5d1dae MT#55283 use typed GHashTables for globals calls hash
2 years ago
Richard Fuchs 49037aee91 MT#55283 use typed G* for codec-set/except/SDES
2 years ago
Richard Fuchs 6685fb6efd MT#55283 use g_auto for sdp_streams/sessions
2 years ago
Richard Fuchs 9810c501fd MT#55283 use str_q for parsed flags
2 years ago
Richard Fuchs 575d86816f MT#55283 turn ng_buffer into typedef
2 years ago
Richard Fuchs 83140f60df MT#55283 backport fix for I2ce02e92debce0b
2 years ago
Richard Fuchs 0a7812aed5 MT#55283 fix missing unlock
2 years ago
Richard Fuchs afbb76992c MT#55283 use g_auto for str objects
2 years ago
Richard Fuchs 83ee0b1aca MT#55283 use g_auto for sdp_ng_flags
2 years ago
Richard Fuchs bc61caf2cc MT#55283 turn sdp_ng_flags into a typedef
2 years ago
Richard Fuchs fccf2df73c MT#55283 use transparent union
2 years ago
Richard Fuchs 43d1427b4d MT#55283 switch basic GQueue to g_auto
2 years ago
Donat Zenichev 6a792f2bdf MT#57550 Demount `call_subscription` concept
2 years ago
Donat Zenichev b923e5e039 MT#57550 Unconfirm monologue medias using subs
2 years ago
Donat Zenichev 3c28cb325a MT#57719 Add SDP session attributes print (subscribe)
2 years ago
Donat Zenichev 71aa1496b3 MT#57719 Provide some of attributes list via `stream_params`
2 years ago
Donat Zenichev 85fc7ff70c MT#57719 Move `monologue_subscribe_*` to media subs
2 years ago
Richard Fuchs b265477654 MT#55283 add SDES-prefer option
2 years ago
Richard Fuchs 96ae63764d MT#55283 remove some duplicate code
2 years ago
Richard Fuchs c3510b4788 MT#55283 reverse order of "all" subscriptions
2 years ago
Richard Fuchs 469789bf19 MT#55283 make code checkers happy
2 years ago
Richard Fuchs dbae76c3b6 MT#57977 fix save/restore of "foreign" call flag
2 years ago
Donat Zenichev 1fd6d5f3a3 MT#57719 Stop using call subscriptions: `call_block_silence_media()`
2 years ago
Richard Fuchs 1238d2f3c2 MT#57977 integrate block/silence_media into bfield
2 years ago
Richard Fuchs 280795ddc9 MT#57977 convert call flags to uint bit field
2 years ago
Richard Fuchs 17e57fbba4 MT#57977 convert monologue flags to uint
2 years ago
Richard Fuchs 81151b3793 MT#57977 support short-packet blocking
2 years ago
Donat Zenichev d1e29f1dff MT#57719 call_interfaces: Use media subscriptions
2 years ago
Donat Zenichev 4bbbfba818 MT#57719 stop using `call_subscription` when getting dialogs
2 years ago
Richard Fuchs 16e7b9465f MT#55283 add `allow-asymmetric-codecs` option
2 years ago
Richard Fuchs cbd17da6b3 MT#55283 switch to pcre2
2 years ago
Richard Fuchs ea0d1775f3 MT#55283 update parsing function to bool
2 years ago
Richard Fuchs 4f6f5fdf4e MT#55283 update config settings to bool type
2 years ago
Richard Fuchs d9e682b7db MT#56374 add convenience macros for string creation
2 years ago
Richard Fuchs 0a400e05c2 MT#56128 support sdp-attr manipulations via flags
2 years ago
Richard Fuchs bd9d2d6ff9 MT#55283 add extra string escaping mechanism
2 years ago
Richard Fuchs 6b294c8688 MT#56128 add helper function for table building
2 years ago
Richard Fuchs d8c1a6785d MT#56128 use existing helper functions
2 years ago
Richard Fuchs 4089005074 MT#56128 simplify sdp_manipulations_add case
2 years ago
Richard Fuchs 7990d127b8 MT#56128 convert sdp_manipulations to array
2 years ago
Richard Fuchs 0bc36b6508 MT#55283 refactor call_ng_flags_list
2 years ago
Orgad Shaneh 1a28b73a2d MT#55283 Rename aux -> helpers
2 years ago
Richard Fuchs 196e874c65 TT#146201 obsolete TRANSCODE flag entirely
2 years ago
Richard Fuchs b4a96be7f1 TT#146201 return offer/answer subscription objects
2 years ago
Richard Fuchs ee0b2bc2c1 MT#55283 set output-dest even if not active yet
2 years ago
Richard Fuchs d24133372a MT#55283 move declarations to eliminate shadowing
2 years ago
Richard Fuchs 5e5e08e377 MT#55283 rename variables to eliminate shadowing
2 years ago
Richard Fuchs 5b9d624fae MT#57302 add `exclude-recording` flag
2 years ago
Richard Fuchs 6dfb2786c8 MT#55283 remove duplicate code
2 years ago
Donat Zenichev 643c12e0b9 MT#56128 SDP manipulations: mode `substitute` to GHashTable
2 years ago
Richard Fuchs 8cb7a4c9a6 MT#56861 support DTMF injection with kernel mode
2 years ago
Richard Fuchs 6640c719cb TT#147451 support from-tags=x,y,z syntax
2 years ago
Richard Fuchs eea05c878f MT#56759 support discarding call recordings
2 years ago
Richard Fuchs 52f757e966 MT#56759 provide alternative call_delete_branch()
2 years ago
Richard Fuchs f0191a1556 MT#56759 update var to bool
2 years ago
Richard Fuchs 8b851c4663 MT#56759 unify recording_start trigger
2 years ago
Richard Fuchs fc491af7f3 MT#57093 log reasons for unkernel event
2 years ago
Richard Fuchs 6608a1ed7b MT#56447 dequeue ICE fragments after pub/sub
2 years ago
Richard Fuchs 6678d15631 MT#56447 refactor trickle ICE update
2 years ago
Richard Fuchs e561a1cc0c MT#56447 refactor trickle ICE handling
2 years ago
Richard Fuchs a590831bd0 MT#56447 move ICE fragment handle
2 years ago
Richard Fuchs a789afa548 MT#56447 use g_hash_table_steal_extended
2 years ago
Richard Fuchs b9ba273780 MT#56447 update var to bool
2 years ago
Richard Fuchs 5822cb889d MT#56447 change ml->medias to GPtrArray
2 years ago
Richard Fuchs d09a6b196b MT#55283 fix possible mem leaks
2 years ago
Richard Fuchs c0c754f7f5 MT#55283 fix possible mem leaks
2 years ago
Michael Prokop 710e676524 TT#71950 Fix typos
2 years ago
Richard Fuchs 7865337f66 MT#55283 introduce `inactive` flag
2 years ago
Richard Fuchs 0914bf761d MT#55283 add per-call dtmf-log-dest
2 years ago
Donat Zenichev 4b79d20577 MT#56128 SDP manipulations: add support for 'substitute' command.
2 years ago
Richard Fuchs 4b7ec4e11f MT#56471 add flag to suppress early media
2 years ago
Richard Fuchs dd75c761cc MT#56471 tie in play_media with audio_player
2 years ago
Richard Fuchs ddab4a71e4 MT#56471 add audio_player
2 years ago
Donat Zenichev 521532599c MT#56128 sdp manipulations: improve structures design
2 years ago
Donat Zenichev af643cb3a2 MT#56128 Fix a defect detected by the CoverityScan
2 years ago
Donat Zenichev d7dbae8720 MT#56128 RTPEngine: Add options for arbitrary SDP manipulations
2 years ago
Richard Fuchs 817d9b9875 MT#56521 support offering legacy non-RFC OSRTP
2 years ago
Richard Fuchs f8fef89f5b MT#56521 support legacy non-RFC OSRTP
2 years ago
Richard Fuchs dddaa60afb MT#55283 simplify/clarify stats gathering
2 years ago
Richard Fuchs 87ea144935 MT#56469 add pause_recording method
2 years ago
Richard Fuchs ce3a0d384f MT#56469 generalise start/stop recording
2 years ago
Richard Fuchs d02e825683 MT#55283 allow alternative list/string usage
2 years ago
Richard Fuchs 1a05f8a373 MT#55283 convenience function for unlock/update
2 years ago
Richard Fuchs cf6aa99dae MT#55283 add missing redis_update for pub/sub
2 years ago
Donat Zenichev 83fc4c930f MT#56127 Improve the way we accept crypto suites
2 years ago
Richard Fuchs a3b30f0e78 MT#55283 split out media_player_coder
2 years ago
Donat Zenichev 8595f95cef MT#56126 Introduce a preference list for crypto suites
2 years ago
Donat Zenichev 2f8e6a55e1 MT#56126 Introduce a new helper function for parsing flags
2 years ago
Donat Zenichev 3ba1f548c8 MT#56125 Add a flag to only accept/add allowed SDES crypto suits
3 years ago