summaryrefslogtreecommitdiff
path: root/main/bridging.c
AgeCommit message (Expand)Author
2013-03-04Fixup some bridge and format capabilities comments and whitespace.Richard Mudgett
2013-01-25Misc bridge code improvementsRichard Mudgett
2013-01-25More trivial bridge code cleanup.Richard Mudgett
2013-01-21Better protect bridge_channel state from other threads.Richard Mudgett
2013-01-21Extract common bridging code into bridge_stop() and bridge_force_out_all().Richard Mudgett
2013-01-21Made some bridging API calls void. Some bridging comments updated.Richard Mudgett
2013-01-21Trivial bridge code cleanup.Richard Mudgett
2013-01-15Fix ast_bridge_features_register() not registering builtin features. I broke....Richard Mudgett
2013-01-09Trivial misc bridge code changes.Richard Mudgett
2012-07-06Fix bridging thread leak.Mark Michelson
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-13Fix crash from bridge channel hangup race condition in ConfBridgeMatthew Jordan
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-22Add Asterisk TestSuite event hooks to support ConfBridge testingMatthew Jordan
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-11-10Merged revisions 344493 via svnmerge from David Vossel
2011-07-12Send video update frame to new video source in follow_talker correctly.David Vossel
2011-07-11Updates follow_talker video_mode in confbridge application.David Vossel
2011-06-30Video support for ConfBridge.David Vossel
2011-04-21New HD ConfBridge conferencing application.David Vossel
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-06-02pthread_join to assure the thread is really gonePaul Belanger
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-05-10Fix a bug where receiving a control frame of subclass -1 would cause certain ...Joshua Colp
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-03-22Fix a minor logic flaw with the bridge generic thread.Joshua Colp
2009-03-05Merge phase 1 support for the new bridging architecture.Joshua Colp