Commit Graph

481 Commits (ea7239a4fe82708fa81884a76e256b51c9be4010)

Author SHA1 Message Date
Richard Fuchs 915c408f68 MT#55283 defuse ifunc for unsupported targets
2 years ago
Richard Fuchs 0f9bb26143 MT#55283 unify __attribute__() test macros
2 years ago
Richard Fuchs 8684a1933a MT#57977 use symmetric UDP
2 years ago
Richard Fuchs 16e7b9465f MT#55283 add `allow-asymmetric-codecs` option
2 years ago
Richard Fuchs 48f98032d4 MT#55283 fix config parsing strategy
2 years ago
Richard Fuchs 4b2dff1528 MT#55283 fix warnings for older/non-gcc compilers
2 years ago
Richard Fuchs d6928c74f8 MT#56374 add gettid() wrapper
2 years ago
Richard Fuchs 125657e108 MT#56374 move glib helper to auxlib
2 years ago
Richard Fuchs 19a0b93850 MT#55283 rename rtp_payload_type_fmt_eq
2 years ago
Richard Fuchs 8893281e3d MT#55283 switch to anonymous unions
2 years ago
Richard Fuchs 20db645d14 MT#55283 add cmsg_pktinfo family
2 years ago
Richard Fuchs 8328c0b606 MT#55283 add recvfrom_to family
2 years ago
Richard Fuchs 16dde52776 MT#55283 add function to enable PKTINFO delivery
2 years ago
Richard Fuchs 50a91aa9fb MT#55283 refactor to inline __ip_recvfrom_options
2 years ago
Richard Fuchs baf339fb60 MT#55283 update to C11
2 years ago
Richard Fuchs 309b69772d MT#55283 annotate str functions
2 years ago
Richard Fuchs d9e682b7db MT#56374 add convenience macros for string creation
2 years ago
Richard Fuchs 0be5b73887 MT#56374 add `poller-size` config var
2 years ago
Richard Fuchs 196249ee00 MT#56374 refactor asan pthread cleanup hack
2 years ago
Richard Fuchs e58d36fb84 MT#56374 update glib dependency to >= 2.40
2 years ago
Richard Fuchs f7c4eabaae MT#56374 convert poller->items to GPtrArray
2 years ago
Richard Fuchs fe9d1f5ae3 MT#56374 avoid aborting in poller
2 years ago
Richard Fuchs 577941c0aa MT#56374 convert poller_map_add to static
2 years ago
Richard Fuchs baf12d25e5 MT#56374 use LOCK macro in poller
2 years ago
Richard Fuchs 20633a8c19 MT#56374 remove poller_update_item
2 years ago
Richard Fuchs 386f1d91bf MT#56374 use slice allocator in poller
2 years ago
Richard Fuchs 7a06e17156 MT#56374 convert poller_poll to static
2 years ago
Richard Fuchs 3b53910fc3 MT#55283 remove pointless lock
2 years ago
Richard Fuchs 118a7ed472 MT#56374 move thread_create to lib
2 years ago
Richard Fuchs 4aa1d5f6cd MT#55283 move prototype
2 years ago
Donat Zenichev bea76e6f37 MT#57834 Suppress warnings coming from `spandsp_logging`
2 years ago
Richard Fuchs 3e81cfa351 MT#55283 further compiler warning fixes
2 years ago
Richard Fuchs ee0fa947ce MT#56374 move resources() to lib
2 years ago
Richard Fuchs 16c08efe62 MT#56374 move pthread helper functions to auxlib
2 years ago
Richard Fuchs 61ca57f0cf MT#56374 move ssl_random to auxlib
2 years ago
Richard Fuchs 84f4467241 MT#56374 move rtpe_shutdown to auxlib
2 years ago
Richard Fuchs ba7620d214 MT#56374 move poller to lib/
2 years ago
Richard Fuchs 9922e77da3 MT#56128 add __MT_MAX
2 years ago
Richard Fuchs 8266b2da78 MT#57848 safeguard against NULL dereferences
2 years ago
Richard Fuchs 9fc1b547e3 MT#56471 add SIMD implementation of s16_mix_in
2 years ago
Richard Fuchs 7247ef4027 MT#56471 convert s16_mix_in to ifunc
2 years ago
Richard Fuchs 6eca29a4b7 MT#56471 change mix_in_fn_t indirection
2 years ago
Richard Fuchs ef29dc4af7 MT#56471 add detection for SSE2
2 years ago
Richard Fuchs a5793cbecc MT#56471 switch CPU detection to ifunc
2 years ago
Orgad Shaneh 1a28b73a2d MT#55283 Rename aux -> helpers
2 years ago
Richard Fuchs 091ec7fcfc MT#54294 remove obsolete debug include
2 years ago
Sjoerd Boomstra 5d75460538 MT#55283 Fixed library path for libbcg729
2 years ago
Richard Fuchs 6ced263477 MT#55283 add -Wshadow
2 years ago
Richard Fuchs d24133372a MT#55283 move declarations to eliminate shadowing
2 years ago
Tom Briden a0fed37812 recording-daemon: Insert silence frames as needed during TLS forwarding
2 years ago
Richard Fuchs c1b12719d6 MT#55897 use pandoc instead of ronn
2 years ago
Richard Fuchs 14e20a2a9c MT#55897 add shell quotes
2 years ago
Donat Zenichev 125c17684d MT#55897 Convert `rtpengine.pod` / `rtpengine-recording.pod` to MD
2 years ago
Richard Fuchs 62c1cca555 MT#56471 defuse mix_buffer without transcoding
2 years ago
Richard Fuchs ddc79e5713 MT#55283 add missing header
2 years ago
Richard Fuchs bc742bb1ad MT#56447 add wrapper g_hash_table_steal_extended
2 years ago
Richard Fuchs ed30c55312 MT#56447 fix LOCK __COUNTER__ expansion
2 years ago
Richard Fuchs e80d380b33 MT#55447 fix ARM compile error
2 years ago
Richard Fuchs a20b7b3c26 MT#55283 add endpoint_parse_any_str()
2 years ago
Richard Fuchs 33f19c7941 MT#55283 add open_v46_socket()
2 years ago
Richard Fuchs 83c7336e89 MT#55283 fix address conversion
2 years ago
Richard Fuchs 49d091510b MT#56782 add Opus fmtp answer function
2 years ago
Richard Fuchs deafee1a04 MT#56782 use stereo= fmtp for Opus channels
2 years ago
Richard Fuchs 0408e2328d MT#56782 parse out Opus fmtp= string
2 years ago
Richard Fuchs 56345024c4 MT#56782 parse fmtp before selecting codec options
2 years ago
Richard Fuchs 244d41e025 MT#56782 pass codec format to selection function
2 years ago
Richard Fuchs f40e3c0653 MT#56782 pass format to format answer
2 years ago
Richard Fuchs f2527c47bd MT#55283 add "control-pmtu" option
2 years ago
Richard Fuchs a5f73d72de MT#55447 fix passing wrong pointer to callback
2 years ago
Richard Fuchs 4b7ec4e11f MT#56471 add flag to suppress early media
2 years ago
Richard Fuchs 19768736c2 MT#56471 mix_buffer: support time-based delay
2 years ago
Richard Fuchs 81a0f36f27 MT#56471 mix_buffer: support initial write-delay
2 years ago
Richard Fuchs 1a30947ea1 MT#56471 add mix_buffer implementation
2 years ago
Richard Fuchs 7ef159a0da MT#55447 always annotate .S for non-exec stack
2 years ago
Richard Fuchs adad19fb4f MT#55447 SIMD implementation for float conversion
2 years ago
Richard Fuchs be7e810469 MT#55283 fix typo
2 years ago
Richard Fuchs 79a7ecebe5 MT#55283 correct line numbering for shared files
2 years ago
Richard Fuchs cd185fd168 MT#56493 move GTree helpers to auxlib
2 years ago
Richard Fuchs 407bf36985 MT#55283 adjust diagnostic line/file information
2 years ago
Richard Fuchs 4009d58f3c MT#55283 don't crash on packet underflows
2 years ago
Richard Fuchs 38b0351d03 MT#55283 add minimum_ptime codec attribute
2 years ago
Richard Fuchs edeb41d6f1 MT#56008 decoder-selected clock rates and channels
2 years ago
Richard Fuchs 47ba87b61f MT#56008 allow Opus single-channel encoding
2 years ago
Richard Fuchs 256533630f MT#56008 extend encoder format selection
2 years ago
Richard Fuchs 40a1741fc1 MT#54294 mandate "const" codec_def_t
2 years ago
Richard Fuchs 3bdb434ea3 MT#55283 add extra output on fatal error
2 years ago
Richard Fuchs 8737d194b1 MT#56008 support encoder-selected clock rate for EVS
2 years ago
Richard Fuchs ee941cd564 MT#56008 add EVS mode clamping function
2 years ago
Richard Fuchs 0448e12e0d MT#56008 use hashed string lookup in codeclib.c
2 years ago
Richard Fuchs 52dd8320a5 MT#56008 support different Opus "applications"
2 years ago
Richard Fuchs bb2316db1a MT#56008 use libopus directly
2 years ago
Richard Fuchs 9c54e97a88 MT#56008 support encoded-selected clock rates
2 years ago
Richard Fuchs e7b9ab2825 MT#56008 fix G.722 ptime/multiplier confusion
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 dc1a44f3ec MT#55447 add support for EVS
3 years ago
Richard Fuchs cbecca7146 MT#55447 add dedicated codec format answer stub
3 years ago
Richard Fuchs c815f35f88 MT#55447 add dedicated format printing function
3 years ago
Richard Fuchs 114a2b6b66 MT#55447 support parsing and matching AMR a=fmtp
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 e8d3bf5dd5 MT#55283 fix deprecation warning
3 years ago
Dup4 ad5d98e4d0 MT#55283 Squashed commit of the following:
3 years ago
Richard Fuchs a65954bbbb MT#55447 refactor encoder callback struct
3 years ago
Richard Fuchs ced1467cd2 MT#55447 remove unneeded include
3 years ago
Richard Fuchs 06efa83cb0 MT#55283 fix AVFrame linesize after resampling
3 years ago
Richard Fuchs dc395d5752 MT#55283 typo fix for I6aecff636efd420401856bb8110b3d784f989179
3 years ago
Richard Fuchs 9e09cf3c40 MT#55283 fix padding/SRTP order
3 years ago
Richard Fuchs 84c1198bb3 MT#55283 update pointer argument to const
3 years ago
Richard Fuchs 02adda7846 TT#14008 fix no-transcoding compilation
3 years ago
Richard Fuchs 9e95681f3b TT#14008 fix typo
3 years ago
Richard Fuchs 0558cfbc05 TT#178400 collect and report RTP sequencing metrics
3 years ago
Richard Fuchs 206ea9efd5 TT#14008 update for ffmpeg 5.1+
3 years ago
Richard Fuchs e683b813e5 TT#14008 fix possible AMR decoder mem leak
3 years ago
Richard Fuchs 08701819da TT#185100 support setting opus encoding complexity
3 years ago
Richard Fuchs 343bde8a0e TT#185100 update int type to bool
3 years ago
Chris Lamb 821fbf7644 make the build reproducible
3 years ago
Richard Fuchs 17bda4b1e8 TT#156900 fix master/slave race condition with early closed ports
3 years ago
Richard Fuchs aed9279176 TT#172650 update for OpenSSL >= 3.0
3 years ago
Richard Fuchs 626defa4b5 TT#14008 eliminate compiler warning
3 years ago
Richard Fuchs 97e8c1d990 TT#109800 fix mismatched CN generator format
3 years ago
Richard Fuchs 1bc15de746 TT#14008 prevent possible NULL dereference
3 years ago
Richard Fuchs 6f8ad8f936 TT#156900 close sockets on branch deletion
3 years ago
Richard Fuchs 941a50edd5 TT#156900 add helper functions and macros
3 years ago
Richard Fuchs cf34ecc24c TT#156900 rename functions to avoid namespace conflict
3 years ago
Richard Fuchs 3582b623a9 TT#136957 DTMF delay support
3 years ago
Richard Fuchs 9da5a46fcb TT#136956 support DTMF-security=random
3 years ago
Richard Fuchs 320642ddf2 TT#136956 support DTMF-security=tone
3 years ago
Richard Fuchs ecf02ddcc1 Merge branch 'master' of https://github.com/smititelu/rtpengine
3 years ago
Richard Fuchs 12f23b311c TT#157801 shift handling of v4/v6 addresses
3 years ago
Stefan Mititelu 528e108a1e Add new graphite-timeout parameter
3 years ago
Richard Fuchs 4c2c50d13e TT#14008 update for YCM config
3 years ago
Richard Fuchs 72504a01b7 TT#14008 null-proof string hashing and address parsing
3 years ago
Richard Fuchs fbf649146a TT#136956 convert pow() usage to lookup table
3 years ago
Richard Fuchs a1a0b03ab9 TT#136956 refactor DTMF frequency generator code
3 years ago
Richard Fuchs 56d4ff74f2 TT#14008 add config knob for max log line length
4 years ago
Richard Fuchs 426575aa32 TT#14008 add backtraces for obj* debugging output
4 years ago
Sebastian Kemper 746dedb602 Add support for time64 libcs
4 years ago
Richard Fuchs 0c7a1fdf28 TT#14008 add make dependencies for header files
4 years ago
Richard Fuchs c2b93e74b7 TT#89352 ignore format of codecs we don't know
4 years ago
Richard Fuchs 3a63929ca1 TT#91151 ignore Opus format for comparison purposes
4 years ago
Richard Fuchs 5838141e80 TT#89352 extend str_to_* to long long width
4 years ago
Richard Fuchs f04332915b TT#91151 add publish/subscribe commands
4 years ago
Richard Fuchs 413798e43f TT#132251 implement media silencing
4 years ago
Richard Fuchs a615a9ca6a TT#37394 add missing include
4 years ago
Richard Fuchs 0266886487 TT#37394 support SO_INCOMING_CPU
4 years ago
Daniel Hauptmann 4481c773ac TT#128050 Squashed commit of the following:
4 years ago
Richard Fuchs 6e160da497 TT#14008 move avpkt alloc to encoder_new
4 years ago
Richard Fuchs 34e61f9adf TT#119504 introduce auto-unlock type
4 years ago