summaryrefslogtreecommitdiff
path: root/bridges/bridge_softmix.c
AgeCommit message (Expand)Author
2018-04-30Merge "bridge_softmix: Fix sporadic incorrect video stream mapping."Jenkins2
2018-04-27Merge "bridge_softmix: Forward TEXT frames"Jenkins2
2018-04-20bridge_softmix: Fix sporadic incorrect video stream mapping.Joshua Colp
2018-04-20bridge_softmix: Fix some REMB bugs.Joshua Colp
2018-04-17bridge_softmix / app_confbridge: Add support for REMB combining.Joshua Colp
2018-04-17bridge_softmix: Forward TEXT framesGeorge Joseph
2018-03-20bridge_softmix: Clear "talking" when a channel is put on holdKevin Harwell
2018-02-02Merge "bridge_softmix.c: Report not talking immediately when muted."Joshua Colp
2018-01-31bridge_softmix.c: Report not talking immediately when muted.Richard Mudgett
2018-01-31app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.Richard Mudgett
2018-01-08bridge_softmix: Fix sfu_append_source_streams test.Corey Farrell
2018-01-06bridge_softmix: Removed unused parameter from check_binaural_position_change(.).Alexander Traud
2017-12-19Merge "bridge_softmix.c: Don't match dead streams."Jenkins2
2017-12-19Merge "bridge_softmix.c: Change remove_destination_streams() return meaning."Jenkins2
2017-12-18bridge_softmix.c: Change remove_destination_streams() return meaning.Richard Mudgett
2017-12-18bridge_softmix.c: Don't match dead streams.Richard Mudgett
2017-12-18bridge_softmix: Fix memory leaks.Corey Farrell
2017-11-08bridge_softmix: Note why ast_stream_topology_set_stream cannot fail.Corey Farrell
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2017-10-17bridge_softmix: Reduce topology cloning and improve renegotiation.Joshua Colp
2017-09-21bridge: Change participant SFU streams when source streams change.Joshua Colp
2017-08-23Merge changes from topic 'ASTERISK-27212'Jenkins2
2017-08-23Merge "bridge_softmix.c: Restored softmix_bridge_leave() shortcut exit."Jenkins2
2017-08-22bridge: Fix softmix bridge deadlock.Richard Mudgett
2017-08-22bridge_softmix.c: Restored softmix_bridge_leave() shortcut exit.Richard Mudgett
2017-08-22bridge_softmix.c: Remove always true test.Richard Mudgett
2017-08-06bridge: Fix stream topology/participant locking and video misrouting.Joshua Colp
2017-07-26Merge "bridge_softmix / res_rtp_asterisk: Fix packet loss and renegotiation i...Joshua Colp
2017-07-19Merge "bridge_softmix: Use removed stream spots when renegotiating."Jenkins2
2017-07-19bridge_softmix / res_rtp_asterisk: Fix packet loss and renegotiation issues.Joshua Colp
2017-07-18Merge "bridge_softmix: Don't reorder streams on participant leaving."Jenkins2
2017-07-17bridge_softmix: Don't reorder streams on participant leaving.Joshua Colp
2017-07-16bridge_softmix: Use removed stream spots when renegotiating.Joshua Colp
2017-07-11bridge/core_unreal: Fix SFU bugs with forwarding frames.Joshua Colp
2017-05-30Add primitive SFU support to bridge_softmix.Mark Michelson
2017-03-20bridge_softmix: Ignore non-voice frames from translatorSean Bright
2017-02-23Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix.frahaase
2016-11-04bridges/bridge_softmix: Remove SSRC changes on join/leave; update video sourceMatt Jordan
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-04-22bridge_softmix.c: Fix crash if channel fails to join mixing tech.Richard Mudgett
2016-04-13bridge_softmix.c: Fix crash if could not allocate the dsp.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-10chan_pjsip/res_pjsip/bridge_softmix/core: Improve translation path choices.Richard Mudgett
2015-04-10bridge_softmix.c,channel.c: Minor code simplification and cleanup.Richard Mudgett
2015-04-08Bridging: Eliminate the unnecessary make channel compatible with bridge opera...Richard Mudgett
2015-02-24bridge_softmix: G.729 codec license heldKevin Harwell
2014-09-18bridge_softmix.c: Made use ao2_replace() instead of the inline equivalent.Richard Mudgett
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson