Commit Graph

311 Commits (f0b0feeca77d8ee03fd1a0fa7be3db330304ce8e)

Author SHA1 Message Date
Richard Fuchs aca786b3bf TT#99621 fix RTCP generation after it has been stopped once
4 years ago
Richard Fuchs a2af257216 TT#98901 fix DTX TS reset detection
4 years ago
Richard Fuchs 3ada2ec0c1 TT#98901 handle DTX restarts and TS resets
4 years ago
Richard Fuchs 7dc55e6378 TT#98901 convert from static DTX delay to dynamic buffer queue
4 years ago
Richard Fuchs 42dd21d1ec TT#14008 compensate for negative clock drifts
4 years ago
Richard Fuchs a6c7e9403a TT#14008 fix output of negative fractional numbers
4 years ago
Richard Fuchs 64de499865 TT#14008 shut down codec handler when resetting
4 years ago
Richard Fuchs 8bea6eb64d TT#14008 fix possible segfault
4 years ago
Richard Fuchs 1393dbfc9a TT#14008 shut down DTX buffer when resetting codec handler
4 years ago
Richard Fuchs ff034ff307 TT#14008 use encoder's codec_def instead of parent handler's
4 years ago
Guillem Jover 68797f4195 TT#111150 Mark bit-fields explicitly with as unsigned
4 years ago
Richard Fuchs af6ef843da TT#100200 suppress audio packets during a DTMF event
4 years ago
Richard Fuchs 7414da5bff TT#100200 fix timing issue with sending DTMF
4 years ago
Richard Fuchs 083ae4c37f TT#14008 convert rtcp-fb handling to list
4 years ago
Richard Fuchs 5c79036f63 TT#14008 fix potential failed assertion
4 years ago
Guillem Jover 962479bd63 TT#108003 Stop using random()
4 years ago
Richard Fuchs 7101f535da TT#108003 remove unnecessary null checks
4 years ago
Richard Fuchs 225e5add8f TT#108003 don't consume `pt` before finish using it
4 years ago
Richard Fuchs 8abc6b1ca4 TT#91151 convert RTP PT hash tables to direct hashes
4 years ago
Richard Fuchs ae82034dfe TT#99621 add option to disable RTCP generation
4 years ago
Richard Fuchs 5741f13930 TT#109251 fix redis restore segfault
4 years ago
Richard Fuchs a6a18233de TT#102450 fix some timestamping issues
4 years ago
Richard Fuchs c5ef68897a TT#76250 consider default number of channel when matching codecs
4 years ago
Richard Fuchs 0898923c38 TT#98901 use correct DTMF codec context
4 years ago
Richard Fuchs fd275acc5c TT#98901 use DTX buffer for related DTMF events
4 years ago
Richard Fuchs e7739d020f TT#98901 fix TS scaling issues for DTMF
4 years ago
Richard Fuchs 6feef3694c TT#98901 fix some clock skew issues
4 years ago
Richard Fuchs 0bab726e5d TT#92250 reset opposite side supp handlers
4 years ago
Richard Fuchs 604aa5a9a0 TT#92250 add new reorder-codecs flag
4 years ago
Richard Fuchs a02134cd06 TT#92250 split up __accept_transcode_codecs
4 years ago
Richard Fuchs 341f2e04dc TT#92250 also create codec handlers for synthesised supp PTs
4 years ago
Richard Fuchs 30733ec5cd TT#97301 support granular log levels
4 years ago
Richard Fuchs 44bc0b90c8 TT#99621 feed locally generated RTCP to stats tracker for MOS
4 years ago
Richard Fuchs 46176f2937 TT#101653 defuse codec tracker so it doesn't remove too many
4 years ago
Richard Fuchs f861ff7f1e TT#101653 limit maximum delay in input processing after lost packet
4 years ago
Richard Fuchs 8517c99af2 TT#101653 detect and adjust for output clock skew
4 years ago
Richard Fuchs d990ad7f1e TT#101653 more verbose packet scheduler log message
4 years ago
Richard Fuchs c6208914a3 TT#101653 check receiver side for supplemental transcoding
4 years ago
Richard Fuchs a4d0a35430 TT#101653 eliminate superfluous log messages
4 years ago
Richard Fuchs 71d02ff486 TT#101653 retire always-transcode flag
5 years ago
Richard Fuchs 336cb5b280 TT#101653 add codec-consume and codec-accept options
5 years ago
Richard Fuchs 73e4ef42eb TT#101653 add silence detection option
5 years ago
Richard Fuchs 08cdc4ce5a TT#101653 generalise handling of supplemental payload types
5 years ago
Richard Fuchs 96bd7a6986 TT#100200 track matching CN payload types
5 years ago
Richard Fuchs a15e3a28c9 TT#99621 update RTP stats from kernel for RTCP
5 years ago
Richard Fuchs c12ec6600d TT#99621 support jitter tracking for RTCP
5 years ago
Richard Fuchs ba66e5fa3a TT#99621 support RTCP generation
5 years ago
Richard Fuchs 54e68942be TT#104500 better support a=rtcp-fb
5 years ago
Richard Fuchs a642a1e694 TT#98901 avoid PT collisions with asymmetric codec setup
5 years ago
Richard Fuchs 440ca5ac0f TT#92250 fix to keep supp codecs last in the list
5 years ago
Richard Fuchs 16fd8aad15 TT#101653 alter re-invite codec negotiation logic
5 years ago
Richard Fuchs 9ea1303c6b TT#100200 fix logic for DTMF detection trigger
5 years ago
Richard Fuchs 8ded0076da TT#101202 fix potential null pointer dereference
5 years ago
Richard Fuchs d362adf9c7 TT#100251 fix redis-restore segfault
5 years ago
Richard Fuchs 7a42c0c48c TT#100251 distinguish between real transcoding and DTMF-related t/c
5 years ago
Richard Fuchs 87b4d6f499 TT#100200 always track supplemental codecs
5 years ago
Richard Fuchs 38890bdb5b TT#100200 split out supp codec finding routine
5 years ago
Richard Fuchs bd53179cd1 TT#100200 properly support multiple supplemental codecs
5 years ago
Richard Fuchs e16cb57a3e TT#98901 don't trigger DTX after a SSRC switch
5 years ago
Richard Fuchs 17e22ade36 TT#98901 add limit to length of DTX processing
5 years ago
Richard Fuchs bae79d3fef TT#98901 handle AMR SID DTX
5 years ago
Richard Fuchs fa64e2261e TT#98901 add codec timers thread
5 years ago
Richard Fuchs 6ae33a4b85 TT#98901 split out ssrc locking
5 years ago
Richard Fuchs 014173dc5c TT#98901 allow packet handler func to consume packet
5 years ago
Richard Fuchs d78be3997b Merge branch 'master' of https://github.com/smititelu/rtpengine into master
5 years ago
Stefan Mititelu cf1721c930 Fix compilation when transcoding disabled
5 years ago
Richard Fuchs 74fd959ccc TT#92250 use matching output codec with inject-DTMF
5 years ago
Richard Fuchs 2502b44ff8 TT#92250 keep supp codecs last when transcoding in reverse
5 years ago
Richard Fuchs 4c773366f3 TT#92250 use correct size when freeing codec tracker
5 years ago
Richard Fuchs 3893069fae TT#92250 allocate strings for hash table storage
5 years ago
Richard Fuchs 18a3b9df0f clean up codec stats on shutdown
5 years ago
Richard Fuchs 68ccc52b2b TT#92250 postpone codec_tracker to final stage
5 years ago
Richard Fuchs dbd817a2a6 TT#92250 match codec params during codec matchup
5 years ago
Richard Fuchs ea1ba5837c TT#92250 also honour single-codec for reverse transcoded codecs
5 years ago
Richard Fuchs 653b09ca93 TT#92250 add `single codec` flag
5 years ago
Richard Fuchs 241c78c915 TT#92250 add codec-except option
5 years ago
Richard Fuchs 2ce7b6476e TT#92250 better handle supplemental codecs
5 years ago
Richard Fuchs 5ac91499fe TT#92250 keep supplemental codecs last in list when transcoding
5 years ago
Richard Fuchs a69a27ec32 TT#91003 copy codec options from decoder to encoder side
5 years ago
Richard Fuchs ed9de316c7 TT#91003 support sending CMR
5 years ago
Richard Fuchs 48d4dc3f7b TT#91003 support passing extra codec options
5 years ago
Richard Fuchs 6fc9459016 TT#91003 handle AMR CMR
5 years ago
Richard Fuchs d0db2cba67 TT#91003 create generic decoder event callback
5 years ago
Richard Fuchs 25609f74da TT#91003 support `=` escapes in codec strings
5 years ago
Richard Fuchs ae5b1762b9 TT#88603 don't remove transcoded codecs we added ourselves
5 years ago
Richard Fuchs 38bb6d8608 TT#82651 same as 61acd9761 but in reverse
5 years ago
Richard Fuchs 61acd97619 TT#82651 avoid unnecessary transcoding when DTMF PT is present
5 years ago
Richard Fuchs a0d0733291 fix compilation when spandsp is not present
5 years ago
Richard Fuchs 64e6bf440b TT#82203 add detailed transcoding stats
5 years ago
Richard Fuchs 2e4617ff86 TT#78307 move SSRC send stats to actual point of sending
5 years ago
Richard Fuchs 1055a1e71e TT#79351 detect and fix payload type collisions
5 years ago
Richard Fuchs d611bbbb74 TT#78501 add T.38 options
5 years ago
Richard Fuchs cc7a9a5de8 TT#78307 clean up debug/log messages
5 years ago
Richard Fuchs dfae8d6a22 TT#78201 add symmetric-codecs flag
5 years ago
Richard Fuchs d872802ba2 TT#76711 T.38 <> audio gateway
5 years ago
Richard Fuchs 468fca8ead TT#76711 error-proof codec_handler_free()
5 years ago
Richard Fuchs 20607bbabc TT#76711 generalise media_player mechanism
5 years ago
Richard Fuchs 0dc052e2cc TT#76711 globalise ensure_codec_def function
5 years ago
Richard Fuchs 570ad9427d TT#76711 add handler functions for enc/dec packet
5 years ago
Richard Fuchs 9ff3d666b8 TT#76711 split out common parts of codec_handlers_update
5 years ago
Richard Fuchs de69c5ed1f TT#76711 split codec_handler_get for different protocols
5 years ago
Richard Fuchs d847d26e0b TT#76711 convert codec handlers hash table to direct hash
5 years ago
Richard Fuchs be9caa37c7 also check for the output encoder
5 years ago
Richard Fuchs ab53fdc6f6 Merge branch 'jb_new' of https://github.com/balajeesv/rtpengine
5 years ago
Richard Fuchs 088c58d88d avoid calling a non existant encoder
5 years ago
Richard Fuchs 7ea6389c56 compile fix for with_transcoding=no
5 years ago
Richard Fuchs 38792c00a5 TT#75352 don't attempt to send uninitialised packets
5 years ago
Richard Fuchs 7e0b2c4ac3 TT#75352 add a storage container for codec handlers
5 years ago
Richard Fuchs 18634c4202 TT#74301 refactor send_timer into generic timer
5 years ago
Richard Fuchs 1c72636983 TT#73401 remove useless assertion
5 years ago
Richard Fuchs 64e56d774b TT#73401 handle changes in RTP payload types
5 years ago
Richard Fuchs 2b87948014 fix compilation for with_transcoding=no
6 years ago
Richard Fuchs 228d822a71 TT#68100 set iLBC encoder and decoder options
6 years ago
Richard Fuchs 3bf3982de1 TT#65052 support queuing up multiple DTMF events
6 years ago
Richard Fuchs 65fb99b31d TT#66650 fix some SSRC refcount leaks
6 years ago
Richard Fuchs b14f3b2b1c TT#64259 support injecting DTMF tones and events
6 years ago
Richard Fuchs 68d909c5ea TT#64259 add functions to skip decoded samples and return encoder PTS
6 years ago
Richard Fuchs 35740cda35 TT#64259 add function to inject DTMF events
6 years ago
Richard Fuchs fd16bf5104 TT#64259 make DTMF detection switch explicit
6 years ago
Richard Fuchs ef20e021cd TT#64259 split up codec handlers function
6 years ago
Richard Fuchs 344b3b9e17 TT#64300 don't attempt to transcode to an unsupported codec
6 years ago
Richard Fuchs 166aaa0c71 fix compilation for with_transcoding=no
6 years ago
Richard Fuchs f960799cdd TT#59703 add build test for dtmf_rx_fillin()
6 years ago
Richard Fuchs 7ad9906178 TT#59650 fix DTMF related core dump when repacketising
6 years ago
Richard Fuchs 910c03fa62 TT#58660 PCM to RFC DTMF transcoding
6 years ago
Richard Fuchs c0781e5193 TT#58659 RFC DTMF to PCM transcoding
6 years ago
Richard Fuchs 194c9e482f TT#58659 add optional encoder detour
6 years ago
Richard Fuchs db507468de TT#59100 support case insensitive codec names
6 years ago
Richard Fuchs 94f3c0eff7 TT#58659 remove redundant source PT definition
6 years ago
Richard Fuchs 5acbf1ec87 TT#58659 always use the correct codec handler per packet
6 years ago
Richard Fuchs 9917e65599 fix division by zero for dtmf in some cases
6 years ago
Richard Fuchs fb76ef74f8 TT#54800 fix ptime overrides
6 years ago
Richard Fuchs dc9f99763a TT#54800 sequencing fixes
6 years ago
Richard Fuchs e1825e3577 TT#50652 ensure consistent RTP timestamp across media restarts
6 years ago
Richard Fuchs 8d9a0d247c TT#50652 remove already enqueued packets when media is stopped
6 years ago
Richard Fuchs 7e85d1a935 TT#50652 keep existing SSRC context when starting another playback
6 years ago
Richard Fuchs 831946a8d4 TT#50652 fix compilation for with_transcode=no
6 years ago
Richard Fuchs 3bdad88063 TT#50652 create timer to gradually send packets without jitter
6 years ago
Richard Fuchs 8874b4a31f TT#50652 use random RTP TS when playing back media
6 years ago
Richard Fuchs 92b08d899c TT#50652 add media playback capability
6 years ago
Richard Fuchs 3374254899 TT#50652 split out codec payload type init function
6 years ago
Richard Fuchs 8f3c309c7f fix always-transcode not being honoured when only codec-mask was used
6 years ago
Richard Fuchs 6092c91ae4 TT#50652 fix possible sequencing bug while resampling
6 years ago
Richard Fuchs 497c2d6a8d TT#49104 move RTP sequencing into SSRC context
6 years ago
Richard Fuchs 744d6a46ff add codec-set option
6 years ago
Richard Fuchs ee01f15852 fix non-default encoder bitrate not being applied
6 years ago
Richard Fuchs 0bf3eab4d6 convert codec ops to no-op for legacy control protocols
7 years ago
Richard Fuchs 326c6a5818 TT#43557 augment DTMF blocking to support directional blocking
7 years ago
Richard Fuchs 04a83027a0 TT#43557 implement media blocking
7 years ago
Richard Fuchs e67b9c40da TT#43556 support blocking of DTMF event packets
7 years ago