Commit Graph

501 Commits (9387538d874f3d8861837a4ae983ba479270db1f)

Author SHA1 Message Date
Richard Fuchs 954bac923b MT#55283 move SSRC hash from monologue to media
1 year ago
Richard Fuchs 9f9aaa5332 MT#55283 remove unused argument
1 year ago
Richard Fuchs 0b61f4f067 MT#55283 use embedded list link
1 year ago
Richard Fuchs 4d8156bf91 MT#55283 remove remnants of g_slice
1 year ago
Richard Fuchs 78d7d93acd MT#55283 fix array indexing
1 year ago
Richard Fuchs ab3113bff7 MT#61625 support "blackhole" codec handler
1 year ago
Richard Fuchs ee707993f4 MT#61625 restrict decision to codec handler
1 year ago
Richard Fuchs a47d848bee MT#55283 streamline kernelize function
1 year ago
Richard Fuchs ef2e31b69d MT#55283 split up kernelize_one
1 year ago
Richard Fuchs 490b5af6f5 MT#55283 use typed GQueue for r*_destination_info
1 year ago
Richard Fuchs d68688540e MT#55283 introduce kernelize_state struct
1 year ago
Richard Fuchs 605b497108 MT#55283 unconditionally demux RTCP
1 year ago
Richard Fuchs 798904edeb MT#55283 use _ht_destroy_ptr in a few more places
1 year ago
Richard Fuchs 4a03cbd996 MT#55283 fix g_ptr_array_sort usage
1 year ago
Richard Fuchs 1ad61d90bb MT#55283 split up __get_consecutive_ports
1 year ago
Richard Fuchs de8bc15ea7 MT#55283 split out socket open logic
1 year ago
Richard Fuchs 7a4675c776 MT#55283 add helpers for reserve_port
1 year ago
Richard Fuchs 923fecd242 MT#55283 split up reserve_port
1 year ago
Richard Fuchs 806d272f89 MT#55283 use bool for get_consecutive_ports
1 year ago
Richard Fuchs 084982735d MT#55283 fix missing PT processing
1 year ago
Richard Fuchs 0da49000ba MT#61404 always update egress RTP index
1 year ago
Richard Fuchs a19bed611c MT#61404 remove unused RTP/non-RTP distinction
1 year ago
Richard Fuchs eeeb2d8641 MT#55283 move socket_port_link into stream_fd
1 year ago
Richard Fuchs 08e382540e MT#55283 add link to port_pool in socket_port_link
1 year ago
Richard Fuchs c99a4691b4 MT#55283 use GPOINTER_TO_UINT
1 year ago
Richard Fuchs 4c9343b8c6 MT#55283 used typed hash table for rtp_stats
1 year ago
Richard Fuchs 7599e5c375 MT#55283 convert close_socket to bool
1 year ago
Richard Fuchs c2ba54e615 MT#55283 convert open_socket to bool
1 year ago
Richard Fuchs 416ca38d25 MT#55283 allow overlapping port ranges
1 year ago
Richard Fuchs 1b7077152f MT#55283 change reserve_port semantics
1 year ago
Richard Fuchs 3c6108e072 MT#55283 move mutex locking into function
1 year ago
Richard Fuchs 347c21fc7e MT#55283 use typed GQueue
1 year ago
Richard Fuchs 9d93762053 MT#62053 add exclude-ports option
1 year ago
Richard Fuchs aec1a0940c MT#62053 add safeguard against broken port ranges
1 year ago
Richard Fuchs 2d8f5616e4 MT#62053 exclude ports only from applicable interface
1 year ago
Richard Fuchs 6276b37cd2 MT#55283 use list pointer ops for port pool
1 year ago
Richard Fuchs b9972e481e MT#55283 use bool type
1 year ago
Richard Fuchs 8e9afe626b MT#55283 (some) type safety for ports free list
1 year ago
Richard Fuchs 4e53f06fe6 MT#55283 directly pass port_pool to functions
1 year ago
Richard Fuchs 3fd2586d31 MT#55283 save some memory by using an offset
1 year ago
Richard Fuchs 267d244cb4 MT#55283 use array instead of hash table
1 year ago
Richard Fuchs 4279ed6750 MT#55283 fix for older compilers
1 year ago
Richard Fuchs 28802073fe MT#55283 use typed objects for interfaces
1 year ago
Richard Fuchs ad6fb06b13 MT#55283 type safety for uid_alloc
1 year ago
Richard Fuchs 3ea365ef60 MT#55283 use typed hash table for rr_spec
1 year ago
Richard Fuchs 02bccee56b MT#55283 use typed queue for local_intf
1 year ago
Richard Fuchs 15fa36df30 MT#55283 use link manipulation
1 year ago
Richard Fuchs 964d6b0b8c MT#55283 use typed queue for logical_intf
1 year ago
Richard Fuchs 5b7bc82bbb MT#55283 warn about mismatched port ranges
1 year ago
Richard Fuchs ad8ce3541d MT#61822 add RWLOCK_STATIC_INIT
1 year ago
Richard Fuchs 2ce79f9bb4 MT#61822 add type safety to obj_alloc
1 year ago
Peter Pulham 8e04c44b86 MT#55283 media_socket.c: check for NULL payload_types passed to kernelize_one
2 years ago
Richard Fuchs 38985b96df MT#55283 always use full-struct initialisation
2 years ago
Richard Fuchs f60ee917c9 MT#55283 unify types used for sequence numbers
2 years ago
Richard Fuchs 201c15489c MT#55283 initialise str objects with macros
2 years ago
Richard Fuchs 7b1557cc1e MT#55283 rekernelize after DTLS connect
2 years ago
Richard Fuchs a0b705eef9 MT#55283 trigger rekernel for SSRC-less streams
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 a008e27a45 MT#55283 support interface aliases
2 years ago
Richard Fuchs 3e73fb5181 MT#55283 move ownership of logical_intf to queue
2 years ago
Richard Fuchs 68b7bfa72c MT#55283 introduce dedicated intf_key struct
2 years ago
Richard Fuchs fbc195fbe3 MT#55283 used typed hash table for interfaces
2 years ago
Richard Fuchs 5e6d4cf6a3 MT#55283 update interface config queue to typed
2 years ago
Richard Fuchs a140d83975 MT#55283 enforce hash table types in callbacks
2 years ago
Richard Fuchs 1b378c616c MT#55283 obsolete kernel RTCP sender
2 years ago
Richard Fuchs 74f07ccc41 MT#55283 remove vestiges of kernel<>user stats
2 years ago
Richard Fuchs f389b42ab4 MT#55283 obsolete /blist
2 years ago
Richard Fuchs edd7328e72 MT#55283 move periodic Redis updates to main timer
2 years ago
Richard Fuchs 7599e55a59 MT#55283 move last_pt to SSRC context
2 years ago
Richard Fuchs d45cdc85ce MT#55283 refactor kernel/user stats counting
2 years ago
Richard Fuchs cf64a137c1 MT#55283 eliminate last_rtcp_index
2 years ago
Richard Fuchs a56deffe9a MT#55283 eliminate last_rtp_index
2 years ago
Richard Fuchs 08c7f5853d MT#55283 move srtp_index into shm
2 years ago
Richard Fuchs af96fc777f MT#55283 track SSRC stats in kernel via shm
2 years ago
Richard Fuchs 1ca584838a MT#55283 push ssrc_stats to kernel
2 years ago
Richard Fuchs e8982c3cf9 MT#55283 move SSRC stats into shm
2 years ago
Richard Fuchs a1a1e42b02 MT#55283 move ssrc_stats into kernel header
2 years ago
Richard Fuchs 2698e53948 MT#55283 eliminate `basic_stats` struct
2 years ago
Richard Fuchs 2c425bc47e MT#55283 move TOS reporting to shm
2 years ago
Richard Fuchs 89984967e2 MT#55283 move RTP stats into shm
2 years ago
Richard Fuchs 263234b1c7 MT#55283 move kernel stats counting to shm
2 years ago
Richard Fuchs 311f5bc31c MT#55283 move last_packet timestamp to shm
2 years ago
Richard Fuchs 065270ba49 MT#55283 move stream stats to shm
2 years ago
Richard Fuchs 8e3e9fdb5a MT#55283 use allocated memory for stream stats
2 years ago
Richard Fuchs d0ef96780b MT#55283 move interface stats to shm
2 years ago
Richard Fuchs 7ec6d91a88 MT#55283 use bufferpool for interface stats
2 years ago
Richard Fuchs 40b48d4adc MT#55283 allocated memory for per-interface stats
2 years ago
Richard Fuchs 82d3bfe32e MT#55283 use io_uring recv for media if possible
2 years ago
Richard Fuchs 9ee075b088 MT#55283 split out common part of stream_fd_readable
2 years ago
Richard Fuchs ad00134c61 MT#55283 use bufferpool for media packets
2 years ago
Richard Fuchs e553660e23 MT#55283 virtualise poller methods
2 years ago
Richard Fuchs a3f6a9228d MT#55283 removed unused poller argument
2 years ago
Richard Fuchs 58cbd2f21c MT#55283 delegate closing sockets to poller
2 years ago
Richard Fuchs aab5d66c31 MT#55283 update external poller API to bool
2 years ago
Richard Fuchs 8b7cab4ea7 MT#55283 force re-encryption if DTMF injection is requested
2 years ago
Richard Fuchs 88f09f9b02 MT#55283 add static
2 years ago
Richard Fuchs ebe9501beb MT#55283 obsolete RE_HAS_MEASUREDELAY
2 years ago
Richard Fuchs 41a43218c6 MT#55283 decrease log severity
2 years ago
Richard Fuchs 3e0fe5ae75 MT#55283 remove unused argument
2 years ago
Richard Fuchs 151c45ddd7 MT#59038 add block-egress flag
2 years ago
Richard Fuchs e8b5887235 MT#55283 use per-call poller
2 years ago
Richard Fuchs 90aa63a97c MT#55283 fix/rework poller-per-thread feature
2 years ago
Richard Fuchs 1e1f00412e MT#55283 update kernel.c to bool types
2 years ago
Donat Zenichev bebe291656 MT#59086 Unify header files inclusions.
2 years ago
Richard Fuchs e439a27def MT#55283 protect read with mutex
2 years ago
Donat Zenichev 5de30a855b MT#58716 Move transcoding flag to media
3 years ago
Richard Fuchs e969a79428 MT#55283 check DTLS src/dst addressses
3 years ago
Richard Fuchs 8f98f69e98 MT#55283 use typed G* for subscriptions
3 years ago
Richard Fuchs d23d9f8b42 MT#55283 use typed GQueue for ports release
3 years ago
Richard Fuchs f0eba3ca13 MT#55283 use typed GQueue for kernel list
3 years ago
Richard Fuchs 2b41188286 MT#55283 use typed GHashTable for local sockets
3 years ago
Richard Fuchs a8f9e7b722 MT#55283 use g_auto for stream_fd
3 years ago
Richard Fuchs cd4f6608cd MT#55283 convert struct stream_fd to typedef
3 years ago
Richard Fuchs 2975b2131d MT#55283 convert struct call to typedef
3 years ago
Richard Fuchs 57598e1255 MT#55283 use typed GQueue for stream/handlers
3 years ago
Richard Fuchs dd3471d919 MT#55283 use typed GQueue for codec_packet
3 years ago
Richard Fuchs 73f1037720 MT#55283 use typed GQueue for socket/sfd lists
3 years ago
Richard Fuchs 3114510c12 MT#55283 specialise struct intf_list
3 years ago
Richard Fuchs 4e7078834f MT#55283 use typed GQueue for stream_fd
3 years ago
Dennis Yurasov 6a8c523d55 MT#55283 Avoiding "Too many packets in UDP receive ...
3 years ago
Richard Fuchs 43d1427b4d MT#55283 switch basic GQueue to g_auto
3 years ago
Richard Fuchs 1238d2f3c2 MT#57977 integrate block/silence_media into bfield
3 years ago
Richard Fuchs 280795ddc9 MT#57977 convert call flags to uint bit field
3 years ago
Richard Fuchs 17e57fbba4 MT#57977 convert monologue flags to uint
3 years ago
Richard Fuchs 81151b3793 MT#57977 support short-packet blocking
3 years ago
Donat Zenichev 4f8cd655a8 MT#57719 Use media subscriptions approach in `stream_packet()`
3 years ago
Richard Fuchs cbd217d5b1 MT#55283 fix for NULL selected_sfd
3 years ago
Richard Fuchs 4cbc35e0f2 MT#55283 fix RTCP/MOS reporting
3 years ago
Orgad Shaneh 1a28b73a2d MT#55283 Rename aux -> helpers
3 years ago
Richard Fuchs 7a2b7d57c0 TT#136957 add RTP mirrors to kernel mode
3 years ago
Richard Fuchs 583c6816a0 TT#136957 refactor some parts of kernelize()
3 years ago
Richard Fuchs 088c58a367 TT#136957 fix typo
3 years ago
Richard Fuchs e93b2fd5de TT#146201 update SRTCP index from kernel
3 years ago
Richard Fuchs 7bf1595fe5 TT#146201 support forwarding all RTCP
3 years ago
Richard Fuchs 3a57face11 TT#146201 support forwarding RTCP FB packets directly
3 years ago
Richard Fuchs c03362cc71 TT#146201 use kernel's RTCP sending function
3 years ago
Richard Fuchs 9a767fc9c9 TT#146201 mark RTCP-capable kernel streams
3 years ago
Richard Fuchs 7c1930af2a TT#146201 don't special-case RTCP rule
3 years ago
Richard Fuchs a71824bf3b TT#146201 push RTCP outputs to kernel module
3 years ago
Richard Fuchs 01e3e9b74f TT#146201 remove unused `rtcp_only` flag
3 years ago
Richard Fuchs 5ff9294bab TT#146201 support RTCP encryption in kernel
3 years ago
Richard Fuchs b90edf0ecf MT#55283 looper thread bool return type
3 years ago
Richard Fuchs 15709a62a6 MT#55283 refactor loop thread creation
3 years ago
Richard Fuchs 9ed6aacd68 MT#55283 avoid erroneous endpoint learning
3 years ago
Richard Fuchs 5c9078550e MT#55283 update return type to bool
3 years ago
Richard Fuchs 86f2a8fb60 MT#57466 MT#57337 set rtpe_now in thread
3 years ago
Donat Zenichev 6fe9cc9b8a MT#57337 Move kernel stats update to a separate thread
3 years ago
Richard Fuchs fdc9b14509 MT#55283 force sequential socket reads
3 years ago
Donat Zenichev a236f465e5 MT#57268 Move release closed sockets to a separate thread
3 years ago