Commit Graph

404 Commits (5dd2b5bb74bf0335f861a6cd33bf64e2b38eefbf)

Author SHA1 Message Date
Richard Fuchs 964d6b0b8c MT#55283 use typed queue for logical_intf
2 years ago
Richard Fuchs 5b7bc82bbb MT#55283 warn about mismatched port ranges
2 years ago
Richard Fuchs ad8ce3541d MT#61822 add RWLOCK_STATIC_INIT
2 years ago
Richard Fuchs 2ce79f9bb4 MT#61822 add type safety to obj_alloc
2 years 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
3 years ago
Donat Zenichev bebe291656 MT#59086 Unify header files inclusions.
3 years ago
Richard Fuchs e439a27def MT#55283 protect read with mutex
3 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