Commit Graph

565 Commits (8d64b00a8e80a8acb613eeed299aa60314e8d69a)

Author SHA1 Message Date
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
1 year ago
Richard Fuchs af0b157821 MT#55283 fix possible null dererefence
1 year ago
Richard Fuchs 7dbcb578ab MT#61625 add "transform" transcode handler
1 year ago
Richard Fuchs 6b5fac9dc7 MT#61625 add "transcode-config"
1 year ago
Richard Fuchs ab3113bff7 MT#61625 support "blackhole" codec handler
1 year ago
Richard Fuchs 1b6ad783a8 MT#61625 refactor codec_handlers hash index
1 year ago
Richard Fuchs 8399b36d28 MT#61625 refactor stats chain code
1 year ago
Richard Fuchs 135a95ef02 MT#61625 implement "transform" method
1 year ago
Richard Fuchs b6f34096af MT#55283 allow overriding T.38 version
1 year ago
Donat Zenichev 2c4ca6191f MT#55283 codec: Integer handling issues (INTEGER_OVERFLOW)
1 year ago
Richard Fuchs 37b19217a3 MT#55283 move sequence number handling logic
1 year ago
Richard Fuchs 91c0b57ea1 MT#61625 fix possible mem leak
1 year ago
Richard Fuchs 1f8516cfe4 MT#55283 remove unused argument
1 year ago
Richard Fuchs 48e971398c MT#55283 convert bit field to bool
1 year ago
Michal Hajek 018de40f2d MT#55283 Force transcoding
1 year ago
Richard Fuchs ccccded287 MT#55283 add evs-dtx= option
1 year ago
Richard Fuchs 5d87f74f1b MT#61625 allocate rtp_payload_type in memory arena
1 year ago
Richard Fuchs bf10ace2f3 MT#55283 use relaxed ordered atomics
1 year ago
Richard Fuchs dcc816dd07 MT#55283 use obj_release in more places
1 year ago
Richard Fuchs 7c4bc9bc07 MT#55283 update bit field type to bool
1 year ago
Richard Fuchs cd0454b554 MT#61625 refactor codec_make_payload_type
1 year ago
Richard Fuchs 7b60e85970 MT#55283 add codec_def_supported() helper
1 year ago
Richard Fuchs c42f130da8 MT#61625 remove redundant ifdef
1 year ago
Richard Fuchs c12da568ad MT#55283 markup GPU transcoders in stats
1 year ago
Richard Fuchs 9c00f30475 MT#55283 don't accept incompatible codecs
1 year ago
Donat Zenichev ce9f91aa8d MT#61856 packet_sequencer_init: fix Coverity Scan defect
1 year ago
Richard Fuchs ff7d2aa686 MT#61822 fix possible NULL dereference
1 year ago
Richard Fuchs 2ce79f9bb4 MT#61822 add type safety to obj_alloc
1 year 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
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.
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