Commit Graph

537 Commits (master)

Author SHA1 Message Date
Richard Fuchs 8db00bb652 MT#59038 switch to transparent union for callback
1 year ago
Richard Fuchs 337c73ecc8 MT#59038 generalise DTMF trigger handling
1 year ago
szcom 76eec4840f MT#55283 Fix RTCP report deadline timeout ref #1781
1 year ago
Donat Zenichev bebe291656 MT#59086 Unify header files inclusions.
1 year ago
Richard Fuchs 76203fdce9 MT#58636 add new option 'static codecs'
1 year ago
Richard Fuchs 949c5a9d8e MT#55283 work around gcc <12 being stupid
1 year ago
Richard Fuchs 8f98f69e98 MT#55283 use typed G* for subscriptions
1 year ago
Richard Fuchs 656de5ba42 MT#55283 use g_auto for rtp_payload_type
1 year ago
Richard Fuchs c9ac6ecc73 MT#55283 convert struct rtp_payload_time to typedef
1 year ago
Richard Fuchs 5bd94a1cc2 MT#55283 use obj_release macro
1 year ago
Richard Fuchs 2975b2131d MT#55283 convert struct call to typedef
1 year ago
Richard Fuchs 8e0276d7ce MT#55283 use typed GHashTable for codec_stats
1 year ago
Richard Fuchs 260fc20cc7 MT#55283 use typed GQueue for silence_events
1 year ago
Richard Fuchs 9510b01a29 MT#55283 use typed GQueue for dtmf_events
1 year ago
Richard Fuchs 895e67d7cf MT#55283 use typed GQueue for delay_buffer
1 year ago
Richard Fuchs dc9e38672a MT#55283 use typed GQueue for dtx_packets
1 year ago
Richard Fuchs dd3471d919 MT#55283 use typed GQueue for codec_packet
1 year ago
Richard Fuchs 49037aee91 MT#55283 use typed G* for codec-set/except/SDES
1 year ago
Richard Fuchs de6c06a6c0 MT#55283 use typed G* for codec handlers
1 year ago
Richard Fuchs e4fb02bedb MT#55283 use typed GHashTables for codec_store
1 year ago
Richard Fuchs 9999098024 MT#55283 use typed GQueue for codec_store
1 year ago
Richard Fuchs 9810c501fd MT#55283 use str_q for parsed flags
1 year ago
Richard Fuchs 4a1fe2b779 MT#55283 extend codec_tracker_update
1 year ago
Richard Fuchs a1d8bf2590 MT#55283 add codec_store_merge() and logic
1 year ago
Richard Fuchs ed635a6460 MT#55283 retain codec tracker status for answers
1 year ago
Richard Fuchs 8a3ddda53a MT#55283 add fmtp to debug log messages
1 year ago
Andrii Pogrebennyk c75cffddcc MT#55283 add config rtcp_interval used when generate-RTCP=on
1 year ago
Richard Fuchs cfa560c6b4 MT#55283 use g_auto for GHashTable
1 year ago
Richard Fuchs bc61caf2cc MT#55283 turn sdp_ng_flags into a typedef
1 year ago
Richard Fuchs 5a2819bd9d MT#55283 use g_auto for string buffers
1 year ago
Richard Fuchs 43d1427b4d MT#55283 switch basic GQueue to g_auto
1 year ago
Donat Zenichev b923e5e039 MT#57550 Unconfirm monologue medias using subs
1 year ago
Richard Fuchs f24f59efb9 MT#55283 fix possible mem leak
1 year 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
2 years ago
Richard Fuchs 1238d2f3c2 MT#57977 integrate block/silence_media into bfield
2 years ago
Richard Fuchs 17e57fbba4 MT#57977 convert monologue flags to uint
2 years ago
Donat Zenichev 78ea344dde MT#57719 codec: stop using call subscriptions
2 years ago
Richard Fuchs 81151b3793 MT#57977 support short-packet blocking
2 years ago
Tom Briden e40e6c5cd0 MT#55283 Allow dtmf injection when also using a delay buffer
2 years ago
Donat Zenichev 554832d8e4 MT#57719 Use media subscriptions in `codec_update_all_source_handlers()`
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 19a0b93850 MT#55283 rename rtp_payload_type_fmt_eq
2 years ago
Richard Fuchs 5c5ad6d830 MT#55283 use fancy "named args" syntax
2 years ago
Richard Fuchs 61ce4ca5db MT#55283 annotate codec_store functions
2 years ago
Richard Fuchs c42887a2cd MT#55283 use fancy "named args" syntax
2 years ago
Richard Fuchs 9081d39066 MT#55283 move codec_handler_lookup
2 years ago
Richard Fuchs d9e682b7db MT#56374 add convenience macros for string creation
2 years ago
Richard Fuchs 94ba3e0fa8 MT#55283 catch possible NULL pointer
2 years ago
Richard Fuchs c109168bae MT#55283 pull forward creation of codec_handlers
2 years ago
Richard Fuchs 205f03db73 MT#56861 fix RTP header pointer
2 years ago
Richard Fuchs 3ad63ba8ed MT#54294 more generic packet_encoded_rtp
2 years ago
Richard Fuchs 196e874c65 TT#146201 obsolete TRANSCODE flag entirely
2 years ago
Richard Fuchs 758617d490 TT#146201 delegate setting transcoding flag
2 years ago
Richard Fuchs b0ac243c17 MT#55283 simplify pointless expectations
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 13a7e1db7b MT#55283 add codec_touched_real()
2 years ago
Richard Fuchs 334efd408d MT#55283 refactor is_codec_touched()
2 years ago
Richard Fuchs 6f57d381e6 MT#55283 fix DTMF send scheduling
2 years ago
Richard Fuchs 77689a0b8c MT#56861 fix Coverity warnings
2 years ago
Richard Fuchs 0304e025fa MT#56861 support DTMF injection from DTMF
2 years ago
Richard Fuchs 5433aa05a3 MT#56861 refactor packet_dtmf_event
2 years ago
Richard Fuchs 9b18265c33 MT#56861 always grab input handler
2 years ago
Richard Fuchs 8cb7a4c9a6 MT#56861 support DTMF injection with kernel mode
2 years ago
Richard Fuchs 86e336c3ff MT#56861 support DTMF injection with passthrough
2 years ago
Richard Fuchs fa819e3a73 MT#56861 add codec_add_raw_packet_dup
2 years ago
Richard Fuchs 93d4fe74c1 MT#56861 use SSRC TS for "encoder" TS
2 years ago
Richard Fuchs 875e74065e MT#56861 split up codec_add_raw_packet
2 years ago
Richard Fuchs eb478bc5b6 MT#56861 be explicit about SSRC passthrough
2 years ago
Richard Fuchs 27c8db68db MT#56861 use simpler setup for SSRC passthrough
2 years ago
Richard Fuchs ac01a4746c MT#56861 be more explicit with "inject DTMF" flag
2 years ago
Richard Fuchs fa39caf4aa MT#56861 move flag check out of loop
2 years ago
Richard Fuchs fc491af7f3 MT#57093 log reasons for unkernel event
2 years ago
Richard Fuchs 5822cb889d MT#56447 change ml->medias to GPtrArray
2 years ago
Richard Fuchs fb811bcb76 MT#56861 set sensible ptime
2 years ago
Richard Fuchs 6dc1717980 MT#56861 remove pointless case distinction
2 years ago
Tom Briden 35ac2610af MT#55283 Add an option to not send dtmf log events for injected dtmf
2 years ago
Richard Fuchs f40e3c0653 MT#56782 pass format to format answer
2 years ago
Richard Fuchs c9fa42c347 MT#56470 support egress call recording
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
Richard Fuchs ff193e0235 MT#56471 support custom "new" fn for transcoders
2 years ago
Richard Fuchs 551b9687d8 MT#56471 extend make_transcoder with callback arg
2 years ago
Richard Fuchs 50ea57ac50 MT#56471 split out decoder-related setup code
2 years ago
Richard Fuchs 0e2e562700 MT#56471 add codec_update_all_source_handlers()
2 years ago
Richard Fuchs 7320425062 MT#56471 generalise media_player functions
2 years ago
Richard Fuchs ccae6f0672 MT#56471 use correct bool value
2 years ago
Richard Fuchs ea651223da MT#56471 extra log output
2 years ago
Richard Fuchs 4efaf01d55 MT#56471 use new 'media' log_info
2 years ago
Richard Fuchs a9471ff226 MT#55283 don't hand-roll list free function
2 years ago
Richard Fuchs 4b3108da18 MT#55283 fix generic codec matching
2 years ago
Richard Fuchs 531c59e128 MT#55283 remove pointless case distinction
2 years ago
Richard Fuchs 4498e181a6 MT#55283 refactor interfaces stats block
2 years ago
Richard Fuchs 64d7a12701 MT#55283 add new `summary` mqtt option
2 years ago
Richard Fuchs 095ff4a88f MT#55283 collect per-interface stats
2 years ago
Richard Fuchs c56c3cff4d MT#55283 refactor MQTT callbacks
2 years ago
Richard Fuchs cf12ffc264 MT#55283 support buffered media player
2 years ago
Richard Fuchs bec997590b MT#55283 abstract RTP sending and scheduling
2 years ago
Richard Fuchs a3b30f0e78 MT#55283 split out media_player_coder
2 years ago
Richard Fuchs 40a1741fc1 MT#54294 mandate "const" codec_def_t
2 years ago
Richard Fuchs 04f9cd8167 MT#55283 fix time tracking race condition
2 years ago
Richard Fuchs 9c54e97a88 MT#56008 support encoded-selected clock rates
2 years ago
Richard Fuchs 0114728f47 MT#56008 support variable clock rate factors
2 years ago
Richard Fuchs f976f21d49 MT#56008 switch to fractional clock rate factor
2 years ago
Richard Fuchs fc13d02855 TT#136957 reset frequency iter counter
2 years ago
Richard Fuchs 25e2640145 TT#136957 support multiple frequencies for `tone`
2 years ago
Richard Fuchs f95495d4f0 TT#136957 move rand_code from _send to _recv
2 years ago
Richard Fuchs 40b4d571fe MT#55283 fix `single-codec` with odd codec order
2 years ago
Richard Fuchs dc1a44f3ec MT#55447 add support for EVS
2 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
3 years ago
Richard Fuchs 7be1d0aef1 TT#189201 refactor sink/handler attributes
3 years ago
Richard Fuchs 02adda7846 TT#14008 fix no-transcoding compilation
3 years ago
Richard Fuchs 0558cfbc05 TT#178400 collect and report RTP sequencing metrics
3 years ago
Richard Fuchs ae0971a0e6 TT#178400 ignore implausibly large jitter values
3 years ago
Richard Fuchs 206ea9efd5 TT#14008 update for ffmpeg 5.1+
3 years ago
Richard Fuchs 12d59b06ee TT#185100 fix codec-set with bitrate for Opus
3 years ago
Richard Fuchs 3139a8a897 TT#14008 DTX buffer PT change: take supp PTs into account
3 years ago
Richard Fuchs b057a2bbfb TT#14008 retain "codec touched" status after answer
3 years ago
Richard Fuchs e157fe1ed2 TT#14008 update some int types to bool
3 years ago
Richard Fuchs 74075f6396 TT#14008 shut down DTX buffer when payload type changes
3 years ago
Richard Fuchs e0e9bdc9dc TT#14008 remove unused arguments
3 years ago
szcom 11098d8f5f TT#14008 dont look at null packets
3 years ago
Richard Fuchs 667c1546e3 TT#14008 handle possible NULL dtxp->packet
3 years ago
Richard Fuchs 5e18648f23 TT#14008 restart DTX and delay buffers after shutdown
3 years ago
Richard Fuchs 4deff72c8e TT#136957 don't remove DTMF PT from SDP with DTMF-delay active
3 years ago
Richard Fuchs d055a5da59 TT#136957 add `egress` subscription support
3 years ago
Richard Fuchs 84fed5ca7e TT#136957 obsolete TRANSCODE flag
3 years ago
Richard Fuchs 2240921ab3 TT#136957 use separate sequencer per sink/destination
3 years ago
Richard Fuchs c0d9f84e49 TT#14008 rename instance of `func` for clarity
3 years ago
Richard Fuchs 5b2fec710e TT#14008 flag coverity false positive
3 years ago
Richard Fuchs abc79448c7 TT#14008 shut down codec background tasks during re-invites
3 years ago
Richard Fuchs aae30a4f72 TT#14008 fix possible use-after-free
3 years ago
Richard Fuchs b259af6e84 TT#136957 double free fix for 3a90f4438
3 years ago