Commit Graph

558 Commits (b5019b8725af549ae5b48be151a29fae586b3ef7)

Author SHA1 Message Date
Richard Fuchs 43af67755c MT#55283 modernise STR_DUP()
2 years ago
Richard Fuchs a2ee38ac44 MT#55283 rename STR_CONST_INIT...
2 years ago
Richard Fuchs a2059a2449 MT#55283 modernise STR_INIT_LEN() et al
2 years ago
Richard Fuchs a6b28af6f8 MT#55283 modernise STR_INIT and str_init
2 years ago
Richard Fuchs abbc02296f MT#60347 extend allow-asymmetric-codecs
2 years ago
Richard Fuchs 560ec9af27 MT#55283 update str_token*() to bool return type
2 years ago
Richard Fuchs a140d83975 MT#55283 enforce hash table types in callbacks
2 years ago
Richard Fuchs aba7549159 MT#55283 fix wrong codec_chain_stop
2 years ago
Richard Fuchs e8982c3cf9 MT#55283 move SSRC stats into shm
2 years ago
Richard Fuchs 40b48d4adc MT#55283 allocated memory for per-interface stats
2 years ago
Richard Fuchs ad00134c61 MT#55283 use bufferpool for media packets
2 years ago
Tom Briden ce66c7b8fa MT#55283 codec_add_raw_packet_dup: allocate enough space to support encrpytion
2 years ago
Richard Fuchs 28e9079e2f MT#55283 mass codec-chain update
2 years ago
Tom Briden bdb1022677 MT#55283 codec_last_dtmf_event: return ts of dtmf_state if handler queue is empty
2 years ago
Richard Fuchs 41a9894cce MT#55283 fix DTMF end event sequencing
2 years ago
Tom Briden 6aa10931ad MT#55283 packet_encoded_tx: add a ts delay when transmitting DTMF event packets
2 years ago
Richard Fuchs 151c45ddd7 MT#59038 add block-egress flag
2 years ago
Richard Fuchs afdf0ad9bf MT#59038 exclude function from non-tc builds
2 years ago
Richard Fuchs 527225a5c3 MT#55283 unify buffer-sending code
2 years ago
Richard Fuchs 826bfe7e7c MT#55283 consolidate t/c return codes
2 years ago
Richard Fuchs da7b8f30ff MT#55283 refactor timer thread creation
2 years ago
Richard Fuchs 8db00bb652 MT#59038 switch to transparent union for callback
2 years ago
Richard Fuchs 337c73ecc8 MT#59038 generalise DTMF trigger handling
2 years ago
szcom 76eec4840f MT#55283 Fix RTCP report deadline timeout ref #1781
2 years ago
Donat Zenichev bebe291656 MT#59086 Unify header files inclusions.
2 years ago
Richard Fuchs 76203fdce9 MT#58636 add new option 'static codecs'
2 years ago
Richard Fuchs 949c5a9d8e MT#55283 work around gcc <12 being stupid
2 years ago
Richard Fuchs 8f98f69e98 MT#55283 use typed G* for subscriptions
2 years ago
Richard Fuchs 656de5ba42 MT#55283 use g_auto for rtp_payload_type
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 2975b2131d MT#55283 convert struct call to typedef
2 years ago
Richard Fuchs 8e0276d7ce MT#55283 use typed GHashTable for codec_stats
2 years ago
Richard Fuchs 260fc20cc7 MT#55283 use typed GQueue for silence_events
2 years ago
Richard Fuchs 9510b01a29 MT#55283 use typed GQueue for dtmf_events
2 years ago
Richard Fuchs 895e67d7cf MT#55283 use typed GQueue for delay_buffer
2 years ago
Richard Fuchs dc9e38672a MT#55283 use typed GQueue for dtx_packets
2 years ago
Richard Fuchs dd3471d919 MT#55283 use typed GQueue for codec_packet
2 years ago
Richard Fuchs 49037aee91 MT#55283 use typed G* for codec-set/except/SDES
2 years ago
Richard Fuchs de6c06a6c0 MT#55283 use typed G* for codec handlers
2 years ago
Richard Fuchs e4fb02bedb MT#55283 use typed GHashTables for codec_store
2 years ago
Richard Fuchs 9999098024 MT#55283 use typed GQueue for codec_store
2 years ago
Richard Fuchs 9810c501fd MT#55283 use str_q for parsed flags
2 years ago
Richard Fuchs 4a1fe2b779 MT#55283 extend codec_tracker_update
2 years ago
Richard Fuchs a1d8bf2590 MT#55283 add codec_store_merge() and logic
2 years ago
Richard Fuchs ed635a6460 MT#55283 retain codec tracker status for answers
2 years ago
Richard Fuchs 8a3ddda53a MT#55283 add fmtp to debug log messages
2 years ago
Andrii Pogrebennyk c75cffddcc MT#55283 add config rtcp_interval used when generate-RTCP=on
2 years ago
Richard Fuchs cfa560c6b4 MT#55283 use g_auto for GHashTable
2 years ago
Richard Fuchs bc61caf2cc MT#55283 turn sdp_ng_flags into a typedef
2 years ago
Richard Fuchs 5a2819bd9d MT#55283 use g_auto for string buffers
2 years ago
Richard Fuchs 43d1427b4d MT#55283 switch basic GQueue to g_auto
2 years ago
Donat Zenichev b923e5e039 MT#57550 Unconfirm monologue medias using subs
2 years ago
Richard Fuchs f24f59efb9 MT#55283 fix possible mem leak
2 years ago
Richard Fuchs 3f5a22d2a5 MT#55283 fix use-after-free
2 years ago
Richard Fuchs e24bacaa4c MT#55283 selectively stop codec handlers
2 years ago
Donat Zenichev dafbe36ed4 MT#57719 Stop using call subscriptions: `codec_update_all_handlers()`
2 years ago
Richard Fuchs 2fa121c0d9 MT#54294 add GPU support
3 years ago
Richard Fuchs 1238d2f3c2 MT#57977 integrate block/silence_media into bfield
3 years ago
Richard Fuchs 17e57fbba4 MT#57977 convert monologue flags to uint
3 years ago
Donat Zenichev 78ea344dde MT#57719 codec: stop using call subscriptions
3 years ago
Richard Fuchs 81151b3793 MT#57977 support short-packet blocking
3 years ago
Tom Briden e40e6c5cd0 MT#55283 Allow dtmf injection when also using a delay buffer
3 years ago
Donat Zenichev 554832d8e4 MT#57719 Use media subscriptions in `codec_update_all_source_handlers()`
3 years ago
Donat Zenichev 4bbbfba818 MT#57719 stop using `call_subscription` when getting dialogs
3 years ago
Richard Fuchs 16e7b9465f MT#55283 add `allow-asymmetric-codecs` option
3 years ago
Richard Fuchs 19a0b93850 MT#55283 rename rtp_payload_type_fmt_eq
3 years ago
Richard Fuchs 5c5ad6d830 MT#55283 use fancy "named args" syntax
3 years ago
Richard Fuchs 61ce4ca5db MT#55283 annotate codec_store functions
3 years ago
Richard Fuchs c42887a2cd MT#55283 use fancy "named args" syntax
3 years ago
Richard Fuchs 9081d39066 MT#55283 move codec_handler_lookup
3 years ago
Richard Fuchs d9e682b7db MT#56374 add convenience macros for string creation
3 years ago
Richard Fuchs 94ba3e0fa8 MT#55283 catch possible NULL pointer
3 years ago
Richard Fuchs c109168bae MT#55283 pull forward creation of codec_handlers
3 years ago
Richard Fuchs 205f03db73 MT#56861 fix RTP header pointer
3 years ago
Richard Fuchs 3ad63ba8ed MT#54294 more generic packet_encoded_rtp
3 years ago
Richard Fuchs 196e874c65 TT#146201 obsolete TRANSCODE flag entirely
3 years ago
Richard Fuchs 758617d490 TT#146201 delegate setting transcoding flag
3 years ago
Richard Fuchs b0ac243c17 MT#55283 simplify pointless expectations
3 years ago
Richard Fuchs d24133372a MT#55283 move declarations to eliminate shadowing
3 years ago
Richard Fuchs 5e5e08e377 MT#55283 rename variables to eliminate shadowing
3 years ago
Richard Fuchs 13a7e1db7b MT#55283 add codec_touched_real()
3 years ago
Richard Fuchs 334efd408d MT#55283 refactor is_codec_touched()
3 years ago
Richard Fuchs 6f57d381e6 MT#55283 fix DTMF send scheduling
3 years ago
Richard Fuchs 77689a0b8c MT#56861 fix Coverity warnings
3 years ago
Richard Fuchs 0304e025fa MT#56861 support DTMF injection from DTMF
3 years ago
Richard Fuchs 5433aa05a3 MT#56861 refactor packet_dtmf_event
3 years ago
Richard Fuchs 9b18265c33 MT#56861 always grab input handler
3 years ago
Richard Fuchs 8cb7a4c9a6 MT#56861 support DTMF injection with kernel mode
3 years ago
Richard Fuchs 86e336c3ff MT#56861 support DTMF injection with passthrough
3 years ago
Richard Fuchs fa819e3a73 MT#56861 add codec_add_raw_packet_dup
3 years ago
Richard Fuchs 93d4fe74c1 MT#56861 use SSRC TS for "encoder" TS
3 years ago
Richard Fuchs 875e74065e MT#56861 split up codec_add_raw_packet
3 years ago
Richard Fuchs eb478bc5b6 MT#56861 be explicit about SSRC passthrough
3 years ago
Richard Fuchs 27c8db68db MT#56861 use simpler setup for SSRC passthrough
3 years ago
Richard Fuchs ac01a4746c MT#56861 be more explicit with "inject DTMF" flag
3 years ago
Richard Fuchs fa39caf4aa MT#56861 move flag check out of loop
3 years ago
Richard Fuchs fc491af7f3 MT#57093 log reasons for unkernel event
3 years ago
Richard Fuchs 5822cb889d MT#56447 change ml->medias to GPtrArray
3 years ago
Richard Fuchs fb811bcb76 MT#56861 set sensible ptime
3 years ago
Richard Fuchs 6dc1717980 MT#56861 remove pointless case distinction
3 years ago
Tom Briden 35ac2610af MT#55283 Add an option to not send dtmf log events for injected dtmf
3 years ago
Richard Fuchs f40e3c0653 MT#56782 pass format to format answer
3 years ago
Richard Fuchs c9fa42c347 MT#56470 support egress call recording
3 years ago
Richard Fuchs 4b7ec4e11f MT#56471 add flag to suppress early media
3 years ago
Richard Fuchs dd75c761cc MT#56471 tie in play_media with audio_player
3 years ago
Richard Fuchs ddab4a71e4 MT#56471 add audio_player
3 years ago
Richard Fuchs ff193e0235 MT#56471 support custom "new" fn for transcoders
3 years ago
Richard Fuchs 551b9687d8 MT#56471 extend make_transcoder with callback arg
3 years ago
Richard Fuchs 50ea57ac50 MT#56471 split out decoder-related setup code
3 years ago
Richard Fuchs 0e2e562700 MT#56471 add codec_update_all_source_handlers()
3 years ago
Richard Fuchs 7320425062 MT#56471 generalise media_player functions
3 years ago
Richard Fuchs ccae6f0672 MT#56471 use correct bool value
3 years ago
Richard Fuchs ea651223da MT#56471 extra log output
3 years ago
Richard Fuchs 4efaf01d55 MT#56471 use new 'media' log_info
3 years ago
Richard Fuchs a9471ff226 MT#55283 don't hand-roll list free function
3 years ago
Richard Fuchs 4b3108da18 MT#55283 fix generic codec matching
3 years ago
Richard Fuchs 531c59e128 MT#55283 remove pointless case distinction
3 years ago
Richard Fuchs 4498e181a6 MT#55283 refactor interfaces stats block
3 years ago
Richard Fuchs 64d7a12701 MT#55283 add new `summary` mqtt option
3 years ago
Richard Fuchs 095ff4a88f MT#55283 collect per-interface stats
3 years ago
Richard Fuchs c56c3cff4d MT#55283 refactor MQTT callbacks
3 years ago
Richard Fuchs cf12ffc264 MT#55283 support buffered media player
3 years ago
Richard Fuchs bec997590b MT#55283 abstract RTP sending and scheduling
3 years ago
Richard Fuchs a3b30f0e78 MT#55283 split out media_player_coder
3 years ago
Richard Fuchs 40a1741fc1 MT#54294 mandate "const" codec_def_t
3 years ago
Richard Fuchs 04f9cd8167 MT#55283 fix time tracking race condition
3 years ago
Richard Fuchs 9c54e97a88 MT#56008 support encoded-selected clock rates
3 years ago
Richard Fuchs 0114728f47 MT#56008 support variable clock rate factors
3 years ago
Richard Fuchs f976f21d49 MT#56008 switch to fractional clock rate factor
3 years ago
Richard Fuchs fc13d02855 TT#136957 reset frequency iter counter
3 years ago
Richard Fuchs 25e2640145 TT#136957 support multiple frequencies for `tone`
3 years ago
Richard Fuchs f95495d4f0 TT#136957 move rand_code from _send to _recv
3 years ago
Richard Fuchs 40b4d571fe MT#55283 fix `single-codec` with odd codec order
3 years ago
Richard Fuchs dc1a44f3ec MT#55447 add support for EVS
3 years ago
Richard Fuchs cbecca7146 MT#55447 add dedicated codec format answer stub
3 years ago
Richard Fuchs f772115dab MT#55447 take a=fmtp into account for accept=
3 years ago
Richard Fuchs 59e4707e85 MT#55447 take a=fmtp into account for transcode=
3 years ago
Richard Fuchs 7fa0569e30 MT#55447 add codec_store_find_matching_codecs
3 years ago
Richard Fuchs 60b8299ad2 MT#55447 amend codec_store_add_*
3 years ago
Richard Fuchs 8a169c171f MT#55447 parse out a=fmtp early
3 years ago
Richard Fuchs 1ff6813b52 MT#55447 add payload_type_destroy
3 years ago
Richard Fuchs 1c03323ef7 MT#55447 refactor codec_add_payload_type
3 years ago
Richard Fuchs ec2aaf0249 MT#55447 support non-exact matching of codecs
3 years ago
Richard Fuchs e0ad15dcd0 MT#55447 change rtp_payload_type_cmp to _eq
3 years ago
Richard Fuchs f82e0aebda MT#55447 introduce proper a=fmtp parsing
3 years ago
Richard Fuchs a65954bbbb MT#55447 refactor encoder callback struct
3 years ago
Richard Fuchs 4a19714cd1 TT#189201 support per-sink media blocking/silencing
4 years ago
Richard Fuchs 7be1d0aef1 TT#189201 refactor sink/handler attributes
4 years ago
Richard Fuchs 02adda7846 TT#14008 fix no-transcoding compilation
4 years ago