Commit Graph

623 Commits (450119898c8dd5f9804f22fe2aaa249a42d9bada)

Author SHA1 Message Date
Richard Fuchs e097ee3701 MT#55283 convert time_t to int64_t
1 year ago
Richard Fuchs 20ffa4f780 MT#55283 convert timerthread to int64_t
1 year ago
Richard Fuchs 93d6f0a3b4 MT#55283 convert codec_timer to int64_t
1 year ago
Richard Fuchs b2e75d60db MT#55283 convert codec_calc_jitter to int64_t
1 year ago
Richard Fuchs f34786dade MT#55283 convert media_packet to int64_t
1 year ago
Richard Fuchs c70510303a MT#55283 convert rtpe_now to int64_t
1 year ago
Richard Fuchs 238dc9d5be MT#55283 integrate ssrc_hash into upper objects
1 year ago
Richard Fuchs 954bac923b MT#55283 move SSRC hash from monologue to media
1 year ago
Richard Fuchs 859ac06626 MT#55283 use non-glib atomic macros in more places
1 year ago
Richard Fuchs 0623b6b9de MT#61625 tie codec-chain into transcode-config
1 year ago
Richard Fuchs 940f84b23a MT#55283 track last outgoing TS
1 year ago
Richard Fuchs 7580e6a572 MT#55283 remove debugging remnant
1 year ago
Richard Fuchs 0b61f4f067 MT#55283 use embedded list link
1 year ago
Richard Fuchs 5b4df60a4a MT#55283 add stub handler check for DTX
1 year ago
Richard Fuchs bf841c5243 MT#55283 add handler_func_passthrough_stub
1 year ago
Richard Fuchs f13118dbf7 MT#55283 reset encoder and TS on DTX shutdown
1 year ago
Richard Fuchs a3734b6b5c MT#55283 extend log message
1 year ago
Richard Fuchs 8ad5b79c96 MT#55283 introduce last PT tracking
1 year ago
Richard Fuchs 2fcb876ace MT#55283 discard packets if no DTX buffer exists
1 year ago
Richard Fuchs 0d06b788b2 MT#55283 add __dtx_should_do helper function
1 year ago
Richard Fuchs 3421dd6407 MT#55283 use typed arg for codec_packet_free
1 year ago
Richard Fuchs 4d8156bf91 MT#55283 remove remnants of g_slice
1 year ago
Richard Fuchs 74cc8ff942 MT#55283 reset time skew after correcting for it
1 year ago
Richard Fuchs 87106ef655 MT#55283 set correct timestamp
1 year ago
Richard Fuchs 65bfe22d40 MT#55283 fix missing mode-set with reuse-codecs
1 year ago
Dennis Yurasov 969dfd9390 MT#55283 Restore sequencer values from stats
2 years ago
Richard Fuchs af0b157821 MT#55283 fix possible null dererefence
2 years ago
Richard Fuchs 7dbcb578ab MT#61625 add "transform" transcode handler
2 years ago
Richard Fuchs 6b5fac9dc7 MT#61625 add "transcode-config"
2 years ago
Richard Fuchs ab3113bff7 MT#61625 support "blackhole" codec handler
2 years ago
Richard Fuchs 1b6ad783a8 MT#61625 refactor codec_handlers hash index
2 years ago
Richard Fuchs 8399b36d28 MT#61625 refactor stats chain code
2 years ago
Richard Fuchs 135a95ef02 MT#61625 implement "transform" method
2 years ago
Richard Fuchs b6f34096af MT#55283 allow overriding T.38 version
2 years ago
Donat Zenichev 2c4ca6191f MT#55283 codec: Integer handling issues (INTEGER_OVERFLOW)
2 years ago
Richard Fuchs 37b19217a3 MT#55283 move sequence number handling logic
2 years ago
Richard Fuchs 91c0b57ea1 MT#61625 fix possible mem leak
2 years ago
Richard Fuchs 1f8516cfe4 MT#55283 remove unused argument
2 years ago
Richard Fuchs 48e971398c MT#55283 convert bit field to bool
2 years ago
Michal Hajek 018de40f2d MT#55283 Force transcoding
2 years ago
Richard Fuchs ccccded287 MT#55283 add evs-dtx= option
2 years ago
Richard Fuchs 5d87f74f1b MT#61625 allocate rtp_payload_type in memory arena
2 years ago
Richard Fuchs bf10ace2f3 MT#55283 use relaxed ordered atomics
2 years ago
Richard Fuchs dcc816dd07 MT#55283 use obj_release in more places
2 years ago
Richard Fuchs 7c4bc9bc07 MT#55283 update bit field type to bool
2 years ago
Richard Fuchs cd0454b554 MT#61625 refactor codec_make_payload_type
2 years ago
Richard Fuchs 7b60e85970 MT#55283 add codec_def_supported() helper
2 years ago
Richard Fuchs c42f130da8 MT#61625 remove redundant ifdef
2 years ago
Richard Fuchs c12da568ad MT#55283 markup GPU transcoders in stats
2 years ago
Richard Fuchs 9c00f30475 MT#55283 don't accept incompatible codecs
2 years ago
Donat Zenichev ce9f91aa8d MT#61856 packet_sequencer_init: fix Coverity Scan defect
2 years ago
Richard Fuchs ff7d2aa686 MT#61822 fix possible NULL dereference
2 years ago
Richard Fuchs 2ce79f9bb4 MT#61822 add type safety to obj_alloc
2 years ago
Richard Fuchs a73402b8c9 MT#61368 add extra null check
2 years ago
Richard Fuchs c86d75a090 MT#61368 add type safety to obj_get
2 years ago
Richard Fuchs 34e007defc MT#61802 retain offered codecs across answers
2 years ago
Richard Fuchs acc30ec0fa MT#55283 amend resample_frame() semantics
2 years ago
Richard Fuchs c4b81b644c MT#55283 add option `allow no codec media`
2 years ago
Richard Fuchs 6f1d711c08 MT#55283 change payload_type allocation
2 years ago
Richard Fuchs 4573f32d9b MT#55283 remove unsupported codecs w/ audio player
2 years ago
Richard Fuchs ee2e976b08 MT#60827 use correct free function
2 years ago
Richard Fuchs c271a8321d MT#55283 add support for codec-set + play_media
2 years ago
Richard Fuchs 6b305eb0e8 MT#60347 remove redundant hash table lookup
2 years ago
Richard Fuchs d799c66ba3 MT#60347 fix fringe DTMF payload type case
2 years ago
Richard Fuchs ec964c3958 MT#55283 modernise str_dup_str()
2 years ago
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
3 years ago
Richard Fuchs 41a9894cce MT#55283 fix DTMF end event sequencing
3 years ago
Tom Briden 6aa10931ad MT#55283 packet_encoded_tx: add a ts delay when transmitting DTMF event packets
3 years ago
Richard Fuchs 151c45ddd7 MT#59038 add block-egress flag
3 years ago
Richard Fuchs afdf0ad9bf MT#59038 exclude function from non-tc builds
3 years ago
Richard Fuchs 527225a5c3 MT#55283 unify buffer-sending code
3 years ago
Richard Fuchs 826bfe7e7c MT#55283 consolidate t/c return codes
3 years ago
Richard Fuchs da7b8f30ff MT#55283 refactor timer thread creation
3 years ago
Richard Fuchs 8db00bb652 MT#59038 switch to transparent union for callback
3 years ago
Richard Fuchs 337c73ecc8 MT#59038 generalise DTMF trigger handling
3 years ago
szcom 76eec4840f MT#55283 Fix RTCP report deadline timeout ref #1781
3 years ago
Donat Zenichev bebe291656 MT#59086 Unify header files inclusions.
3 years ago
Richard Fuchs 76203fdce9 MT#58636 add new option 'static codecs'
3 years ago
Richard Fuchs 949c5a9d8e MT#55283 work around gcc <12 being stupid
3 years ago
Richard Fuchs 8f98f69e98 MT#55283 use typed G* for subscriptions
3 years ago
Richard Fuchs 656de5ba42 MT#55283 use g_auto for rtp_payload_type
3 years ago
Richard Fuchs c9ac6ecc73 MT#55283 convert struct rtp_payload_time to typedef
3 years ago
Richard Fuchs 5bd94a1cc2 MT#55283 use obj_release macro
3 years ago
Richard Fuchs 2975b2131d MT#55283 convert struct call to typedef
3 years ago
Richard Fuchs 8e0276d7ce MT#55283 use typed GHashTable for codec_stats
3 years ago
Richard Fuchs 260fc20cc7 MT#55283 use typed GQueue for silence_events
3 years ago
Richard Fuchs 9510b01a29 MT#55283 use typed GQueue for dtmf_events
3 years ago
Richard Fuchs 895e67d7cf MT#55283 use typed GQueue for delay_buffer
3 years ago
Richard Fuchs dc9e38672a MT#55283 use typed GQueue for dtx_packets
3 years ago
Richard Fuchs dd3471d919 MT#55283 use typed GQueue for codec_packet
3 years ago
Richard Fuchs 49037aee91 MT#55283 use typed G* for codec-set/except/SDES
3 years ago
Richard Fuchs de6c06a6c0 MT#55283 use typed G* for codec handlers
3 years ago
Richard Fuchs e4fb02bedb MT#55283 use typed GHashTables for codec_store
3 years ago
Richard Fuchs 9999098024 MT#55283 use typed GQueue for codec_store
3 years ago
Richard Fuchs 9810c501fd MT#55283 use str_q for parsed flags
3 years ago
Richard Fuchs 4a1fe2b779 MT#55283 extend codec_tracker_update
3 years ago
Richard Fuchs a1d8bf2590 MT#55283 add codec_store_merge() and logic
3 years ago
Richard Fuchs ed635a6460 MT#55283 retain codec tracker status for answers
3 years ago
Richard Fuchs 8a3ddda53a MT#55283 add fmtp to debug log messages
3 years ago
Andrii Pogrebennyk c75cffddcc MT#55283 add config rtcp_interval used when generate-RTCP=on
3 years ago
Richard Fuchs cfa560c6b4 MT#55283 use g_auto for GHashTable
3 years ago
Richard Fuchs bc61caf2cc MT#55283 turn sdp_ng_flags into a typedef
3 years ago
Richard Fuchs 5a2819bd9d MT#55283 use g_auto for string buffers
3 years ago
Richard Fuchs 43d1427b4d MT#55283 switch basic GQueue to g_auto
3 years ago
Donat Zenichev b923e5e039 MT#57550 Unconfirm monologue medias using subs
3 years ago
Richard Fuchs f24f59efb9 MT#55283 fix possible mem leak
3 years ago
Richard Fuchs 3f5a22d2a5 MT#55283 fix use-after-free
3 years ago
Richard Fuchs e24bacaa4c MT#55283 selectively stop codec handlers
3 years ago
Donat Zenichev dafbe36ed4 MT#57719 Stop using call subscriptions: `codec_update_all_handlers()`
3 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